2026-09-10
The Norton amplifier looks like an op-amp on a schematic, but it's a fundamentally different beast. Instead of amplifying the voltage difference between its inputs, it amplifies the current difference. Both inputs sit at one VBE above ground (~0.5 V), and internal current mirrors do the differencing. The classic part is the LM3900 — four Norton amps in a 14-pin DIP, dirt cheap, and still used in industrial and automotive designs where you have a single 5–32 V supply and no negative rail.
Why bother with them when rail-to-rail op-amps exist? Two reasons:
Real-world example: an AC-coupled audio preamp on a 12 V car rail. To bias the output to mid-supply (6 V), you inject a bias current into the (+) input equal to the current that flows out of the (–) input to ground through the feedback resistor. If Rf = 1 MΩ and you want Vout = 6 V, the current through Rf is (6 V − 0.5 V) / 1 MΩ = 5.5 µA. So the bias resistor from V+ (12 V) to (+) must supply 5.5 µA: Rbias = (12 − 0.5) / 5.5 µA = 2.09 MΩ. Rule of thumb: Rbias ≈ 2 × Rf × (V+ / Vout). Add an input coupling cap and an input resistor to set gain (gain ≈ Rf/Rin) and you're done.
Watch out for:
Norton amps live on because they solve the "one battery, ground reference, cheap resistors" problem elegantly. If you've ever wondered why some old-school automotive schematics have op-amp-shaped symbols with an odd diode marking on the input, you've found one.
