An inverting amplifier flips the phase of the input signal by 180 degrees while scaling its amplitude, whereas a non-inverting amplifier scales the amplitude while keeping the output phase identical to the input. In a physical circuit, choosing between these two topologies dictates your input impedance, phase relationship, and how heavily the stage loads your signal source. The most common confusion among makers and students is mixing up the inverting input pin (V-) of the operational amplifier IC with the inverting amplifier configuration; remember, both topologies route negative feedback to the V- pin to stabilize the gain.
Core Electrical Differences at a Glance
Before wiring up your breadboard, you need to know how these two configurations behave under load. The choice almost always comes down to whether your signal source can drive a low impedance, and whether your downstream circuit requires absolute phase preservation.
| Parameter | Inverting Amplifier | Non-Inverting Amplifier |
|---|---|---|
| Voltage Gain Formula | Av = -(Rf / Rin) | Av = 1 + (Rf / Rg) |
| Input Impedance | Low (Equal to Rin) | Extremely High (Op-amp open-loop Z) |
| Phase Shift | 180° (Signal inverted) | 0° (Signal preserved) |
| Virtual Ground Node | Yes (at V- pin) | No (V- tracks V+) |
| Minimum Achievable Gain | 0 (by setting Rf = 0) | 1 (Unity gain buffer) |
Think of the inverting configuration like a mechanical seesaw: pushing down on the input side forces the output side up, resulting in a 180-degree phase flip. The non-inverting configuration acts more like a direct mechanical linkage with a multiplier gear—what goes in comes out in the same direction, just larger.
Worked Numeric Example: Sizing Resistors for a Sensor Front-End
Let's look at a real bench scenario. You are amplifying a 0.15V DC signal from a custom shunt resistor to a level readable by a 3.3V microcontroller ADC. You want a target output of roughly 1.5V to 1.65V. We will use standard 1% tolerance resistors and a classic TL072 dual op-amp powered by ±5V rails.
Scenario A: The Inverting Approach
We want a magnitude gain of 10. Using the formula Av = -(Rf / Rin), we select Rf = 100kΩ and Rin = 10kΩ.
- Gain: -(100,000 / 10,000) = -10
- Output Voltage: 0.15V × -10 = -1.50V
- Input Impedance: Exactly 10kΩ (dictated by Rin).
Bench Note: Because the output is negative, this only works if your op-amp has a negative supply rail and your ADC can handle negative voltages (most cannot without a level-shifting bias network). Furthermore, your signal source must be capable of driving the 10kΩ input impedance without sagging.
Scenario B: The Non-Inverting Approach
We want a positive output. Using the formula Av = 1 + (Rf / Rg), we select Rf = 100kΩ and Rg = 10kΩ.
- Gain: 1 + (100,000 / 10,000) = 11
- Output Voltage: 0.15V × 11 = +1.65V
- Input Impedance: Hundreds of Megohms (dictated by the TL072's JFET input stage).
Bench Note: The output is positive and perfectly scaled for a 3.3V ADC. Because the input impedance is massive, the shunt resistor's voltage won't droop when connected to the op-amp's V+ pin. For a deeper look into the mathematics of feedback networks, the All About Circuits semiconductor textbook provides excellent foundational derivations.
Where You Meet These Configurations in Practice
You rarely choose these topologies just for math; you choose them based on the physical reality of the signal you are trying to condition.
Inverting Amplifier Applications
- Audio Summing Mixers: Because the V- pin acts as a 'virtual ground' (held at 0V by feedback), multiple audio signals can be fed into the V- node through separate input resistors. They sum together without crosstalk, a trick impossible in the non-inverting topology.
- Transimpedance Amplifiers (TIA): When reading a photodiode, the diode generates current, not voltage. By placing the photodiode between the V- pin and ground, and putting the feedback resistor across the output to V-, the op-amp converts tiny nanoamps into usable volts. The TI Precision Labs Op-Amp series covers TIA stability compensation extensively.
- Active Filters: Multiple-feedback (MFB) low-pass and band-pass filters almost exclusively use the inverting topology to maintain stable Q-factors at high frequencies.
Non-Inverting Amplifier Applications
- High-Impedance Sensor Buffering: Piezo vibration sensors, pH probes, and guitar pickups have massive output impedances (often >1MΩ). If you use an inverting amp with a 10kΩ Rin, you will kill the signal. A non-inverting amp (or a JFET/CMOS input op-amp like the TL072 or MCP6002) extracts the voltage without loading the source.
- DAC Output Stages: When buffering the output of an R-2R resistor ladder or a dedicated DAC IC to drive a low-impedance load (like headphones or a motor driver reference pin), the non-inverting voltage follower provides the necessary current gain without altering the DAC's voltage.
- Single-Supply Microcontroller Interfacing: When running an op-amp off a single 5V or 3.3V rail (no negative voltage available), non-inverting configurations are easier to bias at Vcc/2 to allow AC signals to swing above and below the virtual midpoint.
Real-World Design Gotchas and Troubleshooting
Theory assumes ideal op-amps. On the bench, silicon physics gets in the way. Here is what actually causes your amplifier circuit to fail or output garbage data.
1. The Gain-Bandwidth Product (GBWP) Limit
Op-amps have a fixed internal frequency limit. If you use a standard LM358 (GBWP ≈ 1MHz) and configure it for a non-inverting gain of 100, your maximum usable signal frequency drops to just 10kHz (1MHz / 100). If you try to amplify a 50kHz ultrasonic sensor signal with this setup, the output will severely attenuate and phase-shift. Fix: Calculate your required Gain × Bandwidth, and buy an op-amp with a GBWP at least 5x higher than that product (e.g., the OPA2134 with an 8MHz GBWP, costing roughly $4.50 per IC compared to the LM358's $0.15).
2. Input Bias Current and DC Offset
Real op-amps require a tiny amount of current to flow into or out of their input pins to bias internal transistors. In an inverting amplifier with high-value resistors (e.g., 1MΩ feedback), this bias current flowing through the resistors creates an unwanted DC voltage offset at the output. Fix: Add a compensation resistor (Rcomp) to the non-inverting pin. The value of Rcomp should equal the parallel combination of Rin and Rf.
3. Output Clipping and Rail Limits
If you power an op-amp with 0V and 5V, a standard part like the LM741 cannot swing its output all the way to 5V; it will clip around 3.5V. If your math says the output should be 4.5V, the waveform will flatline. Fix: Use a true 'Rail-to-Rail Output' (RRO) op-amp like the MCP6002 if you need to maximize dynamic range on a single low-voltage supply.
Frequently Asked Questions
Can I use an inverting amplifier to amplify a DC signal from a battery?
Yes, but the output voltage will be negative relative to ground. If your op-amp is powered by a single positive supply (e.g., 0V to 9V) with no negative rail, the op-amp cannot output a negative voltage and will simply clip at 0V. For single-supply DC amplification, use a non-inverting configuration or add a DC bias offset to the inverting input.
Why does my non-inverting amplifier oscillate or ring on the oscilloscope?
High input impedance non-inverting stages are highly susceptible to parasitic capacitance on the PCB traces or breadboard contacts, which introduces a phase lag in the feedback loop. This destroys the phase margin and causes high-frequency ringing. Keep the feedback resistor (Rf) physically as close to the V- pin as possible, and keep trace lengths under 5mm for high-speed signals.
Does the non-inverting amplifier have a virtual ground?
No. The concept of a 'virtual ground' specifically applies to the inverting topology, where the V+ pin is tied to physical ground, forcing the V- pin to sit at 0V via negative feedback. In a non-inverting amplifier, the V- pin tracks the voltage present at the V+ pin (your input signal), so it is a 'virtual short' between the inputs, but not a virtual ground.






