Courses / Physics I
Differential Equations and Vector Calculus

Laplace Transforms

Physics I 223 words Free to read

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)=0estf(t)dt\mathcal{L}\{f(t)\} = F(s) = \int_0^\infty e^{-st}f(t)\,dt

Where tt is time, ss is the complex transform variable, f(t)f(t) is the input function, and F(s)F(s) is its transform.

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 with Laplace

Worked Example: Solve y+4y=0y'' + 4y = 0 with y(0)=1y(0)=1 and y(0)=0y'(0)=0.

  1. Transform both sides: (s2Ys0)+4Y=0(s^{2}Y - s - 0) + 4Y = 0.
  2. Solve algebraically for YY: Y=ss2+4Y = \dfrac{s}{s^{2}+4}.
  3. Take the inverse transform: y=cos(2t)y = \cos(2t).

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

11practice questions
2interactive scenes

Differential Equations and Vector Calculus