The Core Formula Voltage Gain and Symbol Definitions

At the workbench, the formula voltage gain ($A_v$) defines the exact multiplication factor an amplifier applies to an input signal to produce an output signal. Whether you are biasing a discrete BJT or configuring an operational amplifier, $A_v$ is the foundational metric for signal scaling. We express this relationship in two primary domains: the linear ratio (Volts per Volt) and the logarithmic decibel (dB) scale.

The linear derivation is a direct ratio:

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

Because linear ratios become unwieldy in multi-stage cascaded amplifiers (where total gain is the product of individual stages), we convert the formula voltage gain to decibels to allow for simple addition:

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

Symbol Definitions for Voltage Gain Calculations
Symbol Parameter Standard Unit Notes & Bench Context
$A_v$ Linear Voltage Gain V/V (Dimensionless) Ratio of output to input. Can be negative for inverting topologies.
$A_{v(dB)}$ Logarithmic Voltage Gain dB (Decibels) Uses the factor of 20, not 10. 0 dB means unity gain ($A_v = 1$).
$V_{out}$ Output Voltage Volts (V) Must match the AC/DC and RMS/Peak state of $V_{in}$ for valid ratio.
$V_{in}$ Input Voltage Volts (V) The signal presented at the amplifier input terminals.

Rearranged Forms for Bench Problem Solving

When debugging a circuit, you rarely solve for $A_v$ in isolation. You usually know the target output or the required input. Here are the algebraically rearranged forms solving for each variable:

  • Solving for Output: $V_{out} = A_v \times V_{in}$
  • Solving for Input: $V_{in} = \frac{V_{out}}{A_v}$
  • Converting dB back to Linear Ratio: $\frac{V_{out}}{V_{in}} = 10^{\left(\frac{A_{v(dB)}}{20}\right)}$
  • Solving for Output from dB: $V_{out} = V_{in} \times 10^{\left(\frac{A_{v(dB)}}{20}\right)}$

Assumptions, Boundaries, and Realistic Magnitudes

The formula voltage gain assumes the amplifier is operating within its linear active region. If $V_{out}$ attempts to exceed the power supply rails, the device enters saturation or cutoff, and the mathematical $A_v$ collapses to zero regardless of further increases in $V_{in}$. Furthermore, standard derivations assume an ideal amplifier where input impedance ($Z_{in}$) is infinite and output impedance ($Z_{out}$) is zero. In physical silicon, loading effects from the source and the load will degrade the realized $A_v$ below the theoretical calculated value.

What a Realistic Answer Magnitude Looks Like

If your calculated $A_v$ falls outside these typical bounds, double-check your resistor network or component selection:

  • Unity Buffers (Voltage Followers): 1 V/V or 0 dB. Used for impedance isolation, not amplification.
  • Audio Line-Level Amplifiers: 2 to 10 V/V (6 to 20 dB). Typical for driving ADC inputs or headphone stages.
  • Microphone Preamplifiers: 20 to 100 V/V (26 to 40 dB). Required to boost millivolt electret or dynamic mic signals to line level.
  • RF Low Noise Amplifiers (LNAs): 10 to 30 dB per stage. Cascaded carefully to manage noise figure and stability.

Unit Traps That Break Your Gain Calculations

The most common reason a bench measurement fails to match the theoretical formula voltage gain is a unit mismatch. Watch for these three specific traps:

  1. Mixing Peak and RMS Values: If your oscilloscope reads $V_{in}$ in Peak-to-Peak ($V_{pp}$) but your multimeter reads $V_{out}$ in RMS ($V_{RMS}$), your $A_v$ calculation will be wrong by a factor of $\approx 2.82$. You must convert both to the same domain ($V_{RMS} = \frac{V_{pk}}{\sqrt{2}}$) before dividing.
  2. The 10 vs. 20 Decibel Error: The formula for power gain uses $10 \log_{10}(P_{out}/P_{in})$. The formula voltage gain strictly uses $20 \log_{10}(V_{out}/V_{in})$. Using 10 instead of 20 will halve your expected dB value, leading to severe under-amplification in multi-stage designs.
  3. Ignoring Inversion Polarity: In an inverting op-amp topology, $A_v = -\frac{R_f}{R_i}$. Dropping the negative sign in your math ignores the 180-degree phase shift, which causes destructive interference when summing signals later in the chain.

Solved Bench Problems: Tracking Units from Input to Output

Let us apply the formula voltage gain to two distinct bench scenarios, tracking every unit and intermediate step.

Problem 1: Linear Gain and Peak Tracking

Scenario: You are injecting a 15 mV peak sine wave into a non-inverting amplifier stage with a configured $A_v$ of 40. What is the expected peak output voltage?

Step-by-Step Solution:

  1. Identify knowns: $V_{in(pk)} = 15 \text{ mV}$, $A_v = 40 \text{ V/V}$.
  2. Select rearranged form: $V_{out} = A_v \times V_{in}$.
  3. Substitute values: $V_{out(pk)} = 40 \times 15 \text{ mV}$.
  4. Calculate raw product: $V_{out(pk)} = 600 \text{ mV}$.
  5. Convert to standard Volts for scope setup: $V_{out(pk)} = \mathbf{0.6 \text{ V}_{pk}}$.

Problem 2: Converting Measured RMS Voltages to dB

Scenario: An audio preamp outputs 1.4 V RMS when fed a 200 mV RMS test tone. What is the voltage gain in decibels?

Step-by-Step Solution:

  1. Identify knowns: $V_{in(RMS)} = 200 \text{ mV} = 0.2 \text{ V}$, $V_{out(RMS)} = 1.4 \text{ V}$.
  2. Verify unit parity: Both are RMS. Proceed.
  3. Select formula: $A_{v(dB)} = 20 \log_{10}\left(\frac{V_{out}}{V_{in}}\right)$.
  4. Calculate linear ratio: $\frac{1.4 \text{ V}}{0.2 \text{ V}} = 7 \text{ V/V}$.
  5. Apply logarithm: $A_{v(dB)} = 20 \times \log_{10}(7)$.
  6. Compute log: $\log_{10}(7) \approx 0.8451$.
  7. Final multiplication: $A_{v(dB)} = 20 \times 0.8451 = \mathbf{16.9 \text{ dB}}$.

Real-World Scenario: Designing an LM358 Microphone Preamplifier

Theory meets reality when silicon limitations interfere with ideal math. Here is a narrative walkthrough of a common bench failure involving the formula voltage gain and single-supply op-amps.

The Setup

You need to amplify an electret microphone signal (10 mV peak AC) to drive a microcontroller ADC. You select the ubiquitous Texas Instruments LM358 dual op-amp because you only have a 5V USB rail available (single supply). You wire it in a standard non-inverting configuration with a feedback resistor $R_f = 100\text{k}\Omega$ and a ground-referenced input resistor $R_i = 1\text{k}\Omega$.

The Numbers

Using the standard non-inverting formula voltage gain derivation:

$A_v = 1 + \left(\frac{R_f}{R_i}\right) = 1 + \left(\frac{100\text{k}\Omega}{1\text{k}\Omega}\right) = \mathbf{101 \text{ V/V}}$

Applying the rearranged output formula:

$V_{out(pk)} = A_v \times V_{in(pk)} = 101 \times 10\text{mV} = \mathbf{1.01 \text{ V}_{pk}}$

Since 1.01 V is well below the 5V supply rail, the math suggests a clean, amplified signal centered around ground.

The Outcome

You connect the oscilloscope. Instead of a clean 1.01V peak sine wave, the bottom half of the waveform is completely sheared off (clipped hard at 0V), and the top half exhibits severe crossover distortion. The audio output sounds like a blown speaker.

What Went Wrong (And How to Fix It)

The formula voltage gain assumed the op-amp could swing both positive and negative relative to the circuit common (0V). However, the LM358 on a single 5V supply cannot output a negative voltage; its output floor is roughly 20mV above ground. Furthermore, an AC microphone signal naturally swings positive and negative around 0V. By feeding a ground-referenced AC signal into a single-supply amplifier, the negative half-cycles were instantly clipped by the physical 0V boundary.

The Fix: You must create a 'virtual ground' or DC bias. By adding a voltage divider (two 10k resistors) from the 5V rail to ground, you generate a stable 2.5V DC bias. You AC-couple the microphone signal through a 1µF capacitor into this 2.5V node. Now, the 10mV AC signal rides on top of 2.5V. The LM358 amplifies the AC component by 101 V/V, resulting in a 1.01V peak AC signal centered cleanly at 2.5V DC, keeping it safely within the LM358's linear output swing limits. For deeper topological guidance, the All About Circuits op-amp reference provides excellent schematic templates for single-supply biasing.

Summary Checklist for the Workbench

Before powering up your next amplifier stage, run through this verification sequence:

  • Confirm $V_{in}$ and $V_{out}$ are measured in the same domain (both RMS or both Peak).
  • Verify the theoretical $V_{out}$ does not exceed the op-amp's specified output voltage swing limits (which are rarely true rail-to-rail).
  • Ensure single-supply circuits have a proper mid-rail DC bias to prevent negative half-wave clipping.
  • Check that you used $20 \log_{10}$ for voltage dB conversions, reserving $10 \log_{10}$ strictly for power calculations.