The non-inverting amplifier is the workhorse of analog signal conditioning, prized for its high input impedance and positive voltage gain. The governing non-inverting amp formula is Vout = Vin × (1 + Rf / Ri). This configuration relies on negative feedback to force the voltage at the inverting input to match the non-inverting input (the 'virtual short' principle), yielding a closed-loop gain that can never be less than unity (1).
Below, we break down the formula, define every variable, examine real-world component limits, and walk through bench-tested calculations with strict unit tracking.
The Core Equation and Symbol Definitions
To use the formula correctly, you must map the physical components on your breadboard to the mathematical variables. The primary equation for the output voltage is:
Vout = Vin × (1 + (Rf / Ri))
Av = 1 + (Rf / Ri)
| Symbol | Parameter | Standard Unit | Description & Constraints |
|---|---|---|---|
| Vout | Output Voltage | Volts (V) | The voltage at the op-amp output pin. Strictly bounded by the power supply rails minus saturation headroom. |
| Vin | Input Voltage | Volts (V) | The signal applied to the non-inverting (+) terminal. Must be within the common-mode input range. |
| Av | Voltage Gain | Unitless (V/V) | The closed-loop amplification factor. For a non-inverting topology, Av ≥ 1 always. |
| Rf | Feedback Resistor | Ohms (Ω) | Connects the output pin to the inverting (-) input. Typically 1kΩ to 100kΩ to minimize noise and bias current errors. |
| Ri | Input/Ground Resistor | Ohms (Ω) | Connects the inverting (-) input to ground (or a reference voltage). Sets the gain ratio alongside Rf. |
Real-World Op-Amp Data and Operating Assumptions
The mathematical formula assumes an 'ideal' op-amp with infinite open-loop gain and zero output impedance. In practice, silicon limitations dictate your actual output. The formula only applies when the op-amp is operating in its linear region, meaning negative feedback is intact and the calculated Vout does not exceed the supply rails.
Below is a data-dense table showing how the non-inverting amp formula translates to real-world integrated circuits, accounting for typical supply voltages and output saturation limits (headroom).
| Op-Amp IC (Manufacturer) | Rf / Ri Values | Calculated Av | VCC Supply | Max Realistic Vout Swing |
|---|---|---|---|---|
| TI LM358 (General Purpose) | 10kΩ / 10kΩ | 2.0 | 5.0V (Single) | ~3.5V (Loses ~1.5V headroom) |
| TI OPA2134 (Audio/FET) | 47kΩ / 10kΩ | 5.7 | ±15V (Dual) | ±13.0V (Loses ~2V headroom) |
| Analog Devices AD822 (Precision) | 100kΩ / 1kΩ | 101.0 | 12.0V (Single) | ~11.8V (Near rail-to-rail output) |
| Microchip MCP6001 (CMOS R2R) | 22kΩ / 10kΩ | 3.2 | 3.3V (Single) | ~3.25V (True rail-to-rail) |
For deeper theoretical background on the virtual short concept and ideal op-amp rules, refer to the All About Circuits semiconductor textbook chapter on non-inverting configurations. For practical PCB layout and stability compensation, consult the Texas Instruments SLOA011A application note on op-amp design.
Rearranged Forms for Component Selection
On the bench, you rarely calculate Vout from scratch; usually, you have a target gain and need to buy resistors. Here are the algebraically rearranged forms of the non-inverting amp formula, solving for each critical variable:
- Solve for Input Voltage (Vin):
Vin = Vout / (1 + (Rf / Ri))
Use when: Debugging a circuit to find the original sensor signal based on a measured output. - Solve for Feedback Resistor (Rf):
Rf = Ri × ((Vout / Vin) - 1)orRf = Ri × (Av - 1)
Use when: You have a standard input resistor (e.g., 10kΩ) and need to select the feedback resistor to hit a specific gain. - Solve for Input Resistor (Ri):
Ri = Rf / ((Vout / Vin) - 1)orRi = Rf / (Av - 1)
Use when: Your feedback resistor is fixed (perhaps to match an existing filter impedance) and you need to set the ground leg.
Worked Problems with Strict Unit Tracking
The most common point of failure in analog design is unit mismanagement. The following examples track every unit explicitly to prevent magnitude errors.
Problem 1: Calculating Output Voltage from Sensor Data
Given: A thermocouple amplifier stage uses an OPA2134. The input signal (Vin) is 250 mV. The feedback network consists of Rf = 47 kΩ and Ri = 10 kΩ. The op-amp is powered by ±12V rails.
Find: Vout.
- Normalize Units: Convert Vin from millivolts to base Volts.
250 mV = 0.25 V - Calculate the Resistor Ratio: Ensure both resistors are in the same prefix (kΩ).
Ratio = 47 kΩ / 10 kΩ = 4.7(Unitless) - Calculate Closed-Loop Gain (Av):
Av = 1 + 4.7 = 5.7 V/V - Calculate Vout:
Vout = 0.25 V × 5.7 = 1.425 V - Verify Saturation Limits: The calculated 1.425 V is well within the ±12V supply rails (and the OPA2134's ±10V linear swing limit). The formula holds true.
Problem 2: Selecting Resistors for a Target Gain
Given: You need to amplify a 100 mV audio signal to exactly 1.5 V to drive an ADC. You are using a 5V single-supply MCP6001. You select a standard E24 value of Ri = 10 kΩ.
Find: The required Rf value and verify standard component availability.
- Determine Target Gain (Av):
Av = Vout / Vin = 1.5 V / 0.1 V = 15 V/V - Rearrange Formula for Rf:
Rf = Ri × (Av - 1) - Substitute Values:
Rf = 10 kΩ × (15 - 1) = 10 kΩ × 14 = 140 kΩ - Component Selection (The E-Series Reality Check): 140 kΩ is not a standard 5% (E24) resistor value. The closest E24 values are 130 kΩ and 150 kΩ.
Solution: Specify a 140 kΩ 1% tolerance (E96 series) metal film resistor, or combine a 100 kΩ and 40 kΩ (or 39 kΩ + 1 kΩ) in series using standard E24 parts. - Verify Headroom: Vout is 1.5V. The MCP6001 on a 5V rail can swing up to ~4.9V. 1.5V is safe.
Common Unit Mistakes and Saturation Boundaries
When the math on your schematic doesn't match the multimeter on your bench, one of three physical or mathematical boundaries has been violated.
1. The Ratio Trap (Mixing Ω and kΩ)
The term (Rf / Ri) is a unitless ratio, but only if the prefixes match. If you substitute Rf = 47,000 Ω and Ri = 10 kΩ directly into the formula without converting, the math engine calculates 47,000 / 10 = 4,700. Your simulated gain becomes 4,701 instead of 5.7. Always convert both resistors to base Ohms or both to kΩ before dividing.
2. The Output Scale Trap (mV vs V)
If Vin is entered as 250 (meaning mV) and the gain is 5.7, the raw calculation yields 1425. If you fail to track the milli- prefix, you might expect 1425 Volts at the output, or misinterpret a 1.425V reading on your scope as an error. Always anchor Vin and Vout to base Volts during the primary calculation.
3. The 'Gain Less Than One' Fallacy
A realistic answer magnitude for a non-inverting amplifier's gain (Av) is strictly ≥ 1. Because the formula is 1 + (Positive Ratio), it is mathematically impossible to achieve a gain of 0.5 (attenuation) with this topology. If your design requires attenuation, you must either use a passive voltage divider before the non-inverting input, or switch to an inverting amplifier topology. Furthermore, if your calculated Vout exceeds the op-amp's VCC supply minus the saturation voltage (Vsat), the formula breaks down; the op-amp will clip the waveform and output a flat DC voltage at the rail limit.






