The closed-loop voltage gain of a non-inverting operational amplifier is defined by the ratio of its feedback network resistors. The direct answer for the ideal gain formula for non-inverting amplifier configurations is Av = 1 + (Rf / Rin). Unlike the inverting topology, this configuration never attenuates the signal below unity (1V/V) and preserves the phase of the input signal. Below, we break down the derivation, map real-world E-series resistor compromises, and solve bench-ready design problems.

The Core Equation and Symbol Definitions

The formula derives from the virtual short principle. In a negative feedback loop, the op-amp drives its output to force the inverting input (-) to match the non-inverting input (+). Because the non-inverting input is tied to Vin, the voltage at the inverting node is also Vin. This node acts as a voltage divider between Vout and ground: Vin = Vout × [Rin / (Rin + Rf)]. Rearranging this for Vout / Vin yields the standard gain equation.

Here is the exact specification for every variable in the equation:

Table 1: Symbol Definitions and Real-World Ranges
Symbol Parameter Unit Typical Bench Range Design Notes
Av Closed-Loop Voltage Gain V/V (Unitless) 1 to 100 Values >100 amplify input offset voltage and noise disproportionately.
Rf Feedback Resistor Ω (Ohms) 1 kΩ to 100 kΩ Keep <100 kΩ to minimize thermal noise and stray capacitance effects.
Rin Grounded Input Resistor Ω (Ohms) 1 kΩ to 10 kΩ Sets the input impedance of the feedback network; loads the op-amp output.
Vin Input Voltage V (Volts) ±10 mV to ±10 V Must remain within the op-amp's common-mode input voltage range.
Vout Output Voltage V (Volts) Rail-to-Rail limits Constrained by the supply rails minus the op-amp's output headroom.

Real-World E24 Resistor Compromises

On the bench, you rarely have the exact theoretical resistance values required. You must select from standard resistor series. The table below maps target gains to the closest standard 5% tolerance E24 resistor pairs, highlighting the inherent gain error you must account for in your design.

Table 2: E24 Resistor Pairs and Resulting Gain Error
Target Av Rf (E24 Value) Rin (E24 Value) Actual Av Gain Error
2.0 10 kΩ 10 kΩ 2.00 0.0%
5.0 39 kΩ 10 kΩ 4.90 -2.0%
11.0 100 kΩ 10 kΩ 11.00 0.0%
22.0 200 kΩ 10 kΩ 21.00 -4.5%
50.0 470 kΩ 10 kΩ 48.00 -4.0%

Source: Standard IEC 60063 E24 series values. For errors <1%, upgrade to 1% tolerance E96 series resistors.

Assumptions, Limits, and Realistic Magnitudes

The formula Av = 1 + (Rf / Rin) relies on the ideal op-amp model. It applies strictly when the following assumptions hold true:

  1. Infinite Open-Loop Gain (AOL): The formula assumes the op-amp's internal gain is infinite. In reality, a standard LM358 has a DC open-loop gain of roughly 100 dB (100,000 V/V). If your target closed-loop gain approaches the open-loop gain, the actual output will fall short of the formula's prediction.
  2. Infinite Input Impedance: Assumes no current flows into the non-inverting (+) pin. Real bipolar op-amps draw input bias currents (e.g., 20 nA for the LM358), which can create offset voltages if the source impedance is high.
  3. Zero Output Impedance: Assumes the op-amp can drive any load without the output voltage sagging. In practice, driving a 50 Ω load with a TL072 will cause severe output clipping well before the theoretical Vout is reached.

What Does a Realistic Answer Magnitude Look Like?

For a single-stage non-inverting amplifier, a realistic Av magnitude is between 1 and 50. Designing for a gain of 1 (a voltage follower/buffer) is common for impedance matching. Designing for a gain >100 in a single stage is generally poor practice; it severely restricts your bandwidth due to the Gain-Bandwidth Product (GBWP) limit and amplifies the op-amp's inherent input offset voltage (VOS) by the same factor. If you need a gain of 1000, cascade two non-inverting stages with gains of 31.6 each.

Rearranged Forms for Component Selection

On the bench, you usually know the gain you need and have a limited stock of resistors. Use these rearranged forms to solve for the missing component:

  • Solving for Feedback Resistor: Rf = Rin × (Av - 1)
  • Solving for Grounded Resistor: Rin = Rf / (Av - 1)
  • Solving for Required Input Voltage: Vin = Vout / (1 + (Rf / Rin))
  • Solving for Output Voltage: Vout = Vin × (1 + (Rf / Rin))
Bench Tip: When calculating Rf, always subtract 1 from your target gain first. Forgetting this step is the most common reason hobbyists end up with a gain that is exactly 1.0 higher than they intended.

Worked Examples: From Textbook to Bench

Example 1: DC Sensor Signal Conditioning

Scenario: You are reading a pressure sensor that outputs 0 mV to 100 mV. Your microcontroller's ADC requires a 0 V to 5.0 V signal. You have a rail-to-rail MCP6002 op-amp and a 10 kΩ precision resistor for Rin. What value do you need for Rf?

Step-by-Step Solution:

  1. Calculate Required Gain:
    Av = Vout(max) / Vin(max)
    Av = 5.0 V / 0.1 V = 50 V/V
  2. Select Rearranged Formula:
    Rf = Rin × (Av - 1)
  3. Substitute Values with Units:
    Rf = 10,000 Ω × (50 - 1)
    Rf = 10,000 Ω × 49
  4. Final Calculation:
    Rf = 490,000 Ω (or 490 kΩ)
  5. Bench Reality Check: 490 kΩ is not a standard 5% (E24) value. You must use a 1% (E96) tolerance 499 kΩ resistor (yielding a gain of 50.9) or combine a 470 kΩ and 20 kΩ resistor in series to hit exactly 490 kΩ.

Example 2: AC Audio Preamp Bandwidth Limit

Scenario: You are building a microphone preamp using a TL072 op-amp. You set Rf = 240 kΩ and Rin = 10 kΩ. The TL072 datasheet specifies a Gain-Bandwidth Product (GBWP) of 3 MHz. What is the maximum frequency this amplifier can pass before the gain drops by 3 dB?

Step-by-Step Solution:

  1. Calculate Closed-Loop Gain:
    Av = 1 + (240 kΩ / 10 kΩ)
    Av = 1 + 24 = 25 V/V
  2. Apply GBWP Formula:
    The Gain-Bandwidth Product is constant: GBWP = Av × Bandwidth (BW)
    BW = GBWP / Av
  3. Substitute Values with Units:
    BW = 3,000,000 Hz / 25 V/V
  4. Final Calculation:
    BW = 120,000 Hz (or 120 kHz)
  5. Conclusion: Your preamp will maintain a gain of 25 up to 120 kHz, which is well above the 20 kHz limit of human hearing, making this a viable audio stage.

Common Unit Mistakes and Failure Modes

While the formula is mathematically simple, unit confusion and topology mix-ups routinely break designs on the bench.

Table 3: Topology Comparison and Common Pitfalls
Parameter Non-Inverting Amplifier Inverting Amplifier
Gain Formula 1 + (Rf / Rin) -(Rf / Rin)
Minimum Gain Magnitude 1 (Unity) 0 (Attenuation possible)
Phase Shift 0° (In-phase) 180° (Inverted)
Input Impedance Very High (Op-amp dependent) Low (Equal to Rin)

Three Mistakes That Break the Math

  1. Mixing kΩ and Ω in current calculations: The ratio Rf / Rin is unitless, so (100 kΩ / 10 kΩ) works perfectly. However, if you attempt to calculate the current through the feedback network using Ohm's law (I = V / R) and mix kilo-ohms with base ohms without converting, your power dissipation calculations will be off by a factor of 1,000, potentially leading to burnt 1/4W resistors.
  2. Confusing Linear Gain with Decibels (dB): The formula outputs linear voltage gain (V/V). If a spec sheet calls for '40 dB of gain', you cannot plug 40 into the formula. You must convert dB to linear gain first: Av = 10^(dB/20). For 40 dB, Av = 100. Plugging '40' directly into the resistor equation will yield a drastically under-amplified circuit.
  3. Ignoring the '+1': Because the inverting amplifier formula is simply -Rf/Rin, builders frequently drop the '+1' when switching to the non-inverting topology. If you need a gain of 10 and use Rf=100k and Rin=10k in a non-inverting circuit, your actual gain will be 11, not 10. To get exactly 10, you need Rf=90k and Rin=10k.

For deeper theoretical proofs regarding the virtual short principle and feedback networks, refer to the comprehensive guides at All About Circuits and Electronics Tutorials. Always verify your final closed-loop bandwidth against the specific op-amp's datasheet GBWP graph, as parasitic capacitance on the breadboard can roll off high-frequency gains earlier than theoretical calculations suggest.