SS Notes
Introduction to Fourier series representation of periodic signals — motivation, historical context, orthogonal decomposition, and overview of series forms.
Introduction
The Fourier series is one of the most beautiful and powerful ideas in all of mathematics and engineering. Discovered by Joseph Fourier in the early 1800s while studying heat conduction, it states a remarkable fact: any periodic signal — no matter how complex, jagged, or irregular — can be expressed as a sum of simple sinusoidal waves. A square wave, a sawtooth, a heartbeat pattern, a musical chord — all can be decomposed into sine and cosine components at specific frequencies.
For B.Tech students, the Fourier series is your gateway to frequency-domain thinking. Instead of describing signals as "voltage vs. time," you will learn to describe them as "which frequencies are present and how strong each one is." This spectral perspective is the foundation for understanding filters, modulation, sampling, and virtually every topic in signal processing.
The Big Idea: Why Decompose into Sinusoids?
Why sinusoids specifically? Three compelling reasons:
1. Eigenfunctions of LTI systems: When a sinusoid at frequency $f$ enters a linear time-invariant system, the output is a sinusoid at the same frequency $f$ (only amplitude and phase change). This means if we decompose the input into sinusoids, we can process each independently — frequency-by-frequency analysis becomes possible.
2. Orthogonality: Sinusoids at different harmonic frequencies are orthogonal over one period: $$\int_0^{T_0} \cos(m\omega_0 t)\cos(n\omega_0 t)dt = 0 \quad \text{for } m \neq n$$
This means each frequency component can be extracted independently (one doesn't interfere with another).
3. Physical reality: Many natural phenomena are oscillatory. Sound waves, electromagnetic waves, vibrations, alternating currents — all are fundamentally sinusoidal or composed of sinusoids.
Historical Context
Jean-Baptiste Joseph Fourier presented his work to the French Academy of Sciences in 1807, claiming that any function could be represented as a sum of sines and cosines. The mathematical establishment was initially skeptical — the great mathematicians Lagrange, Laplace, and Legendre doubted the universality of the claim. It took decades of rigorous mathematical work to establish the precise conditions under which Fourier's claim holds (Dirichlet conditions, proved in 1829).
Today, Fourier analysis is indispensable in virtually every branch of science and engineering.
Periodic Signals
A signal $x(t)$ is periodic with period $T_0$ if:
$$x(t + T_0) = x(t) \quad \text{for all } t$$
The smallest positive value of $T_0$ is the fundamental period. The fundamental frequency is:
$$f_0 = \frac{1}{T_0} \text{ Hz}, \quad \omega_0 = \frac{2\pi}{T_0} \text{ rad/s}$$
Examples of periodic signals: square wave, sawtooth wave, triangular wave, pulse train, and any signal that repeats.
The Three Forms of Fourier Series
Trigonometric Form
$$x(t) = \frac{a_0}{2} + \sum_{n=1}^{\infty}[a_n \cos(n\omega_0 t) + b_n \sin(n\omega_0 t)]$$
where: $$a_n = \frac{2}{T_0}\int_0^{T_0} x(t)\cos(n\omega_0 t)\,dt, \quad b_n = \frac{2}{T_0}\int_0^{T_0} x(t)\sin(n\omega_0 t)\,dt$$
Compact Trigonometric (Amplitude-Phase) Form
$$x(t) = C_0 + \sum_{n=1}^{\infty} C_n \cos(n\omega_0 t + \phi_n)$$
where $C_n = \sqrt{a_n^2 + b_n^2}$ and $\phi_n = -\arctan(b_n/a_n)$.
This form directly shows the amplitude and phase of each harmonic.
Complex Exponential Form
$$x(t) = \sum_{n=-\infty}^{\infty} c_n e^{jn\omega_0 t}$$
where: $$c_n = \frac{1}{T_0}\int_0^{T_0} x(t)e^{-jn\omega_0 t}\,dt$$
This is the most compact and mathematically convenient form. It includes both positive and negative frequency indices, unifying the analysis through complex exponentials.
The Concept of Harmonics
The frequencies present in a Fourier series are:
$$f_0, 2f_0, 3f_0, 4f_0, \ldots$$
These are called the fundamental ($f_0$) and harmonics ($2f_0, 3f_0, \ldots$). The $n$th harmonic has frequency $nf_0$.
The DC component (average value) corresponds to $n = 0$.
Musical Analogy
When you pluck a guitar string, it vibrates at the fundamental frequency (determining the perceived pitch) plus all harmonics. The relative strengths of harmonics give the note its particular timbre — this is why a piano and a violin playing the same note sound different. Fourier analysis quantifies this: different instruments have different harmonic amplitude profiles.
Orthogonality: The Mathematical Foundation
Two functions $\phi_m(t)$ and $\phi_n(t)$ are orthogonal over interval $[a, b]$ if:
$$\int_a^b \phi_m(t) \phi_n^*(t) \, dt = 0 \quad \text{for } m \neq n$$
The set $\{e^{jn\omega_0 t}\}$ for integer $n$ forms an orthogonal set over one period $T_0$:
$$\frac{1}{T_0}\int_0^{T_0} e^{jm\omega_0 t} \cdot e^{-jn\omega_0 t}\, dt = \begin{cases} 1 & m = n \\ 0 & m \neq n \end{cases}$$
This orthogonality is what makes the Fourier decomposition unique and allows us to compute each coefficient independently by "projecting" the signal onto each basis function.
How to Compute Fourier Coefficients
The process for finding the Fourier series of a given signal:
- Identify the period $T_0$ and fundamental frequency $\omega_0 = 2\pi/T_0$
- Write the mathematical expression for $x(t)$ over one period
- Compute the coefficients using the integral formula
- Look for symmetry to simplify calculations:
- Even function $x(t) = x(-t)$: only $a_n$ terms (cosines), $b_n = 0$
- Odd function $x(t) = -x(-t)$: only $b_n$ terms (sines), $a_n = 0$
- Half-wave symmetry $x(t) = -x(t+T_0/2)$: only odd harmonics
A Simple Example: Square Wave
A square wave alternating between $+A$ and $-A$ with period $T_0$:
$$c_n = \begin{cases} \frac{2A}{jn\pi} & n \text{ odd} \\ 0 & n \text{ even} \end{cases}$$
In trigonometric form: $$x(t) = \frac{4A}{\pi}\left[\sin(\omega_0 t) + \frac{1}{3}\sin(3\omega_0 t) + \frac{1}{5}\sin(5\omega_0 t) + \cdots\right]$$
Key observations:
- Only odd harmonics (due to half-wave symmetry)
- Coefficients decay as $1/n$ (slow, because of discontinuities)
- More terms → better approximation (but Gibbs overshoot at edges persists)
Physical Significance
The Fourier series tells us the frequency content (spectrum) of a periodic signal:
- Which frequencies are present: The harmonic numbers with nonzero coefficients
- How much of each frequency: The magnitude $|c_n|$ or amplitude $C_n$
- The timing relationship: The phase $\angle c_n$ or $\phi_n$
This spectral information is fundamental for:
- Designing filters to pass or reject specific harmonics
- Understanding distortion in amplifiers (harmonic generation)
- Analyzing power quality in electrical systems (THD — total harmonic distortion)
- Synthesizing complex waveforms from simple sinusoidal generators
Key Takeaways
- Any periodic signal can be decomposed into a sum of harmonically related sinusoids (Fourier's theorem)
- Three equivalent forms: trigonometric ($a_n, b_n$), compact ($C_n, \phi_n$), and exponential ($c_n$)
- Orthogonality of sinusoids enables independent computation of each coefficient
- The frequency content reveals which harmonics are present and their relative strengths
- Signal symmetry (even, odd, half-wave) simplifies coefficient computation
- The Fourier series provides the bridge from time-domain to frequency-domain thinking
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Introduction to Fourier Series.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Signals & Systems topic.
Search Terms
signal-systems, signals & systems, signal, systems, fourier, series, introduction, introduction to fourier series
Related Signals & Systems Topics