An electric amplifier is an active electronic circuit that uses a small input signal to control a larger power supply, producing an output signal with greater voltage, current, or power. It does not create energy out of thin air; rather, it modulates power drawn from a DC source (like a battery or bench supply) to match the exact waveform shape of a weak AC input signal.
What an Electric Amplifier Actually Changes in a Circuit
In any installation or circuit, an amplifier changes the amplitude (magnitude) of a signal while ideally preserving its frequency, phase, and waveform shape. Depending on the design, it provides voltage gain (increasing the voltage swing), current gain (increasing the drive capability to power low-impedance loads), or both (power gain).
The most common point of confusion for hobbyists and trade students is mixing up amplifiers with transformers. A step-up transformer can increase AC voltage, but it cannot provide power gain; if it steps up the voltage by 10x, the available current drops by roughly 10x, and output power is always slightly less than input power due to core and copper losses. An active amplifier, however, provides true power gain by drawing energy from its external DC rails.
Worked Example: Calculating Power in a Bridge-Tied Load (BTL) Amplifier
Let's look at a real-world numeric example using a modern Class D audio amplifier IC, the TPA3116D2, configured in a Bridge-Tied Load (BTL) topology. In a BTL setup, two amplifier outputs drive opposite ends of the speaker, effectively doubling the voltage swing across the load compared to a single-ended design.
The Setup:
- DC Supply Voltage ($V_{CC}$): 24V
- Speaker Load ($R_L$): 4Ω
- Topology: BTL (Bridge-Tied Load)
The Calculation:
In an ideal BTL Class D amplifier, the peak output voltage across the load is equal to the supply voltage ($V_{CC}$). To find the continuous RMS power delivered to the speaker, we use the standard power formula adapted for peak voltage:
$$P_{out} = \frac{V_{peak}^2}{2 \times R_L}$$
Substituting our real values:
$$P_{out} = \frac{24^2}{2 \times 4} = \frac{576}{8} = 72 \text{ Watts (Theoretical Peak)}$$
Real-World Derating:
On the bench, you will never see 72W. You must account for the $R_{DS(on)}$ (on-resistance) of the internal MOSFETs (typically ~200mΩ), the DCR (DC resistance) of the output LC filter inductors, and PCB trace losses. Factoring in an 85% real-world efficiency typical of the TPA3116D2 at this voltage, your actual continuous output will measure closer to 61 Watts before thermal protection kicks in or THD+N (Total Harmonic Distortion plus Noise) exceeds 10%.
Where You Meet Amplifiers in Practice
Amplifiers are not just for driving speakers. You will encounter them across almost every sub-discipline of electronics:
- Audio Systems: Modern portable Bluetooth speakers almost exclusively use Class D amplifiers for high efficiency, while high-end guitar pedals and studio monitors often use Class A or Class AB for their specific harmonic distortion profiles.
- RF Communications: If you are building a long-range ESP32 LoRa node, you will likely add a Low Noise Amplifier (LNA) like the SPF5189Z to the receiver front-end. This amplifies microvolt-level RF signals from the antenna without adding excessive thermal noise.
- Sensor Interfacing: When reading a photodiode or a strain gauge, the raw output is often a tiny current in the nanoamp range. A transimpedance amplifier (a circuit that converts input current to a proportional output voltage) is required to step this up to a 0-3.3V range readable by a microcontroller's ADC.
- Motor Control: Gate drivers used to switch high-power MOSFETs in BLDC motor controllers are essentially high-speed current amplifiers. They take a 3.3V, 5mA GPIO signal from an MCU and amplify it to 12V at 2+ Amps to rapidly charge the MOSFET gate capacitance.
Amplifier Topologies and Efficiency Classes
When selecting an amplifier IC or designing a discrete circuit, the "Class" dictates how the active devices (transistors/tubes) are biased. This directly impacts your heat sink requirements and battery life.
| Class | Conduction Angle | Max Theoretical Efficiency | Typical Real-World Efficiency | Primary Use Case |
|---|---|---|---|---|
| Class A | 360° (Always On) | 50% | 15% - 25% | High-end audio, ultra-low noise RF front-ends |
| Class B | 180° (Half Cycle) | 78.5% | 50% - 60% | Rarely used alone due to crossover distortion |
| Class AB | 181° - 359° | 78.5% | 50% - 65% | Op-amp output stages, guitar amplifiers, PA systems |
| Class D | Switching (PWM) | 100% | 85% - 95% | Subwoofers, portable Bluetooth speakers, active monitors |
For a deep dive into the PWM modulation techniques used in modern switching designs, the Analog Devices guide on Class D audio architecture provides excellent oscilloscope captures of the output filter waveforms. Similarly, for sensor-level signal conditioning, National Instruments' application notes on transimpedance amplifiers detail the critical feedback capacitor selection required to prevent high-frequency oscillation.
Frequently Asked Questions
What is the difference between an electric amplifier and a transformer?
A transformer is a passive magnetic device that can step up AC voltage, but it cannot provide power gain (output power is always less than input power due to core and copper losses). An electric amplifier is an active circuit that provides true power gain by using a weak input signal to modulate energy drawn from a separate, external DC power supply.
How do I calculate the wattage of an audio electric amplifier?
To calculate continuous RMS wattage into a resistive speaker load, measure the AC RMS voltage across the speaker terminals using a true-RMS multimeter while playing a continuous 1kHz sine wave at the threshold of visible clipping. Square that RMS voltage and divide by the speaker's nominal impedance ($P = V_{RMS}^2 / R$). For example, 10V RMS into an 8Ω load yields 12.5W. Never use peak voltage readings from a standard oscilloscope without dividing by $\sqrt{2}$ (1.414) first, or your wattage calculation will be artificially doubled.
Why does my electric amplifier get hot even with no audio playing?
If your amplifier uses a Class A or Class AB topology, it draws significant "quiescent current" (idle current) even when the input signal is zero. In Class A, the output transistors are biased to conduct 100% of the time to avoid crossover distortion, meaning all the power drawn from the supply that isn't delivered to the speaker is burned off as heat. A typical Class AB chip amp (like the LM3886) might draw 50mA to 100mA of quiescent current per channel, requiring a substantial heatsink just to idle safely. If your amp is Class D and still getting hot at idle, check for a shorted output LC filter capacitor or a wiring fault on the PCB.






