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.
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: 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
First Shifting Theorem (Frequency Shift)
Second Shifting Theorem (Time Shift)
Differentiation in Time Domain
- First Derivative:
- Second Derivative:
- $n$-th Derivative:
Integration in Time Domain
Differentiation in $s$-Domain (Frequency Differentiation)
Convolution Theorem
The Laplace transform of the time-domain convolution of two signals equals the algebraic product of their individual transforms:
Boundary Value Theorems
- Initial Value Theorem (IVT): If $f(t)$ and $f'(t)$ are Laplace transformable, then:
- 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:
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: Residue formula for coefficient $A_k$:
Case II: Repeated Real Poles
If $Q(s)$ contains a repeated factor $(s - p)^m$ of multiplicity $m$: Residue formula for $A_{m-k}$:
Case III: Complex Conjugate Poles
If $Q(s)$ contains quadratic term $(s + a)^2 + \omega^2$ with roots $s = -a \pm j\omega$: Taking the inverse transform yields:
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.
| Element | Time-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:
Solution:
- Analyze the denominator quadratic: Discriminant $\Delta = 6^2 - 4(1)(25) = 36 - 100 = -64 < 0$. The poles are complex conjugate pairs.
- Complete the square for the denominator:
- Rewrite the numerator in terms of $(s + 3)$:
- Split into standard damped cosine and sine forms:
- Apply inverse transform matching table pairs:
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:
- Formulate the $s$-domain KVL equation: Substitute $V(s) = \frac{100}{s}$, $R = 6$, $L = 1$, and $\frac{1}{C} = 25$:
- Solve algebraically for $I(s)$:
- Complete the square in the denominator:
- Format $I(s)$ for inverse transformation:
- Take inverse Laplace transform:
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: Find the initial value $y(0^+)$ and the steady-state final value $y(\infty)$.
Solution:
- Apply Initial Value Theorem (IVT): Divide numerator and denominator by $s^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). Substitute $s = 0$:
- Conclusion: $y(0^+) = 0$ and $y(\infty) = 1.5385$.
What is the inverse Laplace transform of $F(s) = \frac{4}{s + 5}$?
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)}$?
What is the $s$-domain impedance of a $0.05\text{ F}$ capacitor?