An amplifier is an electronic circuit or device that increases the voltage, current, or power of an input signal to drive a load, using an external power supply to provide the extra energy. In a real circuit, an amplifier changes a weak, high-impedance signal—like a 10mV reading from a thermocouple or a low-current audio line from a DAC—into a robust, low-impedance signal capable of driving an analog-to-digital converter (ADC), a transmission line, or a physical speaker cone.

People commonly confuse amplifiers with step-up transformers or passive gain networks. A transformer can increase AC voltage, but it proportionally decreases current to conserve power (minus core and copper losses); it provides voltage gain, but not power gain. An amplifier, by contrast, actively pulls energy from a DC power supply to increase both voltage and current simultaneously, yielding true power gain. Think of a water valve: your fingers apply a tiny force to turn the handle (the input signal), but the valve controls hundreds of gallons per minute of pressurated water from the city mains (the power supply) flowing to a hose (the load). The valve doesn't create water; it modulates the existing supply based on your input.

Amplifier Topologies and Efficiency Limits

When discussing the definition amplifier topologies, engineers categorize them by their 'Class', which dictates how the active components (transistors or MOSFETs) conduct current relative to the input waveform. Choosing the wrong class for your application guarantees either massive thermal waste or unacceptable signal distortion.

Class Conduction Angle Max Theoretical Efficiency Typical Application Benchmark IC / Topology
Class A 360° (Full cycle) 25% (Resistive) / 50% (Inductive) High-fidelity preamps, RF low-noise stages Discrete JLH10, Bipolar common-emitter
Class B 180° (Half cycle) 78.5% Push-pull outputs (rarely used alone due to crossover distortion) Complementary symmetry pairs
Class AB 180° to 360° 50% to 78.5% Consumer audio receivers, headphone drivers LM3886, TDA7294
Class C < 180° 80% to 90% RF transmitters, VHF/UHF oscillators Tuned LC tank circuits
Class D Switching (PWM) > 90% Portable Bluetooth speakers, subwoofers, motor drives TPA3116D2, MAX98357A
Common Confusion: Many hobbyists assume 'Class D' stands for 'Digital'. It does not. The 'D' is simply the next letter in the alphabet after C. Class D amplifiers are analog switching topologies that use Pulse Width Modulation (PWM) to regulate power delivery to the load. The input signal remains analog; only the output stage switches at high frequencies (typically 300kHz to 600kHz).

The Math: Calculating Gain in a Real Op-Amp Circuit

Let's move from theory to the workbench. The most common amplifier you will build is the non-inverting operational amplifier (op-amp) configuration. We will use the ubiquitous LM358 dual op-amp, powered by a single 12V DC supply, to amplify a sensor signal.

The Setup and Formula

In a non-inverting configuration, the input signal goes to the non-inverting pin (+), and a voltage divider sets the gain at the inverting pin (-). The closed-loop voltage gain ($A_v$) is calculated as:

$A_v = 1 + (R_f / R_{in})$

  • Feedback Resistor ($R_f$): 33 kΩ
  • Input Resistor ($R_{in}$): 10 kΩ
  • Input Voltage ($V_{in}$): 1.5V (from a precision potentiometer or sensor)

The Worked Example

First, we calculate the gain multiplier:
$A_v = 1 + (33,000 / 10,000) = 1 + 3.3 = 4.3$

Next, we calculate the theoretical output voltage:
$V_{out} = V_{in} imes A_v = 1.5V imes 4.3 = 6.45V$

Bench Reality Check: If you increase your input to 3.0V, the math dictates an output of 12.9V (3.0V × 4.3). However, the LM358 is powered by a 12V rail and is not a true rail-to-rail output op-amp. Its output stage will saturate and clip around 10.5V (roughly VCC - 1.5V under moderate load). Always check the datasheet's 'Output Voltage Swing' specification before finalizing your resistor ratios.

Furthermore, amplification requires current. If your load is a 1 kΩ resistor to ground, the op-amp must source $I = V/R = 6.45V / 1000Ω = 6.45mA$. The LM358 can comfortably source up to 30mA, but if you attempt to drive an 8Ω speaker directly with this circuit, the op-amp will overheat and current-limit, as it would need to source 800mA. This is why we use op-amps for voltage gain, and follow them with discrete transistors or dedicated ICs for current (power) gain.

Where You Meet Amplifiers in Practice

Understanding the definition of an amplifier is only useful if you know which topology to deploy for specific jobs. Here is where you will encounter distinct amplifier classes in modern DIY and professional builds.

1. Sensor Signal Conditioning (Instrumentation Amplifiers)

When reading a Wheatstone bridge load cell for a digital scale, the differential signal is often in the microvolt or low millivolt range, riding on top of common-mode noise. A standard op-amp struggles here. Instead, you use an instrumentation amplifier like the INA128. It features three internal op-amps configured to provide massive Common-Mode Rejection Ratio (CMRR) and precise, single-resistor gain settings. You will meet this in DIY force-sensing resistors, medical ECG prototypes, and industrial weigh scales.

2. High-Efficiency Audio Power Stages (Class D)

If you are building a battery-powered Bluetooth speaker or a compact subwoofer, Class AB amplifiers will drain your battery and require massive heatsinks. Modern builds rely on Class D ICs like the TPA3116D2 or the ultra-compact MAX98357A (which includes an I2S DAC). These chips switch the output MOSFETs fully on or fully off, minimizing the time spent in the linear region where heat is generated. Infineon and Texas Instruments dominate this space, offering modules that push 50W+ into 4Ω loads with >90% efficiency, requiring only a small LC low-pass filter on the output to smooth the PWM back into an analog audio waveform.

3. RF Low Noise Amplifiers (LNAs)

In software-defined radio (SDR) or GPS projects, the signal arriving at your antenna is incredibly weak (often -100 dBm or lower). If you run this through a long coaxial cable, the cable's attenuation will bury the signal in the thermal noise floor. You meet LNAs (like the BGA2820 or Mini-Circuits MAR-6) right at the antenna base. These are typically Class A amplifiers biased for minimum noise figure (NF) rather than maximum power efficiency, ensuring the signal is boosted above the noise floor before it travels down the feedline to your receiver.

Frequently Asked Questions

Can an amplifier output a higher voltage than its power supply?
No, not without specialized topologies. A standard linear amplifier cannot output a voltage higher than its positive supply rail (VCC) or lower than its negative/ground rail (VEE). If you need a 15V signal from a 5V USB supply, you must use a DC-DC boost converter to generate the 15V rail first, and then use an amplifier powered by that 15V rail. The only exception is a 'charge pump' IC, which uses switching capacitors to internally generate higher voltages, but these are limited to very low current applications like RS-232 transceivers or LCD bias voltages.

What is the difference between voltage gain and power gain?
Voltage gain ($A_v$) is simply the ratio of output voltage to input voltage ($V_{out}/V_{in}$). Power gain ($A_p$) is the ratio of output power to input power ($P_{out}/P_{in}$). A step-up transformer has high voltage gain but a power gain of less than 1 (due to losses). A true amplifier has a power gain significantly greater than 1, because it draws energy from an external DC supply to deliver more watts to the load than the input signal provided.

Why do my amplifier circuits oscillate or pick up hum?
Amplifiers are highly susceptible to layout errors. The two most common culprits are missing decoupling capacitors and poor grounding. Every amplifier IC requires a 100nF ceramic capacitor placed as physically close to the VCC and GND pins as possible to provide high-frequency transient current, often supplemented by a 10µF electrolytic capacitor for low-frequency stability. Additionally, audio and sensor circuits must use 'star grounding'—where all ground returns meet at a single physical point—to prevent high currents from one stage from inducing voltage drops in the ground reference of a sensitive input stage.