Historical Context & Motivation
Solving differential equations — equations involving rates of change — has been a central challenge in mathematics for centuries. Engineers designing bridges, physicists studying circuits, and biologists modeling population growth all encounter these equations. The Laplace transform was developed as a powerful shortcut: instead of solving a complicated differential equation directly, you transform it into a simpler algebra problem, solve that, and then transform back. Think of it like translating a difficult sentence into a language where the grammar is easier, working out the meaning, and then translating the answer back.
The central question this lesson addresses is straightforward: when you apply the Laplace transform to familiar functions like constants, powers of t, exponentials, sines, and cosines, what do you get? Memorizing or understanding these standard transform pairs is the key that unlocks every Laplace-based technique you will use going forward.
Core Principles & Definitions
Before diving into specific transforms, you need to understand a few foundational ideas. The Laplace transform takes a function of time, f(t), and produces a new function of a complex variable s, written as F(s). The variable s lives in what we call the s-domain (or frequency domain), while t lives in the time domain.
The Definition Integral
Linearity Property
Region of Convergence
One-to-One Pairing
Visual Explanation — Time Domain to s-Domain
The diagram below illustrates the core idea: common functions in the time domain on the left are mapped by the Laplace transform into algebraic expressions in the s-domain on the right. The arrow labeled ℒ represents the transform, and the arrow labeled ℒ−1 represents the inverse. Notice how each time-domain function — whether it's a polynomial, an exponential, or a sinusoid — becomes a rational function of s (a fraction with polynomials on top and bottom).
Study the pairs above carefully. Notice a pattern: simple time-domain functions produce simple algebraic fractions in the s-domain. A constant becomes 1/s, a linear ramp t becomes 1/s², and so on. Each higher power of t just adds another factor of s in the denominator. Exponentials shift the location of a pole, and trig functions create quadratic denominators involving s² + b².
Mathematical Framework
Let's now look at the formal definitions behind these transform pairs. Each result below is obtained by evaluating the defining integral ∫₀^∞ e−st f(t) dt for a specific choice of f(t). You are not expected to re-derive every one of these in a test setting, but understanding how the integral works for at least one or two cases helps you trust the table and use it correctly.
Complete Reference Table & Graph
The table below collects all the standard transform pairs you'll need. Keep this table handy — most textbooks include it on a formula sheet for exams. Each row shows the time-domain function, its Laplace transform, and the condition on s that ensures convergence.
| f(t) | F(s) = ℒ{f(t)} | Convergence |
|---|---|---|
| 1 | 1/s | s > 0 |
| t | 1/s² | s > 0 |
| tⁿ (n = 0, 1, 2, …) | n! / sn+1 | s > 0 |
| eᵃᵗ | 1 / (s − a) | s > a |
| sin(bt) | b / (s² + b²) | s > 0 |
| cos(bt) | s / (s² + b²) | s > 0 |
| eᵃᵗ sin(bt) | b / ((s − a)² + b²) | s > a |
| eᵃᵗ cos(bt) | (s − a) / ((s − a)² + b²) | s > a |
| tⁿ eᵃᵗ | n! / (s − a)n+1 | s > a |
Worked Example
Let's find the Laplace transform of the function f(t) = 3t² + 5e−2t − 4 sin(7t). This is the kind of problem you'll see on homework and exams, where you need to combine several entries from the transform table using the linearity property.
Strengths and Limitations
Like any mathematical tool, the Laplace transform has situations where it shines and situations where other methods might be easier. Understanding these trade-offs helps you choose the right strategy for each problem.
| Strengths | Limitations |
|---|---|
| Converts differential equations into algebraic equations — no guessing needed | Requires the function to grow no faster than an exponential (must satisfy an "exponential order" condition) |
| Handles initial conditions automatically — they get "baked in" during the transform | Finding the inverse transform can require partial fractions, which is algebraically messy |
| Works beautifully with piecewise and discontinuous functions (e.g., on/off switches) | Not well-suited for nonlinear differential equations — it's mainly a linear tool |
| Standard tables make the process almost mechanical for common functions | Requires memorizing or having access to the transform table |
Connection to Advanced Theory
The transform pairs you've learned in this lesson are the starting blocks for much deeper ideas. As you progress, you'll encounter additional theorems that extend the basic table to cover an enormous variety of functions. The table below previews some of these advanced connections.
| What You Know Now | Where It Leads |
|---|---|
| ℒ{eᵃᵗ f(t)} replaces s with (s − a) | First Shifting Theorem — used to handle exponentially modified signals in engineering |
| Transform of sin and cos | Transfer functions — describes how electrical circuits or mechanical systems respond to oscillating inputs |
| Linearity of the transform | Convolution theorem — multiplication in the s-domain corresponds to a special integral operation in the time domain |
| Basic table of common functions | Inverse Laplace via partial fractions — break a complicated F(s) into pieces you recognize from the table, then invert each piece |
In future lessons you'll learn how to handle step functions (Heaviside functions), impulse functions (Dirac delta), and the Second Shifting Theorem for time-delayed signals. All of these build directly on the basic transform pairs from this lesson. Master the table now, and those advanced topics will feel like natural extensions rather than new material.
Practice Problems
Lesson Summary
The Laplace transform converts time-domain functions into s-domain expressions using the integral ℒ{f(t)} = ∫₀^∞ e−st f(t) dt. The essential transform pairs include: ℒ{1} = 1/s, ℒ{tⁿ} = n!/sⁿ⁺¹, ℒ{eᵃᵗ} = 1/(s − a), ℒ{sin(bt)} = b/(s² + b²), and ℒ{cos(bt)} = s/(s² + b²). Because the transform is linear, you can break any sum of these functions into individual terms, transform each one separately, and combine the results.
The First Shifting Theorem extends the table further: multiplying a function by eᵃᵗ in the time domain replaces every s with (s − a) in the s-domain, producing transforms like ℒ{eᵃᵗ sin(bt)} = b/((s−a)²+b²). Mastering these standard pairs and the linearity property gives you the essential toolkit for solving linear differential equations using Laplace methods. Keep the transform table close by — it is your most important reference as you move into more advanced topics like inverse transforms and solving initial value problems.