4.2 Fourier Series, Fourier Transforms & Frequency-Domain Analysis

Key Takeaways

  • Any periodic non-sinusoidal waveform satisfying Dirichlet conditions can be decomposed into an infinite sum of harmonically related sines and cosines via Trigonometric Fourier Series.
  • Waveform symmetry properties (even, odd, half-wave symmetry) significantly simplify Fourier coefficient calculations by reducing integrals to zero.
  • The RMS value of a complex periodic voltage or current is determined by the square root of the sum of the DC component squared and half the sum of squared peak harmonic amplitudes: $V_{\text{rms}} = \sqrt{V_0^2 + \sum \frac{V_n^2}{2}}$.
  • Total Harmonic Distortion (THD) quantifies waveform distortion by measuring the ratio of the RMS voltage of all higher harmonics combined to the RMS voltage of the fundamental frequency component.
  • The Continuous Fourier Transform $\mathcal{F}\{f(t)\} = F(\omega) = \int_{-\infty}^\infty f(t)e^{-j\omega t} dt$ maps non-periodic continuous-time signals into continuous frequency spectra.
Last updated: August 2026

4.2 Fourier Series, Fourier Transforms & Frequency-Domain Analysis

Frequency-domain spectral analysis is indispensable in electrical power systems, telecommunications, and signal processing. While Laplace transforms are optimized for transient IVP analysis with initial conditions, Fourier analysis decomposes arbitrary periodic and non-periodic signals into discrete spectral harmonics or continuous frequency distributions. On the PRC Electrical Engineering Board Exam, Fourier series expansion, RMS evaluation of non-sinusoidal currents, and Total Harmonic Distortion (THD) calculations are primary recurring topics.


1. Trigonometric Fourier Series

Any periodic function $f(t)$ with fundamental period $T$ and fundamental angular frequency $\omega_0 = \frac{2\pi}{T}$ that satisfies the Dirichlet conditions (single-valued, bounded, finite number of discontinuities and extrema within period $T$) can be expressed as a Trigonometric Fourier Series: f(t)=a0+n=1[ancos(nω0t)+bnsin(nω0t)]f(t) = a_0 + \sum_{n=1}^\infty \left[ a_n \cos(n \omega_0 t) + b_n \sin(n \omega_0 t) \right]

Euler-Fourier Coefficient Formulas

  • DC Component $a_0$ (Average Value): a0=1T0Tf(t)dta_0 = \frac{1}{T} \int_0^T f(t) \, dt
  • Cosine Coefficients $a_n$: an=2T0Tf(t)cos(nω0t)dtfor n=1,2,3,a_n = \frac{2}{T} \int_0^T f(t) \cos(n \omega_0 t) \, dt \quad \text{for } n = 1, 2, 3, \dots
  • Sine Coefficients $b_n$: bn=2T0Tf(t)sin(nω0t)dtfor n=1,2,3,b_n = \frac{2}{T} \int_0^T f(t) \sin(n \omega_0 t) \, dt \quad \text{for } n = 1, 2, 3, \dots

Amplitude-Phase Form

Alternatively, combining sine and cosine terms at each harmonic frequency yields: f(t)=A0+n=1Ancos(nω0tθn)f(t) = A_0 + \sum_{n=1}^\infty A_n \cos(n \omega_0 t - \theta_n) where peak harmonic amplitude $A_n = \sqrt{a_n^2 + b_n^2}$ and phase angle $\theta_n = \arctan\left(\frac{b_n}{a_n}\right)$.


2. Waveform Symmetry Rules

Recognizing geometric waveform symmetry eliminates unnecessary integration during board exam computations:

Symmetry TypeMathematical ConditionFourier Coefficients ResultHarmonic Content
Even Symmetry$f(-t) = f(t)$$b_n = 0 \quad \text{for all } n$Contains DC and cosine terms only
Odd Symmetry$f(-t) = -f(t)$$a_0 = 0, \quad a_n = 0 \quad \text{for all } n$Contains sine terms only
Half-Wave Symmetry$f\left(t + \frac{T}{2}\right) = -f(t)$$a_0 = 0, \quad a_n = 0, b_n = 0 \quad \text{for even } n$Contains odd harmonics only ($n = 1, 3, 5, \dots$)
Even Quarter-WaveEven + Half-Wave$a_0 = 0, \quad b_n = 0, \quad a_n = \frac{4}{T} \int_0^{T/4} f(t) \cos(n\omega_0 t) dt$Odd cosine harmonics only
Odd Quarter-WaveOdd + Half-Wave$a_0 = 0, \quad a_n = 0, \quad b_n = \frac{4}{T} \int_0^{T/4} f(t) \sin(n\omega_0 t) dt$Odd sine harmonics only

3. Exponential (Complex) Fourier Series & Parseval's Power Theorem

Using Euler's identity $e^{j\theta} = \cos\theta + j\sin\theta$, the trigonometric series transforms into a compact complex exponential representation: f(t)=n=cnejnω0tf(t) = \sum_{n=-\infty}^\infty c_n e^{j n \omega_0 t} where complex coefficients $c_n$ are given by: cn=1T0Tf(t)ejnω0tdtc_n = \frac{1}{T} \int_0^T f(t) e^{-j n \omega_0 t} \, dt Relationships to trigonometric coefficients: c0=a0,cn=anjbn2,cn=cn=an+jbn2c_0 = a_0, \quad c_n = \frac{a_n - j b_n}{2}, \quad c_{-n} = c_n^* = \frac{a_n + j b_n}{2}

Parseval's Power Theorem

Parseval's identity states that the total average power of a periodic signal $f(t)$ equals the sum of the average powers of its individual harmonic components: Pavg=1T0Tf(t)2dt=n=cn2=a02+n=1an2+bn22=A02+n=1An22P_{\text{avg}} = \frac{1}{T} \int_0^T |f(t)|^2 \, dt = \sum_{n=-\infty}^\infty |c_n|^2 = a_0^2 + \sum_{n=1}^\infty \frac{a_n^2 + b_n^2}{2} = A_0^2 + \sum_{n=1}^\infty \frac{A_n^2}{2}


4. RMS Values of Non-Sinusoidal Signals & Total Harmonic Distortion (THD)

RMS Value of Complex Non-Sinusoidal Waveforms

When a voltage or current contains multiple orthogonal harmonic frequencies: v(t)=V0+V1,mcos(ω0t+θ1)+V2,mcos(2ω0t+θ2)+v(t) = V_0 + V_{1,m} \cos(\omega_0 t + \theta_1) + V_{2,m} \cos(2\omega_0 t + \theta_2) + \dots The overall Effective (RMS) Voltage $V_{\text{rms}}$ is: Vrms=V02+V1,m22+V2,m22++Vn,m22=V02+V1,rms2+V2,rms2++Vn,rms2V_{\text{rms}} = \sqrt{V_0^2 + \frac{V_{1,m}^2}{2} + \frac{V_{2,m}^2}{2} + \dots + \frac{V_{n,m}^2}{2}} = \sqrt{V_0^2 + V_{1,\text{rms}}^2 + V_{2,\text{rms}}^2 + \dots + V_{n,\text{rms}}^2}

Total Harmonic Distortion (THD)

Total Harmonic Distortion measures waveform degradation caused by non-linear loads (such as variable frequency drives, rectifiers, and switching power supplies): THDV=n=2Vn,rms2V1,rms=V2,rms2+V3,rms2+V4,rms2+V1,rms\text{THD}_V = \frac{\sqrt{\sum_{n=2}^\infty V_{n,\text{rms}}^2}}{V_{1,\text{rms}}} = \frac{\sqrt{V_{2,\text{rms}}^2 + V_{3,\text{rms}}^2 + V_{4,\text{rms}}^2 + \dots}}{V_{1,\text{rms}}} Expressed as a percentage, $\text{THD}% = \text{THD}_V \times 100%$.


5. Continuous Fourier Transform

For non-periodic signals ($T \to \infty$), the discrete frequency spectrum becomes continuous. The continuous Fourier transform pairs continuous time signal $f(t)$ with continuous frequency spectrum $F(\omega)$:

Direct Continuous Fourier Transform

F{f(t)}=F(ω)=f(t)ejωtdt\mathcal{F}\{f(t)\} = F(\omega) = \int_{-\infty}^\infty f(t) e^{-j \omega t} \, dt

Inverse Continuous Fourier Transform

F1{F(ω)}=f(t)=12πF(ω)ejωtdω\mathcal{F}^{-1}\{F(\omega)\} = f(t) = \frac{1}{2\pi} \int_{-\infty}^\infty F(\omega) e^{j \omega t} \, d\omega

Operational Properties of Fourier Transform

PropertyTime Domain $f(t)$Frequency Domain $F(\omega)$
Linearity$a f_1(t) + b f_2(t)$$a F_1(\omega) + b F_2(\omega)$
Time Scaling$f(a t)$$\frac{1}{\vert a \vert} F\left(\frac{\omega}{a}\right)$
Time Shifting$f(t - t_0)$$e^{-j \omega t_0} F(\omega)$
Frequency Shifting$e^{j \omega_0 t} f(t)$$F(\omega - \omega_0)$
Time Differentiation$\frac{d^n f(t)}{dt^n}$$(j \omega)^n F(\omega)$
Duality$F(t)$$2\pi f(-\omega)$

Step-by-Step Worked Numerical Examples

Example 4.2.1: Fourier Series Coefficients of a Symmetric Square Wave

Problem: A symmetric square wave voltage $v(t)$ alternates between $+100\text{ V}$ and $-100\text{ V}$ with period $T = 2\pi\text{ s}$ (fundamental frequency $\omega_0 = 1\text{ rad/s}$). Specifically, $v(t) = 100\text{ V}$ for $0 < t < \pi$ and $v(t) = -100\text{ V}$ for $\pi < t < 2\pi$. Calculate the Fourier series coefficients $a_0$, $a_n$, and $b_n$, and write the trigonometric series expansion.

Solution:

  1. Check DC component $a_0$: a0=12π[0π100dt+π2π(100)dt]=12π[100π100π]=0a_0 = \frac{1}{2\pi} \left[ \int_0^\pi 100 \, dt + \int_\pi^{2\pi} (-100) \, dt \right] = \frac{1}{2\pi} [100\pi - 100\pi] = 0
  2. Check symmetry: The wave exhibits odd symmetry $v(-t) = -v(t)$ and half-wave symmetry $v(t + \pi) = -v(t)$. Therefore, $a_n = 0$ for all $n$, and $b_n = 0$ for even $n$.
  3. Compute $b_n$ for odd $n$ using quarter-wave formula: bn=4T0T/2v(t)sin(nt)dt=42π0π100sin(nt)dt=200π[cos(nt)n]0πb_n = \frac{4}{T} \int_0^{T/2} v(t) \sin(n t) \, dt = \frac{4}{2\pi} \int_0^\pi 100 \sin(n t) \, dt = \frac{200}{\pi} \left[ -\frac{\cos(n t)}{n} \right]_0^\pi bn=200nπ[1cos(nπ)]b_n = \frac{200}{n \pi} [1 - \cos(n \pi)]
    • For even $n$, $\cos(n\pi) = 1 \implies b_n = 0$.
    • For odd $n$, $\cos(n\pi) = -1 \implies b_n = \frac{200}{n \pi} [1 - (-1)] = \frac{400}{n \pi}$.
  4. Evaluate numerical values for first three odd harmonics:
    • $b_1 = \frac{400}{\pi} \approx 127.32\text{ V}$
    • $b_3 = \frac{400}{3\pi} \approx 42.44\text{ V}$
    • $b_5 = \frac{400}{5\pi} \approx 25.46\text{ V}$
  5. Write Fourier series expansion: v(t)=400π(sin(t)+13sin(3t)+15sin(5t)+) Vv(t) = \frac{400}{\pi} \left( \sin(t) + \frac{1}{3}\sin(3t) + \frac{1}{5}\sin(5t) + \dots \right) \text{ V}

Example 4.2.2: Total RMS Current and THD of Industrial Load Current

Problem: An industrial load current contains a fundamental component and two higher harmonics: i(t)=10cos(ωt)+3cos(3ωt+30)+1.5cos(5ωt45) Ai(t) = 10 \cos(\omega t) + 3 \cos(3\omega t + 30^\circ) + 1.5 \cos(5\omega t - 45^\circ) \text{ A} Calculate: (a) RMS value of fundamental current $I_{1,\text{rms}}$, (b) overall total RMS current $I_{\text{rms}}$, and (c) Current Total Harmonic Distortion ($\text{THD}_I$).

Solution:

  1. Determine peak amplitudes: $I_{1,m} = 10\text{ A}, \quad I_{3,m} = 3\text{ A}, \quad I_{5,m} = 1.5\text{ A}$
  2. Calculate individual component RMS values: I1,rms=1027.0711 AI_{1,\text{rms}} = \frac{10}{\sqrt{2}} \approx 7.0711\text{ A} I3,rms=322.1213 AI_{3,\text{rms}} = \frac{3}{\sqrt{2}} \approx 2.1213\text{ A} I5,rms=1.521.0607 AI_{5,\text{rms}} = \frac{1.5}{\sqrt{2}} \approx 1.0607\text{ A}
  3. Calculate total RMS current $I_{\text{rms}}$: Irms=I1,rms2+I3,rms2+I5,rms2=(7.0711)2+(2.1213)2+(1.0607)2I_{\text{rms}} = \sqrt{I_{1,\text{rms}}^2 + I_{3,\text{rms}}^2 + I_{5,\text{rms}}^2} = \sqrt{(7.0711)^2 + (2.1213)^2 + (1.0607)^2} Irms=50+4.5+1.125=55.6257.4582 AI_{\text{rms}} = \sqrt{50 + 4.5 + 1.125} = \sqrt{55.625} \approx 7.4582\text{ A}
  4. Compute Total Harmonic Distortion ($\text{THD}_I$): THDI=I3,rms2+I5,rms2I1,rms=4.5+1.1257.0711=5.6257.0711=2.37177.07110.3354\text{THD}_I = \frac{\sqrt{I_{3,\text{rms}}^2 + I_{5,\text{rms}}^2}}{I_{1,\text{rms}}} = \frac{\sqrt{4.5 + 1.125}}{7.0711} = \frac{\sqrt{5.625}}{7.0711} = \frac{2.3717}{7.0711} \approx 0.3354 Expressed as percentage: $\text{THD}_I = 33.54%$.

Example 4.2.3: Continuous Fourier Transform of an Exponential Pulse

Problem: Find the continuous Fourier transform $F(\omega)$ of the causal single-sided exponential decay signal $f(t) = e^{-a t} u(t)$ with attenuation $a = 5\text{ s}^{-1}$. Calculate the magnitude spectrum $\vert F(\omega) \vert$ at angular frequency $\omega = 5\text{ rad/s}$.

Solution:

  1. Apply continuous Fourier transform integral: F(ω)=0e5tejωtdt=0e(5+jω)tdtF(\omega) = \int_0^\infty e^{-5 t} e^{-j \omega t} \, dt = \int_0^\infty e^{-(5 + j \omega) t} \, dt
  2. Evaluate the definite integral: F(ω)=[e(5+jω)t(5+jω)]0=0(1(5+jω))=15+jωF(\omega) = \left[ \frac{e^{-(5 + j \omega) t}}{-(5 + j \omega)} \right]_0^\infty = 0 - \left( \frac{1}{-(5 + j \omega)} \right) = \frac{1}{5 + j \omega}
  3. Determine magnitude formula $\vert F(\omega) \vert$: F(ω)=152+ω2=125+ω2\vert F(\omega) \vert = \frac{1}{\sqrt{5^2 + \omega^2}} = \frac{1}{\sqrt{25 + \omega^2}}
  4. Evaluate at $\omega = 5\text{ rad/s}$: F(5)=125+52=150=17.07110.1414\vert F(5) \vert = \frac{1}{\sqrt{25 + 5^2}} = \frac{1}{\sqrt{50}} = \frac{1}{7.0711} \approx 0.1414
  5. Conclusion: $F(\omega) = \frac{1}{5 + j \omega}$ and $\vert F(5) \vert = 0.1414$.
Loading diagram...
Fourier Spectral Analysis & Signal Processing Map
Test Your Knowledge

For a periodic function with pure even symmetry ($f(-t) = f(t)$), which Fourier series coefficients are identically zero for all $n$?

A
B
C
D
Test Your Knowledge

What is the total RMS current of a periodic signal composed of a $10\text{ A}$ DC component, a fundamental peak sine component of $10\sqrt{2}\text{ A}$, and a 3rd harmonic peak sine component of $5\sqrt{2}\text{ A}$?

A
B
C
D
Test Your Knowledge

A distorted voltage waveform has a fundamental RMS voltage of $100\text{ V}$, a 3rd harmonic RMS voltage of $15\text{ V}$, and a 5th harmonic RMS voltage of $20\text{ V}$. What is the Total Harmonic Distortion (THD)?

A
B
C
D