The fundamental amplifier formula gain defines the ratio of an output signal to its input signal. For voltage, the linear gain equation is Av = Vout / Vin, and to express this in decibels (dB), you use GaindB = 20 log10(Av). For power, the linear gain is Ap = Pout / Pin, and the decibel conversion is GaindB = 10 log10(Ap). These equations assume the amplifier is operating in its linear region, meaning the output is not clipping against the supply rails.
The Core Amplifier Formula Gain Equations & Symbol Definitions
Before breadboarding a circuit or debugging a PCB, you need to map the physical measurements to the mathematical model. Below are the primary gain equations used in AC/DC and RF circuit analysis.
Linear Voltage Gain: Av = Vout / Vin
Linear Power Gain: Ap = Pout / Pin
Voltage Gain (Decibels): GaindB = 20 × log10(Vout / Vin)
Power Gain (Decibels): GaindB = 10 × log10(Pout / Pin)
| Symbol | Parameter | Standard Unit | Bench Notes |
|---|---|---|---|
| Av | Voltage Gain (Linear) | V/V (Dimensionless) | Often written simply as a multiplier (e.g., 100x). |
| Ap | Power Gain (Linear) | W/W (Dimensionless) | Requires matched or explicitly calculated impedances. |
| Vout, Vin | Output / Input Voltage | Volts (V) | Must both be RMS or both be Peak-to-Peak. Never mix them. |
| Pout, Pin | Output / Input Power | Watts (W) | Calculated as V2/R or I2R. |
| GaindB | Gain in Decibels | Decibels (dB) | Logarithmic ratio. 20dB = 10x voltage, 100x power. |
Rearranged Forms for Bench Calculations
When designing feedback networks or setting input limits, you rarely solve for Av directly. Use these rearranged forms to find your missing variables:
- Solve for Output Voltage: Vout = Av × Vin
- Solve for Input Voltage: Vin = Vout / Av
- Solve for Linear Voltage Gain from dB: Av = 10(GaindB / 20)
- Solve for Output Power: Pout = Ap × Pin
- Solve for Linear Power Gain from dB: Ap = 10(GaindB / 10)
Real-World Amplifier Gain Specifications (2026 Benchmark Data)
Textbook examples often use round numbers like Av = 10. In practice, gain is dictated by the silicon architecture, feedback topology, and frequency. The table below provides real-world baseline data for common amplifier ICs you will encounter in analog and RF designs.
| IC Model | Amplifier Type | Typical Linear Gain (Av or Ap) | Typical Gain (dB) | Bandwidth / Power Context |
|---|---|---|---|---|
| LM741 | General Purpose Op-Amp | 200,000 V/V (Open-Loop) | 106 dB | Useless open-loop; closed-loop set by resistors. GBWP ~1 MHz. |
| LM386 | Low Voltage Audio Amp | 20 V/V (Default) to 200 V/V | 26 dB to 46 dB | Gain set by pins 1 & 8. Max output ~0.75W into 8Ω. |
| INA128 | Instrumentation Amp | 1 to 10,000 V/V | 0 dB to 80 dB | Gain set by single external RG resistor. High CMRR. |
| GALI-74+ | RF MMIC Darlington | ~17.7 V/V (at 1 GHz) | 25 dB | Fixed internal gain. Requires 50Ω matching networks. |
| TPA3116D2 | Class-D Audio Amp | 20 to 36 dB (Configurable) | 10x to 63x V/V | Up to 50W per channel. High efficiency, requires LC output filter. |
Solved Problems: Tracking Units from Millivolts to Decibels
The most common point of failure in gain calculations isn't the math itself; it's the unit tracking. Below are two worked examples demonstrating strict unit management.
Problem 1: Voltage Gain and dB Conversion in an Audio Preamp
Given: An audio preamplifier receives an input signal of 15 mVRMS and outputs 4.2 VRMS.
Find: The linear voltage gain (Av) and the gain in decibels (GaindB).
- Normalize Units: Convert millivolts to volts to match the output unit.
Vin = 15 mV = 0.015 V - Calculate Linear Gain: Apply the core amplifier formula gain.
Av = Vout / Vin = 4.2 V / 0.015 V = 280 V/V - Convert to Decibels: Use the 20 log10 rule for voltage.
GaindB = 20 × log10(280)
GaindB = 20 × 2.4471 = 48.94 dB
Result: The preamp has a linear gain of 280 V/V, which equates to 48.94 dB.
Problem 2: Power Gain in an RF Transmission Stage
Given: An RF power amplifier stage draws 2 mW of input power from a driver and delivers 5 W to a 50Ω dummy load.
Find: The linear power gain (Ap) and the gain in decibels.
- Normalize Units: Convert watts to milliwatts (or vice versa). Let's use watts.
Pin = 2 mW = 0.002 W - Calculate Linear Power Gain:
Ap = Pout / Pin = 5 W / 0.002 W = 2,500 W/W - Convert to Decibels: Use the 10 log10 rule for power.
GaindB = 10 × log10(2500)
GaindB = 10 × 3.3979 = 33.98 dB
Result: The RF stage provides a linear power gain of 2,500, or 33.98 dB. Safety note: Delivering 5W into a mismatched RF load can cause severe VSWR, reflecting power back into the transistor and destroying the die. Always verify 50Ω matching before applying full drive.
Assumptions, Unit Traps, and Realistic Magnitudes
Blindly plugging numbers into the amplifier formula gain without understanding the underlying physics will lead to busted silicon and failed prototypes. Here is what you must account for on the bench.
When the Formula Applies (And When It Doesn't)
The standard gain equations assume small-signal linearity. This means the output waveform is a perfect, scaled replica of the input. If your input signal drives the output voltage close to the supply rails (e.g., trying to get 14V out of a 15V op-amp supply), the amplifier enters saturation (clipping). In the clipped region, the instantaneous gain drops to zero, and the math breaks down. For large-signal power amplifiers (like the TPA3116D2 Class-D), you must also account for the voltage drop across the output MOSFETs, which reduces the maximum theoretical Vout.
Unit Mistakes That Break the Math
According to foundational texts like All About Circuits, the most frequent errors in gain calculation stem from unit mismatches:
- Mixing RMS and Peak-to-Peak: If your oscilloscope reads Vin in Vpp (Peak-to-Peak) but your multimeter reads Vout in VRMS, your Av calculation will be off by a factor of ~2.828 (2√2). Always convert both to RMS or both to Peak before dividing.
- The 20 vs. 10 Log Trap: Using 20 log10 for power gain will yield a result exactly double the correct dB value. Remember: 20 is for field quantities (voltage, current), 10 is for energy quantities (power). This is because power is proportional to voltage squared, and the log exponent rule brings that '2' to the front of the equation.
- Ignoring Impedance in Power Gain: Ap = Pout / Pin is only straightforward if you calculate actual power. If you try to derive power gain directly from voltage gain using Ap = (Av)2, this is only true if the input and output impedances are identical. If your op-amp has a 1MΩ input impedance and drives an 8Ω speaker, you must calculate Pin and Pout independently using P = V2/R.
What a Realistic Answer Magnitude Looks Like
When you finish a calculation, sanity-check the magnitude against industry norms. If your math says your audio preamp has 120 dB of gain, you've made an error; the microphone preamp would be amplifying thermal noise into audible hiss and likely oscillating. For deep dives into operational amplifier stability and gain limits, refer to the TI Precision Labs Op-Amp Training Series.
- Microphone Preamplifiers: 20 dB to 60 dB (10x to 1000x V/V).
- Line-Level Audio Amplifiers: 20 dB to 40 dB (10x to 100x V/V).
- RF Low Noise Amplifiers (LNAs): 15 dB to 30 dB. Higher than this usually compromises the noise figure or causes stability issues.
- Op-Amps (Closed Loop): Rarely exceed 60 dB (1000x) in a single stage at high frequencies due to the Gain-Bandwidth Product (GBWP) limit. If you need 80 dB of gain at 100 kHz, you must cascade two 40 dB stages.
By strictly tracking your units, respecting the linear operating region, and applying the correct logarithmic multiplier, the amplifier formula gain becomes a reliable tool for predicting exact circuit behavior before you ever pick up a soldering iron.






