The Core Amplifier Gain Equation and Symbol Definitions
At the bench, the fundamental linear voltage gain equation is your baseline for predicting how an amplifier stage will scale an input signal. The direct, dimensionless ratio is expressed as:
Av = Vout / Vin
Before you plug numbers from your Siglent or Rigol scope into this formula, you need to understand exactly what each symbol represents and the physical assumptions baked into the math.
| Symbol | Definition | Standard Unit |
|---|---|---|
| Av | Linear Voltage Gain (dimensionless ratio, often written as V/V) | None (Ratio) |
| Vout | Output Voltage (measured across the load or output terminal) | Volts (V) |
| Vin | Input Voltage (measured at the amplifier input terminal) | Volts (V) |
| Av(dB) | Voltage Gain expressed in Decibels (logarithmic scale) | Decibels (dB) |
When the Formula Applies (and Its Assumptions)
The equation Av = Vout / Vin assumes the amplifier is operating in its linear region. This means the output is a faithful, scaled replica of the input, uncorrupted by clipping, slew-rate limiting, or crossover distortion. It also assumes small-signal conditions for transistor-based discrete amps, where the bias point remains stable. If your output waveform looks like a square wave because it slammed into the 13V ceiling of your 15V op-amp supply, the math no longer reflects the circuit's designed gain—it reflects the power supply rails.
Realistic Answer Magnitudes on the Bench
If you calculate a linear gain of 10,000 for a closed-loop audio circuit, you have made a measurement error. Here is what realistic magnitudes look like for common topologies:
- Audio Preamplifiers (e.g., NE5532, OPA2134): 10 to 100 linear (20 to 40 dB).
- Power Amplifiers (e.g., LM3886, TPA3116): 10 to 50 linear (20 to 34 dB).
- RF Amplifiers (e.g., Mini-Circuits MAR-6): ~5.6 linear (15 dB).
- Op-Amp Open-Loop (e.g., LM358 without feedback): 100,000+ linear (100+ dB) — effectively useless for linear amplification without negative feedback.
Decibel (dB) Conversion and Rearranged Forms
Because human hearing and RF signal attenuation operate on logarithmic scales, we convert linear gain to decibels. The voltage gain in dB is calculated as:
Av(dB) = 20 × log10(Vout / Vin)
Notice the multiplier is 20, not 10. The 10 multiplier is strictly reserved for power gain. Using 10 for voltage gain is a classic textbook mistake that will result in an answer exactly half of what it should be in dB.
Rearranged Forms List
When designing feedback networks or sizing input attenuators, you rarely solve for Av directly. You usually know your target gain and need to find the resistor ratios or expected voltages. Here are the rearranged forms solving for each variable:
- Solving for Vout (Linear): Vout = Av × Vin
- Solving for Vin (Linear): Vin = Vout / Av
- Solving for Vout (from dB): Vout = Vin × 10(Av(dB) / 20)
- Solving for Vin (from dB): Vin = Vout / 10(Av(dB) / 20)
- Solving for Av (from dB): Av = 10(Av(dB) / 20)
Worked Problems with Strict Unit Tracking
The most common reason bench measurements fail to match theoretical calculations is sloppy unit tracking. Mixing millivolts with volts, or peak-to-peak with RMS, will silently corrupt your math. Let us walk through two solved problems with explicit intermediate steps.
Problem 1: Linear Gain and dB Conversion from Mixed Units
Given: An audio preamp stage receives an input signal of 15 mVRMS. The output measured at the load is 1.2 VRMS. Find the linear gain (Av) and the decibel gain (Av(dB)).
- Step 1: Normalize units to base Volts.
Vin = 15 mV = 0.015 V
Vout = 1.2 V - Step 2: Apply the linear gain equation.
Av = Vout / Vin
Av = 1.2 V / 0.015 V = 80 V/V - Step 3: Convert to decibels.
Av(dB) = 20 × log10(80)
Av(dB) = 20 × 1.903 = 38.06 dB
Problem 2: Finding Output Voltage from a dB Spec Sheet
Given: A microphone preamp IC (like the THAT1512) is configured via external resistors for a gain of 34 dB. Your signal generator is feeding it a 50 mVpeak sine wave. What is the expected peak output voltage?
- Step 1: Normalize input units.
Vin = 50 mVpeak = 0.050 Vpeak - Step 2: Convert dB gain to linear gain (Av).
Av = 10(Av(dB) / 20)
Av = 10(34 / 20) = 101.7 ≈ 50.118 V/V - Step 3: Calculate Vout using the rearranged linear form.
Vout = Av × Vin
Vout = 50.118 V/V × 0.050 Vpeak = 2.506 Vpeak
Bench Note: If this op-amp is running on a single 5V supply (0V to 5V), a 2.5V peak signal centered at a 2.5V bias will swing from 0V to 5V, right on the edge of clipping. Always check your supply headroom after calculating Vout.
Bench Mistakes: Unit Traps and Assumption Failures
According to application notes from All About Circuits and standard design guides on Electronics Tutorials, theoretical math often falls apart on the workbench due to three specific oversights:
Your function generator might display 1 Vpp (peak-to-peak), while your multimeter reads 0.353 VRMS. If you divide a VRMS output by a Vpp input, your calculated Av will be off by a factor of 2.828. Always convert both Vout and Vin to the exact same amplitude domain (RMS, Peak, or Peak-to-Peak) before dividing.
1. Ignoring the Gain-Bandwidth Product (GBWP): The equation Av = Vout / Vin assumes infinite bandwidth. In reality, an LM358 has a GBWP of about 1 MHz. If you configure it for a gain of 100 (40 dB), your bandwidth drops to 10 kHz. If you feed it a 50 kHz signal, the actual gain will be drastically lower than your resistor ratio dictates.
2. Output Impedance Loading: The formula calculates the gain of the amplifier stage itself. If you connect a 50-ohm load to an amplifier with a 100-ohm output impedance, the voltage divider effect will drop your measured Vout by two-thirds. The amplifier is still generating the correct internal voltage, but your scope is only seeing the loaded result.
Frequently Asked Questions
How does the amplifier gain equation change for power instead of voltage?
When calculating power gain (Ap), the decibel multiplier changes from 20 to 10. The equation becomes Ap(dB) = 10 × log10(Pout / Pin). This is because power is proportional to the square of voltage (P = V2/R). The logarithm of a square brings a factor of 2 to the front, which turns the 10 into a 20 for voltage equations. If your input and output impedances are identical, a 20 dB voltage gain also equals a 20 dB power gain, but the underlying math uses the 10x multiplier for watts.
Why is my calculated amplifier gain equation result different from my oscilloscope reading?
If your resistor network dictates an Av of 10, but your scope shows an Av of 8.5, you are likely experiencing one of three physical limitations: (1) Slew rate limiting, where the op-amp cannot change its output voltage fast enough to track high-frequency peaks; (2) Clipping, where the signal is flattening at the supply rails, reducing the measured Vpp; or (3) Parasitic capacitance in your breadboard or scope probes rolling off the high-frequency gain. Verify your signal frequency is well within the amplifier's closed-loop bandwidth.
Can I use the amplifier gain equation for DC signals or just AC?
The equation Av = Vout / Vin applies perfectly to DC signals, provided you account for the amplifier's input offset voltage (Vos). For high-gain DC applications (like a strain gauge amplifier with Av = 1000), a mere 2 mV input offset voltage will be amplified to a 2 V DC error at the output. For pure DC calculations, the modified equation is Vout = Av × (Vin + Vos). AC signals generally ignore Vos because it is blocked by input coupling capacitors or rejected as a common-mode DC error.






