The Core Voltage Gain Calculation Formula & Symbol Definitions

Voltage gain ($A_v$) defines the ratio of an amplifier's output voltage to its input voltage. In linear terms, it is a simple scalar multiplier. In audio and RF engineering, it is almost exclusively expressed in decibels (dB) to compress massive dynamic ranges into manageable numbers and to allow cascaded stages to be added rather than multiplied.

The foundational linear voltage gain calculation is:

$A_v = \frac{V_{out}}{V_{in}}$

The decibel voltage gain calculation is:

$A_{v(dB)} = 20 \log_{10}\left(\frac{V_{out}}{V_{in}}\right)$

Symbol Definitions and Standard Units
Symbol Definition Standard Unit
$A_v$ Linear Voltage Gain (dimensionless ratio, often written as V/V) Unitless (V/V)
$A_{v(dB)}$ Logarithmic Voltage Gain Decibels (dB)
$V_{out}$ Output Voltage (must be same type as $V_{in}$: RMS, Peak, or Peak-to-Peak) Volts (V) or Millivolts (mV)
$V_{in}$ Input Voltage Volts (V) or Millivolts (mV)

When This Formula Applies (and Its Assumptions)

This calculation assumes the amplifier is operating in its linear region. If the calculated $V_{out}$ exceeds the amplifier's supply rails (minus the saturation voltage drop), the output clips, and the formula yields a theoretical, physically impossible number. It also assumes steady-state AC or DC conditions, ignoring transient slew-rate limitations and high-frequency roll-off dictated by the Gain-Bandwidth Product (GBWP).

Realistic Answer Magnitudes

A common mistake is designing for theoretical gains that ignore physical noise floors. A single-stage op-amp gain of 1,000,000 (120 dB) will amplify thermal noise and input offset voltage to the point of saturating the output immediately. Realistic single-stage magnitudes are:

  • Audio Pre-amplifiers: 20 dB to 40 dB (10x to 100x linear)
  • RF Low Noise Amplifiers (LNAs): 15 dB to 25 dB (5.6x to 17.7x linear)
  • Instrumentation Amplifiers (Load cells/Thermocouples): 60 dB to 80 dB (1,000x to 10,000x linear), usually split across two stages.

Rearranged Forms for Reverse Engineering

On the bench, you rarely solve for $A_v$ directly. You usually know your target gain and your input signal, and you need to verify your output, or you have a measured output and need to deduce the input. Use these rearranged forms:

  • Solve for Output (Linear): $V_{out} = A_v \times V_{in}$
  • Solve for Input (Linear): $V_{in} = \frac{V_{out}}{A_v}$
  • Solve for Output (Decibel): $V_{out} = V_{in} \times 10^{\left(\frac{A_{v(dB)}}{20}\right)}$
  • Solve for Input (Decibel): $V_{in} = \frac{V_{out}}{10^{\left(\frac{A_{v(dB)}}{20}\right)}}$
  • Convert dB to Linear Gain: $A_v = 10^{\left(\frac{A_{v(dB)}}{20}\right)}$

Worked Examples with Strict Unit Tracking

Problem 1: Linear Non-Inverting Op-Amp Stage

Scenario: You are amplifying a 50 $mV_{RMS}$ sensor signal using a non-inverting op-amp configuration. Your target linear voltage gain ($A_v$) is 40. The input resistor ($R_{in}$) tied to ground is $1 k\Omega$. Find the expected $V_{out}$ and the required feedback resistor ($R_f$).

Step 1: Calculate $V_{out}$

$V_{out} = A_v \times V_{in}$
$V_{out} = 40 \times 50 mV_{RMS}$
$V_{out} = 2000 mV_{RMS} = \mathbf{2.0 V_{RMS}}$

Step 2: Calculate $R_f$

For a non-inverting amplifier, the gain formula is $A_v = 1 + \frac{R_f}{R_{in}}$.
$40 = 1 + \frac{R_f}{1000 \Omega}$
$39 = \frac{R_f}{1000 \Omega}$
$R_f = 39 \times 1000 \Omega = \mathbf{39 k\Omega}$

Bench Reality Check: A standard E24 resistor value of $39 k\Omega$ exists, but for precision sensor work, use an E96 1% tolerance resistor ($39.2 k\Omega$) to minimize gain error. Furthermore, ensure your op-amp supply rails are at least $\pm 5V$ to accommodate the $2.0 V_{RMS}$ output (which has a peak voltage of $2.0 \times \sqrt{2} \approx 2.83V$).

Problem 2: Decibel Attenuation in a Passive Filter

Scenario: A $2.5 V_{peak}$ audio signal enters a passive RC low-pass filter. At the cutoff frequency, the filter introduces a voltage gain of $-3 dB$. Further up the frequency spectrum, the gain drops to $-12 dB$. Find the $V_{out}$ at the $-12 dB$ point.

Step 1: Convert dB Gain to Linear Multiplier

$A_v = 10^{\left(\frac{-12}{20}\right)}$
$A_v = 10^{-0.6}$
$A_v \approx \mathbf{0.2512}$

Step 2: Calculate $V_{out}$

$V_{out} = V_{in} \times A_v$
$V_{out} = 2.5 V_{peak} \times 0.2512$
$V_{out} = \mathbf{0.628 V_{peak}}$

Unit Mistakes That Break Your Calculation

If your oscilloscope reading doesn't match your math, you likely committed one of these three unit errors:

  1. Mixing Amplitude Types: You cannot divide $V_{peak-to-peak}$ by $V_{RMS}$. The gain formula requires both $V_{out}$ and $V_{in}$ to be expressed in the exact same amplitude type. If your signal generator outputs $1 V_{pp}$ and your meter reads $0.353 V_{RMS}$, your calculated gain will be wrong by a factor of 2.82.
  2. Using $10 \log_{10}$ for Voltage: The formula $10 \log_{10}(P_{out}/P_{in})$ is strictly for power gain. Because power is proportional to voltage squared ($P = V^2/R$), the exponent brings a 2 to the front of the log, making it $20 \log_{10}$ for voltage and current. Using 10 instead of 20 will yield a decibel value exactly half of what it should be.
  3. Confusing dBV, dBu, and dBm: $A_{v(dB)}$ is a relative ratio. However, if your meter reads absolute decibels, you must know the reference. dBV references 1.0V. dBu references 0.775V. dBm references 1.0 milliwatt (which requires knowing the impedance, usually 600$\Omega$ in audio or 50$\Omega$ in RF, to convert back to voltage). Never plug a dBm absolute value directly into a relative $A_{v(dB)}$ ratio formula.

Real-World Validation: The Gain-Bandwidth Product Limit

A voltage gain calculation is only valid at frequencies well below the amplifier's bandwidth limit. Every op-amp has a Gain-Bandwidth Product (GBWP), a constant figure of merit. If you increase the closed-loop voltage gain, the available bandwidth shrinks proportionally.

The Rule: $GBWP = A_v \times f_{cutoff}$

If you select an LM358 (GBWP $\approx$ 1 MHz) and configure it for a voltage gain of 40 (32 dB), your maximum usable bandwidth before the signal rolls off by 3 dB is:

$f_{cutoff} = \frac{1,000,000 Hz}{40} = \mathbf{25,000 Hz (25 kHz)}$

If your application requires a gain of 40 but must pass a 100 kHz signal, the LM358 will fail. You must select an op-amp with a GBWP of at least $40 \times 100 kHz = 4 MHz$.

Decision Path: Selecting the Right Amplifier for Your Target Gain

Use this decision matrix to terminate your design phase and pick a concrete part number based on your calculated voltage gain and required bandwidth.

Condition (Gain & Bandwidth) Recommended Part Number Why This Part Wins
$A_v < 10$ and $f < 10 kHz$
(Basic DC buffering, LED drivers)
LM358 Dirt cheap ($0.15), runs on single supply, adequate for low-speed, non-critical tasks.
$A_v$ 10 to 100 and $f < 1 MHz$
(Audio preamps, precision sensors)
OPA2134 FET inputs, ultra-low noise (8 nV/$\sqrt{Hz}$), 8 MHz GBWP. Excellent for high-gain audio and instrumentation.
$A_v > 100$ or $f > 10 MHz$
(RF LNAs, video drivers, fast ADCs)
THS3091 Current-feedback architecture, massive 210 MHz bandwidth, high slew rate. Handles fast transients without phase shift.
The Default Pick: If you are prototyping a general-purpose analog front-end where the voltage gain calculation falls between 1 and 50, and you need clean signals without worrying about the crossover distortion inherent in the LM358, default to the OPA2134PA (or the modern equivalent OPA1612). It provides the best balance of low noise, high GBWP (8 MHz), and predictable behavior across standard dual-rail ($\pm 15V$) and single-rail (5V to 36V) bench power supplies.

References & Further Reading