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 to drive a load. It does not magically create energy or simply "boost" the input; rather, it uses the fragile input signal as a template to modulate current drawn from an external, high-capacity DC power supply.

Understanding what the purpose of an amplifier is requires looking past voltage and focusing on power. In a real circuit, an amplifier changes the available power delivered to a load—whether that is an 8-ohm speaker cone, a 50-ohm RF antenna, or the capacitive gate of a high-power MOSFET. Below, we break down the theory, run the math on a real bench scenario, and clear up the most common component confusions.

The Core Job: Voltage, Current, and Power Gain

To understand how an amplifier works, picture a pressurized water tank with a release valve. The DC power supply is the pressurized tank, the load (like a speaker) is the hose, and the input signal is your hand turning the valve. Your hand requires very little energy to turn the valve, but it controls a massive flow of water from the tank. The amplifier's transistors act as that valve, opening and closing in exact time with the input signal to let DC power flow to the load as an AC waveform.

Inline Data Highlight: While we often talk about "voltage gain" (e.g., an op-amp multiplying 10mV to 1V), the true purpose of an amplifier is power gain. Power is the product of voltage and current ($P = V \times I$). A transformer can step up voltage, but it proportionally drops current, resulting in zero power gain. Only an active amplifier can deliver more power to the load than it draws from the input source.

A Worked Numeric Example: Microphone Preamp

Let's look at a real-world sensor application using a standard TL072 op-amp configured as a preamplifier for a dynamic microphone.

  • Input Signal: 10mV RMS from the microphone.
  • Input Impedance: 1kΩ (typical mic preamp input).
  • Input Power: $P_{in} = \frac{V^2}{R} = \frac{(0.01)^2}{1000} = 100 \text{ nanowatts (nW)}$.

The op-amp is powered by a ±12V DC supply and configured for a voltage gain of 100. It drives a 600Ω transmission line.

  • Output Signal: $10\text{mV} \times 100 = 1\text{V RMS}$.
  • Output Load: 600Ω.
  • Output Power: $P_{out} = \frac{V^2}{R} = \frac{(1)^2}{600} = 1.67 \text{ milliwatts (mW)}$.

The Result: The amplifier took 100nW of control power and delivered 1.67mW to the load. That is a power gain of 16,700 (or roughly 42.2 dB). The extra 1.66mW didn't come from the microphone; it came from the ±12V DC rails.

Where You Meet Amplifiers in Practice

Amplifiers are not just for audio. On the workbench and in commercial hardware, you will encounter them in three primary roles:

ApplicationCommon ICs / TopologiesWhat It Amplifies
Audio OutputTPA3116 (Class-D), LM386 (Class-AB)Line-level audio (1V) to speaker-driving power (10W+)
Sensor ConditioningINA128 (Instrumentation), LM358 (Op-Amp)Microvolt strain gauge or thermocouple signals to 0-5V ADC ranges
Power Switching (Gate Drivers)TC4420, IR21103.3V/5V MCU GPIO logic to 12V-15V, high-current pulses to switch MOSFETs

For a deep dive into how operational amplifiers handle these linear tasks, the Analog Devices MT-044 Tutorial remains the gold standard reference for op-amp gain and bandwidth mechanics.

Bench Walkthrough: Driving an 8-Ohm Speaker with a TPA3116

Theory is clean; the workbench is messy. Let's walk through a real scenario where misunderstanding the purpose and limits of an amplifier leads to failure.

1. The Setup

You are building a desktop audio system. You wire up a generic TPA3116D2 Class-D amplifier board. You power it with a Mean Well LRS-120-24 (24V, 5A) switching power supply and connect an 8-ohm, 50W bookshelf speaker to the left channel. Your audio source is a smartphone DAC outputting a maximum of 1.2V RMS.

2. The Numbers

The TPA3116 board has physical jumpers to set the voltage gain. You set the jumper to 26dB, which equates to a voltage gain of roughly 20x.

  • Input: 1.2V RMS
  • Expected Output: $1.2\text{V} \times 20 = 24\text{V RMS}$
  • Expected Power into 8Ω: $P = \frac{24^2}{8} = 72\text{W}$

3. The Outcome

You hit play on a bass-heavy track. Instead of clean audio, the speaker produces a harsh, crackling distortion. You hook an oscilloscope to the output terminals and see that the smooth sine waves of the bass notes are flat-topped, looking more like square waves.

4. What Went Wrong (Rail Clipping)

The amplifier did exactly what it was told to do, but it hit a physical wall. A 24V RMS sine wave requires a peak voltage of $24 \times \sqrt{2} = \mathbf{33.9\text{V peak}}$. However, your power supply is only providing a 24V DC rail. The amplifier cannot output a voltage higher than its supply rail. When the input signal demanded 33.9V, the TPA3116 maxed out at roughly 23V peak, "clipping" the top off the waveform. This flat-topping introduces massive odd-harmonic distortion and can easily fry tweeters due to the high-frequency energy in square waves.

The Fix: Drop the gain jumper to 20dB (voltage gain of 10). Now, a 1.2V input yields 12V RMS (17V peak), which fits comfortably under the 24V rail limit, delivering a clean 18W to the speaker. Always match your amplifier's gain to your input source voltage and supply rail limits.

Common Confusions: Amplifiers vs. Transformers and Buffers

When diagnosing circuits or reading schematics, it is easy to confuse amplifiers with other signal-manipulating components. Here is how to tell them apart based on what they actually change in a circuit.

Amplifiers vs. Step-Up Transformers

A step-up transformer can take a 12V AC signal and turn it into a 120V AC signal. However, a transformer is a passive device governed by the conservation of energy. If it steps up the voltage by 10x, it steps down the available current by 10x. The output power will always be slightly less than the input power due to core and copper losses. An amplifier, being an active device, outputs significantly more power than the input signal provides.

Amplifiers vs. Buffers (Voltage Followers)

A buffer (like an op-amp wired with the output tied directly to the inverting input) has a voltage gain of exactly 1. If you put 5V in, you get 5V out. Why use it? Because of impedance transformation. A microcontroller GPIO pin might sag if asked to drive a heavy 50-ohm load. A buffer presents a massive input impedance (drawing almost zero current from the GPIO) but can source or sink hundreds of milliamps to the load. It amplifies current capability, not voltage. For more on impedance matching and signal integrity, All About Circuits provides excellent foundational reading.

Frequently Asked Questions

Does an amplifier create energy?

No. The First Law of Thermodynamics still applies. An amplifier is essentially a variable resistor (or high-frequency switch in Class-D) controlled by the input signal. It converts DC power from the supply rails into AC power at the output. The efficiency of this conversion varies wildly—from 50% in Class-AB linear amps to over 90% in modern Class-D switching amps like the TI TPA3116D2.

Why do linear amplifiers get so hot if they are just passing signals?

In a linear amplifier (Class-A or Class-AB), the output transistors operate in their active region, acting like variable resistors. The voltage difference between the power supply rail and the output signal is dropped across the transistor as heat. If you have a 24V rail and are outputting a 5V signal at 2 Amps, the transistor is burning off $(24\text{V} - 5\text{V}) \times 2\text{A} = 38\text{W}$ as pure heat. This is why high-power audio and RF applications have largely moved to Class-D (switching) topologies, where the transistors are either fully ON or fully OFF, minimizing voltage drop and heat generation.

What is the difference between an operational amplifier (op-amp) and a power amplifier?

An op-amp (like the LM358 or NE5532) is designed for high voltage gain, high input impedance, and low output current (usually capped at 20-40mA). It is used for math operations, filtering, and sensor conditioning. A power amplifier (like the LM386 or TPA3116) is designed to source or sink amps of current to drive low-impedance physical loads like motors or speakers, often sacrificing some voltage precision to do so.