integral transforms
Laplace Transform
You should know: integral
Overview
The Laplace transform, named after Pierre-Simon Laplace, is an integral transform that converts a function f(t) of a real variable (typically time) into a function F(s) of a complex variable s. Lowercase letters conventionally denote the original time-domain function and the corresponding uppercase letter denotes its frequency-domain transform, e.g. f(t) and F(s). Its principal use is turning differential equations in t into algebraic equations in s, since differentiation in t corresponds to multiplication by s in the transformed equation.
Formal Definition
The (unilateral) Laplace transform of f(t), defined for t ≥ 0, is:
Worked Examples
Substitute directly into the definition.
Evaluate the improper integral, which converges for Re(s) > a.
Answer: L{e^(at)}(s) = 1/(s-a), for Re(s) > a.
Practice Problems
Show that L{sin(bt)}(s) = b/(s²+b²) and L{cos(bt)}(s) = s/(s²+b²) for Re(s) > 0.
Why is the Laplace transform so useful for solving the differential equations of circuits and structural dynamics?
Quiz
Summary
- The Laplace transform maps f(t) to F(s) = ∫₀^∞ f(t)e^{-st}dt, converting time-domain functions into the complex frequency domain.
- Differentiation in t becomes multiplication by s (plus initial-value correction terms): L{f'}(s) = sF(s) - f(0).
- Standard transform pairs: L{e^{at}} = 1/(s-a), L{sin(bt)} = b/(s²+b²), L{cos(bt)} = s/(s²+b²).
- This turns linear ODEs with constant coefficients into algebraic equations in s, which are solved and then inverted back to the time domain.
Mathematics