Build a Full-Wave Bridge Rectifier — Step by Step
A bridge rectifier converts AC (mains or transformer output) into pulsating DC. Add a filter capacitor and you have the front end of every mains-powered device. This is one of the most fundamental power electronics circuits in existence.
Circuit Diagram — Bridge Rectifier
Step-by-Step Guide
A bridge rectifier uses four diodes arranged so that both half-cycles of AC appear as positive DC at the output. During the positive half-cycle, D1 and D2 conduct. During the negative half-cycle, D3 and D4 conduct — but current still flows through the load in the same direction.
Compare this to a half-wave rectifier (one diode) which only passes one half-cycle, wasting half the available power. The bridge uses both halves, giving twice the output frequency and lower ripple.
▶ Simulate Bridge Rectifier ▶ Half-Wave ComparisonEach diode drops approximately 0.7V when conducting. At any moment two diodes are in series, so total drop = 1.4V. The peak output voltage is:
V_DC_peak = V_AC_peak − 1.4V
For a 12V AC transformer (12V RMS), the peak AC is 12 × √2 = 16.97V. Peak DC output ≈ 16.97 − 1.4 = 15.57V
Average DC output (without filter cap) = 0.636 × V_DC_peak ≈ 9.9V
Each diode must handle the full load current and the reverse peak voltage. For a mains 230V AC supply:
- Peak Inverse Voltage (PIV) per diode = V_AC_peak = 325V — use diodes rated at 400V or more
- Current rating must exceed your load current
- For most low-power DC supplies: 4 × 1N4007 (1A, 1000V PIV) is the standard choice
Without a filter capacitor, the DC output drops to zero 100 times per second (at 50Hz mains — twice per cycle). Add a large electrolytic capacitor across the output to smooth this ripple:
C_min = I_load / (2 × f × V_ripple)
Example: 500mA load, 50Hz supply, want less than 0.5V ripple: C = 0.5 / (2 × 50 × 0.5) = 10,000µF
Simulate it to see the difference — the output changes from a bumpy pulsating DC to a much smoother line.
▶ Rectifier with Filter CapThe filtered DC output still has residual ripple and varies with load current. Add a linear voltage regulator (LM7812 for 12V, LM7805 for 5V) after the filter capacitor to get a stable, regulated output.
The regulator needs: input voltage at least 2–3V above output (dropout voltage). So for a 12V regulated output, filtered DC must be at least 14–15V — which is why we calculated 15.57V peak earlier.