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.
Last updated: July 2026

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:

  1. Rectangular Form: $z = x + j y$
  2. Polar Form: $z = r \angle \theta$
  3. Exponential Form: $z = r e^{j \theta}$

The transformations between rectangular and polar forms are governed by:

r=z=x2+y2,θ=arg(z)=arctan(yx)r = |z| = \sqrt{x^2 + y^2}, \quad \theta = \arg(z) = \arctan\left(\frac{y}{x}\right)

x=rcosθ,y=rsinθx = r \cos\theta, \quad y = r \sin\theta

1.2 Euler's Identity & De Moivre's Theorem

Euler's Identity forms the foundational bridge between exponential functions and trigonometry:

ejθ=cosθ+jsinθe^{j\theta} = \cos\theta + j\sin\theta

Special case at $\theta = \pi$: $e^{j\pi} + 1 = 0$.

For any integer $n$, De Moivre's Theorem states:

zn=(rθ)n=rn(nθ)=rnejnθz^n = (r \angle \theta)^n = r^n \angle (n\theta) = r^n e^{j n \theta}

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:

V=Vmϕ=Vmejϕ\mathbf{V} = V_m \angle \phi = V_m e^{j\phi}

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)$:

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 variable.

2.1 Core Operational Theorems

Theorem NameTime-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^+$: limt0+f(t)=limssF(s)\lim_{t \to 0^+} f(t) = \lim_{s \to \infty} s F(s)
  • Final Value Theorem (FVT): Determines the steady-state asymptote as $t \to \infty$: limtf(t)=lims0sF(s)\lim_{t \to \infty} f(t) = \lim_{s \to 0} s F(s) 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 DescriptionTime 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

  1. 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)$.
  2. 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}$.
  3. 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:

  1. Factor the denominator: $s^2 + 5s + 6 = (s + 2)(s + 3)$.
  2. Set up partial fraction expansion: F(s)=As+2+Bs+3F(s) = \frac{A}{s+2} + \frac{B}{s+3}
  3. Evaluate residual $A$: A=lims2(s+2)F(s)=3(2)+112+3=51=5A = \lim_{s \to -2} (s+2) F(s) = \frac{3(-2) + 11}{-2 + 3} = \frac{5}{1} = 5
  4. Evaluate residual $B$: B=lims3(s+3)F(s)=3(3)+113+2=21=2B = \lim_{s \to -3} (s+3) F(s) = \frac{3(-3) + 11}{-3 + 2} = \frac{2}{-1} = -2
  5. Express $F(s)$ and take the inverse transform: F(s)=5s+22s+3    f(t)=(5e2t2e3t)u(t)F(s) = \frac{5}{s+2} - \frac{2}{s+3} \implies f(t) = \left(5 e^{-2t} - 2 e^{-3t}\right) u(t)

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:

  1. 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.
  2. Apply Final Value Theorem formula: y()=lims0sY(s)=lims0s10(s+3)s(s+1)(s+4)=lims010(s+3)(s+1)(s+4)y(\infty) = \lim_{s \to 0} s Y(s) = \lim_{s \to 0} s \cdot \frac{10(s + 3)}{s(s + 1)(s + 4)} = \lim_{s \to 0} \frac{10(s + 3)}{(s + 1)(s + 4)}
  3. Compute the limit: y()=10(0+3)(0+1)(0+4)=304=7.5y(\infty) = \frac{10(0 + 3)}{(0 + 1)(0 + 4)} = \frac{30}{4} = 7.5
Test Your Knowledge

What is the unilateral Laplace transform of the damped sinusoidal signal f(t) = e⁻³ᵗ cos(4t) u(t)?

A
B
C
D
Test Your Knowledge

Given a stable system output X(s) = 5(s + 4) / [s(s + 2)(s + 5)], what is the steady-state final value x(∞)?

A
B
C
D
Test Your Knowledge

According to Euler's identity, what is the polar magnitude r and phase angle θ of the complex number z = 3 + j4?

A
B
C
D