An electronic amplifier is a circuit that increases the power, voltage, or current of an input signal by drawing energy from a power supply and modulating it to match the input's waveform. In a real circuit or installation, it changes a fragile millivolt sensor reading or a weak audio line-level signal into a robust, high-current output capable of driving physical loads like speakers, motors, or antennas. Think of the power supply as a pressurized water main and the input signal as the valve handle; the amplifier doesn't create water, it just uses the handle's movements to release precise bursts of high-pressure water from the main to the hose.
The Core Function: What Amplifier Types Actually Do
At the silicon level, amplification relies on active components—bipolar junction transistors (BJTs), metal-oxide-semiconductor field-effect transistors (MOSFETs), or vacuum tubes in legacy RF gear. These components act as variable resistors controlled by the input signal. The exact topology dictates whether the circuit prioritizes voltage swing, current delivery, or high-frequency stability.
When selecting a component, you must look at the specific gain parameter that matters for your load. Voltage Gain (Av) = Vout / Vin is critical for sensor interfaces, while Power Gain (Ap) = Pout / Pin is the only metric that matters when driving low-impedance transducers like 4-ohm speakers or 50-ohm antennas.
Class vs. Type: Clearing Up the Most Common Confusion
The most frequent mistake hobbyists and junior engineers make is confusing amplifier classes with amplifier types. According to foundational texts like those on All About Circuits, classes describe the biasing and conduction angle of the output transistors (how much of the waveform cycle the transistors are turned on). Types describe the functional application, internal topology, and intended load.
| Category | Examples | What It Describes | Primary Design Goal |
|---|---|---|---|
| Amplifier Classes | Class A, B, AB, C, D, G, H | Output stage biasing and switching topology | Efficiency vs. Linearity trade-off |
| Amplifier Types | Operational, Instrumentation, Power, RF, Logarithmic | Functional application and circuit architecture | Signal conditioning, load driving, or frequency response |
A single amplifier type (like a Power Amplifier) can be built using different classes (Class AB for linear audio, Class D for high-efficiency switching audio). Conversely, an Operational Amplifier (a type) typically uses a Class A or Class AB output stage internally.
Where You Meet Different Amplifier Types in Practice
You will encounter distinct amplifier types across different stages of a signal chain. Here is where they live in real-world designs:
- Operational Amplifiers (Op-Amps): The workhorses of signal conditioning. Parts like the TI LM358 or TL072 are used for active filtering, voltage buffering, and summing. They feature high input impedance and differential inputs but are strictly limited in output current (usually <40mA).
- Instrumentation Amplifiers (In-Amps): Specialized for extracting tiny differential signals riding on massive common-mode noise. The AD620 or INA128 are standard here. You meet these in shunt current monitors, strain gauge bridges, and ECG front-ends. They are defined by their Common-Mode Rejection Ratio (CMRR), often exceeding 100dB.
- Power Amplifiers: Designed to dump current into low impedances. As noted in Texas Instruments' audio portfolio, modern designs heavily favor Class D architectures like the TPA3116D2 for driving 4-ohm to 8-ohm speakers with minimal heat generation.
- RF Amplifiers: Optimized for high-frequency bandwidth and strict 50-ohm impedance matching rather than DC precision. Parts like the BGA2803 operate into the gigahertz range and are found in software-defined radios (SDRs) and Wi-Fi front-ends.
Bench Walkthrough: When the Wrong Amplifier Type Fails
Theory is clean; the workbench is not. Here is a real-world scenario demonstrating what happens when you misunderstand the current limits of a specific amplifier type.
1. The Setup: A maker wants to test a 4-ohm speaker salvaged from a car door. They wire up an LM386N-4 (a popular, cheap audio amplifier type) on a breadboard, feed it 12V, and connect the speaker directly to the output pins via a coupling capacitor.
2. The Numbers: The LM386N-4 datasheet claims it can output up to 1.25W into an 8-ohm load at 12V. The maker assumes halving the impedance to 4 ohms will double the power to 2.5W. However, looking at the peak voltage swing: the output can swing to roughly $V_{cc} - 3V$, yielding a 9V peak. Using Ohm's law, the peak current demanded by a 4-ohm load is $I = V / R = 9V / 4\Omega = 2.25A$.
3. The Outcome: As the volume knob turns up, the audio immediately turns into harsh, square-wave clipping. Within 30 seconds, the LM386 goes into thermal shutdown, the breadboard wires get warm, and the 12V bench supply sags to 9V.
4. What Went Wrong: The maker confused a low-voltage audio driver type with a high-current power amplifier. The internal output transistors of the LM386 physically cannot source the 2.25A peak current required by the 4-ohm load; they max out around 1.3A before internal current limiting and voltage collapse occur. The fix requires stepping up to a proper high-current amplifier type, like a Class D module based on the TPA3116D2, which can comfortably source 5A+ continuous current.
Worked Numeric Example: Efficiency and Heat Dissipation
When selecting a power amplifier type, the topology (Class) dictates your thermal management requirements. Let's calculate the exact heatsink needs for delivering 20W RMS into an 8-ohm load, comparing a traditional Class AB design against a modern Class D design.
Target Output: 20W RMS into 8Ω.
Required RMS Voltage: $V_{rms} = \sqrt{P \times R} = \sqrt{20 \times 8} = 12.65V_{rms}$.
Class AB (Real-world efficiency ~55%):
- Total Power Drawn from Supply: $20W / 0.55 = 36.3W$
- Power Dissipated as Heat: $36.3W - 20W = 16.3W$
- Thermal Requirement: Assuming a max junction temperature of 150°C and a 25°C ambient, $\Delta T = 125°C$. The required thermal resistance ($\theta_{JA}$) is $125°C / 16.3W = 7.6°C/W$. This mandates a large, extruded aluminum heatsink with forced air.
Class D (Real-world efficiency ~90%, e.g., TPA3116D2):
- Total Power Drawn from Supply: $20W / 0.90 = 22.2W$
- Power Dissipated as Heat: $22.2W - 20W = 2.2W$
- Thermal Requirement: $125°C / 2.2W = 56.8°C/W$. This thermal resistance is easily achieved using just the copper pour on a standard 2-layer PCB. No external heatsink is required.
FAQ: Amplifier Types and Selection
Can I use an operational amplifier to drive a relay coil directly?
Generally, no. Standard op-amps like the LM358 are limited to 20-40mA of output current. A typical 12V relay coil draws 30mA to 100mA. Driving it directly will cause the op-amp's output voltage to sag, failing to pull in the relay, and potentially overheating the silicon. Use the op-amp to drive the gate of a logic-level MOSFET (like an IRLZ44N), and let the MOSFET switch the relay coil current.
Why do instrumentation amplifiers cost so much more than standard op-amps?
Instrumentation amplifiers (like the INA128) contain three internal op-amps and a network of precision, laser-trimmed resistors on the same silicon die. This trimming is required to achieve the ultra-high Common-Mode Rejection Ratio (CMRR) and precise gain matching that standard op-amps cannot provide. You are paying for the manufacturing precision required to reject noise in harsh industrial environments.
Do Class D amplifiers require an output filter?
Yes. Class D amplifiers output a high-frequency Pulse Width Modulated (PWM) square wave (often 300kHz to 1MHz), not a smooth analog sine wave. While the inductance of a speaker's voice coil naturally filters some of this, a proper LC low-pass filter (typically a 10µH inductor and 1µF capacitor per channel) is required between the amplifier IC and the speaker to prevent high-frequency EMI radiation and protect the speaker's tweeter from overheating.






