An amplifier is an active electronic circuit that takes a weak input signal and increases its voltage, current, or power to drive a load, using an external DC power supply to recreate the original waveform at a larger scale. In any real circuit or installation, an amplifier changes the amplitude (the peak voltage, current, or total power) of the signal, while strictly preserving its original frequency, phase, and information content. It does not create energy out of nothing; it acts as a modulator, using a small input signal to control a much larger flow of energy from a separate power source.
The Core Job: Signal Control, Not Creation
A common misconception among beginners is that an amplifier "magnifies" the input signal directly, like a magnifying glass focusing light. In reality, the input signal never actually powers the load. Instead, the input signal controls active components—typically bipolar junction transistors (BJTs) or MOSFETs—which act as high-speed valves for the DC power supply.
This principle applies whether you are dealing with a microscopic operational amplifier (op-amp) boosting a millivolt sensor reading, or a massive Class D audio amplifier driving subwoofers. The input waveform serves as a real-time template, and the amplifier's job is to trace that template using the high-current DC supply rails.
The Math: Calculating Gain and Power Output
To understand what an amplifier does quantitatively, we look at gain. Gain is the ratio of output to input, often expressed in decibels (dB) for convenience. Let us walk through a concrete numeric example of a voltage amplifier driving a speaker.
- Identify the Input: Your microcontroller's DAC outputs a 50 mV RMS audio signal.
- Apply the Gain: The amplifier is configured for a voltage gain of 40 dB. In linear terms, 40 dB equals a multiplier of 100x.
- Calculate Output Voltage: 50 mV × 100 = 5,000 mV (or 5V RMS).
- Calculate Power Delivered: The load is an 8 Ω speaker. Using the power formula P = V² / R, we get 5² / 8 = 25 / 8.
- Final Output Power: The amplifier delivers 3.125 Watts of continuous RMS power to the speaker.
Notice that while the voltage was amplified by 100x, the power increased by a factor of 10,000x (since power scales with the square of the voltage). This is why power amplifiers require substantial heatsinks and robust power supplies; the current draw from the DC rails scales massively to support that output.
Where You Meet Amplifiers in Practice
Amplifiers are not just for audio. You will encounter them across nearly every domain of electrical engineering and DIY electronics:
- Audio Systems (Class AB, Class D): Driving speakers. Chips like the LM386 (low power) or TPA3116D2 (high power) take line-level or DAC-level signals and provide the current needed to move physical speaker cones.
- Sensor Signal Conditioning (Op-Amps): A load cell might output a 2 mV change when you step on a scale. An instrumentation amplifier (like the INA128) boosts this to a 0-5V range so a microcontroller's ADC can read it accurately.
- RF Transmitters (Power Amplifiers): In an ESP32 or LoRa radio setup, a low-noise amplifier (LNA) boosts microscopic microvolt signals pulled from an antenna, while a power amplifier (PA) boosts the transmit signal to push it through the air.
- Motor Control (Current Amplifiers): Gate drivers are essentially current amplifiers. A microcontroller GPIO pin can only source 20 mA, but a gate driver amplifies this current to rapidly charge and discharge the gate capacitance of a power MOSFET switching a 30A motor.
Bench Scenario: Why Your TPA3116D2 Audio Amp Overheats
Theory is clean, but the workbench is messy. Here is a real-world scenario that trips up many DIY audio builders when they misunderstand the relationship between amplifier output, efficiency, and power supply limits.
The Setup: You buy a cheap TPA3116D2 Class D amplifier board rated for "50W + 50W". You wire it to a standard 12V 3A switching power supply (brick) and connect two 4 Ω bookshelf speakers. You expect loud, room-shaking audio based on the marketing claims.
The Numbers: The Texas Instruments TPA3116D2 datasheet confirms the chip can output 50W per channel. However, that rating assumes a 21V power supply and optimal cooling. Your 12V 3A power supply provides a maximum of 36 Watts of total input power (12V × 3A = 36W).
The Outcome: As you turn the volume past 40%, the audio severely distorts (clipping). The amplifier chip becomes too hot to touch, and the power supply begins to click as its over-current protection trips, shutting the system down entirely.
What Went Wrong: You fell victim to a power supply bottleneck and impedance realities. To output 100W total (50W x 2) at the chip's typical 90% efficiency, the amplifier needs roughly 111W of input power. At 12V, that requires over 9 Amps of current. Your 3A supply hit its absolute limit. When the 4 Ω speakers demanded more current, the power supply's voltage sagged from 12V down to 8V. This voltage sag caused the audio waveform to clip (flatten at the peaks), sending massive amounts of high-frequency harmonic energy into the speaker tweeters and forcing the Class D switching MOSFETs to operate outside their safe operating area (SOA), generating excess heat. The fix: Upgrade to a 24V 5A (120W) power supply to match the amplifier's actual input requirements.
Common Confusions: Amplifiers vs. Transformers and Oscillators
When diagnosing circuits or designing from scratch, it is critical to know what an amplifier does not do. People frequently confuse amplifiers with two other fundamental components:
| Component | What It Does | Why It Is Not an Amplifier |
|---|---|---|
| Transformer | Steps AC voltage up or down via magnetic induction. | It is a passive device. If it steps 12V up to 120V (10x voltage), the available current drops by 10x. Total power (V × I) remains the same (minus efficiency losses). It cannot add power to a system. |
| Oscillator | Generates a continuous AC waveform (sine, square, sawtooth). | It creates a new signal frequency from a DC source without needing an AC input signal. An amplifier requires an existing input signal to copy; an oscillator generates its own. |
| Pre-Amplifier | Boosts voltage to line-level and handles source switching/tone control. | It provides voltage gain but almost zero current gain. It cannot directly drive a low-impedance load like a speaker; it must feed a power amplifier. |
Workbench FAQ: Quick Answers
Q: Can an amplifier output more power than its power supply provides?
A: Absolutely not. The law of conservation of energy applies. The DC power supply must always provide more power than the AC output, with the difference lost as heat. If your amp outputs 50W, your supply must provide at least 55W-60W, depending on the amplifier class efficiency.
Q: Why does my audio amplifier hiss when no music is playing?
A: All active components generate thermal and shot noise. An amplifier amplifies everything at its input, including its own internal noise floor. High-gain op-amps and audio amps will always output a slight hiss. To minimize this, keep the amplifier's gain as low as possible and increase the source signal level (improving the signal-to-noise ratio).
Q: What happens if I connect an 8 Ω speaker to an amplifier rated only for 4 Ω?
A: The amplifier will run cooler and safer, but it will output roughly half the power. According to Ohm's law, a higher resistance load draws less current for a given output voltage (P = V² / R). Conversely, connecting a 2 Ω speaker to a 4 Ω amp will cause the amp to attempt to deliver double the current, likely triggering thermal shutdown or destroying the output transistors.
Understanding what an amplifier does requires looking past the marketing wattage numbers and focusing on the physics of signal modulation and power transfer. Whether you are conditioning a 5mV thermocouple signal with an op-amp or driving a subwoofer with a Class D board, the rules of gain, impedance, and power supply headroom remain exactly the same. For deeper reading on semiconductor amplifier theory, the All About Circuits semiconductor chapter provides excellent foundational schematics.






