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 by drawing energy from an external power supply. In a real circuit or installation, an amplifier changes the signal's amplitude—specifically its voltage, current, or both—to deliver the wattage required to drive a heavy load like a motor, speaker, or antenna, while preserving the original waveform's frequency and phase.
People commonly confuse power amplifiers with transformers or preamplifiers. A transformer can step up AC voltage, but it steps down current proportionally; it cannot increase total power. Similarly, a preamplifier only boosts weak mic-level signals to line-level voltage, but it lacks the current-delivery capability to drive a low-impedance load. A true power amplifier provides both voltage and current gain.
The Core Mechanism: How an Amplifier Actually Works
To understand what an amplifier does, you have to discard the idea that it "magnifies" the input signal. The input signal is far too weak to do the heavy lifting. Instead, the amplifier uses the input signal to control a valve—typically a Bipolar Junction Transistor (BJT) like the 2N3055 or a MOSFET like the IRF540N—that sits between a high-capacity DC power supply and the output load.
Think of the DC power supply as a pressurized water tank, the output speaker as a water wheel, and the input audio signal as your hand turning a small control valve. Your hand uses very little energy to turn the valve, but it dictates exactly how much high-pressure water flows from the tank to spin the heavy wheel. The output waveform is a high-power copy of your hand's low-power movements.
When the input signal swings positive, the transistor opens further, allowing more current from the DC rail to flow into the load. When the input swings negative (in a push-pull configuration), a complementary transistor pulls current from the load to the ground rail. The magic of an amplifier lies in its linearity: ensuring the high-power output perfectly tracks the low-power input without introducing harmonic distortion.
Worked Numeric Example: Calculating Gain and Output Power
Let's look at exactly what an amplifier does to power levels using a popular DIY audio module: the Texas Instruments TPA3116D2 Class-D amplifier IC. We will calculate the voltage gain, output power, and overall power gain.
- Power Supply: 24V DC
- Input Signal: 0.5V RMS (from a standard DAC or preamp)
- Amplifier Voltage Gain: 20 (26 dB, set by external feedback resistors)
- Load: 8Ω speaker
- Input Impedance: 10 kΩ (typical for this IC's input stage)
Step 1: Calculate Output Voltage and Power
The amplifier multiplies the input voltage by the gain factor:
V_out = V_in × Gain = 0.5V × 20 = 10V RMS
Now, we calculate the actual acoustic power delivered to the 8Ω speaker using the power formula P = V² / R:
P_out = (10V)² / 8Ω = 100 / 8 = 12.5 Watts RMS
Step 2: Calculate Input Power
The source (DAC) is driving the amplifier's 10 kΩ input impedance. The current drawn from the source is tiny:
I_in = V_in / R_in = 0.5V / 10,000Ω = 0.00005A (50 µA)
The actual power provided by the input signal is:
P_in = V_in × I_in = 0.5V × 0.00005A = 0.000025W (25 µW)
Step 3: Calculate Power Gain
This is where you see what an amplifier truly does. It takes microwatts and turns them into watts.
Power Gain = P_out / P_in = 12.5W / 0.000025W = 500,000
Expressed in decibels: 10 × log10(500,000) ≈ 57 dB of power gain. The amplifier has increased the signal's power by half a million times, sourcing that energy entirely from the 24V DC power supply, not the input signal.
Where You Meet Amplifiers in Practice
You will encounter amplifiers across almost every domain of electrical engineering, though their form factors change drastically based on the application.
- Audio Systems: Driving low-impedance transducers. A Bluetooth speaker uses a Class-D amp (like the TPA3116D2) to efficiently drive 4Ω or 8Ω speakers from a limited lithium-ion battery, while high-end home theater receivers use Class-AB amplifiers (like the LM3886) for ultra-low distortion across the 20Hz-20kHz spectrum.
- RF and Wireless: Pushing signals into antennas. If you are building a LoRaWAN node with an ESP32, the microcontroller's internal radio might only output 10 dBm (10 mW). An external RF Power Amplifier (PA) like the Semtech SX1276's internal PA or an external module boosts this to 20 dBm (100 mW) or higher to achieve mile-long transmission ranges.
- Instrumentation and Sensors: Interfacing with microcontrollers. A K-type thermocouple generates roughly 41 µV per degree Celsius. To read this with an Arduino's 10-bit ADC (which expects 0-5V), you must use an instrumentation amplifier (like the INA128 or OPA333) with a gain of 1,000+ to scale the millivolt signal into a usable voltage range without amplifying high-frequency noise.
Amplifier Topologies: Efficiency vs. Fidelity
What an amplifier does to your power supply depends heavily on its internal topology, or "Class." The design dictates how the internal transistors are biased, resulting in distinct trade-offs between heat generation, efficiency, and audio fidelity. According to deep-dive analyses by Analog Devices, selecting the right class is critical for thermal management.
| Class | Theoretical Max Efficiency | Typical Real-World Efficiency | Best Use Case | Common IC / Part |
|---|---|---|---|---|
| Class A | 25% - 50% | 15% - 20% | Audiophile hi-fi (lowest distortion, massive heat) | JLH1969, 2N3055 discrete |
| Class AB | 78.5% | 50% - 60% | AV receivers, studio monitors (good balance) | LM3886, TDA7294 |
| Class D | 100% | 85% - 95% | Portable speakers, subwoofers, car audio | TPA3116D2, MAX9744 |
As noted in foundational semiconductor texts like those on All About Circuits, Class A amplifiers keep their output transistors fully "on" at all times, meaning they draw maximum current from the power supply even when no audio is playing. This results in massive heatsinks. Class D amplifiers, conversely, use Pulse Width Modulation (PWM) to switch the transistors fully on or fully off millions of times per second, virtually eliminating internal power dissipation and requiring only small LC filters to reconstruct the analog waveform at the speaker.
Frequently Asked Questions
What does an amplifier do to a digital signal?
In digital electronics, we don't use analog amplifiers to boost logic levels. Instead, we use digital buffers, line drivers, or repeaters. When a 3.3V UART or SPI signal travels over a long cable, parasitic capacitance rounds off the sharp square-wave edges, causing data errors. A digital line driver (like the SN74LVC8T245) "amplifies" the signal by actively sourcing and sinking high current to rapidly charge and discharge the cable capacitance, restoring the sharp, vertical edges required for reliable digital communication.
What does an amplifier do if the input signal is too loud?
If the input signal, multiplied by the amplifier's gain, demands an output voltage higher than the DC power supply rails can provide, the amplifier "clips." The tops and bottoms of the output waveform are chopped off flat, creating severe Total Harmonic Distortion (THD). In audio, this sounds like harsh, crackling distortion and can physically destroy tweeters by introducing high-frequency square-wave energy. In RF circuits, clipping causes spectral regrowth, bleeding your signal into adjacent licensed frequency bands and violating FCC regulations.
What does a Wi-Fi amplifier do on my router?
Consumer routers often advertise "high-power amplifiers." This refers to the Front-End Module (FEM) on the PCB, which contains two distinct amplifiers. The Power Amplifier (PA) boosts the router's outgoing (transmit) digital data into a strong RF signal to push through walls. The Low Noise Amplifier (LNA) amplifies the incredibly weak microvolt signals returning from your phone or laptop (receive) while adding as little internal thermal noise as possible. Upgrading a router's PA doesn't help if the client device's transmit power remains low, which is why mesh systems are often a better solution than simply buying a router with larger amplifiers.






