# AC Rectification

> Physics · CIE A-Level
> Source: https://www.owlsprep.com/study/cie-9702-u25-ac-rectification/

This module covers how diodes convert alternating current (AC) to steady direct current (DC), a process called rectification. You will learn half-wave, full-wave, and bridge rectification designs plus smoothing for stable DC output, a common CIE A-Level exam topic.

**Prerequisites:** [Diode I-V characteristics and forward/reverse bias](https://www.owlsprep.com/study/cie-9702-uxx-semiconductor-diodes/); [Alternating current peak and frequency basics](https://www.owlsprep.com/study/cie-9702-u25-ac-fundamentals/)

## Learning objectives

- Explain the purpose of AC rectification using diodes
- Distinguish between half-wave and full-wave rectification circuits
- Analyze bridge rectifier and center-tapped rectifier designs
- Calculate ripple voltage and average output for rectified AC
- Explain the function of smoothing capacitors

## Half-Wave Rectification

**Half-Wave Rectification** — A simple rectification process that only allows one half of the AC input cycle to pass to the load, producing a pulsating DC output. Only one diode is required for the basic circuit.

*Example:* Used in low-power applications like simple battery trickle chargers

The circuit consists of an AC source, one series diode, and a load resistor $R_L$. During the positive half-cycle, the diode is forward biased and conducts, so current flows through the load. During the negative half-cycle, the diode is reverse biased, so no current flows and output voltage is zero.

**Worked example:** A 12 V peak, 50 Hz AC source is connected to a half-wave rectifier with a 1 kΩ load. Calculate the peak current and average (DC) output voltage, ignoring diode forward drop.

1. Step 1: Calculate peak current using Ohm's law:

   $$I_{peak} = \frac{V_{peak}}{R_L} = \frac{12}{1000} = 0.012\ \text{A} = 12\ \text{mA}$$
2. Step 2: Use the average voltage formula for half-wave rectification:

   $$V_{avg} = \frac{V_{peak}}{\pi} = \frac{12}{3.142} \approx 3.82\ \text{V}$$

> **Exam tip:** When asked to sketch output graphs, remember negative half-cycles are cut to zero, not inverted.

## Full-Wave Center-Tapped Rectification

**Full-Wave Rectification** — A rectification process that utilises both half-cycles of the input AC to produce output, resulting in a higher average voltage and lower ripple than half-wave rectification.

Center-tapped full-wave rectification uses two diodes and a transformer with a center-tapped secondary winding. During each half-cycle, one diode conducts, and current always flows through the load in the same direction.

**Worked example:** A center-tapped transformer provides 10 V peak across each half of the secondary. Find the average output voltage of the rectified output.

1. Step 1: Recall the average voltage formula for full-wave rectification:

   $$V_{avg} = \frac{2 V_{peak}}{\pi}$$
2. Step 2: Substitute $V_{peak} = 10$ V:

   $$V_{avg} = \frac{2 \times 10}{3.142} \approx 6.37\ \text{V}$$

## Full-Wave Bridge Rectification

Bridge rectification is the most common commercial full-wave rectifier design. It uses four diodes arranged in a bridge network and does not require a center-tapped transformer, making it cheaper and more compact.

**Bridge Rectifier** — A full-wave rectifier circuit with four diodes arranged such that current flows through the load in the same direction for both input half-cycles.

**Worked example:** State which diodes conduct when input terminal A is positive and terminal B is negative in a bridge rectifier, and describe the current path.

1. When A is positive and B is negative, the two diodes connected to A (output positive) and B (output negative) are forward biased.
2. The current path is: $A \rightarrow \text{Diode 1} \rightarrow \text{Load } R_L \rightarrow \text{Diode 2} \rightarrow B$
3. During the negative half-cycle (B positive, A negative), the other two diodes conduct, and current still flows through the load in the same direction.

> **Exam tip:** Always check diode direction: all diodes must point towards the positive output terminal.

## Smoothing with Capacitors

Rectified output is pulsating DC with large voltage variations called ripple. A smoothing capacitor connected in parallel across the load reduces ripple to produce a near-steady DC output. The capacitor charges to peak voltage when output is high, and discharges slowly through the load when output is low between peaks.

**Peak-to-Peak Ripple Voltage** — The difference between the maximum and minimum voltage of a smoothed rectified output. Larger capacitance and higher load resistance produce smaller ripple.

**Worked example:** A 50 Hz full-wave rectified output has an average current of 0.15 A through the load. A 1000 μF smoothing capacitor is used. Estimate the peak-to-peak ripple voltage.

1. Step 1: For full-wave rectification, ripple frequency is $2f$, so the approximation formula is:

   $$V_{r(pp)} \approx \frac{I_{avg}}{2fC}$$
2. Step 2: Substitute values ($C = 1000 \times 10^{-6}$ F):

   $$V_{r(pp)} = \frac{0.15}{2 \times 50 \times 1000 \times 10^{-6}} = 1.5\ \text{V}$$

## Common pitfalls

- **Wrong:** Drawing diodes in the wrong direction in a bridge rectifier
  - Why it fails: This causes a short circuit across the input or zero output voltage
  - Correct: All diodes must point towards the positive output terminal, two per input terminal
- **Wrong:** Mixing up average voltage formulas for half and full-wave rectification
  - Why it fails: Full-wave uses both half-cycles, so average voltage is double half-wave for the same peak input
  - Correct: Half-wave: $V_{avg} = V_{peak}/\pi$, Full-wave: $V_{avg} = 2V_{peak}/\pi$
- **Wrong:** Connecting a smoothing capacitor in series with the load
  - Why it fails: Series capacitors block DC, so no steady output voltage is produced
  - Correct: Always connect smoothing capacitors in parallel across the load
- **Wrong:** Drawing negative output voltages for half-wave rectification
  - Why it fails: No current flows during the negative half-cycle, so output voltage is zero
  - Correct: Sketch output equal to input for positive half-cycles and zero for negative half-cycles
- **Wrong:** Claiming full-wave rectification has lower ripple frequency than input AC
  - Why it fails: Full-wave rectification produces two output peaks per input cycle, so ripple frequency is double the input frequency
  - Correct: Half-wave: ripple frequency = input frequency, Full-wave: ripple frequency = 2 × input frequency

## Cheatsheet

| Property | Half-Wave | Full-Wave (Center-Tapped) | Full-Wave (Bridge) |
| --- | --- | --- | --- |
| Number of diodes | 1 | 2 | 4 |
| Average output voltage | $V_{peak}/\pi$ | $2V_{peak}/\pi$ | $2V_{peak}/\pi$ |
| Ripple frequency | $f$ | $2f$ | $2f$ |
| Center-tapped transformer required | No | Yes | No |
| Ripple size (unsmoothed) | Large | Small | Small |

## What's next

AC rectification is the foundation of all AC-to-DC power conversion, used in every electronic device that runs off mains power. CIE A-Level Physics frequently combines rectification with other topics like capacitor discharge, RMS voltage calculations, and diode characteristics, so connecting these concepts will help you solve multi-part exam questions. Mastering sketching output graphs and calculating ripple voltage and average output is key to scoring full marks on this common exam topic.

- [Quantum physics](https://www.owlsprep.com/study/cie-9702-u26-overview/)
- [Photoelectric effect](https://www.owlsprep.com/study/cie-9702-u26-photoelectric-effect/)
- [Wave-particle duality](https://www.owlsprep.com/study/cie-9702-u26-wave-particle-duality/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-9702-u25-ac-rectification/
