Bridge Rectifier Calculator

Analyze full‑wave bridge rectifier with capacitive filter. Get DC voltage, ripple, and load current instantly.

Key formulas (approximate with filter): Vpeak = Vrms·√2 – 2VF ; Vdc ≈ Vpeak – Vripple/2 ; Vripple(p-p) ≈ Iload / (2 f C)

Set to 0 for unfiltered (full‑wave) output.
12V AC, 60Hz, 100Ω, 1000µF
9V AC, 50Hz, 220Ω, 470µF
24V AC, 60Hz, 47Ω, 2200µF
Unfiltered (C=0)
Computing circuit ...

Understanding Bridge Rectifiers

A bridge rectifier converts AC voltage into pulsating DC using four diodes arranged in a bridge configuration. Adding a capacitor across the load smooths the output by storing charge during peaks and releasing it during troughs, reducing ripple.

Core Design Equations (with capacitive filter):

  • \( V_m = \sqrt{2} \, V_{rms} - 2V_F \) — peak voltage after diodes
  • \( I_{dc} \approx \frac{V_{dc}}{R_L} \) — load current (depends on Vdc)
  • \( V_{ripple(p-p)} \approx \frac{I_{dc}}{2 f C} \) — peak‑to‑peak ripple voltage (linear approximation)
  • \( V_{dc} \approx V_m - \frac{V_{ripple}}{2} \) — average DC voltage
  • Ripple frequency \( f_r = 2f \) (full‑wave)

These equations are coupled; the calculator uses two iterations to obtain a consistent solution.

Detailed Operation & Waveforms

During each half‑cycle, two diodes conduct, charging the capacitor to the peak voltage. Between peaks, the capacitor discharges through the load, causing a voltage droop. The discharge is exponential: \( v_C(t) = V_m \, e^{-t/(R_L C)} \). For small ripple, the exponential can be approximated as a linear ramp, leading to the simple ripple formula above.

Design Considerations

1
Selecting the capacitor: The required capacitance to achieve a target ripple \( V_r \) is approximately \( C = \frac{I_{dc}}{2 f V_r} \). Always choose a capacitor with voltage rating at least 20% above \( V_m \).
2
Diode ratings: Each diode must withstand a peak inverse voltage (PIV) equal to \( V_m \) (when reverse biased). Use a safety margin of at least 20–30%. Also consider average forward current \( I_{F(avg)} = I_{dc}/2 \) per diode.
3
Load regulation: As load current increases, \( V_{dc} \) drops due to higher ripple and diode forward voltage drop. This calculator provides the steady‑state value for a given RL.

Advanced Topics & Limitations

  • Exact ripple expression: For exponential discharge, the exact peak‑to‑peak ripple satisfies \( V_r = V_m \left(1 - e^{-1/(2f R_L C)}\right) \). When \( 2f R_L C \gg 1 \), this reduces to the linear approximation. Our graph uses the exponential model for better realism.
  • Transformer considerations: The RMS voltage rating of the transformer should account for the diode drops and the fact that current is pulsed, causing higher RMS current and copper loss.
  • Non‑ideal components: Real diodes have a forward voltage that increases with current; capacitors have equivalent series resistance (ESR) which adds additional ripple and reduces efficiency. This calculator uses idealized models suitable for initial design.
  • Peak current: When the capacitor charges, very high peak currents flow through the diodes, often requiring a current‑limiting resistor or careful diode selection.

When to use this calculator: Ideal for quick estimation of DC voltage and ripple in low‑power power supplies, educational demonstrations, and preliminary design. For high‑precision or high‑power designs, consider simulation tools that incorporate parasitic elements.

Frequently Asked Questions

With C=0, the circuit is an unfiltered full‑wave rectifier. Output is pulsating DC with average \( V_{dc} = \frac{2V_m}{\pi} \approx 0.6366 V_m \), and ripple is 100% (the output goes to zero). Our calculator shows Vdc and marks ripple as "N/A".

A larger capacitor reduces ripple, which raises the average DC voltage because \( V_{dc} = V_m - V_{ripple}/2 \). With smaller capacitance, ripple increases and Vdc drops.

The formula \( V_{ripple} = I_{dc}/(2fC) \) assumes a linear discharge and is very accurate when \( V_{ripple} \ll V_m \) (typically <10%). For larger ripple, the exponential nature becomes significant; the calculator's graph uses an exponential model to show this effect, but the numerical result still uses the linear approximation (common in textbooks). The error is usually within 10–20% for moderate ripple.

This calculator is a first‑order tool and does not model reverse recovery, junction capacitance, or ESR. For high‑frequency or high‑power designs, these effects can be significant. Always verify with manufacturer datasheets and simulation.

No, this calculator is designed for single‑phase full‑wave bridge rectifiers only. Three‑phase rectifiers have different ripple frequency and formulas.

For deeper analysis, refer to "The Art of Electronics" by Horowitz & Hill or "Power Supply Design" by Marty Brown.