An amplifier is an active electronic circuit that takes a low-power input signal and outputs a proportionally larger voltage, current, or power signal to drive a specific load. In a real circuit, an amplifier changes the signal's amplitude (voltage or current swing) while ideally preserving the original waveform's frequency, phase, and harmonic characteristics. When studying the different types of amplifiers, beginners commonly confuse amplifier classes (A, B, AB, D—which describe transistor biasing and conduction angles) with amplifier topologies (operational, instrumentation, power—which describe the overall circuit architecture). This guide focuses on the classes that dictate efficiency, heat, and fidelity, giving you the exact framework needed to select the right IC for your next build.
The Core Amplifier Classes Explained (A, B, AB, D)
The 'class' of an amplifier defines how its output transistors are biased and what portion of the input waveform cycle (the conduction angle) they actively amplify. This single design choice dictates your thermal management requirements and power supply sizing.
Class B (180° Conduction): Uses two transistors in a push-pull configuration. One handles the positive half of the wave, the other the negative. Efficiency jumps to a theoretical 78.5%, but it suffers from 'crossover distortion' at the zero-crossing point where one transistor hands off to the other.
Class AB (180° to 360° Conduction): The practical compromise. Both transistors are biased slightly 'on' (quiescent current) to eliminate the deadband and crossover distortion of Class B, while maintaining much better efficiency than Class A (typically 50% to 65% in real-world audio ICs).
Class D (Switching / PWM): Not a linear amplifier at all. The input signal is converted into a high-frequency Pulse Width Modulated (PWM) square wave. The output transistors act as switches, operating either fully on or fully off, minimizing the time spent in the high-dissipation linear region. Real-world efficiency routinely exceeds 90%.
Worked Example: Calculating Heat Dissipation in Class AB vs Class D
Let's look at what these efficiency numbers actually mean on your workbench when designing a 50W audio system into a 4-ohm speaker load. We will compare a typical Class AB IC against a modern Class D IC.
The Scenario: You need 50W of continuous RMS output power ($P_{out}$).
Class AB Calculation (Assuming 50% Efficiency):
- Total Power Drawn from Supply ($P_{in}$) = $P_{out}$ / Efficiency = 50W / 0.50 = 100W
- Power Dissipated as Heat ($P_d$) = $P_{in}$ - $P_{out}$ = 100W - 50W = 50W
- Thermal Reality: If your IC has a junction-to-ambient thermal resistance ($\theta_{JA}$) of 2°C/W with a large extruded heatsink, the junction temperature will rise by 100°C above ambient. In a 25°C room, your silicon is sitting at 125°C, dangerously close to thermal shutdown. You need a massive, expensive heatsink and potentially forced-air cooling.
Class D Calculation (Assuming 90% Efficiency):
- Total Power Drawn from Supply ($P_{in}$) = 50W / 0.90 = 55.5W
- Power Dissipated as Heat ($P_d$) = 55.5W - 50W = 5.5W
- Thermal Reality: That same 2°C/W heatsink will only see an 11°C temperature rise. The silicon sits at a comfortable 36°C. You can often get away with the small, cheap stamped-metal clip-on heatsink included in the IC kit.
Where You Meet This in Practice
You will encounter these different types of amplifiers across three primary domains in electronics design:
- Consumer and Hobby Audio: Class D has entirely conquered the portable, Bluetooth, and DIY speaker market due to its high efficiency and low heat. Class AB is still found in legacy designs, ultra-low-budget kits, and specific high-fidelity audiophile gear where the switching noise of Class D is deemed unacceptable without expensive filtering.
- RF (Radio Frequency) Transmitters: You will see Class C (conduction angle < 180°) used in RF power amplifiers. Because RF signals are constant-frequency sine waves, the heavy distortion introduced by Class C can be filtered out by a resonant LC tank circuit, yielding massive efficiency for ham radios and cell towers.
- Instrumentation and Sensor Interfacing: When amplifying a 5mV signal from a thermocouple or a load cell, you are using Class A or Class AB topologies packaged as Operational Amplifiers (op-amps) or Instrumentation Amplifiers. Here, efficiency is irrelevant; the sole focus is on ultra-low input offset voltage, low noise density (nV/√Hz), and high Common-Mode Rejection Ratio (CMRR).
Decision Tree: Picking the Right Amplifier IC for Your Build
Stop guessing and use this decision matrix to select the exact amplifier class and a reliable, widely available IC part number for your project.
| Application Need | If your priority is... | Then choose this Class | Concrete IC Pick |
|---|---|---|---|
| High-Power Audio (10W - 100W+) | Maximum efficiency, battery operation, minimal heatsink mass | Class D | TI TPA3116D2 (Up to 2x50W, 90% eff, ~$4 for the bare IC) |
| Precision Sensor / DC Interfacing | Ultra-low noise, DC accuracy, microvolt-level offset | Class A/AB (Op-Amp) | TI OPA2134 (FET input, low noise) or AD8628 (Zero-drift) |
| Low-Power Hobby Audio (< 1W) | Simplicity, minimal external components, low cost | Class AB | TI LM386 (Classic, 4V-12V supply, ~$0.50, needs only 3 caps) |
| Headphone / Line Driver | High slew rate, low THD+N, driving 32-ohm loads cleanly | Class AB (Audio Op-Amp) | NJM4556A or TI OPA1678 (High current output capability) |
The Default Recommendation: If you are building any modern audio project that outputs more than 2W and runs off a DC wall adapter or battery, default immediately to a Class D architecture (like the TPA3116 or the older PAM8403 for 3W stereo). The thermal management savings alone will save you hours of mechanical design frustration. Reserve Class AB op-amps strictly for sensor signal conditioning and low-power headphone stages.
Common Confusions and FAQ
Q: Is an operational amplifier (op-amp) a different type of amplifier than a power amplifier?
A: Yes, but they describe different things. 'Op-amp' describes the topology (a high-gain, differential-input, single-ended-output voltage amplifier). 'Power amplifier' describes the end-goal (delivering high current to a low-impedance load). An op-amp like the LM358 internally uses Class AB output stages, but it is limited to sourcing perhaps 20mA. A power amp like the TDA2030 is also internally Class AB, but is built with massive output transistors to source 3A+ into a speaker.
Q: Why do Class D amplifiers sometimes cause interference with my AM radio or microcontroller ADC?
A: Class D amps switch at high frequencies (typically 300kHz to 600kHz). If the PCB layout lacks a solid, unbroken ground plane, or if the LC output filter inductors are unshielded, this switching noise radiates as Electromagnetic Interference (EMI). Always keep the high-current switching loop (IC pins -> inductor -> capacitor -> ground) as physically tight and short as possible on your PCB.
Q: Can I parallel two amplifier ICs to get double the power?
A: Generally, no. You cannot simply wire the outputs of two standard amplifier ICs together; minor differences in their internal offset voltages will cause them to fight each other, leading to massive circulating currents and thermal destruction. If you need more power, buy a higher-rated IC, use a bridge-tied load (BTL) configuration if the IC supports it, or use an IC specifically designed with paralleling pins (like some high-end RF or specialized audio chips).
For deeper reading on semiconductor biasing and amplifier theory, consult the All About Circuits semiconductor textbook chapter on amplifier classes, or review the Texas Instruments audio amplifier overview for modern IC selection tools and application notes.






