A power amplifier circuit takes a low-power audio or RF signal and increases both its voltage and current amplitude to drive a heavy load like a loudspeaker or antenna. While a preamplifier only boosts voltage swing to prepare a signal for processing, a power amp actually delivers the wattage required to do physical work—moving a speaker cone or radiating an electromagnetic field. Beginners commonly confuse the power amplifier stage with the power supply that feeds it, or mistake voltage gain for power gain, forgetting that without current delivery capability, the signal instantly collapses under a low-impedance load.
The Core Mechanics: Voltage vs. Current Gain
To understand power amplification, you have to separate voltage from current. Power is the product of both ($P = V \times I$). A typical operational amplifier (op-amp) like the NE5532 can output a voltage swing of +/- 15V, but it will choke and distort if you ask it to supply more than 30mA to 40mA of current. Its output impedance is relatively high (tens of ohms). If you connect an 8-ohm speaker directly to an op-amp, the speaker's low impedance forms a voltage divider with the op-amp's output impedance, dragging the actual voltage at the speaker terminals down to near zero.
A power amplifier circuit solves this by adding a current gain stage. It uses heavy-duty output transistors (BJTs, MOSFETs, or LDMOS) configured as emitter/source followers or in a push-pull arrangement. These transistors act as low-impedance valves controlled by the high-impedance voltage signal from the preamp. The result is an output impedance measured in milliohms, capable of sourcing or sinking amps of current without the voltage sagging.
Worked Numeric Example: Sizing a TPA3116D2 Class D Output
Let's design a 50W output into an 8Ω speaker using the ubiquitous Texas Instruments TPA3116D2 Class D IC. This is a standard architecture for modern DIY Bluetooth speakers and desktop amps.
First, we calculate the required RMS voltage across the 8Ω load to achieve 50W. Using the formula $P = V_{RMS}^2 / R$:
- $50W = V_{RMS}^2 / 8\Omega$
- $V_{RMS}^2 = 400$
- $V_{RMS} = 20V$
Next, we find the peak voltage the amplifier must swing to deliver that 20V RMS sine wave. Peak voltage is $V_{RMS} \times \sqrt{2}$ (1.414):
- $V_{peak} = 20V \times 1.414 = 28.28V$
This means the amplifier's internal MOSFETs must swing at least 28.28V above and below ground. However, real-world MOSFETs have an on-state resistance ($R_{DS(on)}$) and the circuit has dead-time losses. If you feed the TPA3116D2 with a standard 24V laptop brick, the maximum peak swing is limited to ~24V, which yields only about 36W into 8Ω before hard clipping. To get a clean, unclipped 50W, you must use a 32V DC power supply rated for at least 4A continuous.
Now for the current: $I_{RMS} = V_{RMS} / R = 20V / 8\Omega = 2.5A$. The peak current is $2.5A \times 1.414 = 3.53A$. Your PCB traces from the output IC to the speaker terminals must be sized to handle at least 4A without excessive voltage drop (typically 40-50 mil width with 2oz copper).
Finally, because Class D amplifiers generate output using high-frequency pulse-width modulation (PWM)—switching at roughly 400kHz to 1.2MHz in the TPA3116D2—this raw RF will fry a tweeter and cause massive EMI. You must install an output LC low-pass filter. A standard 10µH shielded inductor and a 680nF polypropylene film capacitor will set the cutoff frequency safely above the 20kHz audio band but aggressively attenuate the 400kHz+ switching noise.
Where You Meet Power Amplifier Circuits in Practice
You will encounter power amplifier topologies across several distinct domains, each favoring different classes of operation based on the trade-off between efficiency, linearity, and thermal mass.
- DIY Bluetooth & Portable Audio: Class D modules dominate this space. ICs like the TPA3116D2, TAS5805M, or MA12070 offer >90% efficiency. Because they waste very little energy as heat, they can be mounted on small, inexpensive PCBs without massive aluminum extruded heatsinks, keeping battery drain and physical weight low.
- Audiophile & Studio Monitors: Class AB designs (such as the classic LM3886 or TDA7294) are still heavily favored in high-end studio monitors and guitar amplifiers. While they only achieve 50-60% efficiency and require heavy heatsinking, their linear clipping behavior and lack of high-frequency switching noise make them desirable for critical listening environments where ultra-low noise floors are mandatory.
- RF Transmitters & Ham Radio: In IoT LoRa modules or ham radio transceivers, the final PA stage pushes milliwatts from the local oscillator up to 5W, 50W, or 1kW to drive a 50Ω antenna. These circuits frequently use LDMOS or GaN (Gallium Nitride) transistors operating in Class C or Class E, prioritizing raw RF efficiency and impedance matching networks over audio linearity.
Power Amplifier Circuit FAQs
What is the exact difference between a power amplifier circuit and a preamplifier?
The difference lies in output impedance and current delivery. A preamplifier typically has an output impedance of 100Ω to 600Ω and is designed to drive high-impedance loads (like 10kΩ to 100kΩ inputs of another stage). A power amplifier has an output impedance in the milliohm range (often expressed as a damping factor > 100) and is designed to drive 2Ω to 8Ω loads directly. If you try to drive a speaker with a preamp, the voltage will collapse; if you try to drive an oscilloscope with a power amp, it will work fine, but it is vastly over-engineered for the task.
Why do Class D power amplifier circuits run cooler than Class AB?
Class AB transistors operate in their linear (active) region, acting like variable resistors that burn off excess voltage as heat. If a Class AB amp outputs 10V to a speaker from a 30V rail, the remaining 20V is dissipated as heat across the output transistors. Class D uses MOSFETs as switches that are either fully ON (very low $R_{DS(on)}$, minimal heat) or fully OFF (zero current, zero heat). By rapidly switching and using an LC filter to average the pulses, Class D achieves 90-95% efficiency. You can read a deeper breakdown of amplifier operating classes at All About Circuits.
How do I match a power amplifier circuit to my speaker impedance?
You must never connect an amplifier rated for an 8Ω minimum load to a 4Ω or 2Ω speaker. According to Ohm's law, halving the load impedance doubles the current draw. If the amplifier's output stage, PCB traces, or power supply cannot deliver that doubled current, the output voltage will sag heavily (causing distortion), the IC will trigger its internal thermal or over-current shutdown, or the output transistors will physically melt. Always check the silicon datasheet's "Absolute Maximum Ratings" table for the minimum load impedance before wiring your terminals.
Can I parallel two power amplifier ICs to get double the wattage?
Generally, no. Unless the specific IC features a dedicated "parallel mode" pin (like the older TDA7293) or you are utilizing a manufacturer-specified bridged (BTL) configuration, simply wiring the outputs of two separate ICs together is a recipe for destruction. Due to microscopic differences in propagation delay, offset voltages, and gain, one IC will inevitably try to drive the output high while the other tries to drive it low. This creates a direct short circuit through the output stages, instantly blowing the silicon. If you need more power, buy a higher-rated IC or use a proper bridge-tied load (BTL) configuration.






