An amplifier is an active electronic circuit that uses a low-power input signal to modulate a higher-power DC supply, producing a proportionally scaled output capable of driving a physical load. In a real circuit, it changes the signal's amplitude (voltage, current, or both), injecting energy from a power rail to drive speakers, antennas, or motors without altering the original waveform's fundamental shape. Beginners commonly confuse active amplification with passive step-up transformers; while a transformer can increase AC voltage, it cannot increase total power (it simply trades current for voltage), whereas an active amplifier draws from a separate DC supply to genuinely multiply the signal's power. Think of the active component (like a BJT or MOSFET) as a precision water valve: the weak input signal is the hand turning the knob, while the massive water pressure (the DC power supply) flows through the valve to the load.

Bench Tip: When we talk about "amplifier classes" (A, B, AB, D), we are strictly referring to how the active output devices are biased and how much of the input waveform cycle they conduct current. This bias point dictates the circuit's efficiency, thermal profile, and distortion characteristics.

The Core Amplifier Classes at a Glance

Before designing an output stage or selecting an audio IC, you need to know the theoretical limits of the topology you are working with. The table below outlines the four primary amplifier classes you will encounter in modern electronics, complete with real-world efficiency figures and common integrated circuit examples.

Class Conduction Angle Max Theoretical Efficiency Real-World Efficiency Crossover Distortion Common IC / Topology
Class A 360° (Full cycle) 25% (Inductive load) / 50% (Transformer coupled) 15% - 30% None (Zero crossover) Discrete JFET designs, LM317 based
Class B 180° (Half cycle) 78.5% 60% - 70% Severe (Rarely used alone) Push-pull RF stages
Class AB 180° to 360° 78.5% 50% - 65% Low (Mitigated by bias) LM3886, NE5532 (Op-Amp output)
Class D PWM Switching 100% 85% - 95% N/A (Switching noise instead) TPA3116D2, MAX98357A

For a deeper look at the biasing networks that define these conduction angles, the textbook chapters on semiconductor amplifier operations at All About Circuits provide excellent schematic breakdowns.

Worked Numeric Example: Thermal Math for a 50W Audio Stage

Theory is useful, but thermal management is where amplifier designs actually succeed or fail on the bench. Let's calculate the heatsink requirements for delivering 50W RMS into an 8-ohm speaker using both a Class AB and a Class D topology.

1. Establish the Voltage Requirements:
To deliver 50W into 8Ω, we use the power formula $P = V^2 / R$. Rearranging for voltage: $V_{RMS} = \sqrt{50 \times 8} = 20V_{RMS}$.
The peak voltage required is $20V \times 1.414 = 28.28V$. To avoid clipping, we need a power supply that provides at least a ±30V dual rail (or a single 60V rail for a bridge-tied load).

2. Class AB Worst-Case Heat Dissipation:
In a Class AB (or B) amplifier, the worst-case internal power dissipation does not occur at maximum volume. It occurs when the output voltage is roughly $2/\pi$ of the supply rail. The formula for maximum transistor dissipation in a push-pull stage is:

$P_{D(max)} = \frac{2 \times V_{CC}^2}{\pi^2 \times R_L}$

Plugging in our $V_{CC} = 30V$ and $R_L = 8\Omega$:
$P_{D(max)} = \frac{2 \times 900}{9.87 \times 8} = \frac{1800}{78.96} \approx 22.8W$.

Your output transistors must dissipate nearly 23 watts of heat. If your silicon has a maximum junction temperature ($T_J$) of 150°C, and your workshop ambient is 25°C, the maximum allowable thermal resistance ($\theta_{JA}$) from junction to ambient is:
$\theta_{JA} = \frac{150 - 25}{22.8} = 5.4°C/W$.
Since the internal junction-to-case resistance ($\theta_{JC}$) of a typical TO-220 package is about 1.5°C/W, and the thermal pad adds another 0.5°C/W, your actual heatsink must have a thermal resistance of 3.4°C/W or lower. This requires a substantial, actively cooled extruded aluminum heatsink.

3. Class D Heat Dissipation:
Now let's look at a modern Class D IC like the TPA3116D2, which operates at roughly 90% efficiency at this power level.
Total power drawn from the supply = $50W / 0.90 = 55.5W$.
Heat dissipated = $55.5W - 50W = 5.5W$.
Required $\theta_{JA} = \frac{125 - 25}{5.5} = 18.1°C/W$.
This thermal profile is so forgiving that the copper pours on a standard 2-layer FR4 PCB, combined with the IC's exposed thermal pad, are often sufficient to act as the heatsink. No massive aluminum extrusions required.

Where You Meet These Amplifier Classes in Practice

Understanding these topologies dictates which components you select for specific sub-systems on a board or in a facility.

  • Class A: You will find this almost exclusively in ultra-low-noise RF front-ends (Low Noise Amplifiers or LNAs) and high-end audiophile headphone amplifiers. Because the transistors never turn off, there is zero switching distortion or crossover glitch, making it ideal for resolving micro-details in audio or maintaining signal integrity in sensitive receiver chains. The trade-off is massive heat and short battery life.
  • Class AB: This is the workhorse of analog audio and instrumentation. The output stage of almost every standard operational amplifier (like the ubiquitous NE5532 or OPA2134) is Class AB. It provides a great compromise between the low distortion of Class A and the thermal sanity of Class B. You will also find it in classic solid-state guitar amplifiers and professional studio monitor speakers.
  • Class D: Dominating modern consumer electronics, Class D is the standard for Bluetooth speakers, soundbars, subwoofers, and modern AV receivers. Because it relies on high-frequency Pulse Width Modulation (PWM) switching, it requires an LC (inductor-capacitor) low-pass filter at the output to strip the switching carrier frequency before it reaches the speaker. Bench warning: Never power up a Class D amplifier without its output filter or a load connected, as the high-frequency switching spikes can easily exceed the voltage ratings of the internal MOSFETs and destroy the IC.

For a comprehensive breakdown of how the output LC filters in Class D designs affect electromagnetic interference (EMI) and audio fidelity, Electronics Tutorials offers excellent schematic references and waveform analysis.

Frequently Asked Questions (FAQ)

Do Class D amplifiers sound worse than Class AB?

Historically, early Class D designs suffered from high total harmonic distortion (THD) and poor power supply rejection ratio (PSRR), leading to a "harsh" sound. Modern Class D ICs utilize advanced modulation schemes (like spread-spectrum PWM) and high-speed feedback loops that routinely achieve THD+N figures below 0.01%, rivaling or exceeding the best Class AB designs. In blind listening tests, well-designed modern Class D amps are indistinguishable from Class AB.

What is the difference between a pre-amplifier and a power amplifier?

A pre-amplifier is designed for voltage gain. It takes a micro-level signal (like a 2mV phono cartridge output or a 10mV microphone signal) and boosts it to a standard line-level voltage (1V to 2V RMS) while adding minimal noise. It cannot supply significant current. A power amplifier is designed for current gain; it takes that line-level voltage and buffers it with enough current to physically move a speaker cone or drive a 50-ohm transmission line.

Why do Class AB amplifiers need a "bias trim" potentiometer?

To eliminate crossover distortion, the NPN and PNP output transistors in a Class AB stage must be biased just slightly into conduction even when there is no input signal. Because the base-emitter voltage drop ($V_{BE}$) of a silicon transistor changes with temperature (dropping by about 2mV per °C increase), a static bias voltage will cause thermal runaway as the amp heats up. A bias trim pot, usually paired with a thermistor mounted directly to the heatsink (a $V_{BE}$ multiplier circuit), dynamically adjusts the bias to keep the idle current stable across temperature changes.