The Laplace transform converts a differential equation into an algebraic equation, making it easier to solve.
Definition
L{f(t)}=F(s)=∫0∞e−stf(t)dt
Essential transform pairs
f(t)
F(s)
1
1/s
tn
n!/sn+1
eat
1/(s−a)
sin(ωt)
ω/(s2+ω2)
cos(ωt)
s/(s2+ω2)
Key properties
Linearity:L{af+bg}=aF+bG
Derivative:L{f′}=sF(s)−f(0)
Second derivative:L{f′′}=s2F(s)−sf(0)−f′(0)
Solving an ODE — Example: y′′+4y=0, y(0)=1, y′(0)=0
Transform: s2Y−s+4Y=0
Solve: Y=s2+4s
Inverse: y=cos(2t)
Partial fractions are used to invert complex F(s) expressions back to f(t).
Physics link: Laplace transforms are the standard tool for analysing linear circuits and control systems, where initial conditions appear naturally in the transformed equation.
Common pitfall: Laplace transforms absorb initial conditions at the very first step, via L{y′}=sY−y(0). Bolting the conditions on at the end, ODE-style, double-counts or drops them.
Placeholder: Laplace Transforms
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.