The Core Bridge Rectifier Ckt Diagram: Full-Wave Fundamentals
When you pull up a standard bridge rectifier ckt diagram, you are looking at the Graetz bridge: four diodes arranged to route both the positive and negative half-cycles of an AC waveform into a unidirectional DC output. In a 120VAC/240VAC mains-to-DC power supply, this bridge sits immediately downstream of the step-down transformer (or at the front end of an offline switching supply) and upstream of the bulk storage capacitor.
The math governing the bridge is non-negotiable. If your transformer secondary outputs 18VAC RMS, the peak voltage hitting the bridge is 18V × 1.414 = 25.4V. Because current must pass through two diodes in series during every half-cycle, you lose approximately 1.4V (assuming 0.7V forward voltage drop per silicon diode at moderate currents). Your peak DC output before the bulk capacitor is therefore 24.0V.
Linear vs. Switching: Where the Bridge Fits in the Topology
The bridge rectifier only solves the polarity problem; it does not regulate voltage or eliminate ripple. To answer the critical design question—linear vs. switching for a 12V, 2A (24W) load—we must look at the regulator stage that follows the bridge and bulk capacitor.
| Criteria | Linear (Bridge + 7812/LM317) | Switching (Bridge + Buck Converter) | Offline SMPS (Flyback, no 50/60Hz Tx) |
|---|---|---|---|
| Efficiency | 45% - 55% | 82% - 88% | 85% - 92% |
| Heat Dissipation | High (~17W at 2A load) | Low (~3.5W total system) | Low (~2.5W total system) |
| Output Noise/Ripple | < 1 mV RMS (Ultra-quiet) | 20 - 50 mV p-p (Switching noise) | 50 - 100 mV p-p (High frequency noise) |
| BOM Cost & Size | Low cost, Massive heatsink size | Medium cost, Compact PCB footprint | High design cost, Compact footprint |
The Dropout Math: If we use a linear 7812 regulator with our 24V peak DC (valley voltage ~20.5V after ripple), the dropout voltage across the regulator is 20.5V - 12V = 8.5V. At a 2A load, the 7812 must dissipate 8.5V × 2A = 17W. A standard TO-220 package without a heatsink has a junction-to-ambient thermal resistance of ~50°C/W. A 17W dissipation yields an 850°C temperature rise, instantly triggering thermal shutdown and potentially destroying the silicon. Linear is disqualified for this load.
Design Example: 12V 2A Power Supply Specs and Part Values
For a robust 12V, 2A bench or embedded supply, the winning topology is a 50/60Hz step-down transformer feeding a bridge rectifier, a bulk capacitor, and a switching buck regulator. This keeps the dangerous mains voltage isolated via the transformer while leveraging switching efficiency on the low-voltage side.
| Stage | Component / Parameter | Exact Value / Part Number |
|---|---|---|
| Input Protection | Fuse & MOV | 3A 250V Slow-Blow & Littelfuse TMOV20RP275E (275VAC) |
| Inrush Limiting | NTC Thermistor | Ametherm SL22 1R005 (1 ohm, 5A steady state) |
| Step-Down | Transformer | Talema 70026 (Toroidal, 120VAC to 18VAC, 40VA) |
| Rectification | Bridge Rectifier | Diodes Inc GBU808 (8A, 800V, 4-SIP package) |
| Filtering | Bulk Capacitor | Nichicon UHW1V472MHD (4700µF, 35V, 105°C) |
| Regulation | Buck Converter IC | Texas Instruments LM2596HVS-12 (High Voltage, 12V Fixed) |
Ripple and Noise Expectations
The bulk capacitor smooths the full-wave rectified pulses. The peak-to-peak ripple voltage is calculated as V_ripple = I_load / (2 × f_line × C). For a 2A load on a 60Hz mains (120Hz ripple frequency) with a 4700µF capacitor:
V_ripple = 2 / (120 × 0.0047) = 3.54V p-p.
This means the DC bus voltage sawtooths between 24.0V (peak) and 20.46V (valley). The TI LM2596HV requires a minimum input of 4.5V above the output (12V + 4.5V = 16.5V). Our valley voltage of 20.46V provides a comfortable 3.96V of headroom above the minimum requirement, ensuring the buck converter never drops out during the AC zero-crossings.
Thermal Derating and Protection Requirements
A common failure mode in power supply design is ignoring the thermal derating curves on the bridge rectifier datasheet. The GBU808 is rated for 8A, but that is at a case temperature of 100°C. In still air at 25°C ambient, the junction-to-ambient thermal resistance dictates a much lower safe current.
Input Protection Coordination: The Littelfuse TMOV (Thermally Protected MOV) is mandatory. Standard MOVs can fail short and catch fire if subjected to sustained overvoltage. The TMOV includes an internal thermal disconnect that physically opens the circuit if the varistor overheats, preventing enclosure fires. The 3A slow-blow fuse must be placed upstream of the MOV to clear catastrophic short circuits, while the NTC thermistor limits the initial inrush current that occurs when the 4700µF capacitor looks like a dead short at turn-on.
Decision Tree: Picking Your Rectifier and Regulator Topology
Use this decision matrix to finalize your topology based on your specific load requirements. Do not default to linear regulators simply because the schematic is easier to draw.
| Condition | Topology Choice | Concrete Part Pick |
|---|---|---|
| Load < 50mA AND (V_in - V_out) < 5V | Linear (LDO) | Bridge + 78L12 or MCP1700 |
| Load 50mA - 300mA AND (V_in - V_out) < 3V | Linear (Standard Reg) | Bridge + LM317 (with small heatsink) |
| Load > 300mA OR (V_in - V_out) > 3V | Switching (Buck) | Bridge + LM2596HV or TPS5430 |
| Load > 5A OR Isolation not required | Offline SMPS (Flyback) | Bridge + Power Integrations LinkSwitch |
Final Build Recommendation
For the vast majority of DIY, bench, and embedded projects requiring 12V at 1A to 3A, the linear topology is a thermal trap. The math proves that dropping a rectified 24V DC bus down to 12V at 2A via a linear regulator wastes more power as heat than it delivers to the load.
The Definitive Pick: Build around the GBU808 bridge rectifier paired with a 4700µF bulk capacitor and the LM2596HVS-12 switching regulator. The GBU808 provides an 800V PIV safety margin that easily absorbs 120V/240V mains spikes, while its 4-pin SIP package solders directly to the board and mounts flush to a chassis heatsink. The LM2596HV handles the high input bus voltage (up to 60V) and delivers the 12V output at 85% efficiency, keeping your enclosure cool and eliminating the need for forced-air cooling. Add the TMOV20RP275E at the AC input, and you have a supply that is thermally stable, electrically quiet enough for 95% of microcontroller and sensor loads, and protected against mains faults.






