A power amplifier is an electronic circuit designed to increase the power level of an input signal, delivering enough voltage and current to drive a low-impedance load like a speaker, motor, or antenna. While a standard voltage amplifier (like an op-amp) might take a 10mV microphone signal and boost it to 2V, it can typically only supply a fraction of a milliamp. A power amplifier takes that 2V signal and transforms it into a low-impedance, high-current output capable of physically moving a speaker cone or spinning a rotor. In a real circuit, it changes the signal's capacity to do work by acting as a current buffer controlled by the input voltage.

The Core Job: Voltage vs. Power Gain

To understand what a power amplifier actually does, you have to separate voltage gain from power gain. Voltage gain is simply the ratio of output voltage to input voltage. Power gain is the ratio of output power (voltage multiplied by current) to input power.

Think of a municipal water system. Voltage is water pressure, and current is the pipe diameter. A voltage amplifier is like a high-pressure washer nozzle: it creates immense pressure (voltage) but only through a tiny capillary (low current). A power amplifier acts like a massive main water valve. It uses a small, easy-to-turn pilot wheel (the low-power input signal) to control a giant gate that unleashes thousands of gallons per minute (high current) from the city reservoir (the power supply rails) into the load.

Bench Rule of Thumb: If your load impedance is above 10kΩ, you likely only need a voltage amplifier. If your load is below 100Ω (speakers, motors, heaters, antennas), you need a power amplifier to prevent the signal from collapsing under the current demand.

Where You Meet Power Amplifiers in Practice

You interact with power amplifiers constantly, though they are often hidden inside larger systems:

  • Audio Systems: Driving 4Ω or 8Ω speakers. Modern designs heavily favor Class D switching amplifiers (like the TI TPA3116D2 chip) for efficiency, while audiophile gear often uses Class A or Class AB discrete transistor designs.
  • Radio Frequency (RF): Transmitting signals to 50Ω antennas. RF power amps use specialized LDMOS or GaN transistors to push watts or kilowatts of high-frequency energy.
  • Motor Control: H-bridges driving inductive loads in robotics and CNC machines. The power stage switches high currents to control stepper or BLDC motor speed and torque.

Worked Numeric Example: Sizing a Class AB Output Stage

Let’s size the output transistors for a discrete Class AB audio amplifier driving an 8Ω speaker from ±25V DC rails.

1. Calculate Maximum Peak Output Voltage
Real transistors have a saturation voltage drop. Let's assume a 2V drop across the output devices.
V_peak = V_rail - V_sat = 25V - 2V = 23V

2. Calculate RMS Voltage and Output Power
V_rms = V_peak / √2 = 23V / 1.414 = 16.26V
P_out = (V_rms²) / R_load = (16.26²) / 8Ω = 33W RMS

3. Calculate Peak Current
I_peak = V_peak / R_load = 23V / 8Ω = 2.875A

4. Determine Transistor Dissipation (The Thermal Reality)
In a Class B/AB push-pull stage, the worst-case power dissipation in the transistors does not occur at maximum volume. It occurs when the output voltage is about 63% of the rail voltage. The maximum total dissipation for both transistors combined is calculated as:
P_diss_total = (2 * V_rail²) / (π² * R_load)
P_diss_total = (2 * 25²) / (9.87 * 8) = 1250 / 78.96 = 15.8W

This means each transistor must safely dissipate roughly 7.9W of heat continuously. You cannot use a small TO-220 package without a massive heatsink here; a TO-247 or TO-3 package mounted to an extruded aluminum fin is required to keep the junction temperature below 150°C. For a deeper dive into the math behind amplifier classes, refer to this Analog Devices guide on amplifier classes.

Bench Scenario Walkthrough: The 4-Ohm Speaker Mismatch

Theory is clean; the bench is unforgiving. Here is a real-world failure that illustrates why power amplifier design requires more than just Ohm's law.

  1. The Setup: Testing a DIY Class AB amplifier board rated for 50W into 8Ω. The bench power supply is set to ±35V rails. The builder accidentally connects a 4Ω dummy load instead of the specified 8Ω test speaker.
  2. The Numbers: With a 4Ω load and 35V rails, the peak current demand jumps to I_peak = 35V / 4Ω = 8.75A. The output transistors (a standard TIP35C/TIP36C pair) are asked to deliver nearly 9 amps while simultaneously dropping up to 35 volts across their collector-emitter junctions.
  3. The Outcome: During a continuous 1kHz sine wave test, the output transistors fail with a loud crack and the bench supply trips its overcurrent protection after just 20 seconds.
  4. What Went Wrong: The builder checked the maximum power dissipation rating (P_d) on the datasheet but ignored the Safe Operating Area (SOA) curve. As explained in Texas Instruments' breakdown of transistor SOA, a bipolar junction transistor suffers from "secondary breakdown" at high voltages and high currents simultaneously. At 35V Vce and 8.75A Ic, the silicon die develops microscopic hot spots that melt and short-circuit the junction in milliseconds, regardless of how large the external heatsink is. Halving the impedance pushed the operating point outside the SOA boundary.

Common Confusions: Preamps, Voltage Amps, and Drivers

People frequently mix up the stages of signal amplification. Here is how they actually differ on the bench:

Amplifier Type Primary Function Typical Load Impedance Output Current Capability
Preamp Boosts weak signals (mics, turntables) to line level; handles tone/volume. > 10kΩ < 1mA
Voltage Amp Provides high voltage gain for signal processing, filtering, or error correction. 2kΩ - 100kΩ 1mA - 20mA
Power Amp Delivers high current to low-impedance loads to perform physical work. 1Ω - 100Ω 1A - 50A+
Motor Driver A specialized power amp that switches DC polarity and uses PWM for speed control. 0.5Ω - 20Ω (Inductive) 2A - 100A+

The most common confusion is between a preamp and a power amp in audio. A preamp does not make a speaker louder; it prepares the signal. If you plug a 4Ω speaker directly into a preamp output, the voltage will instantly sag to near zero because the preamp lacks the current reserves to drive the low impedance.

FAQ: Power Amplifier Basics

Q: Can I just use a high-power op-amp instead of building a discrete power amplifier?
A: Yes, for low-power applications. Devices like the LM675 or TDA2030 are essentially op-amps with beefed-up output stages capable of sourcing 2A to 3A. However, for high-fidelity audio above 30W or high-speed RF, discrete designs (or specialized ICs) are required because internal op-amp compensation limits slew rate and high-current bandwidth. See the All About Circuits semiconductor text for more on op-amp limitations.

Q: Why do Class D amplifiers need such small heatsinks compared to Class AB?
A: Efficiency. A Class AB amplifier operates its transistors in the linear (active) region, meaning the transistors act like variable resistors that burn off excess voltage as heat. A Class D amplifier uses MOSFETs as switches—they are either fully ON (near zero resistance, minimal heat) or fully OFF (zero current, no heat). Class D efficiency routinely exceeds 90%, while Class AB tops out around 60% to 70%.

Q: What happens if I run a power amplifier with no load connected?
A: For audio and general DC power amps, running without a load (infinite impedance) is perfectly safe; the amp simply outputs voltage with zero current flow. However, never run an RF power amplifier or a tube amplifier without a matched load. Without an antenna or dummy load to absorb the energy, RF amps will reflect the power back into the output transistors, destroying them almost instantly.