4.1 Laplace Transforms, Inverse Transforms & Circuit Applications

Key Takeaways

  • The direct Laplace transform $\mathcal{L}\{f(t)\} = F(s) = \int_0^\infty f(t)e^{-st}\,dt$ converts time-domain differential equations into algebraic $s$-domain equations.
  • Operational properties including first shifting $\mathcal{L}\{e^{-at}f(t)\} = F(s+a)$, second shifting $\mathcal{L}\{f(t-a)u(t-a)\} = e^{-as}F(s)$, and differentiation $\mathcal{L}\{f'(t)\} = sF(s) - f(0^-)$ enable transient system modeling.
  • The Initial Value Theorem ($\lim_{s \to \infty} sF(s) = f(0^+)$) and Final Value Theorem ($\lim_{s \to 0} sF(s) = f(\infty)$) determine boundary states without full inverse transformation.
  • Inverse Laplace transformation utilizes partial fraction expansion across real distinct, repeated, and complex conjugate pole pairs to restore time-domain signals.
  • In electrical circuit analysis, $s$-domain impedance models ($Z_R = R$, $Z_L = sL$, $Z_C = \frac{1}{sC}$) and initial condition generators facilitate transient voltage and current derivations.
Last updated: August 2026

4.1 Laplace Transforms, Inverse Transforms & Circuit Applications

The Laplace transform is one of the most powerful analytical tools in electrical engineering and applied mathematics. It converts complex continuous-time differential equations governing dynamic physical systems into simple linear algebraic equations in the complex frequency domain ($s$-domain, where $s = \sigma + j\omega$). For the PRC Registered Electrical Engineer (REE) Licensure Examination, mastering Laplace transforms is essential for solving circuit transients, transfer functions, stability criteria, and control system responses.


1. Definition and Region of Convergence

Direct Unilateral Laplace Transform

For a time-domain function $f(t)$ defined for $t \ge 0$, the unilateral direct Laplace transform is defined by integral: L{f(t)}=F(s)=0f(t)estdt\mathcal{L}\{f(t)\} = F(s) = \int_{0^-}^\infty f(t) e^{-st} \, dt where $s = \sigma + j\omega$ is the complex frequency parameter in $\text{rad/s}$, and lower limit $0^-$ captures potential instantaneous discontinuities (such as impulse functions $\delta(t)$) at $t = 0$.

Region of Convergence (ROC)

The Region of Convergence (ROC) consists of all points in the complex $s$-plane for which the defining integral converges absolutely. For causal signals, the ROC is a half-plane $\text{Re}{s} > \sigma_0$, where $\sigma_0$ is the axis of convergence.


2. Standard Laplace Transform Pairs

The table below summarizes elementary transform pairs routinely encountered in engineering mathematics and circuit transient problems:

Time-Domain Signal $f(t), t \ge 0$$s$-Domain Transform $F(s) = \mathcal{L}{f(t)}$Region of Convergence (ROC)
Unit Impulse $\delta(t)$$1$All $s$
Unit Step $u(t)$$\frac{1}{s}$$\text{Re}{s} > 0$
Ramp $t$$\frac{1}{s^2}$$\text{Re}{s} > 0$
Polynomial $t^n \quad (n = 1, 2, 3, \dots)$$\frac{n!}{s^{n+1}}$$\text{Re}{s} > 0$
Exponential $e^{-at}$$\frac{1}{s + a}$$\text{Re}{s} > -a$
Damped Ramp $t e^{-at}$$\frac{1}{(s + a)^2}$$\text{Re}{s} > -a$
Sine Wave $\sin(\omega t)$$\frac{\omega}{s^2 + \omega^2}$$\text{Re}{s} > 0$
Cosine Wave $\cos(\omega t)$$\frac{s}{s^2 + \omega^2}$$\text{Re}{s} > 0$
Damped Sine $e^{-at} \sin(\omega t)$$\frac{\omega}{(s + a)^2 + \omega^2}$$\text{Re}{s} > -a$
Damped Cosine $e^{-at} \cos(\omega t)$$\frac{s + a}{(s + a)^2 + \omega^2}$$\text{Re}{s} > -a$
Hyperbolic Sine $\sinh(at)$$\frac{a}{s^2 - a^2}$$\text{Re}{s} >
Hyperbolic Cosine $\cosh(at)$$\frac{s}{s^2 - a^2}$$\text{Re}{s} >

3. Operational Theorems & Properties

Linearity

L{af1(t)+bf2(t)}=aF1(s)+bF2(s)\mathcal{L}\{a f_1(t) + b f_2(t)\} = a F_1(s) + b F_2(s)

First Shifting Theorem (Frequency Shift)

L{eatf(t)}=F(s+a)\mathcal{L}\{e^{-at} f(t)\} = F(s + a)

Second Shifting Theorem (Time Shift)

L{f(ta)u(ta)}=easF(s)for a0\mathcal{L}\{f(t - a) u(t - a)\} = e^{-as} F(s) \quad \text{for } a \ge 0

Differentiation in Time Domain

  • First Derivative: L{f(t)}=sF(s)f(0)\mathcal{L}\{f'(t)\} = s F(s) - f(0^-)
  • Second Derivative: L{f(t)}=s2F(s)sf(0)f(0)\mathcal{L}\{f''(t)\} = s^2 F(s) - s f(0^-) - f'(0^-)
  • $n$-th Derivative: L{f(n)(t)}=snF(s)sn1f(0)sn2f(0)f(n1)(0)\mathcal{L}\{f^{(n)}(t)\} = s^n F(s) - s^{n-1} f(0^-) - s^{n-2} f'(0^-) - \dots - f^{(n-1)}(0^-)

Integration in Time Domain

L{0tf(τ)dτ}=F(s)s\mathcal{L}\left\{ \int_0^t f(\tau) \, d\tau \right\} = \frac{F(s)}{s}

Differentiation in $s$-Domain (Frequency Differentiation)

L{tf(t)}=ddsF(s)\mathcal{L}\{t \cdot f(t)\} = -\frac{d}{ds} F(s) L{tnf(t)}=(1)ndndsnF(s)\mathcal{L}\{t^n \cdot f(t)\} = (-1)^n \frac{d^n}{ds^n} F(s)

Convolution Theorem

The Laplace transform of the time-domain convolution of two signals equals the algebraic product of their individual transforms: L{f1(t)f2(t)}=L{0tf1(τ)f2(tτ)dτ}=F1(s)F2(s)\mathcal{L}\{f_1(t) * f_2(t)\} = \mathcal{L}\left\{ \int_0^t f_1(\tau) f_2(t - \tau) \, d\tau \right\} = F_1(s) \cdot F_2(s)

Boundary Value Theorems

  • Initial Value Theorem (IVT): If $f(t)$ and $f'(t)$ are Laplace transformable, then: f(0+)=limt0+f(t)=limssF(s)f(0^+) = \lim_{t \to 0^+} f(t) = \lim_{s \to \infty} s F(s)
  • Final Value Theorem (FVT): If all poles of $s F(s)$ lie strictly in the left-half of the $s$-plane (system is stable), then: f()=limtf(t)=lims0sF(s)f(\infty) = \lim_{t \to \infty} f(t) = \lim_{s \to 0} s F(s)

4. Inverse Laplace Transform & Partial Fractions

To convert an algebraic $s$-domain expression $F(s) = \frac{P(s)}{Q(s)}$ back into the time domain $f(t)$, Partial Fraction Expansion decomposes proper rational functions into sum terms matching standard table forms.

Case I: Distinct Real Poles

If $Q(s) = (s - p_1)(s - p_2) \dots (s - p_n)$ with distinct real roots: F(s)=A1sp1+A2sp2++AnspnF(s) = \frac{A_1}{s - p_1} + \frac{A_2}{s - p_2} + \dots + \frac{A_n}{s - p_n} Residue formula for coefficient $A_k$: Ak=limspk(spk)F(s)A_k = \lim_{s \to p_k} (s - p_k) F(s)

Case II: Repeated Real Poles

If $Q(s)$ contains a repeated factor $(s - p)^m$ of multiplicity $m$: F(s)=A1sp+A2(sp)2++Am(sp)m+other termsF(s) = \frac{A_1}{s - p} + \frac{A_2}{(s - p)^2} + \dots + \frac{A_m}{(s - p)^m} + \text{other terms} Residue formula for $A_{m-k}$: Amk=1k!limspdkdsk[(sp)mF(s)]A_{m-k} = \frac{1}{k!} \lim_{s \to p} \frac{d^k}{ds^k} \left[ (s - p)^m F(s) \right]

Case III: Complex Conjugate Poles

If $Q(s)$ contains quadratic term $(s + a)^2 + \omega^2$ with roots $s = -a \pm j\omega$: Bs+C(s+a)2+ω2=B(s+a)+(CaB)(s+a)2+ω2=Bs+a(s+a)2+ω2+CaBωω(s+a)2+ω2\frac{B s + C}{(s + a)^2 + \omega^2} = \frac{B(s + a) + (C - a B)}{(s + a)^2 + \omega^2} = B \frac{s + a}{(s + a)^2 + \omega^2} + \frac{C - a B}{\omega} \frac{\omega}{(s + a)^2 + \omega^2} Taking the inverse transform yields: f(t)=Beatcos(ωt)+CaBωeatsin(ωt)f(t) = B e^{-at} \cos(\omega t) + \frac{C - a B}{\omega} e^{-at} \sin(\omega t)


5. $s$-Domain Electrical Circuit Models

By transforming circuit elements into $s$-domain impedances along with initial condition energy sources, Kirchhoff's Laws (KVL and KCL) can be applied directly using standard linear algebra.

ElementTime-Domain Relationship$s$-Domain Impedance $Z(s)$Initial Condition Source
Resistor$v(t) = R \cdot i(t)$$Z_R(s) = R$None
Inductor$v(t) = L \frac{di}{dt}$$Z_L(s) = s L$Series voltage source $L i(0^-)$ (positive at entry node)
Capacitor$i(t) = C \frac{dv}{dt}$$Z_C(s) = \frac{1}{s C}$Series voltage source $\frac{v(0^-)}{s}$ (matching initial polarity)

Step-by-Step Worked Numerical Examples

Example 4.1.1: Inverse Laplace Transform via Partial Fraction Expansion

Problem: Determine the inverse Laplace transform $f(t) = \mathcal{L}^{-1}{F(s)}$ for: F(s)=10s+40s2+6s+25F(s) = \frac{10 s + 40}{s^2 + 6 s + 25}

Solution:

  1. Analyze the denominator quadratic: Discriminant $\Delta = 6^2 - 4(1)(25) = 36 - 100 = -64 < 0$. The poles are complex conjugate pairs.
  2. Complete the square for the denominator: s2+6s+25=(s2+6s+9)+16=(s+3)2+42s^2 + 6 s + 25 = (s^2 + 6 s + 9) + 16 = (s + 3)^2 + 4^2
  3. Rewrite the numerator in terms of $(s + 3)$: 10s+40=10(s+3)+1010 s + 40 = 10(s + 3) + 10
  4. Split into standard damped cosine and sine forms: F(s)=10(s+3)+10(s+3)2+42=10s+3(s+3)2+42+1044(s+3)2+42F(s) = \frac{10(s + 3) + 10}{(s + 3)^2 + 4^2} = 10 \cdot \frac{s + 3}{(s + 3)^2 + 4^2} + \frac{10}{4} \cdot \frac{4}{(s + 3)^2 + 4^2} F(s)=10s+3(s+3)2+42+2.54(s+3)2+42F(s) = 10 \cdot \frac{s + 3}{(s + 3)^2 + 4^2} + 2.5 \cdot \frac{4}{(s + 3)^2 + 4^2}
  5. Apply inverse transform matching table pairs: L1{s+3(s+3)2+42}=e3tcos(4t)\mathcal{L}^{-1}\left\{ \frac{s + 3}{(s + 3)^2 + 4^2} \right\} = e^{-3t} \cos(4t) L1{4(s+3)2+42}=e3tsin(4t)\mathcal{L}^{-1}\left\{ \frac{4}{(s + 3)^2 + 4^2} \right\} = e^{-3t} \sin(4t) f(t)=10e3tcos(4t)+2.5e3tsin(4t)for t0f(t) = 10 e^{-3t} \cos(4t) + 2.5 e^{-3t} \sin(4t) \quad \text{for } t \ge 0

Example 4.1.2: $s$-Domain Transient Response of Series RLC Circuit

Problem: A series RLC circuit consists of $R = 6\ \Omega$, $L = 1\text{ H}$, and $C = 0.04\text{ F} = \frac{1}{25}\text{ F}$. A step voltage source $v(t) = 100 u(t)\text{ V}$ is connected at $t = 0$. Assuming zero initial energy ($i(0^-) = 0\text{ A}, v_C(0^-) = 0\text{ V}$), derive the current response $i(t)$.

Solution:

  1. Formulate the $s$-domain KVL equation: V(s)=I(s)[R+sL+1sC]V(s) = I(s) \left[ R + s L + \frac{1}{s C} \right] Substitute $V(s) = \frac{100}{s}$, $R = 6$, $L = 1$, and $\frac{1}{C} = 25$: 100s=I(s)[6+s+25s]=I(s)[s2+6s+25s]\frac{100}{s} = I(s) \left[ 6 + s + \frac{25}{s} \right] = I(s) \left[ \frac{s^2 + 6s + 25}{s} \right]
  2. Solve algebraically for $I(s)$: I(s)=100/s(s2+6s+25)/s=100s2+6s+25I(s) = \frac{100/s}{(s^2 + 6s + 25)/s} = \frac{100}{s^2 + 6s + 25}
  3. Complete the square in the denominator: s2+6s+25=(s+3)2+42s^2 + 6s + 25 = (s + 3)^2 + 4^2
  4. Format $I(s)$ for inverse transformation: I(s)=100(s+3)2+42=10044(s+3)2+42=254(s+3)2+42I(s) = \frac{100}{(s + 3)^2 + 4^2} = \frac{100}{4} \cdot \frac{4}{(s + 3)^2 + 4^2} = 25 \cdot \frac{4}{(s + 3)^2 + 4^2}
  5. Take inverse Laplace transform: i(t)=25e3tsin(4t) Afor t0i(t) = 25 e^{-3t} \sin(4t) \text{ A} \quad \text{for } t \ge 0

Example 4.1.3: Boundary Analysis via Initial and Final Value Theorems

Problem: A control system closed-loop output in the frequency domain is given by: Y(s)=5s+20s(s2+4s+13)Y(s) = \frac{5 s + 20}{s (s^2 + 4 s + 13)} Find the initial value $y(0^+)$ and the steady-state final value $y(\infty)$.

Solution:

  1. Apply Initial Value Theorem (IVT): y(0+)=limssY(s)=limss[5s+20s(s2+4s+13)]=lims5s+20s2+4s+13y(0^+) = \lim_{s \to \infty} s Y(s) = \lim_{s \to \infty} s \left[ \frac{5 s + 20}{s (s^2 + 4 s + 13)} \right] = \lim_{s \to \infty} \frac{5 s + 20}{s^2 + 4 s + 13} Divide numerator and denominator by $s^2$: y(0+)=lims5/s+20/s21+4/s+13/s2=0+01+0+0=0y(0^+) = \lim_{s \to \infty} \frac{5/s + 20/s^2}{1 + 4/s + 13/s^2} = \frac{0 + 0}{1 + 0 + 0} = 0
  2. Apply Final Value Theorem (FVT): Check pole stability: Poles of $s Y(s)$ are roots of $s^2 + 4s + 13 = 0 \implies s = -2 \pm j3$, which both reside in the left-half $s$-plane (stable system). y()=lims0sY(s)=lims0s[5s+20s(s2+4s+13)]=lims05s+20s2+4s+13y(\infty) = \lim_{s \to 0} s Y(s) = \lim_{s \to 0} s \left[ \frac{5 s + 20}{s (s^2 + 4 s + 13)} \right] = \lim_{s \to 0} \frac{5 s + 20}{s^2 + 4 s + 13} Substitute $s = 0$: y()=5(0)+2002+4(0)+13=20131.5385y(\infty) = \frac{5(0) + 20}{0^2 + 4(0) + 13} = \frac{20}{13} \approx 1.5385
  3. Conclusion: $y(0^+) = 0$ and $y(\infty) = 1.5385$.
Loading diagram...
Laplace Transform & Circuit s-Domain Solution Workflow
Test Your Knowledge

What is the inverse Laplace transform of $F(s) = \frac{4}{s + 5}$?

A
B
C
D
Test Your Knowledge

Using the Final Value Theorem, what is the steady-state value $f(\infty)$ for a system transform $F(s) = \frac{3s + 12}{s(s + 2)(s + 4)}$?

A
B
C
D
Test Your Knowledge

What is the $s$-domain impedance of a $0.05\text{ F}$ capacitor?

A
B
C
D