Laplace Transforms

The Laplace Transform is a powerful integral transform used to switch a function from the time domain (tt) to the frequency domain (ss). It effectively converts linear differential equations involving derivatives into simple algebraic equations involving polynomials, which are easier to solve. Once solved algebraically, the inverse transform returns the solution back to the time domain.

Laplace Transform Definition

The one-sided Laplace transform of a function f(t)f(t) defined for t0t \ge 0 is:
L{f(t)}=F(s)=0estf(t)dt\mathcal{L}\{f(t)\} = F(s) = \int_0^\infty e^{-st} f(t) \, dt
provided the improper integral converges.

Common Transforms Table

Standard Transforms

f(t)f(t)F(s)=L{f(t)}F(s) = \mathcal{L}\{f(t)\}Region of Convergence
111s\frac{1}{s}s>0s > 0
tnt^n (nZ+n \in \mathbb{Z}^+)n!sn+1\frac{n!}{s^{n+1}}s>0s > 0
eate^{at}1sa\frac{1}{s-a}s>as > a
sin(kt)\sin(kt)ks2+k2\frac{k}{s^2 + k^2}s>0s > 0
cos(kt)\cos(kt)ss2+k2\frac{s}{s^2 + k^2}s>0s > 0
sinh(kt)\sinh(kt)ks2k2\frac{k}{s^2 - k^2}s>ks > |k|
cosh(kt)\cosh(kt)ss2k2\frac{s}{s^2 - k^2}s>ks > |k|

Properties for Solving IVPs

The main application is solving linear DEs with constant coefficients subject to initial conditions.

Derivative Properties

The Laplace Transform converts differentiation in the time domain into multiplication by ss in the frequency domain, directly incorporating initial conditions:
  • First Derivative: L{f(t)}=sF(s)f(0)\mathcal{L}\{f'(t)\} = sF(s) - f(0)
  • Second Derivative: L{f(t)}=s2F(s)sf(0)f(0)\mathcal{L}\{f''(t)\} = s^2F(s) - sf(0) - f'(0)
  • Nth Derivative: L{f(n)(t)}=snF(s)sn1f(0)f(n1)(0)\mathcal{L}\{f^{(n)}(t)\} = s^nF(s) - s^{n-1}f(0) - \dots - f^{(n-1)}(0)

Inverse Laplace Transforms & Partial Fractions

After solving algebraically for F(s)F(s), it usually appears as a complex rational function P(s)/Q(s)P(s)/Q(s). Finding the Inverse Laplace Transform, f(t)=L1{F(s)}f(t) = \mathcal{L}^{-1}\{F(s)\}, almost always requires decomposing this fraction into simpler parts that match the standard table using Partial Fraction Decomposition.

Partial Fraction Decomposition Strategies

Given a rational expression P(s)Q(s)\frac{P(s)}{Q(s)} where the degree of polynomial PP is less than QQ:
  1. Factor the Denominator: Factor Q(s)Q(s) completely into linear factors (sa)(s-a) and irreducible quadratic factors (s2+bs+c)(s^2 + bs + c).
  2. Set up the Decomposition Form:
    • For each distinct linear factor (sa)(s-a), add Asa\frac{A}{s-a}.
    • For repeated linear factors (sa)n(s-a)^n, add A1(sa)+A2(sa)2++An(sa)n\frac{A_1}{(s-a)} + \frac{A_2}{(s-a)^2} + \dots + \frac{A_n}{(s-a)^n}.
    • For each irreducible quadratic factor (s2+bs+c)(s^2 + bs + c), add As+Bs2+bs+c\frac{As + B}{s^2 + bs + c}. Completing the square is usually required after this step to match shifted sine/cosine transforms.
    • For repeated irreducible quadratic factors (s2+bs+c)2(s^2 + bs + c)^2, add A1s+B1s2+bs+c+A2s+B2(s2+bs+c)2\frac{A_1 s + B_1}{s^2 + bs + c} + \frac{A_2 s + B_2}{(s^2 + bs + c)^2}.
  3. Solve for the Unknown Constants (A,B,C...A, B, C...): Multiply both sides by the original denominator Q(s)Q(s) to clear fractions. Then, either pick strategic values for ss to eliminate terms, or expand both sides and equate the coefficients of matching powers of ss.
  4. Apply the Inverse Transform: Use the linearity property L1{aF(s)+bG(s)}=aL1{F(s)}+bL1{G(s)}\mathcal{L}^{-1}\{aF(s) + bG(s)\} = a\mathcal{L}^{-1}\{F(s)\} + b\mathcal{L}^{-1}\{G(s)\} and the standard table to invert term-by-term.

Step Functions and Dirac Delta

These functions allow us to model discontinuous inputs (like turning a switch on or off) and impulses (like a hammer blow to a mass-spring system).

Unit Step Function u(t-a)

Also known as the Heaviside step function.
U(ta)={00t<a1ta\begin{aligned} \mathcal{U}(t-a) = \begin{cases} 0 & 0 \le t < a \\ 1 & t \ge a \end{cases} \end{aligned}
Transform: L{U(ta)}=eass\mathcal{L}\{\mathcal{U}(t-a)\} = \frac{e^{-as}}{s}

Shift Property (First Translation Theorem on the t-axis): L{f(ta)U(ta)}=easF(s)\mathcal{L}\{f(t-a)\mathcal{U}(t-a)\} = e^{-as}F(s)

Dirac Delta Function

δ(ta)\delta(t-a) represents an instantaneous, infinitely strong impulse at t=at=a, such that its integral over all time is 1.

Transform: L{δ(ta)}=eas\mathcal{L}\{\delta(t-a)\} = e^{-as}

Convolution Theorem

The Convolution Theorem allows us to find the inverse Laplace Transform of a product of two functions F(s)G(s)F(s)G(s). The convolution of two functions f(t)f(t) and g(t)g(t) is denoted by fgf * g and defined as an integral.
(fg)(t)=0tf(τ)g(tτ)dτ(f * g)(t) = \int_0^t f(\tau)g(t-\tau) \, d\tau
The Convolution Theorem states that multiplication in the frequency domain is equivalent to convolution in the time domain:
L{fg}=F(s)G(s)\mathcal{L}\{f * g\} = F(s)G(s)L1{F(s)G(s)}=(fg)(t)=0tf(τ)g(tτ)dτ\mathcal{L}^{-1}\{F(s)G(s)\} = (f * g)(t) = \int_0^t f(\tau)g(t-\tau) \, d\tau

Visualizing Convolution

Visualizing Convolution Integral

The convolution (f * g)(t) = \int_0^t f(\tau)g(t-\tau) d\tau involves flipping g, shifting it by t, multiplying it with f, and integrating the overlapping area.

Current Value of Convolution
(f * g)(2.0) \approx 0.822
Loading chart...
Stationary f(\tau)
Flipped/Shifted g(t-\tau)
Product (Area = Convolution)
Current t
Key Takeaways
  • Laplace Transforms convert integral-differential equations (calculus) into algebraic equations. They are exceptionally useful for Initial Value Problems because the initial conditions f(0),f(0)f(0), f'(0) are baked directly into the derivative properties.
  • Linearity: L{af(t)+bg(t)}=aF(s)+bG(s)\mathcal{L}\{af(t) + bg(t)\} = aF(s) + bG(s).
  • Inverse Transform: Typically relies heavily on Partial Fraction Decomposition and completing the square to manipulate algebraic expressions into recognizable table forms.
  • Shift Theorems: Essential for handling exponentials (eatf(t)F(sa)e^{at}f(t) \leftrightarrow F(s-a)) and step functions (f(ta)U(ta)easF(s)f(t-a)\mathcal{U}(t-a) \leftrightarrow e^{-as}F(s)).
  • Convolution: Evaluates L1{F(s)G(s)}\mathcal{L}^{-1}\{F(s)G(s)\} analytically without needing partial fractions, by computing the integral 0tf(τ)g(tτ)dτ\int_0^t f(\tau)g(t-\tau) \, d\tau.