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. In practical terms, what an amplifier does is modulate a high-current DC source (like a battery, wall adapter, or bench supply) to match the exact waveform shape and frequency of a weak AC input signal. It changes the signal's amplitude (voltage, current, or both) and total power, drawing that extra energy from the DC supply rails rather than magically creating it from the input.

Common Confusions: Amplifier vs. Transformer vs. Relay

Beginners frequently confuse amplifiers with other components that alter voltage or control power. Here is the definitive breakdown:

  • Amplifier vs. Transformer: A transformer can step up AC voltage, but it is a passive device. It conserves power (minus small losses); if voltage goes up, current must proportionally go down. An amplifier is active; it increases both voltage and current simultaneously, resulting in a net increase in total power (Power = Voltage × Current).
  • Amplifier vs. Relay/Transistor Switch: A relay or a MOSFET used as a switch is binary—it is either fully ON or fully OFF. An amplifier operates in the linear or proportional region (or uses high-speed PWM to simulate it), meaning the output continuously scales with the input.

The Core Function: Proportional Gain and Active Control

At the silicon level, an amplifier relies on active components—typically Bipolar Junction Transistors (BJTs) or Metal-Oxide-Semiconductor Field-Effect Transistors (MOSFETs). The weak input signal is applied to the control terminal (the base or the gate). This tiny input voltage or current acts like a valve, restricting or allowing the flow of a much larger current from the external DC power supply through the load.

The ratio of the output signal to the input signal is called gain. Gain can be expressed as a raw multiplier (e.g., a gain of 20 means the output is 20 times larger than the input) or in decibels (dB). For voltage gain, the formula is:

Voltage Gain (dB) = 20 × log10(V_out / V_in)

For power gain, the multiplier changes to 10 instead of 20. Understanding this logarithmic scale is critical when reading datasheets for audio and RF amplifiers, where gains of 40 dB (a voltage multiplier of 100) or higher are standard.

Amplifier Classes at a Glance (Spec Sheet Table)

Not all amplifiers operate the same way. The 'Class' of an amplifier dictates how its internal transistors are biased, which directly impacts efficiency, heat generation, and signal distortion. Below is a data-dense comparison of the four most common amplifier topologies you will encounter in modern electronics.

Class Topology & Biasing Max Theoretical Efficiency Typical Real-World Efficiency THD+N (Distortion) Common IC Example
Class A Transistors conduct 100% of the time (always on). High heat. 25% (resistive load) / 50% (inductive) 10% - 20% Ultra-Low (< 0.001%) OPA1612 (Op-Amp configured)
Class B Push-pull pair; each transistor conducts for exactly 180° of the cycle. 78.5% 50% - 60% High (Crossover distortion) Rarely used standalone
Class AB Push-pull with slight bias overlap to eliminate crossover distortion. 78.5% 50% - 65% Low (0.01% - 0.1%) LM3886 / TDA7294
Class D Switching (PWM). Transistors are fully ON or fully OFF at high frequency. 100% 85% - 95% Low to Moderate (0.05% - 0.2%) TPA3116D2 / MAX98357A

Row Notes for the Bench:

  • Class A is beloved in high-end audiophile gear and precision instrumentation op-amps because it has zero crossover distortion, but it requires massive heatsinks. A 20W Class A amp will dissipate roughly 80W as heat continuously, even at idle.
  • Class AB is the workhorse of traditional home audio and guitar amps. It solves the 'dead zone' distortion of Class B by keeping both transistors slightly turned on around the zero-crossing point.
  • Class D dominates modern portable audio, Bluetooth speakers, and subwoofers. Because the MOSFETs act as switches rather than variable resistors, they dissipate almost no power as heat. The high-frequency PWM carrier is stripped away by an LC low-pass filter before reaching the speaker.

Worked Example: Calculating Gain and Output Power

Let us look at a real-world scenario using a highly popular Class D amplifier IC, the Texas Instruments TPA3116D2, commonly found in DIY Bluetooth audio boards.

Circuit Assumptions

  • Amplifier IC: TPA3116D2 (Mono configuration)
  • DC Supply (VCC): 24.0V DC
  • Input Signal: 500mV (0.5V) RMS sine wave at 1kHz
  • Gain Setting: 20 V/V (26 dB), set by external resistors
  • Load: 4Ω bookshelf speaker

Step 1: Calculate Output Voltage
With a voltage gain of 20, the output voltage is simply the input multiplied by the gain.
V_out = 0.5V × 20 = 10.0V RMS

Step 2: Calculate Output Power to the Load
Using the standard power formula for AC circuits (P = V² / R):
P_out = (10.0V)² / 4Ω = 100 / 4 = 25.0 Watts RMS

Step 3: Calculate Output Current
I_out = V_out / R = 10.0V / 4Ω = 2.5 Amps RMS

Step 4: Determine DC Supply Current Draw
Assuming a realistic Class D efficiency of 90% at this power level, the total power drawn from the 24V DC wall supply is:
P_dc = P_out / 0.90 = 25.0W / 0.90 = 27.7 Watts
I_dc = P_dc / VCC = 27.7W / 24.0V = 1.15 Amps DC

The Takeaway: The amplifier took a 0.5V signal capable of delivering only microamps of current, and used the 24V wall supply to push 10V at 2.5A into the speaker. If you were to increase the input signal to 1.5V RMS, the math would demand 30V RMS at the output. However, because our VCC is only 24V, the amplifier will hit the supply rail and clip, flattening the top of the sine wave and generating harsh harmonic distortion (and potentially frying the speaker's voice coil with DC energy).

Where You Meet Amplifiers in Practice

While audio is the most visible application, amplifiers are the backbone of almost all modern electronic measurement and communication systems.

1. Sensor Signal Conditioning (Instrumentation Amplifiers)

Microcontrollers like the Arduino or ESP32 have Analog-to-Digital Converters (ADCs) that typically read 0V to 3.3V. If you are measuring a 100kg load cell, the raw output might only be 2mV to 10mV. An instrumentation amplifier (like the INA128) takes that tiny differential millivolt signal, rejects common-mode noise from motors or mains wiring, and amplifies it by a factor of 500 to yield a clean 0V to 3.0V signal that the microcontroller can accurately digitize.

2. Radio Frequency (RF) Transmission

In an ESP32 or a dedicated LoRa module, the internal oscillator generates a high-frequency carrier wave, but at a power level of perhaps 0 dBm (1 milliwatt). To transmit that signal hundreds of meters through the air, an RF power amplifier (like the SX1276's internal PA or an external Skyworks SKY66112) boosts the signal to +20 dBm (100 milliwatts) or higher, driving the 50-ohm antenna impedance.

3. Motor Drives and Actuator Control

A servo motor or a BLDC (Brushless DC) motor requires precise, high-current phase switching. The microcontroller outputs 3.3V logic-level PWM signals. A gate driver and power MOSFET bridge act as a high-current, high-speed amplifier, translating those weak logic signals into the 12V or 24V, 10A+ currents required to generate physical torque.

Common Mistakes and Edge Cases

When designing or troubleshooting amplifier circuits on the bench, keep these failure modes in mind:

  • Impedance Mismatch: In RF and high-frequency analog circuits, the output impedance of the amplifier must match the load (usually 50Ω). A mismatch causes signal reflections, leading to a high Voltage Standing Wave Ratio (VSWR), which can overheat and destroy the amplifier's output transistors.
  • Thermal Runaway: In Class AB and Class A bipolar designs, as the transistor heats up, its base-emitter voltage drop decreases, causing it to draw more current, which generates more heat. Without proper thermal biasing (using a Vbe multiplier or thermistor on the heatsink), the amplifier will destroy itself.
  • Ground Loops and Hum: In audio installations, connecting an amplifier to a different AC mains circuit than the source equipment can create a ground loop. The 50/60Hz mains potential difference is amplified, resulting in a loud, persistent hum at the speaker. Fix this with a single-point star ground topology or a galvanic isolation transformer.