The Laplace Transform
Transforming differential equations into algebra
Everything we have done so far in this course has involved solving differential equations directly in the time domain. We manipulated derivatives, found integrating factors, guessed solutions, and carefully tracked initial conditions at the end.
The Laplace transform offers a radically different approach. Instead of working with functions of time and their derivatives, we transform the entire problem into a new domain where differential equations become algebraic equations. Derivatives become multiplication. Initial conditions appear automatically. The calculus disappears.
This is not a trick. It is a change of perspective, and perspectives matter. Engineers do not just use the Laplace transform because it simplifies calculations; they think in terms of it. The "s-domain" is where transfer functions live, where system stability becomes visible, and where the frequency response of circuits and mechanical systems reveals itself at a glance.
The Definition
The Laplace transform of a function defined for is:
This is an improper integral, meaning the upper limit is infinity. To make sense of it:
The integral converges if this limit exists and is finite. It diverges if the limit is infinite or does not exist. The exponential acts as a weighting factor that decays as increases, and this decay helps the integral converge for many functions.
Interactive: The Defining Integral
For , the integral converges to:
The shaded area represents the integral. As s increases, the integrand decays faster, making the integral smaller.
The integral converges when the exponential decay outpaces the growth of . For a function that grows no faster than for some constant , the transform exists for all . This threshold is called the abscissa of convergence.
For example:
- grows slower than any exponential, so the transform exists for
- requires for convergence
- grows faster than any exponential, so the transform does not exist
Think of the transform as extracting information about the original function. The weighting suppresses the function's behavior at large while preserving information about its early behavior and overall character. Larger values of weight early-time behavior more heavily, since decays faster.
Computing Basic Transforms
Rather than computing every transform from the integral, we build a table of common transforms that we can use repeatedly. Let us derive a few to see how the process works.
Transform of 1:
This holds for , where the exponential decays to zero as .
Transform of :
This holds for . Notice the elegant pattern: the exponential function has a transform with a pole at . The parameter in the time domain becomes a shift in the s-domain.
Transform of :
This requires integration by parts twice, but the result is:
The oscillation frequency appears in both numerator and denominator. The denominator has roots at , pure imaginary numbers reflecting the purely oscillatory nature of sine.
Interactive: See Transforms Side by Side
Time Domain
s-Domain (Laplace)
The blue curve in time domain transforms to the red curve in s-domain.
Select different functions to see their time-domain behavior and corresponding s-domain transforms. Notice how the character of each function, whether it grows, decays, or oscillates, is reflected in the shape of its transform.
The Transform Table
Working with Laplace transforms, you will refer to a table constantly. Here are the essential transforms:
Common Laplace Transform Pairs
| Region | ||
|---|---|---|
| s > 0 | ||
| s > 0 | ||
| s > 0 | ||
| s > a | ||
| s > 0 | ||
| s > 0 | ||
| s > a | ||
| s > a |
Click any row to learn more about that transform.
These transforms form the building blocks. Memorizing them, or at least becoming deeply familiar with them, is essential. The integral definition is important for understanding, but practical calculations rely on the table.
Linearity
The Laplace transform is linear. If and have transforms and , and and are constants, then:
This property is crucial. It allows us to transform complicated functions by breaking them into simpler pieces. The transform of a sum is the sum of the transforms.
Interactive: Linearity in Action
Time Domain
s-Domain
Linearity is essential: you can transform complicated functions by breaking them into simpler pieces, transforming each, and combining the results.
Adjust the coefficients to see how linear combinations in the time domain correspond to linear combinations in the s-domain. The structure is preserved.
The Key Property: Transforming Derivatives
Here is where the magic happens. Consider the transform of a derivative:
Using integration by parts with and :
The first term evaluates to (assuming the limit at infinity vanishes). The second term is . Therefore:
Differentiation in time becomes multiplication by in the transform domain, with a correction for the initial value. This is the fundamental property that makes the Laplace transform so powerful for differential equations.
For the second derivative, apply the rule twice:
Interactive: Differentiation Becomes Multiplication
Time Domain
s-Domain
Differentiation in time becomes multiplication by s in the transform domain, minus the initial value. This is why the Laplace transform converts differential equations into algebraic equations.
Watch how differentiation in the time domain corresponds to multiplication by and subtraction of initial values in the s-domain. The derivative property is what transforms differential equations into algebraic equations.
From Differential Equation to Algebra
Consider the initial value problem:
Let . Transform each term:
The transformed equation is:
Collect terms:
Solve for :
No calculus involved. The differential equation has become an algebraic equation, and we solved it by factoring and rearranging. The initial conditions appeared naturally, not as an afterthought.
Step-by-Step: DE to Algebraic Equation
Step 1: Original Differential Equation
Time domain:
We start with a second-order linear ODE with initial conditions y(0) = 1, y'(0) = 0.
The Laplace transform converts a differential equation (calculus) into an algebraic equation (algebra). Initial conditions are built into the process, not added afterward.
The remaining step is to find from , the inverse transform, which is the subject of the next chapter.
The Variable : Complex Frequency
What is , really? While we often work with as if it were a positive real number, is properly a complex variable: .
The real part relates to exponential growth or decay. The imaginary part relates to oscillation frequency. In this light, the Laplace transform decomposes a signal into components of the form , each with a specific growth rate and frequency.
For our purposes, you can think of as a parameter that must be "large enough" for the transform integral to converge. When solving differential equations, we manipulate algebraically and only worry about the precise domain of convergence when it matters for the inverse transform.
Engineers call the s-domain the frequency domain, though this is slightly imprecise since encodes both frequency (through its imaginary part) and damping (through its real part). The Laplace transform generalizes the Fourier transform to handle transient, non-periodic signals and systems with initial conditions.
Why This Approach Works
The Laplace transform works because it converts operations that are hard (differentiation, solving ODEs) into operations that are easy (multiplication, algebra).
The price we pay is twofold: first, we need to learn the transform pairs and properties; second, we need to convert back from to . But this price is well worth paying. Once you are fluent with the method, you can solve linear constant-coefficient ODEs, even complicated ones, almost mechanically.
Moreover, the s-domain representation reveals things that the time domain hides. The poles of , where the denominator is zero, tell you about the natural frequencies of the system. The behavior of for large tells you about high-frequency response. Transfer functions, the ratio of output to input in the s-domain, become the central objects of study in control theory and signal processing.
What Comes Next
We have seen how to transform a differential equation into an algebraic equation for . But how do we get back to ? That is the topic of the next chapter: the inverse Laplace transform. There, we will learn partial fraction decomposition, use our transform table in reverse, and complete the solution process.
The inverse transform is where the algebra we have created here becomes a solution we can use.
Key Takeaways
- The Laplace transform converts into via
- Key transforms: , , , ,
- The derivative property is what makes the transform useful for DEs
- Differential equations become algebraic equations in , with initial conditions built in
- The transform is linear:
- The s-domain provides insight into system behavior: poles, frequencies, stability