3.2 Complex Numbers & Laplace Transforms
Key Takeaways
- Euler's identity \(e^{j\theta} = \cos\theta + j\sin\theta\) connects complex exponential and polar forms, enabling seamless phasor transformation of AC sinusoidal signals.
- The unilateral Laplace transform \(\mathcal{L}\{f(t)\} = F(s)\) converts time-domain differential equations into algebraic equations in the complex frequency s-domain.
- Operational properties including time differentiation \(\mathcal{L}\{f'(t)\} = sF(s) - f(0^-)\) and frequency shifting \(\mathcal{L}\{e^{-at}f(t)\} = F(s+a)\) simplify transient and steady-state circuit analysis.
- S-domain equivalent models represent inductors as \(sL\) with initial condition sources and capacitors as \(1/(sC)\) with initial condition sources, streamlining complex network analysis.
- The Final Value Theorem \(\lim_{t\to\infty} f(t) = \lim_{s\to 0} sF(s)\) allows immediate determination of steady-state values without performing inverse Laplace transforms.
3.2 Complex Numbers & Laplace Transforms
Complex variables and Laplace transforms represent indispensable mathematical tools for ECE engineers. They convert differential equations describing dynamic physical systems into manageable algebraic equations in the complex frequency domain ($s$-domain), enabling straightforward network synthesis, transfer function modeling, and transient analysis.
1. Complex Numbers & Phasor Algebra in ECE
A complex number $z$ consists of a real part $x = \text{Re}{z}$ and an imaginary part $y = \text{Im}{z}$, where $j = \sqrt{-1}$ represents the imaginary unit standard in engineering.
1.1 Representations of Complex Numbers
Complex numbers are expressed in three primary representations:
- Rectangular Form: $z = x + j y$
- Polar Form: $z = r \angle \theta$
- Exponential Form: $z = r e^{j \theta}$
The transformations between rectangular and polar forms are governed by:
1.2 Euler's Identity & De Moivre's Theorem
Euler's Identity forms the foundational bridge between exponential functions and trigonometry:
Special case at $\theta = \pi$: $e^{j\pi} + 1 = 0$.
For any integer $n$, De Moivre's Theorem states:
1.3 Phasor Transformation of Sinusoids
A time-domain sinusoidal signal $v(t) = V_m \cos(\omega t + \phi)$ is represented in the frequency domain by its phasor:
Phasors transform time differentiation into algebraic multiplication: $\frac{d}{dt} \leftrightarrow j\omega$.
2. Unilateral Laplace Transform & Operational Theorems
The unilateral Laplace transform maps a continuous time-domain signal $f(t)$ defined for $t \ge 0$ into a complex frequency-domain function $F(s)$:
Where $s = \sigma + j\omega$ is the complex frequency variable.
2.1 Core Operational Theorems
| Theorem Name | Time-Domain $f(t)$ | $s$-Domain $F(s)$ |
|---|---|---|
| Linearity | $a f_1(t) + b f_2(t)$ | $a F_1(s) + b F_2(s)$ |
| First Derivative | $\frac{df(t)}{dt}$ | $s F(s) - f(0^-)$ |
| Second Derivative | $\frac{d^2 f(t)}{dt^2}$ | $s^2 F(s) - s f(0^-) - f'(0^-)$ |
| Time Integration | $\int_{0}^{t} f(\tau) d\tau$ | $\frac{F(s)}{s}$ |
| Frequency Shift ($s$-shift) | $e^{-at} f(t)$ | $F(s+a)$ |
| Time Shift ($t$-shift) | $f(t-a) u(t-a)$ | $e^{-as} F(s)$ |
| Frequency Differentiation | $t f(t)$ | $-\frac{dF(s)}{ds}$ |
2.2 Initial and Final Value Theorems
- Initial Value Theorem (IVT): Determines the immediate initial state of $f(t)$ as $t \to 0^+$:
- Final Value Theorem (FVT): Determines the steady-state asymptote as $t \to \infty$: Crucial Condition: The Final Value Theorem is valid only if all poles of $s F(s)$ lie strictly in the open left-half of the $s$-plane (LHP), ensuring system stability.
3. Essential Laplace Transform Pairs
Mastery of standard Laplace transform pairs is critical for rapid problem-solving in the PRC ECE board exam:
| Signal Description | Time Domain $f(t), t \ge 0$ | $s$-Domain $F(s)$ |
|---|---|---|
| Unit Impulse (Dirac) | $\delta(t)$ | $1$ |
| Unit Step | $u(t)$ | $\frac{1}{s}$ |
| Ramp | $t u(t)$ | $\frac{1}{s^2}$ |
| Polynomial | $t^n u(t)$ | $\frac{n!}{s^{n+1}}$ |
| Exponential | $e^{-at} u(t)$ | $\frac{1}{s+a}$ |
| Sine Wave | $\sin(\omega t) u(t)$ | $\frac{\omega}{s^2 + \omega^2}$ |
| Cosine Wave | $\cos(\omega t) u(t)$ | $\frac{s}{s^2 + \omega^2}$ |
| Damped Sine | $e^{-at} \sin(\omega t) u(t)$ | $\frac{\omega}{(s+a)^2 + \omega^2}$ |
| Damped Cosine | $e^{-at} \cos(\omega t) u(t)$ | $\frac{s+a}{(s+a)^2 + \omega^2}$ |
4. Inverse Laplace Transform & S-Domain Circuit Equivalents
To convert $F(s)$ back to $f(t)$, Partial Fraction Expansion (PFE) is applied to decompose rational functions $F(s) = \frac{N(s)}{D(s)}$ into sum of elementary terms.
4.1 Partial Fraction Expansion Cases
- Distinct Real Poles: $F(s) = \frac{K_1}{s + p_1} + \frac{K_2}{s + p_2} + \dots + \frac{K_n}{s + p_n}$ Residual evaluation: $K_i = \lim_{s \to -p_i} (s + p_i) F(s)$.
- Repeated Poles: For a pole $(s+p)^m$, terms include $\frac{K_{m1}}{s+p} + \frac{K_{m2}}{(s+p)^2} + \dots + \frac{K_{mm}}{(s+p)^m}$.
- Complex Conjugate Poles: Completed square form $\frac{A(s+a) + B\omega}{(s+a)^2 + \omega^2} \leftrightarrow A e^{-at}\cos(\omega t) + B e^{-at}\sin(\omega t)$.
4.2 S-Domain Circuit Element Models
In $s$-domain analysis, passive elements are replaced by their complex impedances, incorporating initial conditions directly:
S-Domain Equivalent Circuit Representations
Element Time Domain S-Domain Model (Series)
+---------+ +------------+ +-----------------------+
| Resistor| | v(t)=R i(t)| -----> | Z(s) = R |
+---------+ +------------+ +-----------------------+
| Inductor| | v(t)=L di/dt| -----> | Z(s) = sL |
| | | | | Series Source: -L i(0-)|
+---------+ +------------+ +-----------------------+
|Capacitor| | i(t)=C dv/dt| -----> | Z(s) = 1/(sC) |
| | | | | Series Source: +v(0-)/s|
+---------+ +------------+ +-----------------------+
5. PRC ECE Board Exam Worked Examples
Worked Example 1: Inverse Laplace via Partial Fraction Expansion
Problem: Find $f(t)$ for $F(s) = \frac{3s + 11}{s^2 + 5s + 6}$.
Solution:
- Factor the denominator: $s^2 + 5s + 6 = (s + 2)(s + 3)$.
- Set up partial fraction expansion:
- Evaluate residual $A$:
- Evaluate residual $B$:
- Express $F(s)$ and take the inverse transform:
Worked Example 2: Final Value Theorem Application
Problem: A control system output is represented by $Y(s) = \frac{10(s + 3)}{s(s + 1)(s + 4)}$. Calculate the steady-state output $y(\infty)$.
Solution:
- Check stability condition: Poles of $Y(s)$ are $s = 0, -1, -4$. Poles of $s Y(s)$ are $s = -1, -4$, both located in LHP. The FVT is valid.
- Apply Final Value Theorem formula:
- Compute the limit:
What is the unilateral Laplace transform of the damped sinusoidal signal f(t) = e⁻³ᵗ cos(4t) u(t)?
Given a stable system output X(s) = 5(s + 4) / [s(s + 2)(s + 5)], what is the steady-state final value x(∞)?
According to Euler's identity, what is the polar magnitude r and phase angle θ of the complex number z = 3 + j4?