An electronic amplifier is a circuit that increases the voltage, current, or power of an input signal using an external power supply, outputting a proportionally larger replica of that signal. In a real circuit, it changes a weak, low-energy waveform—like the millivolt output of a dynamic microphone or the microamp current from a photodiode—and scales its amplitude to drive heavy loads like speakers, antennas, or ADCs without altering the fundamental frequency or waveform shape.

The Transformer Confusion: Beginners frequently confuse an electronic amplifier with a step-up transformer. While a transformer can increase AC voltage, it cannot increase power; it merely trades current for voltage, always losing a small percentage to core and copper losses. An amplifier uses active semiconductor devices (BJTs, MOSFETs, op-amps) to modulate a separate DC power rail, achieving true power gain where the output power significantly exceeds the input signal power.

Core Mechanics: Voltage, Current, and Power Gain

To understand amplification, we must separate voltage gain ($A_v$), current gain ($A_i$), and power gain ($A_p$). An active device acts as a variable resistor controlled by the input. Think of a transistor like a water valve: a tiny twist of the handle (base/gate current or voltage) controls a massive flow of water from the main supply (collector/drain current) into the hose. The energy comes from the main water supply (the DC power rail), not from your hand twisting the valve.

Let us look at a worked numeric example for a microphone preamplifier stage. Suppose an electret microphone capsule outputs 5 mV RMS when spoken into normally. We need to drive an audio ADC that requires a 500 mV RMS full-scale input.

  • Linear Voltage Gain ($A_v$): $V_{out} / V_{in} = 0.5 \text{ V} / 0.005 \text{ V} = 100$.
  • Gain in Decibels (dB): $20 \times \log_{10}(100) = 40 \text{ dB}$.

Now consider the power gain. If the amplifier's input impedance is $10 \text{ k}\Omega$, the input power is incredibly small: $P_{in} = V^2 / R = (0.005)^2 / 10000 = 2.5 \text{ nanowatts}$. If the amplifier drives a $600 \Omega$ line output, the output power is $P_{out} = (0.5)^2 / 600 = 416 \text{ microwatts}$. The power gain ($A_p$) is $416 \mu\text{W} / 2.5 \text{ nW} = 166,400$, or roughly 52.2 dB. This massive power multiplication is the defining trait of active amplification.

Amplifier Classes: The Efficiency vs. Fidelity Tradeoff

Not all amplifiers are built the same. The 'class' of an amplifier dictates how its active devices are biased and how much of the input waveform cycle they conduct. This choice defines the tradeoff between thermal efficiency and signal linearity (fidelity).

Class Conduction Angle Theoretical Max Efficiency Key Characteristics & Use Cases
Class A 360° (Full cycle) 25% (Transformer-coupled: 50%) Zero crossover distortion, massive heat. Used in high-end boutique audio and low-noise RF front-ends.
Class B 180° (Half cycle) 78.5% Uses push-pull topology. Suffers from severe crossover distortion at the zero-crossing point. Rarely used alone.
Class AB 181° to 359° 50% - 78.5% Biases transistors slightly 'on' to eliminate crossover distortion. The standard for analog audio power amps and op-amp output stages.
Class C < 180° Up to 90% Highly non-linear. Relies on an LC tank circuit to reconstruct the sine wave. Used exclusively in RF transmitters (HAM radio, FM broadcast).
Class D Switching (PWM) > 90% Transistors act as fully on/off switches. Requires an output LC low-pass filter. Dominates modern powered speakers and subwoofers.

For a deeper mathematical breakdown of these topologies, the electronics-tutorials.ws amplifier guide provides excellent load-line analysis. If you are designing with discrete transistors, understanding the quiescent point (Q-point) on the DC load line is mandatory to prevent thermal runaway, particularly in Class AB designs.

Where You Meet This in Practice

You will rarely build an amplifier entirely from discrete transistors unless you are studying analog design or building high-power RF stages. In modern bench and jobsite work, you will encounter amplifiers as integrated circuits (ICs) optimized for specific domains.

  • DIY Audio & Powered Speakers: Class D dominates here due to its high efficiency and low heat output. The TPA3116D2 from Texas Instruments is ubiquitous on inexpensive ($15-$25) 2x50W stereo amplifier boards found on Amazon and AliExpress. It operates on a 12V to 24V DC supply and switches at roughly 600 kHz, requiring only a basic LC filter to clean the PWM into an analog audio waveform.
  • Sensor Interfacing & Instrumentation: When reading a load cell or a thermocouple, you need an instrumentation amplifier to reject common-mode noise. The INA128 is a classic precision IC. It requires a single external resistor to set the gain ($G = 1 + 49.4\text{k}\Omega / R_G$), making it trivial to amplify a 2 mV/V load cell signal to a 0-5V range for an Arduino or ESP32 ADC.
  • RF and Software Defined Radio (SDR): For amplifying microvolt RF signals from an antenna without adding excessive noise, you need a Low Noise Amplifier (LNA) with a low noise figure (NF). The Mini-Circuits MAR-6 is a popular MMIC (Monolithic Microwave Integrated Circuit) that provides roughly 18 dB of gain from DC up to 2 GHz, commonly used in homebrew HAM radio preamps and SDR frontends.
Code & Microcontroller Warning: Never connect a raw amplifier output directly to an ESP32 or Arduino GPIO pin unless it is strictly limited to 3.3V. An audio amplifier swinging +/- 12V will instantly destroy the microcontroller's input protection diodes and fry the silicon. Always use a voltage divider and a DC-blocking capacitor if feeding amplified AC signals into an ADC.

Frequently Asked Questions

What is the difference between an operational amplifier and a power amplifier?

An operational amplifier (op-amp) like the OPA2134 or LM358 is designed primarily for high voltage gain, high input impedance, and signal conditioning (filtering, summing, buffering). It typically outputs only a few tens of milliamps. A power amplifier (like the LM386 or TDA7294) is designed to deliver high current (amps) into low-impedance loads (4 to 8 ohms) to do physical work, such as moving a speaker cone. Op-amps process the signal; power amplifiers drive the load.

Why does my electronic amplifier output get distorted when the signal is too loud?

This phenomenon is called clipping. An amplifier cannot output a voltage higher than its DC power supply rails (minus a small saturation voltage drop across the output transistors). If you power an op-amp with a +/- 12V supply, its maximum output swing might be +/- 10.5V. If your input signal, multiplied by the circuit's gain, demands 15V at the output, the waveform will physically 'hit the ceiling' of the power rail and flatten out. This flattening introduces massive harmonic distortion and sounds like harsh fuzz in audio applications.

Can an electronic amplifier work with DC signals?

Yes, provided it is a 'DC-coupled' amplifier. Standard audio amplifiers use coupling capacitors at the input and output to block DC offset, meaning they only amplify AC signals (like sound waves). However, instrumentation amplifiers and DC-coupled op-amp circuits will amplify a steady DC voltage just as they amplify AC. This is critical in applications like amplifying the steady millivolt output of a shunt resistor to measure DC current in a solar charge controller.

How do I calculate the heat dissipation of a linear electronic amplifier?

To size a heatsink for a linear amplifier (Class A, B, or AB), you must calculate the difference between the power drawn from the supply and the power delivered to the load. The formula is $P_{dissipated} = P_{supply} - P_{out}$.

For example, if a Class AB amplifier draws 2 Amps from a 20V DC supply ($P_{supply} = 40\text{W}$) and delivers 25W of audio power to a speaker ($P_{out} = 25\text{W}$), the remaining 15 Watts must be dissipated as heat by the output transistors. If your heatsink has a thermal resistance of 2°C/W, the transistor junction will rise 30°C above ambient temperature. For comprehensive thermal design formulas, refer to the All About Circuits semiconductor textbook chapter on amplifiers.