a linear regulator
A linear regulator holds an output voltage steady by acting like a smart, self-adjusting valve sitting between the raw input and the load. Picture a tap on a water pipe with a hand that watches the downstream pressure and continually opens or closes the tap just enough to keep that pressure constant. The regulator does the same with a transistor: it drops whatever extra voltage it must so that what comes out is exactly right, moment by moment.
The mechanism is negative feedback against a reference. The regulator compares a fraction of its output to an internal voltage reference and drives a series-pass transistor to swallow the difference between input and output. Whatever voltage it drops, it does so as a continuous, controlled resistance — never switching, always linear, which is why it is quiet. The price is heat: the pass transistor carries the full load current while standing across the full input-to-output voltage, so it dissipates power equal to (Vin - Vout) times Iload. Example: a 12 V input regulated to 5 V at 1 A burns (12 - 5) times 1 = 7 W in the regulator, while delivering only 5 W to the load — under half the input power survives.
Why it matters: linear regulators are simple, cheap, low-noise, and fast-responding, which makes them perfect for powering sensitive analog, references, and RF, or for shaving a small, clean rail off a slightly higher one. The honest limitation is efficiency: efficiency equals Vout/Vin, so a big input-to-output gap wastes lots of energy and demands a heat sink. When that waste is unacceptable — battery gear, big step-downs — you reach for a switching regulator instead.
Powering a 3.3 V microcontroller from a 5 V USB rail at 0.2 A, a linear regulator wastes (5 - 3.3) times 0.2 = 0.34 W and runs cool — perfectly sensible. Powering the same 3.3 V at 1 A from a 12 V rail wastes (12 - 3.3) times 1 = 8.7 W, needs a serious heat sink, and is the wrong tool — a buck converter belongs there.
Quiet and simple, but it burns (Vin - Vout) times current as heat.
Low noise is not the same as zero noise: a linear regulator passes input ripple reduced by its ripple rejection (PSRR), which itself falls at high frequency. It cleans up mains hum well but does little against fast switching spikes — those still need decoupling.