If you spend enough time at the bench, you will eventually wire up an operational amplifier, calculate the exact output voltage on paper, power it on, and immediately see a flat-topped, distorted mess on your oscilloscope. The math wasn't wrong; the physical assumptions behind the math were. At the heart of every analog signal chain is the amplifier equation. It dictates how small sensor signals become measurable voltages, but it only holds true under strict linear conditions.
This guide breaks down the core amplifier equation, tracks units through solved problems, and walks through a real-world bench failure to show exactly where the theoretical math collides with silicon reality.
The Core Amplifier Equation and Symbol Definitions
In its most fundamental linear form, the voltage amplifier equation relates the output signal to the input signal via a dimensionless multiplier known as gain.
This equation applies strictly to the linear operating region of the amplifier. It assumes the active device (transistor, op-amp, or vacuum tube) is properly biased, the signal frequency is well within the amplifier's bandwidth limits, and the output has not reached the power supply rails.
| Symbol | Parameter | Standard Unit | Notes & Constraints |
|---|---|---|---|
| Vout | Output Voltage | Volts (V) | Can be peak, peak-to-peak, or RMS. Must match Vin unit type. |
| Av | Voltage Gain (Linear) | Dimensionless (V/V) | Ratio of output to input. Can be negative (inverting topology). |
| Vin | Input Voltage | Volts (V) | The signal presented to the amplifier input terminals. |
| Av(dB) | Voltage Gain (Decibels) | Decibels (dB) | Logarithmic representation. Uses the 20 log10 rule. |
According to foundational texts like Electronics Tutorials, treating Av as a simple scalar is only valid for mid-band frequencies. At high frequencies, parasitic capacitance introduces phase shift and rolls off the gain, turning Av into a complex number with both magnitude and phase components.
Rearranged Forms and the Decibel Conversion
On the bench, you rarely know all three variables. You might need to find the required input to hit a specific ADC full-scale range, or calculate the gain of an unknown black-box circuit. Here are the rearranged forms solving for each variable:
- Solving for Gain: Av = Vout / Vin
- Solving for Input: Vin = Vout / Av
- Solving for Output: Vout = Av × Vin
In audio, RF, and instrumentation work, linear gain becomes unwieldy. A gain of 1,000,000 is easier to write and calculate as 120 dB. The decibel conversion for voltage gain uses a multiplier of 20 (because power is proportional to voltage squared, and 10 × 2 = 20):
Warning: Never use the 10 × log10 formula for voltage gain. That form is strictly reserved for power gain (Ap = Pout / Pin). Mixing these up is a classic unit mistake that will result in a gain calculation that is exactly half of what it should be in dB.
Solved Problems with Strict Unit Tracking
Let's run two problems. The first tracks linear voltage units, and the second navigates the trap of mixing RMS and peak-to-peak measurements.
Problem 1: Linear Voltage Gain in an Inverting Op-Amp
Given: An inverting op-amp circuit with an input resistor (Rin) of 10 kΩ and a feedback resistor (Rf) of 47 kΩ. The input signal is a sine wave with an amplitude of 50 mVpk (peak, not peak-to-peak).
Find: The output voltage peak amplitude (Vout_pk).
- Calculate Linear Gain: For an inverting amplifier, Av = -(Rf / Rin).
Av = -(47,000 Ω / 10,000 Ω) = -4.7 V/V. - Apply Amplifier Equation: Vout = Av × Vin.
Vout_pk = -4.7 × 50 mVpk. - Track Units: -4.7 × (50 × 10-3 V) = -0.235 Vpk.
- Final Answer: The output is 235 mVpk, inverted (180° out of phase) relative to the input.
Problem 2: Finding Gain in Decibels from RMS Measurements
Given: An audio preamplifier receives a 100 mVrms signal from a DAC and outputs 3.16 Vrms to a power amplifier stage.
Find: The voltage gain in decibels (dB).
- Verify Unit Consistency: Both Vin and Vout are in RMS. No conversion needed.
- Calculate Linear Gain: Av = Vout / Vin.
Av = 3.16 Vrms / 0.100 Vrms = 31.6 V/V. - Apply dB Formula: Av(dB) = 20 × log10(31.6).
- Calculate Logarithm: log10(31.6) ≈ 1.4997.
- Final Answer: 20 × 1.4997 = 29.99 dB (effectively 30 dB).
Real-World Scenario: The Clipped Microphone Preamp
Theoretical equations assume infinite headroom. Silicon does not. Here is a scenario that happens to almost every maker building their first audio interface.
The Setup
You are designing a preamp for an electret microphone capsule using a Texas Instruments TLV2372 op-amp. Because your system is battery-powered, you are using a single 5.0V DC supply. You bias the non-inverting input to mid-supply (2.5V) using a voltage divider so the AC audio signal can swing both positive and negative relative to the bias point. The microphone outputs a maximum signal of 20 mVpp (peak-to-peak). You need 4.0 Vpp to drive your ADC effectively.
The Numbers
- Required Vout: 4.0 Vpp
- Given Vin: 20 mVpp (0.020 Vpp)
- Required Gain: Av = 4.0 / 0.020 = 200 V/V.
You configure the op-amp in a non-inverting topology (Av = 1 + Rf/R1) using a 199 kΩ feedback resistor and a 1 kΩ ground resistor. On paper, 0.020 V × 200 = 4.0V. Since 4.0V is less than your 5.0V supply, you assume it will work perfectly.
The Outcome
You power the circuit, speak into the mic, and look at the oscilloscope. The waveform isn't a clean sine wave; the tops and bottoms are sheared off flat. You have severe clipping, and the ADC is registering massive harmonic distortion.
What Went Wrong
You ignored the output voltage swing specification in the datasheet. The amplifier equation assumes the op-amp can swing all the way to the supply rails. The TLV2372 is not a true rail-to-rail output device. According to its datasheet, the output can only swing to within about 1.2V of either rail under load.
Common Unit Mistakes and Realistic Magnitudes
When applying the amplifier equation, the math is trivial; the unit management is where designs fail. Here are the mistakes that break the formula, followed by a reality check on what normal magnitudes look like.
Unit Mistakes That Break the Math
- Mixing Vpp and Vrms: If your oscilloscope reads 1.0 Vpp and your multimeter reads 0.707 Vac (RMS), they are measuring the exact same sine wave. If you use Vpp for the input and Vrms for the output in your gain calculation, your Av will be off by a factor of 2.828 (which is 2√2). Always convert to a single standard before dividing.
- Ignoring the Inversion Sign: In an inverting topology, Av is negative. If you cascade two inverting amplifiers, the gains multiply: (-10) × (-10) = +100. If you drop the negative sign on paper, you will miscalculate the phase relationship in feedback loops, leading to oscillation.
- Applying Voltage dB to Power: If you are calculating the gain of an RF amplifier where input and output impedances differ (e.g., 50Ω in, 200Ω out), voltage gain in dB does not equal power gain in dB. The amplifier equation for voltage assumes impedance matching or purely voltage-driven high-impedance loads.
Realistic Answer Magnitudes
How do you know if your calculated gain is physically reasonable? Use this benchmark table to sanity-check your results against industry standards.
| Application | Typical Linear Gain (V/V) | Typical Gain (dB) | Notes |
|---|---|---|---|
| Audio Line-Level Buffer | 1 to 2 | 0 to 6 dB | Impedance matching, not massive amplification. |
| Microphone Preamp | 100 to 1,000 | 40 to 60 dB | Boosting mV signals to line-level (1V+). |
| RF Low Noise Amplifier (LNA) | 10 to 30 | 20 to 30 dB | Kept low to preserve bandwidth and minimize noise figure. |
| Instrumentation Amp (Thermocouple) | 1,000 to 100,000 | 60 to 100 dB | Amplifying microvolt-level sensor outputs. |
If you are designing a standard audio preamp and your amplifier equation spits out a required gain of 10,000 (80 dB), you have likely miscalculated your input signal level or chosen the wrong sensor. Breaking that gain into two cascaded stages of 100 (40 dB each) will yield vastly superior bandwidth and noise performance, as dictated by the gain-bandwidth product (GBWP) limitations inherent in all real-world silicon.
Mastering the amplifier equation means looking past the simple multiplication. It requires verifying unit consistency, respecting the physical voltage rails of your power supply, and understanding that every theoretical gain value is bounded by the datasheet specifications of the physical component on your breadboard.






