A bridge rectifier converts alternating current (AC) into direct current (DC) by routing both the positive and negative halves of the AC sine wave through a load in the same direction. Using a full-wave configuration of four diodes (often called a Graetz bridge), it ensures continuous unidirectional current flow, doubling the ripple frequency compared to half-wave rectification and significantly reducing the filter capacitance required for a smooth DC output.
The Core Function: Full-Wave Rectification and the Diode Bridge
When AC voltage enters the bridge, the diodes act as one-way valves. During the positive half-cycle, current flows through the first diode, through the load, and returns via the second diode. During the negative half-cycle, the current reverses at the AC input, but the bridge topology forces it through a different pair of diodes so that the current through the load remains in the exact same direction.
This full-wave action means the output ripple frequency is exactly twice the input line frequency: 100 Hz on a 50 Hz grid (UK/EU/AU) and 120 Hz on a 60 Hz grid (US/CA). However, this topology comes with a strict voltage penalty. Because current must always pass through two diodes in series, the peak DC output voltage ($V_{DC}$) is the peak AC voltage minus two diode forward voltage drops ($V_f$).
The Math: If you feed 12VAC RMS into a standard silicon bridge, the peak voltage is $12 \times 1.414 = 16.97V$. Subtracting two standard silicon drops ($2 \times 0.7V = 1.4V$) leaves you with a peak DC output of roughly 15.57V before any filtering or load-induced sag.
Rectifier Topologies: Silicon, Schottky, and Active Bridges
Not all bridge rectifiers are created equal. While the standard PN-junction silicon bridge is the default for high-voltage and high-current applications, modern power supply design often demands higher efficiency. Below is a data-dense comparison of the three primary topologies you will encounter on the bench or in production.
| Topology | Typical $V_f$ (per diode) | Efficiency @ 5A Load | Heat Dissipation @ 5A | Noise / EMI | Relative Cost |
|---|---|---|---|---|---|
| Standard Silicon (e.g., KBPC5010) | 0.8V - 1.1V | ~88% | 8.0W - 11.0W | Low (Soft recovery) | $0.50 - $1.50 |
| Schottky (e.g., MBR2045CT) | 0.4V - 0.6V | ~94% | 4.0W - 6.0W | Med (Ringing/Snubber needed) | $1.50 - $3.00 |
| Active / Synchronous (e.g., LT4323) | 0.02V - 0.05V | >99% | <0.5W | High (Requires careful PCB layout) | $8.00 - $15.00+ |
While Schottky bridges drastically reduce forward conduction losses, their reverse leakage current increases exponentially with temperature. If your enclosure ambient exceeds 85°C, a Schottky bridge can enter thermal runaway, leaking massive current in the reverse direction and destroying itself. For high-ambient environments, stick to standard silicon or active MOSFET bridges.
Design Example: 120VAC to 12VDC Linear Power Supply
Let's apply this theory to a real-world bench supply design: a 120VAC to 12VDC linear regulator capable of delivering 1.5A continuously. We need to define the input protection, transformer sizing, bridge selection, filter capacitance, and regulator headroom.
Input Range and Protection
The nominal US line voltage is 120VAC, but the acceptable utility range is typically 114VAC to 126VAC. To protect the bridge and downstream components from transients, place a 2A slow-blow fuse in series with the primary, followed by a 130VAC Metal Oxide Varistor (MOV) like the Littelfuse TMOV20RP130E clamped across the line before the transformer.
Transformer and Bridge Selection
You might assume a 12VAC transformer is correct for a 12VDC output. This is a classic beginner mistake that ignores regulator dropout math. We will use a 15VAC RMS, 2A transformer.
- Peak DC Voltage: $15V \times 1.414 = 21.2V$.
- Bridge Rectifier: KBU808 (8A, 800V silicon bridge). Forward drop is roughly 1.0V per diode.
- Rectified Peak: $21.2V - 2.0V = 19.2V$.
Ripple Expectations and Filter Capacitance
We need to size the filter capacitor to maintain the voltage above the regulator's dropout threshold under full load. Using the standard ripple approximation formula $C = \frac{I}{2 \times f \times V_{ripple}}$, we can target a 2V peak-to-peak ripple.
$C = \frac{1.5A}{2 \times 60Hz \times 2V} = \frac{1.5}{240} = 0.00625F$ (or 6250µF).
We will select a standard 6800µF, 35V electrolytic capacitor. Under full load, the minimum DC voltage hitting the regulator will be $19.2V - 2.0V = 17.2V$.
Regulator Dropout and Headroom Math
Using a standard LM7812 linear regulator, the typical dropout voltage (headroom required to maintain regulation) is 2.0V. Since our minimum sagging voltage is 17.2V, we have $17.2V - 2.0V = 15.2V$ of effective headroom, which is well above the 12V output requirement. If we had used a 12VAC transformer, our minimum sagging voltage would have been roughly 11.5V, causing the 7812 to drop out of regulation and output a noisy 9.5V.
Linear vs. Switching: Thermal Derating and Topology Choices
The linear design above is incredibly quiet, yielding <1mV of output ripple, making it ideal for audio preamps or sensitive ADC reference voltages. However, the thermal reality is brutal. The LM7812 must dissipate the voltage difference as heat: $(17.2V - 12V) \times 1.5A = 7.8W$. This mandates a substantial extruded aluminum heatsink with a thermal resistance ($R_{\theta JA}$) of less than 9.6 °C/W to keep the junction below 125°C in a 50°C ambient environment.
For general-purpose loads like microcontrollers, relays, or LED strips, a switching power supply (like an off-the-shelf Mean Well IRM-10-12 or a DIY flyback converter) is the superior choice. Switching topologies operate at 85% to 92% efficiency, turning that 7.8W of wasted heat into less than 1.5W of total system loss. The trade-off is noise; switching supplies typically introduce 30mV to 100mV of high-frequency switching ripple, which requires secondary LC filtering to clean up for sensitive analog circuits.
The Thermal Derating Trap of Bridge Rectifiers
When selecting a bridge rectifier for either linear or switching primary-side inputs, never trust the headline current rating. A standard KBPC5010 is rated for 50A, but that rating assumes an infinite heatsink and a 25°C case temperature. In free air at a realistic 50°C ambient temperature inside an enclosure, the silicon junction will overheat at just 4A to 5A. Always consult the manufacturer's derating curve and calculate the actual thermal resistance from junction-to-ambient ($R_{\theta JA}$), not just junction-to-case ($R_{\theta JC}$). If your calculated power dissipation exceeds 2W in free air, bolt the bridge to a chassis or heatsink using thermal paste.
For deeper design methodologies on managing thermal limits and selecting synchronous rectifiers for high-efficiency SMPS designs, refer to the Texas Instruments Power Management learning resources, which provide extensive application notes on minimizing conduction losses in modern AC-DC front ends.






