Laplace Transform

Definition

The Laplace transform of is

Intuition

The Laplace transform converts differentiation into multiplication by , turning a linear ODE with initial conditions into an algebraic equation in . Solving algebraically and inverting (using partial fractions and the table below) recovers the time-domain solution — including initial conditions — without having to integrate the ODE directly.

Formal Description

Linearity

Transforms of derivatives (via integration by parts)

Solving a constant-coefficient ODE

For with , , the Laplace transform yields the algebraic equation

Solve for , then invert using the table below (with partial fractions as needed) to obtain .

Table of Laplace Transforms

#
1
2
3
4
5
6a
6b
7a
7b
8
9
10
11
12
13
14
15
16

Applications

  • Solving inhomogeneous ODEs with discontinuous or impulsive forcing (Heaviside, Dirac delta).
  • Analysing stability and frequency response in control systems (transfer functions).
  • Computing convolutions via the convolution theorem .

Trade-offs

  • Most powerful when involves Heaviside or Dirac delta terms; for smooth , undetermined coefficients may be simpler.
  • Inverting requires partial fraction decomposition and matching against the table; complex poles can make this tedious.
  • The standard table assumes zero-state initial conditions are encoded in the transform; non-zero initial conditions add extra -domain terms that must be tracked carefully.