Courses / Physics I
Differential Equations and Vector Calculus

Laplace Transforms

Physics I 184 words Free to read

The Laplace transform converts a differential equation into an algebraic equation, making it easier to solve.

Definition

L{f(t)}=F(s)=0estf(t)dt\mathcal{L}\{f(t)\} = F(s) = \int_0^\infty e^{-st}f(t)\,dt

Essential transform pairs

f(t)f(t)F(s)F(s)
111/s1/s
tnt^nn!/sn+1n!/s^{n+1}
eate^{at}1/(sa)1/(s-a)
sin(ωt)\sin(\omega t)ω/(s2+ω2)\omega/(s^{2}+\omega^{2})
cos(ωt)\cos(\omega t)s/(s2+ω2)s/(s^{2}+\omega^{2})

Key properties

Solving an ODE — Example: y+4y=0y'' + 4y = 0, y(0)=1y(0)=1, y(0)=0y'(0)=0

  1. Transform: s2Ys+4Y=0s^{2}Y - s + 4Y = 0
  2. Solve: Y=ss2+4Y = \dfrac{s}{s^{2}+4}
  3. Inverse: y=cos(2t)y = \cos(2t)

Partial fractions are used to invert complex F(s)F(s) expressions back to f(t)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}=sYy(0)\mathcal{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.

11practice questions
2interactive scenes
Start Physics I free

Differential Equations and Vector Calculus