The fundamental formula for amplifier gain is the ratio of the output signal to the input signal. In its simplest linear form for voltage, it is expressed as Av = Vout / Vin. Because amplifier gain spans several orders of magnitude in real-world circuits, engineers almost universally convert this linear ratio into decibels (dB) using the logarithmic formula Av(dB) = 20 × log10(Vout / Vin). Whether you are biasing a discrete transistor or setting the feedback network on an operational amplifier, mastering these equations—and knowing where they break down—is mandatory for predictable circuit behavior.

The Core Formula for Amplifier Gain and Symbol Definitions

Amplifiers are categorized by the specific signal parameter they amplify: voltage, current, or power. The linear gain is a dimensionless ratio (often expressed as V/V, A/A, or W/W), while the decibel gain compresses massive ratios into manageable numbers. Below is the master reference table for every symbol used in amplifier gain calculations.

Table 1: Symbol Definitions for Amplifier Gain Formulas
Symbol Parameter Standard Unit Definition & Context
Av Voltage Gain (Linear) V/V (Dimensionless) Ratio of output voltage to input voltage.
Ai Current Gain (Linear) A/A (Dimensionless) Ratio of output current to input current.
Ap Power Gain (Linear) W/W (Dimensionless) Ratio of output power to input power (Av × Ai).
Vout, Iout, Pout Output Signals V, A, W Signal measured across the load or output terminals.
Vin, Iin, Pin Input Signals V, A, W Signal applied to the input terminals of the amplifier.
dB Decibel Gain dB Logarithmic expression of gain. Uses 20×log for V/I, 10×log for P.

To ground these formulas in reality, here is a data-dense look at how gain manifests across common amplifier ICs you will encounter on the bench. Note that closed-loop gain is typically set by external resistors, while open-loop gain is an intrinsic silicon property.

Table 2: Real-World Amplifier IC Gain & Bandwidth Specifications
Part Number Topology / Class Typical Closed-Loop Gain Range Gain-Bandwidth Product (GBWP) Primary Application
LM386 Class AB Audio 20 to 200 (Pins 1 & 8 set gain) ~300 kHz (at Gain=20) Low-voltage hobby audio, intercoms
NE5532 Bipolar Op-Amp 1 to 1000 (Set by Rf/Rin) 10 MHz Pro audio preamps, active filters
TPA3116D2 Class D Power 20 dB to 36 dB (Internal config) N/A (Switching topology) High-efficiency desktop speakers
OPA1612 Precision Bipolar 1 to 10,000+ 40 MHz High-end DAC I/V stages, instrumentation

Rearranged Forms and Unit Pitfalls

On the bench, you rarely solve for gain in isolation. Usually, you know your target output swing and your source signal, and you need to calculate the required feedback resistor ratio. Here are the rearranged forms of the linear and logarithmic formulas.

Rearranged Linear Forms:
  • Solving for Output: Vout = Av × Vin
  • Solving for Input: Vin = Vout / Av
  • Power Output: Pout = Ap × Pin
Rearranged Decibel (dB) Forms:
  • Linear Voltage Gain from dB: Av = 10(dB / 20)
  • Linear Power Gain from dB: Ap = 10(dB / 10)

Unit Mistakes That Break the Math

The most common reason an amplifier design fails to meet calculated specifications is a unit mismatch in the gain formula. Watch out for these three bench-level traps:

  1. Mixing RMS and Peak-to-Peak: The formula Av = Vout / Vin requires both variables to be in the same domain. If your oscilloscope reads Vout in peak-to-peak (Vpp) but your function generator specifies Vin in RMS, your calculated gain will be off by a factor of 2√2 (approx 2.828). Always convert both to RMS or both to Peak before dividing.
  2. The 10 vs. 20 Logarithm Trap: Voltage and current gains use a multiplier of 20 in the dB formula because power is proportional to the square of voltage (P = V2/R). The logarithm of a square brings a 2 to the front, turning 10 into 20. If you accidentally use 10 × log10(Vout/Vin), your dB calculation will be exactly half of the true value.
  3. Ignoring Impedance in Power Gain: You cannot calculate power gain simply by squaring the voltage gain unless the input and output impedances are identical. If an op-amp drives a low-impedance load, you must calculate input power and output power independently using P = V2/R.

Worked Examples with Step-by-Step Unit Tracking

Let's apply these formulas to two common scenarios: a standard voltage amplification stage and a power amplification stage with mismatched impedances.

Problem 1: Voltage Gain and dB Conversion in an Audio Preamp

Scenario: You are building a microphone preamp using an NE5532. The electret microphone capsule outputs a nominal signal of 5 mVrms. You need to drive the line input of an audio interface, which expects a nominal level of 1.2 Vrms.

Find: The required linear voltage gain (Av) and the equivalent gain in decibels (dB).

Step 1: Verify Units
Both Vin (5 mV) and Vout (1.2 V) are in RMS. Convert Vin to Volts to match Vout.
Vin = 0.005 V

Step 2: Calculate Linear Gain
Av = Vout / Vin
Av = 1.2 V / 0.005 V
Av = 240 V/V

Step 3: Convert to Decibels
Av(dB) = 20 × log10(Av)
Av(dB) = 20 × log10(240)
Av(dB) = 20 × 2.3802
Av(dB) = 47.6 dB

Bench Note: To achieve this gain with a non-inverting op-amp configuration (Gain = 1 + Rf/Rin), you could use a 237kΩ feedback resistor and a 1kΩ ground resistor.

Problem 2: Power Gain with Impedance Mismatch

Scenario: An RF amplifier stage receives a 100 mVrms signal from a 50Ω source. It amplifies the signal and delivers 2 Vrms into a 50Ω antenna load.

Find: The linear power gain (Ap) and the power gain in dB.

Step 1: Calculate Input Power (Pin)
Pin = (Vin)2 / Rin
Pin = (0.1 V)2 / 50Ω
Pin = 0.01 / 50 = 0.0002 W (or 0.2 mW)

Step 2: Calculate Output Power (Pout)
Pout = (Vout)2 / Rout
Pout = (2 V)2 / 50Ω
Pout = 4 / 50 = 0.08 W (or 80 mW)

Step 3: Calculate Linear Power Gain
Ap = Pout / Pin
Ap = 0.08 W / 0.0002 W
Ap = 400 W/W

Step 4: Convert Power Gain to Decibels
Ap(dB) = 10 × log10(Ap) (Note the multiplier is 10, not 20, because we are using power)
Ap(dB) = 10 × log10(400)
Ap(dB) = 10 × 2.602
Ap(dB) = 26.02 dB

Assumptions, Limitations, and Realistic Magnitudes

The formula for amplifier gain is elegant, but it assumes the amplifier is operating under specific conditions. If you ignore these assumptions, your math will be perfect, but your circuit will clip, oscillate, or roll off.

When the Formula Applies (The Assumptions)

  • Linear Region Operation: The formula assumes the output has not hit the supply rails. If your op-amp is powered by ±12V and your math predicts a 15V output, the amplifier will hard-clip at roughly 10.5V (accounting for typical 1.5V headroom in bipolar output stages). The gain formula is invalid in saturation.
  • Mid-Band Frequencies: Amplifier gain is not constant across all frequencies. The formula applies strictly to the 'mid-band' where coupling capacitors act as shorts and internal transistor capacitances act as opens. At high frequencies, gain rolls off at -20dB/decade past the cutoff frequency, governed by the Gain-Bandwidth Product (GBWP).
  • Small-Signal vs. Large-Signal: For discrete transistor amplifiers, the linear gain formula assumes small-signal operation where the transconductance (gm) remains relatively constant. Large input swings introduce harmonic distortion, meaning the instantaneous gain varies across the sine wave.

What a Realistic Answer Magnitude Looks Like

When you finish a calculation, sanity-check the magnitude against industry norms. If your math yields an anomaly, you likely dropped a decimal or used the wrong log multiplier.

Table 3: Realistic Gain Magnitudes by Application
Application Domain Typical Linear Voltage Gain Typical dB Range Context & Constraints
Audio Power Amps 20 to 50 V/V 26 dB to 34 dB Kept low to minimize THD and widen closed-loop bandwidth.
Phono Preamps (MM) 100 to 300 V/V 40 dB to 50 dB Requires heavy RIAA equalization; high gain risks hum pickup.
RF IF Amplifiers 1,000 to 100,000 V/V 60 dB to 100 dB Narrowband tuned circuits; requires strict shielding to prevent oscillation.
Op-Amp Open Loop 100,000 to 1,000,000+ V/V 100 dB to 120+ dB Useless without negative feedback; highly dependent on temperature and part variance.

For deeper study on how open-loop gain limits closed-loop accuracy in precision circuits, refer to the Analog Devices MT-015 Tutorial on Op-Amp Gain. Additionally, the Texas Instruments Precision Labs Op-Amp series provides excellent visual breakdowns of how gain bandwidth product restricts your usable gain at higher frequencies. For foundational AC/DC amplifier theory, Electronics Tutorials offers robust primers on transistor biasing and load lines.

Always remember: the formula gives you the mathematical target, but the datasheet dictates the physical reality. Calculate your gain, verify your units, and then check your headroom.