In short

A rectifier converts alternating current (AC) — which swings positive and negative 50 times a second on an Indian power socket — into direct current (DC) that a battery or a chip can actually use. The rectifier is built out of p-n junction diodes, which conduct current only in one direction.

Half-wave rectifier. One diode. It passes the positive half of each AC cycle and blocks the negative half. Output is a train of bumps at 50 Hz, with a DC value V_{DC} = V_m / \pi \approx 0.318 V_m and an RMS value V_{RMS} = V_m / 2. The ripple factor \gamma = \sqrt{(V_{RMS}/V_{DC})^2 - 1} = 1.21 — the ripple amplitude is larger than the useful DC.

Full-wave rectifier. Two diodes with a centre-tapped transformer, or four diodes in a bridge configuration. It flips the negative half of the AC wave upward, producing bumps at 100 Hz. V_{DC} = 2V_m/\pi \approx 0.637 V_m, V_{RMS} = V_m/\sqrt 2, and \gamma = 0.482 — much better.

Capacitor filter. A capacitor in parallel with the load charges up on each bump and slowly discharges through the load during the valley between bumps. This smooths the pulsating DC into nearly-flat DC with a small residual ripple. The ripple voltage

V_r \approx \frac{I_{\text{load}}}{f_r \, C}

drops inversely with capacitance C and ripple frequency f_r — which is why full-wave rectifiers filter better (f_r = 100 Hz) than half-wave (f_r = 50 Hz) for the same capacitor. The ripple factor after filtering becomes \gamma = 1 / (2\sqrt 3\, f_r R_L C) — the working formula for designing power supplies.

Every charger plugged into an Indian 230-V, 50-Hz outlet — your Mi or Samsung phone brick, the Diwali LED string lights, the 12-V power pack for a Wi-Fi router, the inverter in your home solar rooftop — has a rectifier as its first stage. The later stages (switching regulators, voltage regulators) refine the DC further, but they all start with four diodes in a bridge.

Pull a 230-volt, 50-Hz wall outlet to pieces in your head. The voltage at the live terminal relative to the neutral terminal rises sinusoidally from zero to +325 volts in about 5 milliseconds, swings back through zero to -325 volts over the next 10 milliseconds, and returns to zero — completing one full cycle in 20 ms. Then it does it again. Fifty times every second. This is what "230 V AC" means: 230 is the RMS value of the sine wave, and the peak value is 230 \times \sqrt 2 = 325 V.

Now look at what your phone charger actually produces. Plug a multimeter into the brick's USB output while it's plugged into the wall. It reads a flat, steady 5.0 volts DC. No swinging. No 50-Hz hum. A current flows out of the "+" terminal of the USB connector, through your phone, back in through the "−" terminal, always in the same direction, whenever the phone needs charge.

Somewhere inside the brick — a few cubic centimetres of plastic and copper and silicon — the sinusoidal 325-volt-peak AC has been transformed into a steady 5-volt DC. The transformer inside steps down the voltage. A rectifier flips the negative half of the sine wave into positive, turning AC into a sequence of bumps. A capacitor smooths the bumps into almost-flat DC. A switching regulator — more modern chargers skip the linear regulator for efficiency — chops the DC into high-frequency pulses and filters them back to a precise 5 V.

The first two moves — rectification and capacitor filtering — are the subject of this article. They are where the fundamental physics happens. The subsequent stages are refinements. Every power supply that has ever sat on an Indian worktable, from the old "eliminator" that the rickshaw-wala's radio ran off in the 1980s to the ₹20 USB charger sold at every kirana shop in 2026, has the same first stage: a diode (or four), and a capacitor.

The move — use a diode as a one-way valve

A p-n junction diode conducts essentially freely when the anode (p-side) is at a higher potential than the cathode (n-side) — this is forward bias. It conducts essentially zero current when the anode is at a lower potential than the cathode — reverse bias. Current flows through a diode in one direction only.

Feed a sinusoidal voltage V_{in}(t) = V_m \sin(\omega t) across a diode in series with a load resistor R_L. During the positive half-cycle (when V_{in} > V_D \approx 0.7 V), the diode is forward-biased; current flows, and the load sees a voltage nearly equal to V_{in}. During the negative half-cycle (V_{in} < 0), the diode is reverse-biased; negligible current flows, and the load sees zero.

The output is one-directional — always either zero or positive — but far from smooth. It is a sequence of half-sine bumps separated by gaps. This is what the phrase pulsating DC describes, and it is the first step in converting AC to the flat DC you eventually want.

Half-wave rectifier circuitCircuit diagram showing AC source at left, diode in series with load resistor at right, with input sine wave and output showing only positive half-cycles. 230 V AC, 50 Hz D R_L V_out V_in V_out
Half-wave rectifier. The AC source at left drives current through diode D and load resistor RL. The diode passes current only when the top terminal is positive, so the output voltage looks like the positive half of the input sine wave.

In the remainder of this article: derive the DC and RMS voltages for both half-wave and full-wave cases, show how the ripple factor quantifies "unsteadiness", and then compute what a capacitor does to reduce it.

Half-wave rectifier — the numbers

Input voltage V_{in}(t) = V_m \sin(\omega t) with \omega = 2\pi \cdot 50 rad/s = 314 rad/s. Assume an ideal diode (zero drop, zero reverse leakage — we'll come back to the 0.7-V silicon drop). The output voltage is

V_{out}(t) = \begin{cases} V_m \sin(\omega t), & 0 \le \omega t \le \pi \\ 0, & \pi \le \omega t \le 2\pi \end{cases}

and repeats with period T = 2\pi/\omega = 20 ms.

DC value — the average

The DC value (also called the average value) is the time-average of V_{out} over one full period:

V_{DC} = \frac{1}{T}\int_0^T V_{out}(t)\,dt

The output is zero for the second half, so only the first half contributes:

V_{DC} = \frac{1}{T}\int_0^{T/2} V_m \sin(\omega t)\,dt

Step 1. Evaluate the integral.

\int_0^{T/2} \sin(\omega t)\,dt = \left[-\frac{\cos(\omega t)}{\omega}\right]_0^{T/2} = -\frac{\cos(\pi) - \cos(0)}{\omega} = -\frac{-1 - 1}{\omega} = \frac{2}{\omega}

Why: \omega(T/2) = \pi, so \cos(\omega T/2) = \cos \pi = -1, and \cos 0 = 1. The integral of sine over half a cycle is 2/\omega.

Step 2. Combine.

V_{DC} = \frac{V_m}{T} \cdot \frac{2}{\omega} = \frac{V_m}{T} \cdot \frac{2 T}{2\pi} = \frac{V_m}{\pi}

Why: \omega = 2\pi/T, so 1/\omega = T/(2\pi). The Ts cancel, and you are left with V_m/\pi.

\boxed{V_{DC}^{hw} = \frac{V_m}{\pi} \approx 0.318 \, V_m}

For a 230-V-AC supply (V_m = 325 V), half-wave DC value is 325/\pi \approx 103 V. A third of the peak.

RMS value

The RMS (root-mean-square) is the square root of the mean of the squared voltage. Over one period:

V_{RMS}^2 = \frac{1}{T}\int_0^T V_{out}^2\,dt = \frac{1}{T}\int_0^{T/2} V_m^2 \sin^2(\omega t)\,dt

Step 1. Use \sin^2(\omega t) = [1 - \cos(2\omega t)]/2.

V_{RMS}^2 = \frac{V_m^2}{2T}\int_0^{T/2} [1 - \cos(2\omega t)]\,dt

Step 2. Integrate.

\int_0^{T/2} 1 \, dt = T/2, \qquad \int_0^{T/2} \cos(2\omega t)\,dt = \left[\frac{\sin(2\omega t)}{2\omega}\right]_0^{T/2} = \frac{\sin(2\pi) - 0}{2\omega} = 0

Why: the cosine integrates to sine over one full wavelength of itself, which is zero. Over half a period of the original signal, 2\omega t ranges over a full 2\pi, so the cosine averages to zero.

Step 3. Combine.

V_{RMS}^2 = \frac{V_m^2}{2T} \cdot \frac{T}{2} = \frac{V_m^2}{4}
\boxed{V_{RMS}^{hw} = \frac{V_m}{2}}

For a 230-V-AC supply, half-wave V_{RMS} = 325/2 = 162.5 V.

Ripple factor

The ripple factor \gamma quantifies how much of the output is AC (useless, for DC applications) versus DC (useful). It is the ratio of the RMS value of the AC component to the DC value:

\gamma = \frac{V_{RMS, AC}}{V_{DC}}

The RMS of the AC component is \sqrt{V_{RMS}^2 - V_{DC}^2}, so

\gamma = \frac{\sqrt{V_{RMS}^2 - V_{DC}^2}}{V_{DC}} = \sqrt{\left(\frac{V_{RMS}}{V_{DC}}\right)^2 - 1}

Why: any periodic waveform decomposes into a DC average plus a fluctuating AC component. Their mean-squares add: \langle V^2\rangle = V_{DC}^2 + \langle V_{AC}^2\rangle. Solving for the AC RMS gives the expression above.

For the half-wave rectifier:

\frac{V_{RMS}}{V_{DC}} = \frac{V_m/2}{V_m/\pi} = \frac{\pi}{2}
\gamma_{hw} = \sqrt{(\pi/2)^2 - 1} = \sqrt{\pi^2/4 - 1} = \sqrt{2.467 - 1} = \sqrt{1.467} = 1.21

Why: the ripple RMS is 21% larger than the DC value — the output is mostly ripple. Half-wave rectification on its own is nearly useless for powering a circuit; you need filtering.

Full-wave rectifier — flip the negative half

The waste in half-wave rectification is obvious: half the cycle does nothing. A full-wave rectifier uses the negative half too by flipping it upward. Two circuits achieve this: the centre-tapped two-diode circuit and the four-diode bridge rectifier. Both produce the same output waveform — the absolute value of the sine — but the bridge rectifier is by far the more common, because it does not need a centre-tapped transformer.

Bridge rectifier circuit with four diodesBridge rectifier schematic with four diodes arranged in a diamond. AC input terminals on two opposite vertices, DC output on the other two. Shows current paths for positive half-cycle (solid) and negative half-cycle (dashed). AC D₁ D₂ D₃ D₄ R_L (load) + DC − DC full-wave output
Bridge rectifier. Four diodes in a diamond configuration. When the top AC terminal is positive, current flows through D₁ (forward-biased), through the load from + to −, and back through D₄. When the top AC terminal is negative, current flows through D₃, through the load in the *same direction*, and back through D₂. The load always sees current in the same direction — full-wave rectification.

During the positive half-cycle, D_1 and D_4 conduct while D_2 and D_3 are reverse-biased. Current flows: AC(top) → D_1 → load → D_4 → AC(bottom). Load voltage is +V_m \sin \omega t.

During the negative half-cycle, D_3 and D_2 conduct while D_1 and D_4 are reverse-biased. Current flows: AC(bottom) → D_3 → load → D_2 → AC(top). The load current is again in the same direction even though the AC polarity has reversed. Load voltage is +V_m |\sin \omega t|.

Result: the output is |V_m \sin \omega t| — the absolute value of the input. A sequence of positive bumps at 100 Hz, twice as fast as the input.

DC and RMS values for full-wave

Both halves contribute, so the DC value is:

V_{DC}^{fw} = \frac{2}{T}\int_0^{T/2} V_m \sin(\omega t)\,dt = \frac{2V_m}{\pi}
\boxed{V_{DC}^{fw} = \frac{2V_m}{\pi} \approx 0.637 V_m}

Why: exactly twice the half-wave value, because both halves of the cycle now contribute.

The RMS value uses the full period:

V_{RMS}^2 = \frac{1}{T}\int_0^T V_m^2 \sin^2(\omega t)\,dt = \frac{V_m^2}{2}
\boxed{V_{RMS}^{fw} = \frac{V_m}{\sqrt 2}}

Why: |\sin|^2 = \sin^2, so squaring the absolute value gives the same integrand as the original sine squared. The RMS is exactly the RMS of the original AC — which makes sense, because the power delivered to a purely resistive load is the same as if the AC had flowed straight through (no diodes lost any).

Ripple factor for full-wave

\frac{V_{RMS}}{V_{DC}} = \frac{V_m/\sqrt 2}{2V_m/\pi} = \frac{\pi}{2\sqrt 2}
\gamma_{fw} = \sqrt{\left(\frac{\pi}{2\sqrt 2}\right)^2 - 1} = \sqrt{\frac{\pi^2}{8} - 1} = \sqrt{1.2337 - 1} = \sqrt{0.2337} = 0.482

Why: 0.482 is roughly a quarter of 1.21, the half-wave value. The full-wave rectifier produces far less ripple. But 48% ripple is still too much for almost any real load — a capacitor filter is what gets you the rest of the way.

Capacitor filter — the smoothing

Place a capacitor C in parallel with the load R_L at the rectifier output. The capacitor acts as a reservoir: it charges up to the peak voltage V_m during each rising portion of the rectifier output, then discharges slowly through the load during the valleys between bumps.

Full-wave rectifier output with and without capacitor filterWaveform showing unfiltered full-wave rectified output as bumps at 100 Hz, and filtered output as a nearly flat DC with small sawtooth ripple during each valley. time (ms) V V_m 0 V_peak 0 5 10 15 20 unfiltered filtered output V_r (ripple)
Unfiltered full-wave rectifier output (grey) vs. capacitor-filtered output (red). Between peaks, the capacitor discharges slowly into the load, producing a nearly linear voltage drop until the next rectifier bump recharges it. The ripple amplitude $V_r$ is what's left; the average voltage is close to the peak $V_m$.

During the short interval when the rectifier output exceeds the capacitor voltage, the diode conducts and recharges the capacitor back to the peak. During the much longer interval when the rectifier output is below the capacitor voltage, the diode is off and the capacitor drives the load alone.

Ripple amplitude. During the discharge, the capacitor loses charge at rate I_{load} = V_{DC}/R_L. In time t, the charge lost is Q = I_{load} \cdot t, so the voltage drops by \Delta V = Q/C = I_{load} \cdot t / C. The discharge lasts for most of the period between bumps — roughly the ripple period T_r = 1/f_r, where f_r = 50 Hz for half-wave and f_r = 100 Hz for full-wave. Taking t \approx T_r:

V_r \approx \frac{I_{load}}{f_r \, C} = \frac{V_{DC}}{R_L \, f_r \, C}

Why: this is the peak-to-peak ripple amplitude. The RMS ripple is V_r/(2\sqrt 3) because the sawtooth ripple has an RMS equal to peak-to-peak divided by 2\sqrt 3. Dividing by V_{DC} gives the ripple factor after filtering:

\gamma_{filtered} = \frac{V_{r, RMS}}{V_{DC}} = \frac{1}{2\sqrt 3 \, f_r R_L C}

— a workable design formula.

Notice that full-wave rectification gives f_r = 100 Hz, half-wave gives f_r = 50 Hz: full-wave halves the ripple for the same capacitor. This is the second reason (after the factor-of-2 in DC output) to use full-wave rectification. Combined, full-wave gets you roughly a factor of 4 better DC for the same component cost.

Worked examples

Example 1: DC and ripple of a 230 V bridge rectifier with filter

An Indian 230-V-RMS, 50-Hz supply drives a step-down transformer with turns ratio 10:1, producing 23-V-RMS AC. This feeds a bridge rectifier followed by a 1000-μF filter capacitor, loaded by R_L = 100 \text{ Ω}. Assume silicon diodes with 0.7 V drop each. Find: (a) peak transformer secondary voltage, (b) peak rectifier output (after diode drops), (c) load current, (d) ripple voltage, (e) DC output voltage including ripple.

Schematic for a 23 V bridge rectifier with filterBlock diagram showing 230 V AC mains, 10:1 step-down transformer producing 23 V AC, bridge rectifier with four diodes, 1000 μF smoothing capacitor, and 100 Ω load. 230 V 50 Hz 10:1 transformer 23 V AC bridge 4 diodes pulsating DC 1000 μF filter ~30 V DC 100 Ω load
Block diagram of a 23-V DC supply: mains transformer, bridge rectifier, capacitor filter, load.

Step 1. Peak transformer secondary voltage.

V_m^{sec} = V_{RMS}^{sec} \times \sqrt 2 = 23 \times \sqrt 2 = 32.5 \text{ V}

Why: V_{RMS} for a sine is the peak divided by \sqrt 2. Running it backward, peak is RMS times \sqrt 2. The transformer is assumed lossless with a 10:1 turns ratio.

Step 2. Peak rectifier output (after diode drops).

In a bridge rectifier, two diodes are in series at any time (one on each leg of the current path). Each drops 0.7 V, for a total forward drop of 1.4 V.

V_{peak}^{out} = V_m^{sec} - 2V_D = 32.5 - 1.4 = 31.1 \text{ V}

Why: real silicon diodes have a near-constant 0.7 V forward drop at room temperature. Two conduct in series for each polarity of the bridge, so 1.4 V comes off the peak.

Step 3. Approximate load current (using peak voltage as the DC estimate).

I_{load} \approx \frac{V_{peak}^{out}}{R_L} = \frac{31.1}{100} = 0.311 \text{ A}

Why: with a properly-sized filter capacitor, the output stays close to the peak. Strictly, I_{load} uses the actual DC voltage, which will be slightly less than the peak by half the ripple — a small correction we'll check in Step 5.

Step 4. Ripple voltage (peak-to-peak).

V_r = \frac{I_{load}}{f_r C} = \frac{0.311}{100 \times 10^{-3}} = 3.11 \text{ V (peak-to-peak)}

Why: f_r = 100 Hz for full-wave rectification, C = 1000\,\mu\text{F} = 10^{-3} F. The denominator f_r C = 0.1 F/s. The ripple is the current times the discharge time (1/100 Hz = 10 ms) divided by the capacitance.

Step 5. DC output voltage (averaged over the ripple).

V_{DC} \approx V_{peak}^{out} - V_r / 2 = 31.1 - 1.56 \approx 29.5 \text{ V}

Why: the filtered output swings between V_{peak} at the top of each recharge and V_{peak} - V_r at the bottom. The average (DC value) sits halfway.

Step 6. Ripple factor.

\gamma = \frac{V_{r,RMS}}{V_{DC}} = \frac{V_r}{2\sqrt 3 \, V_{DC}} = \frac{3.11}{2\sqrt 3 \times 29.5} = \frac{3.11}{102.2} \approx 3.0\%

Why: a sawtooth ripple has RMS equal to peak-to-peak / (2√3). The ripple factor of 3% is acceptable for powering a Wi-Fi router or a string of LED lights, but too large for an analog sensor circuit that needs a quiet rail.

Result: The supply delivers about 29.5 V DC at 0.31 A into a 100 Ω load, with 3% ripple. A standard ₹200 Diwali-lantern adapter rolled off a Tamil Nadu assembly line does exactly this, within rounding.

What this shows: Every number in the power-supply design drops out of three formulas — V_{peak} = V_{RMS}\sqrt 2, V_r = I_{load}/(f_r C), \gamma = V_r/(2\sqrt 3 V_{DC}) — plus bookkeeping on diode drops. No device-physics details are needed beyond knowing the diode forward drop, because the circuit topology does the rest.

Example 2: Half-wave vs full-wave ripple comparison

The same 23-V-RMS secondary and 1000-μF filter capacitor drive a 100-Ω load, but this time through a single-diode half-wave rectifier. Find the ripple voltage and compare to the bridge rectifier of Example 1.

Half-wave vs full-wave ripple comparisonTwo panels showing the filtered DC output: half-wave (top) with twice the ripple amplitude, and full-wave (bottom) with smaller ripple at higher frequency. half-wave: large ripple at 50 Hz V_r ≈ 6.2 V full-wave: smaller ripple at 100 Hz V_r ≈ 3.1 V
Half-wave ripple at 50 Hz (red) is twice as tall as full-wave ripple at 100 Hz (dark). The peak output is the same in both cases; only the valleys differ.

Step 1. Peak output voltage (only one diode drop now).

V_{peak} = V_m^{sec} - V_D = 32.5 - 0.7 = 31.8 \text{ V}

Why: a half-wave rectifier passes current through one diode at a time, not two in series.

Step 2. Load current (approximate).

I_{load} \approx 31.8 / 100 = 0.318 \text{ A}

Step 3. Ripple frequency is 50 Hz (once per AC cycle, not twice).

V_r^{hw} = \frac{I_{load}}{f_r C} = \frac{0.318}{50 \times 10^{-3}} = 6.36 \text{ V}

Why: f_r = 50 Hz for half-wave rectification. The capacitor has to hold the load for twice as long between recharges, so the discharge voltage drop is twice as large.

Step 4. Compare to the bridge.

\frac{V_r^{hw}}{V_r^{fw}} = \frac{6.36}{3.11} \approx 2.04

Why: the factor of 2 comes directly from the factor of 2 in ripple frequency. Ripple scales as 1/f_r, so doubling f_r halves the ripple.

Step 5. DC output.

V_{DC}^{hw} \approx V_{peak} - V_r/2 = 31.8 - 3.18 \approx 28.6 \text{ V}

Step 6. Ripple factor.

\gamma^{hw} = \frac{V_r^{hw}}{2\sqrt 3 V_{DC}} = \frac{6.36}{2\sqrt 3 \times 28.6} = \frac{6.36}{99.1} \approx 6.4\%

Why: twice the ripple factor of the bridge rectifier, as expected. Plus a slightly lower DC voltage because of the larger ripple valley.

Result: The half-wave version gives 28.6 V at 0.32 A with 6.4% ripple — more than double the ripple of the bridge rectifier for the same component cost (minus three diodes). This is the textbook reason why bridge rectifiers dominate all modern power supplies: four diodes is 3 more than a half-wave, and they cost pennies, and they halve the ripple.

What this shows: The ripple formula V_r = I/(f_r C) decides everything. The only way to reduce ripple is to increase the ripple frequency (use full-wave rectification) or increase the capacitance (bigger, more expensive, slower-response capacitor). Modern switching supplies take a third route — they generate a ripple frequency of 100 kHz or more, which lets them use tiny capacitors and shrink into the ₹20 USB brick you buy at a kirana store.

Common confusions

If you came here to understand how a diode converts AC to DC, how the ripple factor quantifies smoothness, and how a capacitor filter works, the above is enough. What follows is for readers who want the exact solution of the filtered output, the physics of the inrush current, and the design of modern switching power supplies.

The exact filtered output — transcendental equation

The approximation V_r = I_{load}/(f_r C) assumed the capacitor discharges for the full ripple period. In reality, the capacitor discharges for a time T_r - t_{charge}, where t_{charge} is the brief interval near each peak when the diode conducts and recharges the capacitor.

During the conduction interval, the capacitor voltage equals the rectified input: V_C(t) = V_m |\sin(\omega t)|. During the discharge interval, V_C(t) = V_1 \exp(-(t - t_1)/\tau) where \tau = R_L C and V_1 is the voltage at the start of discharge.

The conduction interval starts when the rectified input catches up to the decaying capacitor voltage. This is a transcendental equation:

V_m \sin(\omega t_2) = V_1 \exp(-(t_2 - t_1)/\tau)

For large \tau f_r (the well-filtered case), t_1 is near the peak (where \sin = 1) and t_2 is just after the next peak. Linearising gives

V_1 \approx V_m, \qquad t_2 - t_1 \approx T_r = 1/f_r
V_2 = V_1 \exp(-T_r/\tau) \approx V_m (1 - T_r/\tau) = V_m \left(1 - \frac{1}{f_r R_L C}\right)
V_r = V_1 - V_2 = V_m / (f_r R_L C) = I_{load} / (f_r C)

— matching the naive formula we used. For \tau f_r < 10 (lightly filtered), the linearisation breaks and you need to solve the transcendental equation numerically. Most real power supplies are in the well-filtered regime, so the simple formula is good to a few percent.

Peak inverse voltage and diode selection

When a diode is reverse-biased in a rectifier, the voltage across it — the peak inverse voltage (PIV) — is set by the circuit topology.

  • Half-wave rectifier with capacitor filter: during the negative half-cycle, the capacitor holds +V_m at the cathode while the source is at -V_m at the anode. PIV = 2 V_m.
  • Full-wave centre-tapped: the off-duty diode sees the full secondary voltage plus the filtered output — PIV = 2 V_m.
  • Bridge rectifier: each off-duty diode sees one secondary voltage drop — PIV = V_m.

For a 230-V RMS supply with filter, the bridge rectifier needs diodes rated for 325 V PIV. The 1N4007 (1000 V PIV, 1 A) is the universal workhorse. For the half-wave or centre-tapped circuits, you need diodes rated for twice that. This is another reason bridges dominate — they put cheaper diodes in a workable configuration.

Inrush current and its limiting

When the power supply is first plugged in, the capacitor voltage is zero. On the first peak, current flows at I_{in} = (V_m - 0)/R_{ESR}, where R_{ESR} is the total series resistance of the transformer winding, the diodes (about 0.1 Ω each during heavy conduction), and the capacitor's equivalent series resistance. For a small transformer, R_{ESR} \sim 1 \text{ Ω}, so I_{in} \sim 325/1 = 325 A for an unprotected bridge into a 1000-μF capacitor.

That spike lasts only a few milliseconds (the time for the capacitor to charge through the resistance), but it is enough to blow diodes, weld transformer windings, or trip circuit breakers. Three remedies:

  • Inrush thermistor (NTC): a resistor with negative temperature coefficient. Cold, it is ~5 Ω; as current flows, it heats up and drops to ~0.1 Ω in seconds. You see these in every desktop computer power supply.
  • Active inrush limiter: a MOSFET that starts open and closes gradually under microcontroller control.
  • Soft-start filter capacitor: a smaller capacitor in series with a relay that shorts it out after a few cycles. Common in industrial drives.

Switching-mode power supplies — where modern chargers actually live

The rectifier + capacitor + linear regulator topology described above produces steady DC, but wastes most of the power as heat in the regulator. A 5-V phone charger fed from 325-V-peak mains would waste 320/325 = 98\% of the input power as heat across the regulator. In the 1970s this was acceptable. Today, with a ₹20 charger powering a 5-W phone at 85% efficiency, it is not.

Modern chargers use switching-mode power supplies (SMPS). The topology is:

  1. Rectify the mains directly with a high-voltage bridge (325 V DC across a 470 μF capacitor).
  2. Chop the DC with a MOSFET switch at 100 kHz.
  3. Pass the chopped waveform through a tiny ferrite-cored transformer (the high frequency makes small cores viable).
  4. Rectify the transformer secondary (low-voltage, high-current — use Schottky diodes or synchronous MOSFETs).
  5. Filter with a small capacitor (100 μF, because 100 kHz ripple filters with tiny caps).
  6. Feedback-regulate the output voltage by adjusting the duty cycle of the MOSFET switch.

The SMPS inherits the rectifier-capacitor physics described in this article — it is used twice, once at the mains input and once at the transformer secondary — but the key insight is that 100 kHz ripple filters with a 100-μF capacitor the same way 100 Hz ripple filters with a 100-mF capacitor. Miniaturisation follows.

ISRO's launch-vehicle power systems use similar SMPS architectures built from radiation-hardened components — silicon carbide MOSFETs, wide-bandgap rectifiers — to pack 10-kW power conversion into the confined avionics bay of a PSLV. Samsung's mobile chargers, manufactured at Sriperumbudur, use gallium nitride switches operating at 1 MHz to achieve 100-W-in-a-thumb-sized-brick. The silicon physics is the same; the topology is the same; only the switching frequency moves.

Ripple factor from Fourier series

For a rigorous derivation, Fourier-decompose the full-wave rectifier output |\sin \omega t|:

|\sin \omega t| = \frac{2}{\pi} - \frac{4}{\pi}\sum_{n=1}^\infty \frac{\cos(2n\omega t)}{4n^2 - 1}

The DC component is 2/\pi (matching our V_{DC} = 2V_m/\pi). The fundamental ripple is at 2\omega (i.e., 100 Hz) with amplitude 4/(3\pi). Higher harmonics decrease as 1/n^2.

The AC component's total RMS:

V_{AC, RMS}^2 = \left(\frac{4}{\pi}\right)^2 \sum_{n=1}^\infty \frac{1}{2(4n^2-1)^2} V_m^2

This converges slowly but to a known value, and you can verify V_{AC,RMS}^2 + V_{DC}^2 = V_{RMS}^2 = V_m^2/2, recovering the 0.482 ripple factor numerically.

Filtering is then trivial: each Fourier component passes through the filter 1/(j\omega RC)-style, so the 100-Hz component is reduced by 1/(2\pi \cdot 100 \cdot R_L C), and higher harmonics are reduced even further. The total residual ripple is dominated by the fundamental 100-Hz component, which is what our simple V_r = I/(f_r C) captures.

This is the standard Fourier argument in signal processing: a rectifier is a nonlinearity that generates harmonics; the filter is a low-pass that blocks them. Design the filter's cutoff frequency well below f_r, and the DC survives while the harmonics die.

Where this leads next