An amplifier is an active electronic circuit that takes a low-power input signal and outputs a proportionally larger, higher-power replica of that signal using an external power supply. It is the fundamental bridge between delicate sensor or audio signals and the physical world, providing the muscle required to drive speakers, antennas, and motors. In this guide, we will break down the exact physics of how amplifiers manipulate power, compare the major amplifier classes with real-world IC specifications, and walk through a bench-tested numeric example to show how voltage gain translates to physical wattage.

How Amplifiers Modulate Power in a Circuit

A common misconception is that an amplifier 'creates' extra signal. It does not. Instead, it acts as a modulator. What an amplifier actually changes in a real circuit is the impedance and current-delivery capability of a signal. It takes a high-impedance, low-current input (like a 50mV signal from an electret microphone that can only source microamps) and converts it into a low-impedance, high-current output capable of sourcing amps of current into a heavy load.

Think of the active component (a BJT, MOSFET, or vacuum tube) as a variable valve on a high-pressure water main. The high-pressure water is your DC power supply (e.g., a 24V rail). The tiny turn of the valve handle is your low-power AC input signal. The valve does not create water; it simply restricts or opens the flow from the main to match the movement of the handle, releasing a massive, proportional flow of water (output current) to the load. According to All About Circuits, this modulation process is governed by the conservation of energy: the output power can never exceed the DC power drawn from the supply, minus the heat dissipated by the active components.

Amplifier Classes and Real-World IC Specifications

Amplifiers are categorized into 'classes' based on how long their active components conduct current during a 360-degree input cycle. This conduction angle dictates the trade-off between power efficiency and signal fidelity (Total Harmonic Distortion, or THD). While Class A and AB dominated 20th-century audio, Class D switching topologies have largely taken over modern DIY and commercial applications due to massive efficiency gains.

Class Conduction Angle Max Theoretical Efficiency Typical THD Common Use Case Benchmark IC / Topology
Class A 360° 25% (Resistive) / 50% (Inductive) < 0.01% High-end headphone amps, RF preamps JLH1969 (Discrete) / OPA1612
Class B 180° 78.5% High (Crossover Distortion) Rarely used alone; theoretical baseline N/A (Push-pull discrete)
Class AB >180° to <360° 50% - 70% 0.01% - 0.1% AV receivers, guitar amps, studio monitors TDA7294, LM3886
Class D PWM Switching 90% - 95% 0.05% - 0.2% Bluetooth speakers, subwoofers, PA systems TPA3116D2, MAX98357A
Bench Note on Class D: When designing with Class D ICs like the TPA3116D2, the output LC filter is critical. If you use an inductor with an insufficient saturation current rating (e.g., a 2A inductor on a 50W channel), the inductor core will saturate at high volumes, causing the output waveform to clip violently and potentially destroying the IC's output MOSFETs. Always spec your inductors for at least 1.5x the maximum expected RMS current.

Worked Numeric Example: Voltage Gain to Speaker Power

Let's move from theory to the workbench with a concrete numeric example. Suppose you are building a desktop audio system using a Texas Instruments TPA3116D2 Class D amplifier board. You are feeding it from a DAC that outputs 500mV RMS, and you are driving a standard 8-ohm bookshelf speaker. The board is powered by a 24V DC laptop power supply.

First, we calculate the output voltage based on the amplifier's closed-loop voltage gain ($A_v$). The TPA3116D2 board is configured via feedback resistors for a gain of 20 (which equates to 26dB).

  • Output Voltage ($V_{out}$): $V_{in} \times A_v = 0.500V \times 20 = 10V RMS$

Next, we calculate the actual acoustic power delivered to the speaker load using the standard power formula $P = \frac{V^2}{R}$:

  • Output Power ($P_{out}$): $\frac{10^2}{8} = \frac{100}{8} = 12.5 Watts RMS$

But how much current is the amplifier actually pulling from your 24V DC wall adapter? This is where efficiency comes in. Assuming the Class D amp is operating at 90% efficiency at this power level:

  • DC Power Drawn ($P_{DC}$): $\frac{12.5W}{0.90} = 13.88 Watts$
  • Current Drawn ($I_{DC}$): $\frac{13.88W}{24V} = 0.57 Amps$

This means a 24V, 2A (48W) power supply is more than adequate for this stereo setup, as both channels combined will only draw roughly 1.14A at moderate listening volumes. On the bench, if you were using the classic LM386 instead, popping a 10µF capacitor between pins 1 and 8 bypasses the internal feedback network, pushing the voltage gain from 20 to 200—but beware of high-frequency oscillation if your power rail bypassing is sloppy.

Where You Meet Amplifiers in Practice

Amplifiers are not just for audio. You will encounter distinct amplifier topologies across nearly every electronics discipline:

  • Audio & Acoustics: Class D modules (like the TPA3116D2 or MAX98357A I2S amps) are the standard for DIY smart speakers and portable Bluetooth builds due to their low heat output and high efficiency.
  • RF & Software Defined Radio (SDR): Here, you use Low Noise Amplifiers (LNAs) like the Mini-Circuits GALI-84+. The goal isn't massive power, but rather boosting microvolt antenna signals above the noise floor of the receiver. In RF, an amplifier is characterized by its Noise Figure (NF) rather than just raw gain.
  • Instrumentation & Sensors: When reading a load cell or thermocouple with an ESP32 or Arduino ADC, the millivolt signal is too small and noisy. Instrumentation amplifiers like the INA128 provide high common-mode rejection ratio (CMRR) to amplify the differential signal while ignoring ground-loop noise.

Common Confusions: Op-Amps vs. Amplifiers vs. Transformers

When sourcing parts or reading schematics, makers frequently confuse three distinct concepts. Clearing these up will save you from ordering the wrong components for your build.

1. Operational Amplifiers (Op-Amps) vs. 'Amplifiers'

An op-amp (like the ubiquitous NE5532 or TL072) is a specific component—a high-gain differential IC with massive open-loop gain (often 100dB or more). It is essentially unusable on its own without a feedback network. An 'amplifier' refers to the complete circuit (or enclosed product) where the op-amp is paired with resistors and capacitors to achieve a stable, defined closed-loop gain. As detailed in the Analog Devices MT-047 tutorial, the op-amp is the engine; the amplifier is the car.

2. Amplifiers vs. Step-Up Transformers

A step-up transformer can increase AC voltage, leading many beginners to assume it is an amplifier. However, a transformer is a passive device bound by the conservation of energy. If it steps 12V AC up to 120V AC (a 10:1 ratio), it simultaneously decreases the available current by a factor of 10. It cannot amplify power. An active amplifier, conversely, uses external DC power to increase both voltage and current simultaneously, yielding true power gain.

3. Voltage Gain vs. Power Gain

A circuit can have a voltage gain of less than 1 (attenuation) but still be considered an amplifier if it provides current gain. A classic example is the common-collector BJT configuration (emitter follower). It outputs almost the exact same voltage as the input ($A_v \approx 1$), but it can source hundreds of milliamps compared to the microamps required at the base. It amplifies power and buffers impedance, even though it does not amplify voltage.