An inverting amplifier opamp is a closed-loop operational amplifier configuration where the input signal is applied to the inverting (-) terminal, producing an output that is scaled and exactly 180 degrees out of phase with the input. In a real circuit, this topology changes your signal by flipping its voltage polarity while multiplying its amplitude by a precise, resistor-determined ratio, simultaneously dropping the output impedance to near zero so it can drive heavy loads or ADC inputs without sagging. Beginners commonly confuse it with the non-inverting configuration (which preserves phase) or mistakenly assume the 'virtual ground' at the inverting pin means it is physically wired to the 0V rail.

The Core Math and a Worked Numeric Example

The voltage gain ($A_v$) of an inverting amplifier is set entirely by two external resistors: the feedback resistor ($R_f$) and the input resistor ($R_{in}$). The formula is:

Gain ($A_v$) = $-\frac{R_f}{R_{in}}$

Output Voltage ($V_{out}$) = $-V_{in} \times \left(\frac{R_f}{R_{in}}\right)$

The negative sign indicates the 180-degree phase inversion. Crucially, the input impedance of this circuit is simply the value of $R_{in}$, because the inverting terminal sits at a virtual ground.

Worked Example: Scaling a Sensor for a Bipolar ADC

Suppose you have a pressure sensor that outputs a positive DC voltage ranging from 0V to +2V. Your legacy analog control system requires a -10V to 0V signal to actuate a proportional valve. You need a gain of -5.

  • Target Gain: -5
  • Choose $R_{in}$: 10 kΩ (This sets your input impedance to 10 kΩ, which won't load down the sensor's low-impedance output).
  • Calculate $R_f$: $R_f = |A_v| \times R_{in} = 5 \times 10\text{k}\Omega = 50\text{k}\Omega$.

Since 50 kΩ is not a standard E24 5% resistor value, you have two choices: use a 51 kΩ 5% resistor (yielding a gain of -5.1, which might overdrive the valve), or use a 49.9 kΩ 1% metal film resistor for precision. In 2026, 1% resistors cost pennies; always default to 1% tolerance for feedback networks to prevent gain drift.

Where You Meet This In Practice

You will rarely build a standalone inverting amplifier just to flip a DC voltage. Its real power emerges in specific analog subsystems:

  • Audio Summing Mixers: Because the inverting input is a virtual ground, multiple audio signals can be fed through separate input resistors into the same node without crosstalk. The signals sum algebraically without interacting with each other.
  • Transimpedance Amplifiers (TIA): A transimpedance amplifier is a circuit that converts an input current to a proportional output voltage. By replacing $R_{in}$ with a photodiode, the inverting opamp configuration converts tiny light-induced currents into measurable voltages for LiDAR or optical encoders.
  • Active Filters: Multiple-feedback (MFB) low-pass and band-pass filters rely on the inverting topology to provide precise Q-factor tuning without the phase-shift limitations of passive RC networks.

Inverting vs. Non-Inverting: The Common Confusion

The most frequent design error is selecting an inverting topology when a non-inverting one is required, usually due to a misunderstanding of input impedance. Think of the inverting pin like the fulcrum of a seesaw: pushing down on the input side forces the output side up, but the fulcrum itself (the virtual ground) doesn't physically move to the earth.

Feature Inverting Amplifier Non-Inverting Amplifier
Phase Shift 180° (Inverted) 0° (Same phase)
Input Impedance Low (Equal to $R_{in}$) Extremely High (Opamp's intrinsic $Z_{in}$)
Virtual Ground Yes (at inverting pin) No
Minimum Gain Can be < 1 (Attenuation) Must be ≥ 1 (Cannot attenuate)
Common-Mode Voltage 0V (Pins sit at ground) Equal to $V_{in}$ (Pins track signal)
Pro Tip: If your source has a high output impedance (like a piezoelectric sensor or a high-value voltage divider), do not use an inverting amplifier directly. The low input impedance ($R_{in}$) will load the source and cause severe signal attenuation. Use a non-inverting unity-gain buffer first, then feed that into your inverting stage.

Decision Tree: Picking the Right Opamp IC

Not all opamps are created equal. The internal transistor topology (BJT, JFET, CMOS) dictates how the circuit behaves at the rails and at high frequencies. Use this decision matrix to select your IC.

If your application is... Then you need... Concrete Part Pick
Single-supply (5V/3.3V) MCU interfacing, low cost Input common-mode range that includes ground, rail-to-rail output LM358 (Classic) or MCP6002 (Modern RRIO)
Dual-supply (±12V/±15V) audio mixing or synthesis Low noise, JFET inputs, high slew rate TL072 or NE5532
High-impedance sensors (photodiodes, pH probes) Femtoamp input bias current, low offset voltage OPA129 or AD8605
High-speed video or RF IF stages (>10 MHz) Current-feedback architecture, high GBWP THS3091 or LMH6702
The Default Recommendation: If you are prototyping on a bench with a dual-rail power supply (±12V) and need a reliable, low-noise inverting amplifier for general analog signals, buy a tube of TL072 ICs. If you are designing a permanent PCB powered by a single 5V USB rail to interface with an Arduino or ESP32, use the MCP6002 for true rail-to-rail operation.

Real-World Gotchas and Board Layout

Simulators assume ideal components; breadboards do not. Keep these physical realities in mind when wiring your inverting amplifier:

  1. Input Bias Current Offset: Real opamps draw a tiny current into their input pins. In an inverting configuration, this current flows through $R_f$, creating an unwanted DC offset voltage at the output. Fix: Add a compensation resistor ($R_{comp}$) between the non-inverting (+) pin and ground. Set $R_{comp} = R_{in} \parallel R_f$ (the parallel equivalent of the two resistors).
  2. Slew Rate Limiting: If you feed a 100 kHz square wave into an LM358 (slew rate ~0.3 V/µs), the output will look like a triangle wave. Always check the datasheet's slew rate spec against your maximum expected $dV/dt$.
  3. Decoupling is Non-Negotiable: Place a 100 nF (0.1 µF) MLCC ceramic capacitor as physically close to the VCC and GND pins of the opamp as possible. Without this, the inverting amplifier will act as a high-frequency oscillator due to power rail inductance.

FAQ: Inverting Amplifier Opamp Troubleshooting

Why is my output pegged to the positive or negative supply rail?

This almost always means your negative feedback loop is broken. Check $R_f$ with a multimeter to ensure it isn't an open circuit. Also verify that you haven't accidentally swapped the inverting (-) and non-inverting (+) pins on your IC footprint, which turns negative feedback into positive feedback, instantly latching the output to the rail.

Why does my circuit work in LTspice but distort on the breadboard?

SPICE models often assume ideal power delivery. On a physical board, long jumper wires introduce parasitic inductance. Furthermore, if your input signal approaches within 1.5V of your supply rails on a standard LM358, the input stage will clip. Ensure your signal stays within the opamp's specified Input Common-Mode Voltage Range.

Can I use a single supply (e.g., 0V and 5V) for an inverting amplifier?

Yes, but you must bias the non-inverting (+) pin to a mid-rail reference (e.g., 2.5V) instead of grounding it. This creates a 'virtual ground' at 2.5V, allowing the output to swing both above and below that reference. If you ground the non-inverting pin on a single-supply circuit, the opamp cannot output negative voltages, and the bottom half of your AC signal will be hard-clipped at 0V.

For further reading on grounding and decoupling best practices, refer to the Analog Devices MT-031 Tutorial. For detailed schematic topologies and derivations, the All About Circuits semiconductor textbook remains an excellent benchmark.