An amplifier is an active electronic circuit that uses an external power supply to increase the voltage, current, or power of an input signal, delivering a magnified replica to a load.

In a real circuit, an amplifier changes a weak, high-impedance signal (like a 5mV microphone output) into a low-impedance, high-current signal capable of driving a physical load. It bridges the gap between sensitive control logic or sensors and power-hungry actuators, effectively converting DC power from a supply into useful AC or varying DC work.

Beginners frequently confuse amplifiers with transformers. While a step-up transformer increases AC voltage, it cannot increase total power (watts out ≤ watts in due to conservation of energy). An amplifier, by contrast, actively draws energy from an independent DC power supply to create true power gain, allowing a milliwatt-level input to control a multi-watt output.

The Core Classes of Amplifiers

When evaluating the different types of amplifiers, engineers categorize them by their 'class'—which refers to the conduction angle of the active output devices (transistors or MOSFETs) relative to the input signal cycle. This fundamentally dictates the trade-off between linearity (audio fidelity/signal accuracy) and efficiency (heat generation).

ClassConduction AngleTheoretical Max EfficiencyReal-World EfficiencyPrimary Trade-off
Class A360° (Full cycle)50% (Transformer-coupled)15% - 30%Extreme linearity, massive heat
Class B180° (Half cycle)78.5%50% - 60%High efficiency, severe crossover distortion
Class AB180° to 360°50% - 78.5%40% - 55%Good balance of fidelity and thermal management
Class DSwitching (PWM)100%85% - 95%Ultra-efficient, requires output LC filtering
Bench Note: Pure Class B is almost never used in linear audio due to crossover distortion. Think of Class B crossover distortion like a relay race where neither runner is holding the baton for a split second during the handoff—the signal drops to zero as it crosses the 0V axis. Class AB fixes this by applying a small bias current to keep both devices slightly 'on' during the handoff.

Where You Meet These Amplifier Types in Practice

Understanding the theory is only half the battle; knowing which topology to select for a specific application is where practical design happens.

Class A: RF Front-Ends and Audiophile Gear

You will find Class A stages in the low-noise amplifiers (LNAs) of software-defined radios and the input stages of high-end oscilloscopes. Because the transistor never turns off, there is zero switching noise or crossover distortion. In 2026, GaN (Gallium Nitride) transistors are increasingly used in Class A RF power amps to handle higher frequencies with better thermal dissipation than legacy LDMOS devices.

Class AB: Legacy Audio and Op-Amp Output Stages

Almost every standard operational amplifier (like the ubiquitous NE5532 or TL072) uses a Class AB push-pull output stage. It provides enough current to drive a 600-ohm load without the massive heatsinks required by Class A. You will also find massive Class AB topologies in professional guitar amplifiers and legacy home theater receivers where designers prioritize harmonic distortion profiles over power efficiency.

Class D: Portable Electronics and Motor Control

Class D amplifiers switch the output MOSFETs fully on or fully off at high frequencies (typically 300kHz to 1MHz), using pulse-width modulation (PWM). This is the topology inside virtually every Bluetooth speaker, soundbar, and active subwoofer on the market. Beyond audio, the exact same Class D switching principles govern the variable frequency drives (VFDs) and motor controllers used in EV traction systems and CNC spindle drives.

Worked Example: Sizing a Class-AB Audio Amplifier

Let us calculate the real-world maximum continuous power output of a classic Class AB amplifier circuit driving an 8-ohm speaker, using a standard dual-rail power supply.

Circuit Parameters:
Supply Voltage: ±15V DC (Dual rail)
Load: 8Ω speaker
Transistor Saturation Voltage ($V_{CE(sat)}$): 2.0V

Step 1: Determine the Maximum Peak Voltage Swing
The output cannot swing all the way to the supply rails. The output transistors will saturate, dropping about 2V. Therefore, the maximum peak voltage ($V_{peak}$) delivered to the speaker is:

$V_{peak} = V_{supply} - V_{CE(sat)} = 15V - 2.0V = 13.0V$

Step 2: Convert Peak Voltage to RMS
For a continuous sine wave, the Root Mean Square (RMS) voltage is the peak voltage divided by the square root of 2 (1.414).

$V_{rms} = 13.0V / 1.414 = 9.19V$

Step 3: Calculate RMS Power
Using the power formula $P = V^2 / R$:

$P_{rms} = (9.19V)^2 / 8Ω = 84.45 / 8 = 10.55W$

Step 4: Account for Thermal Derating
While the math yields 10.55W, a real Class AB amp at this power level will dissipate significant heat. If the heatsink is undersized, the thermal protection circuitry will engage or the silicon will fail. In practice, you should design the power supply to deliver at least 1.5x the calculated RMS current and ensure the heatsink is rated for a minimum of 15W of thermal dissipation per channel to maintain reliability.

Frequently Asked Questions About Amplifier Types

What is the difference between an operational amplifier and a power amplifier?

An operational amplifier (op-amp) is a high-gain, DC-coupled voltage amplifier designed to process low-level signals (millivolts) and perform mathematical operations like summing or integrating. It typically outputs only 20mA to 40mA. A power amplifier is designed to deliver high current (amps) to low-impedance loads (like speakers or motors). In many systems, an op-amp acts as the 'pre-amp' to shape the voltage signal, which then feeds into a power amplifier to drive the physical load.

Why do Class A amplifiers get so hot?

Class A amplifiers are biased so that the output transistors conduct 100% of the time, even when there is no input signal. This 'quiescent current' flows continuously from the positive supply rail to the negative rail (or ground), dissipating power as heat. If a Class A amp is designed to output 10W of audio power, it might draw 40W from the wall continuously, turning 30W into pure heat. This requires massive, heavy aluminum extrusion heatsinks and limits their use in portable or high-density electronics.

Can I use a Class D audio amplifier for high-frequency RF signals?

No. While Class D topology is essentially a switching circuit, audio Class D ICs (like the TPA3116D2 or MAX98357A) include internal dead-time management and output LC filters optimized for the 20Hz–20kHz audio band. Their switching frequencies (usually ~400kHz) and gate drive limitations make them useless for RF applications (MHz to GHz ranges). RF switching amplifiers (like Class E or Class F) use specialized resonant tank circuits and RF transistors to manage the extreme switching speeds and parasitic capacitances involved.

What causes clipping in an amplifier circuit?

Clipping occurs when the input signal demands an output voltage that exceeds the amplifier's power supply rails. Using our earlier ±15V example, if an input signal and gain stage attempt to output a 20V peak sine wave, the amplifier will 'flatten' or clip the top and bottom of the wave at the 13V physical limit. This introduces massive high-frequency harmonic distortion, which is the primary cause of blown tweeters in audio systems, as the squared-off clipped waves deliver excessive high-frequency energy to small voice coils.