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. If you are building audio gear, RF transceivers, or precision sensor interfaces, understanding how these components manipulate voltage and current is the difference between a clean output and a melted silicon die.

The Core Job: Scaling Signals Without Distorting Them

At a fundamental level, what an amplifier changes in a real circuit is the power level available to drive a load. It takes a weak control signal—perhaps a 10mV sine wave from a microphone or a 50µV RF signal from an antenna—and uses it to modulate a much larger DC power source (like a 12V battery or a 24V bench supply). The output is a high-fidelity, high-power copy of the input.

Think of the amplifier not as a creator of energy, but as a precision valve on a pressurized water tank. The DC power supply is the pressurized tank, the tiny input signal is your hand turning the valve, and the output is the massive flow of water released. The valve doesn't create the water; it just controls its release based on your input.

Common Confusion: Many beginners confuse amplifiers with transformers. A transformer can step 12V AC up to 120V AC, but it drops the current proportionally to conserve energy (Power In = Power Out). An amplifier actually adds power to the signal by pulling from its DC rails. The output power can be hundreds of times greater than the input power. Another common mistake is assuming the amp "generates" the extra energy—it doesn't; it merely converts DC supply power into AC signal power.

The Math of Gain: A Worked Numeric Example

Let’s look at the math on the bench using a classic non-inverting operational amplifier (op-amp) circuit. We will use a ubiquitous TL072 or OPA2134 op-amp to amplify a sensor reading for an Arduino ADC.

The voltage gain ($A_v$) of a non-inverting amplifier is determined by two feedback resistors, $R_f$ and $R_i$, using the formula:

A_v = 1 + (R_f / R_i)

The Setup:

  • Feedback Resistor ($R_f$): 10,000Ω (10kΩ)
  • Input Resistor ($R_i$): 1,000Ω (1kΩ)
  • Input Signal ($V_{in}$): A 0.2V peak sine wave from a piezo vibration sensor.
  • Power Supply Rails: Single 5V supply (derived from the Arduino's 5V pin).

The Calculation:

Gain = 1 + (10,000 / 1,000) = 1 + 10 = 11.
Output Voltage ($V_{out}$) = $V_{in} \times Gain$ = 0.2V × 11 = 2.2V peak.

This 2.2V signal is perfect for a 5V Arduino ADC, giving you excellent resolution without maxing out the 1023 step limit. But what happens if the piezo sensor gets hit hard and outputs a 0.6V spike? The math says the output should be 6.6V (0.6V × 11). However, the op-amp is powered by a 5V rail. The TL072 is not a "rail-to-rail" output device; it typically loses about 1.5V of headroom. The output will hard-clip at roughly 3.5V, flattening the top of your sine wave and introducing massive harmonic distortion.

Where You Meet Amplifiers in Practice

You will rarely use raw transistors to build an amplifier from scratch unless you are doing RF design or high-end discrete audio. In modern maker and prosumer projects, you meet amplifiers in three primary flavors:

1. Audio Power Amplifiers (Class D): Chips like the Texas Instruments TPA3116D2 take low-level analog or I2S digital audio and switch internal MOSFETs at 400kHz+ to drive 4-ohm or 8-ohm speakers at 50W+ per channel with over 90% efficiency.

2. RF Low Noise Amplifiers (LNAs): When building long-range ESP32 WiFi or LoRa nodes, an LNA like the Skyworks SKY65111 sits directly after the antenna. It amplifies microvolt-level RF signals without adding excessive internal thermal noise (measured as Noise Figure), which is critical for maintaining link budget.

3. Current Shunt Amplifiers: ICs like the INA219 contain internal precision amplifiers designed to measure the tiny voltage drop (often 10mV to 50mV) across a low-value shunt resistor. This allows a microcontroller to accurately measure currents up to 3.2A without the shunt resistor dissipating excessive heat.

Scenario Walkthrough: When an Audio Amp Fails on the Bench

Theory is clean; the workbench is messy. Here is a real-world scenario demonstrating what happens when amplifier limits are ignored.

  1. Setup: You are building a portable Bluetooth speaker. You choose the classic LM386N-1 audio amplifier IC because it is cheap and requires few external components. You power it with a standard 9V alkaline battery and connect it to a 4-ohm, 5W car speaker you salvaged.
  2. Numbers: The LM386 datasheet advertises "up to 1W output." Your 9V battery has a capacity of roughly 500mAh. The 4-ohm speaker, driven by a 9V peak signal, theoretically demands transient currents of $I = V/R = 9/4 = 2.25A$ during heavy bass notes.
  3. Outcome: You pair your phone and play a track. At 20% volume, it sounds thin but acceptable. When you push the volume to 60%, the audio turns into harsh, crackling distortion. The LM386 chip becomes too hot to touch, and your 9V battery is completely dead in under 20 minutes.
  4. What Went Wrong: You fell victim to three distinct physical limits. First, the LM386N-1 is actually rated for about 0.325W into 8 ohms at 6V, and barely 0.5W into 4 ohms at 9V only with an ideal heat sink. Second, a standard 9V alkaline battery has a high internal resistance (often 1.5Ω to 2Ω). When the amp tried to pull 1A+ for a bass transient, the battery's internal resistance caused massive voltage sag (a brownout), dropping the supply rail to 4V and causing the audio to clip severely. Third, driving a 4-ohm load on an amp optimized for 8-16 ohms forces the output transistors to dissipate excess power as heat, triggering the chip's internal thermal shutdown.

The Fix: Ditch the LM386 and the 9V battery. Swap to a TPA3110D2 Class D amplifier module, power it with a 3S LiPo battery (11.1V nominal) capable of 20C discharge rates, and use an 8-ohm speaker. The Class D topology will eliminate the thermal issues, and the LiPo's low internal resistance will supply the transient current without sagging.

Frequently Asked Questions

Can an amplifier output more power than its power supply provides?
No. The law of conservation of energy strictly applies. An amplifier's output power (signal power delivered to the load) plus its internal heat dissipation must equal the total DC power drawn from the power supply. If your power supply can only deliver 10W, your amplifier cannot output 15W of audio, no matter what the marketing claims.

What is the difference between voltage gain and power gain?
Voltage gain only scales the voltage level (e.g., turning 1V into 10V), but it might not be able to supply the current needed to drive a heavy load. Power gain scales both voltage and current. A "unity gain buffer" (voltage gain of 1) is still considered an amplifier because it provides massive power gain—it takes a weak, high-impedance signal and outputs the exact same voltage but with the current-driving capability to power a low-impedance load.

Why do amplifiers get hot if they are just passing a signal?
No amplifier is 100% efficient. In a traditional Class AB linear amplifier, the internal transistors act like variable resistors. When dropping 20V from the supply rail down to 5V at the speaker output while pushing 2 Amps of current, the amplifier must burn off the remaining 15V × 2A = 30 Watts as pure heat. This is why modern maker projects heavily favor Class D (switching) amplifiers, which operate at >90% efficiency and rarely need massive heatsinks.