// engineering › Fourier Waveforms

Half-Wave Rectified Sine Series

The classic single-diode rectifier output: a DC term, the fundamental, and even-harmonic ripple.

y(t)=frac{A}{pi}+frac{A}{2}sin(omega t)-frac{2A}{pi}sum_{n=1}^{N}frac{cos(2nomega t)}{4n^{2}-1}

Formula

\[ y(t)=\frac{A}{\pi}+\frac{A}{2}\sin(\omega t)-\frac{2A}{\pi}\sum_{n=1}^{N}\frac{\cos(2n\omega t)}{4n^{2}-1} \]

Half-Wave Rectified Sine — DC + Fundamental + Even Harmonics

Fourier series of a half-wave rectified sine (period T, peak amplitude A)

\[ y(t) = \frac{A}{\pi} + \frac{A}{2}\sin(\omega t) - \frac{2A}{\pi}\sum_{n=1}^{N}\frac{\cos(2n\omega t)}{4n^{2}-1} \]

nonzero DC term A/π fundamental at A/2 only even harmonics in the cosine sum

Reference: Wikipedia — Rectifier output; Hayt, W. H., Kemmerly, J. E., & Durbin, S. M. (2018). Engineering Circuit Analysis, 9th ed., McGraw-Hill, Ch. 18 (Fourier-series tables of standard waveforms).

This is the classic textbook example of why a single diode & capacitor cannot make clean DC — the residual ripple is dominated by the 2f cosine term. Power-supply designers use the harmonic amplitudes here to size their filter capacitors.

Frequently asked questions

What is half-wave rectification, in plain terms?

It is what a single diode does: it lets the positive half of an AC wave through and chops off the negative half. The result is a bumpy, one-sided signal — the first step inside many simple power supplies that turn AC from the wall into DC for electronics.

Why does the output have a DC component?

Because you removed the negative halves, the signal no longer averages to zero — it now has a positive average, the A/π term in the formula. That non-zero average is the DC you are trying to extract. The rest of the harmonics are the unwanted 'ripple' a smoothing capacitor has to remove.

Why are there strong even harmonics and 2f ripple?

Chopping off half the wave breaks its symmetry and injects energy at twice the original frequency and its multiples. That is why a half-wave rectifier produces prominent ripple at 2f — and why power-supply designers prefer full-wave rectifiers, which push the ripple even higher and make it easier to filter out.

Where would I find this circuit?

Inside cheap DC adapters, battery chargers, AM radio signal detectors (the diode 'demodulates' the audio), and many sensor front-ends. Anywhere a single diode turns alternating current into a one-directional signal, this is the waveform you get.

How does a smoothing capacitor relate to this spectrum?

A capacitor is a low-pass filter: it keeps the DC term and attenuates the higher ripple harmonics. The taller the ripple bars in this spectrum, the more filtering you need. Reading the harmonic amplitudes here is literally the first step in designing that filter.