Signals and Systems

Fourier Series

Fourier series says that a periodic signal, even if it looks sharp or complicated, can be built by adding sinusoids whose frequencies are integer multiples of one fundamental frequency.

Core question

Which frequencies are hiding inside this periodic waveform?

Exam focus

Coefficients, symmetry shortcuts, spectra, Parseval-type energy ideas.

Engineering use

Signal analysis, communication, power electronics, audio, vibration, filters.

Introduction

Many real signals repeat: AC mains voltage, clock pulses, carrier waveforms, PWM signals, rotating-machine vibration, and periodic sensor patterns. Their shapes may not be pure sinusoids, but Fourier series teaches us that they can still be understood as a sum of pure sinusoidal ingredients.

This changes the way we see a signal. Instead of asking only how the waveform changes with time, we ask which frequencies are present, how strong they are, and how their phases combine to create the observed shape.

Why This Topic Matters

Why engineers care

  • Filters are designed by knowing which harmonic components should pass or stop.
  • Communication systems use frequency content to allocate bandwidth.
  • Power electronics uses harmonic analysis to measure waveform distortion.
  • Audio and vibration systems use spectra to identify tone, noise, and resonance.

Why exams care

  • GATE often tests coefficient formulas and symmetry shortcuts.
  • University exams ask derivations of trigonometric and exponential forms.
  • Interviews test whether you can explain harmonics physically, not just write formulas.

Prerequisites

  • Periodic signals and fundamental period.
  • Sinusoidal signals, amplitude, phase, and angular frequency.
  • Orthogonality of sine and cosine functions.
  • Basic integration over one period.
  • Even and odd symmetry of signals.

Basic Intuition

Think of a periodic waveform as a musical chord. A chord sounds rich because several pure notes are present together. Similarly, a square wave or triangular wave has a fundamental sinusoid plus higher harmonics. The waveform shape is the result of all those harmonic components adding with the right amplitudes and phases.

Fourier series is not just a formula for expansion. It is a frequency microscope for periodic signals.
Periodic waveform to harmonic spectrumtime-domain periodic signal x(t)analyzef02f03f04f05f0discrete harmonic line spectrum

Core Theory Explanation

Fundamental frequency

If a signal repeats every \(T_0\) seconds, its fundamental angular frequency is:

$$\omega_0=\frac{2\pi}{T_0}$$

Fourier series uses sinusoids at \(\omega_0, 2\omega_0, 3\omega_0\), and so on. These are harmonics. The first harmonic is the fundamental; higher harmonics refine the shape.

Why orthogonality matters

Different harmonics are orthogonal over one period. In practical terms, one harmonic does not contaminate the measurement of another harmonic. This is why coefficient formulas can isolate each frequency component cleanly.

Spectrum view

A periodic signal has a discrete spectrum. That means frequency components appear as lines at integer multiples of the fundamental frequency, not as a continuous spread.

Mathematical Derivation

1. Start with trigonometric expansion

$$x(t)=a_0+\sum_{n=1}^{\infty}\left[a_n\cos(n\omega_0t)+b_n\sin(n\omega_0t)\right]$$

The constant term \(a_0\) represents DC value. The cosine and sine coefficients decide the strength of each harmonic.

2. Use orthogonality to isolate coefficients

$$a_n=\frac{2}{T_0}\int_{t_0}^{t_0+T_0}x(t)\cos(n\omega_0t)dt$$
$$b_n=\frac{2}{T_0}\int_{t_0}^{t_0+T_0}x(t)\sin(n\omega_0t)dt$$

Multiplying by a matching sinusoid and integrating over one period extracts that component. Non-matching harmonics average to zero.

3. Move to exponential form

$$x(t)=\sum_{n=-\infty}^{\infty}C_ne^{jn\omega_0t}$$
$$C_n=\frac{1}{T_0}\int_{t_0}^{t_0+T_0}x(t)e^{-jn\omega_0t}dt$$

The exponential form is compact and powerful because it handles magnitude and phase together through complex coefficients.

Important Formulas

Fundamental frequency

$$f_0=\frac{1}{T_0},\quad \omega_0=\frac{2\pi}{T_0}$$

DC component

$$a_0=\frac{1}{T_0}\int_{t_0}^{t_0+T_0}x(t)dt$$

Trigonometric series

$$x(t)=a_0+\sum_{n=1}^{\infty}[a_n\cos(n\omega_0t)+b_n\sin(n\omega_0t)]$$

Exponential series

$$x(t)=\sum_{n=-\infty}^{\infty}C_ne^{jn\omega_0t}$$

Real-World Applications

  • Harmonic distortion analysis in power systems and inverters.
  • Bandwidth estimation in communication channels.
  • Audio equalization and tone analysis.
  • Vibration diagnosis in motors and rotating machinery.
  • Filter design for periodic noise removal.
  • PWM waveform analysis in embedded and power electronics.

Solved Examples

Example 1: Fundamental frequency

A periodic signal has period \(T_0=2 ms\). Find \(f_0\) and \(\omega_0\).

$$f_0=\frac{1}{2\times10^{-3}}=500\;Hz$$
$$\omega_0=2\pi f_0=1000\pi\;rad/s$$

Example 2: Symmetry shortcut

If \(x(t)\) is even, then all sine coefficients become zero because sine is odd and the product of even and odd is odd.

$$b_n=0\quad \text{for even }x(t)$$

Example 3: Square wave insight

A symmetric square wave contains strong odd harmonics. Higher harmonics sharpen the edges. If high harmonics are removed by a low-pass filter, the square wave becomes rounded.

Common Mistakes

  • Using Fourier series for non-periodic signals without periodic extension.
  • Forgetting the DC term.
  • Using wrong integration limits that do not cover exactly one period.
  • Missing symmetry shortcuts and doing unnecessary integration.
  • Confusing line spectrum of Fourier series with continuous spectrum of Fourier transform.

Comparison Tables

FeatureFourier SeriesFourier Transform
Signal typePeriodicAperiodic or finite-energy
SpectrumDiscrete linesContinuous curve
FrequenciesInteger multiples of \(f_0\)All real frequencies
OutputCoefficientsTransform function

Interview Questions

  • What is the physical meaning of Fourier series?
  • Why does a periodic signal have a discrete spectrum?
  • What are harmonics?
  • How does symmetry simplify Fourier series?
  • Why are sinusoids useful for LTI system analysis?
  • What is the difference between trigonometric and exponential Fourier series?

Exam-Oriented Notes

  • Check periodicity and period before writing formulas.
  • Use even symmetry to set sine coefficients to zero.
  • Use odd symmetry to set cosine and DC coefficients to zero.
  • Half-wave symmetry removes even harmonics in many standard waveforms.
  • Line spacing in spectrum is equal to fundamental frequency (f_0).

Revision Summary

  • Fourier series decomposes periodic signals into harmonics.
  • Coefficients measure strength and phase of frequency components.
  • Orthogonality is the reason coefficients can be extracted independently.
  • Trigonometric form is intuitive; exponential form is compact.
  • Periodic signals produce discrete line spectra.

Frequently Asked Questions

Why do we use Fourier series only for periodic signals?

Fourier series represents a signal as repeated sinusoidal components at integer multiples of a fundamental frequency. That harmonic structure exists naturally when the signal repeats with a fixed period.

What is the physical meaning of Fourier coefficients?

A Fourier coefficient tells how much of a particular sinusoidal frequency is present in the signal. Large coefficient means that frequency strongly contributes to the waveform shape.

Why are sine and cosine used as building blocks?

Sinusoids are eigenfunctions of LTI systems and are orthogonal over a period. Orthogonality lets us separate one frequency component from another cleanly.

What is the difference between Fourier series and Fourier transform?

Fourier series is used mainly for periodic signals and gives a discrete line spectrum. Fourier transform is used for aperiodic signals and gives a continuous spectrum.

Which form is better for exams: trigonometric or exponential?

Use trigonometric form when the question emphasizes even and odd symmetry. Use exponential form when algebra, complex spectra, or system response is involved.

Practice Questions

Conceptual

  • Explain Fourier series using the idea of harmonics.
  • Why does a square wave need many harmonics?
  • Why do different harmonics not interfere while calculating coefficients?

Numerical

  • Find (f_0) and (omega_0) for a signal with (T_0=4 ms).
  • For an even periodic signal, identify which Fourier coefficients are zero.
  • Write the exponential Fourier series coefficient formula for a periodic signal.

MCQs

  • Fourier series is mainly used for periodic / aperiodic / random-only / DC-only signals.
  • A periodic signal spectrum is discrete / continuous / zero / always flat.
  • For an odd signal, cosine coefficients are usually zero / maximum / infinite / unchanged.