The Laplace transform converts a hard differential equation into a simple algebraic equation by mapping functions of time into the frequency domain.
Definition
L{f(t)}=F(s)=∫0∞e−stf(t)dt
Where t is time, s is the complex transform variable, f(t) is the input function, and F(s) is its transform.
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
First Derivative:L{f′}=sF(s)−f(0)
Second Derivative:L{f′′}=s2F(s)−sf(0)−f′(0)
Solving with Laplace
Worked Example: Solve y′′+4y=0 with y(0)=1 and y′(0)=0.
Transform both sides: (s2Y−s−0)+4Y=0.
Solve algebraically for Y: Y=s2+4s.
Take the inverse transform: y=cos(2t).
Partial fractions are required to invert complex F(s) expressions back into time-domain functions f(t).
Physics Link: Essential for analyzing linear circuits and control systems, where initial conditions feed directly into the transformed equation.
Common Pitfall: Laplace transforms absorb initial conditions immediately via L{y′}=sY−y(0). Bolting them on at the end like standard ODEs will double-count or drop your values.
Placeholder: Laplace Transforms
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.