An inverting op amplifier outputs a scaled, phase-inverted (180° shifted) replica of its input signal. The closed-loop voltage gain is strictly determined by two external resistors, calculated as Av = -Rf / Rin. Unlike the non-inverting topology, which boasts near-infinite input impedance, the inverting configuration presents an input impedance exactly equal to the input resistor (Rin), making it highly predictable for impedance-matching in audio and sensor networks.

The Inverting Op Amplifier at a Glance (Symbol, Pinout, and Defaults)

In schematic diagrams, the op-amp is represented by a triangle. The inverting input is marked with a minus sign (-), the non-inverting input with a plus sign (+), and the output emerges from the tip. For physical prototyping, the 8-pin DIP (Dual In-line Package) is the workhorse standard.

Bench Tip: When looking at the top of an 8-pin DIP IC with the notch facing left, Pin 1 is bottom-left, Pin 4 is bottom-right (V-), Pin 5 is top-right, and Pin 8 is top-left (V+). Always verify against the specific datasheet, as pinouts can vary between manufacturers.

Safe Default Part Numbers for the Workbench

Do not reach for a generic "op-amp" without checking the slew rate and gain-bandwidth product (GBW). Here are the three safe defaults for 90% of hobbyist and prosumer builds, complete with ratings and approximate 2026 pricing:

Part Number Topology / Input Supply Voltage GBW / Slew Rate Best Application Price (ea)
LM358 Dual / BJT 3V to 32V (Single or Split) 1 MHz / 0.6 V/µs DC sensing, slow control loops $0.15
TL072 Dual / JFET ±5V to ±15V (Dual Supply) 3 MHz / 13 V/µs Audio preamps, active filters $0.45
OPA2134 Dual / FET ±2.5V to ±18V (Dual Supply) 8 MHz / 20 V/µs High-fidelity audio, precision ADC buffering $3.80

Operating Regions and Biasing for Real-World Loads

Selecting and biasing an inverting op amplifier depends entirely on your power supply topology and signal headroom. The op-amp will attempt to force the voltage difference between its two inputs to zero (the "virtual short" principle), but it is bound by physical limits.

Operating Region Condition Typical Output Behavior
Linear (Active) Input signal within limits; feedback intact. Vout = -Vin × (Rf / Rin). Output stays within 1.5V to 2V of the supply rails (headroom dependent).
Positive Saturation Input drives output beyond positive rail limit. Vout clamps near V+ (e.g., +13.5V on a +15V rail). Signal clips.
Negative Saturation Input drives output beyond negative rail limit. Vout clamps near V- (e.g., -13.5V on a -15V rail). Signal clips.
Slew Rate Limiting High frequency or large amplitude input. Output becomes a triangle wave; the IC cannot change voltage faster than its dV/dt spec (e.g., 13V/µs for TL072).

How to Bias for Single-Supply Operation

If you are running a single 5V or 12V supply (no negative rail), the op-amp cannot output negative voltages. You must artificially create a "virtual ground" at half your supply voltage (Vcc/2). Connect a voltage divider (two equal resistors, e.g., 10kΩ each) from Vcc to GND, and tie the non-inverting input (+) to this midpoint. Bypass this midpoint to ground with a 10µF capacitor to shunt power supply noise away from your signal reference.

Step-by-Step: Building a -10x Gain Audio Inverter

Let us build a practical audio phase-inverter using a TL072 on a ±12V dual supply. We want a gain of -10. Therefore, if Rin = 10kΩ, Rf must be 100kΩ.

Safety & ESD Warning: JFET and CMOS op-amps are highly sensitive to electrostatic discharge. Always handle the IC with grounded tools, and ensure your soldering iron tip is properly earthed before touching the pins.
  1. Establish Power and Decoupling: Connect +12V to Pin 8 and -12V to Pin 4. Critical step: Place a 100nF (0.1µF) ceramic capacitor from Pin 8 to Ground, and another from Pin 4 to Ground, as physically close to the IC as possible. This prevents high-frequency oscillation.
  2. Wire the Input Network: Connect your AC audio signal source through a 10kΩ resistor (Rin) to Pin 2 (Inverting Input). The input impedance of this circuit is exactly 10kΩ.
  3. Wire the Feedback Network: Connect a 100kΩ resistor (Rf) from Pin 1 (Output) back to Pin 2 (Inverting Input). This sets the closed-loop gain to -10.
  4. Ground the Non-Inverting Input: Connect Pin 3 directly to your clean audio ground. This establishes the 0V reference for the virtual short.
  5. Route the Output: Take your amplified, inverted signal from Pin 1. If driving a single-supply downstream stage or blocking DC offset, place a 10µF film or electrolytic capacitor in series with the output.

Failure Modes and Multimeter Troubleshooting

Op-amps rarely fail gracefully. Common failure modes include latch-up (caused by input voltages exceeding the supply rails, destroying internal parasitic SCR structures), thermal shutdown (from driving low-impedance loads like 8Ω speakers directly), and blown output stages (shorting internally to V+ or V-).

Testing with a Digital Multimeter (DMM)

Do not rely on simply swapping the chip. Use your DMM to diagnose the circuit state.

  1. Power-Off Junction Test: Set your DMM to Diode Test mode. Place the red probe on the V- pin (Pin 4) and the black probe on the Inverting Input (Pin 2). For a BJT input (LM358), you should read ~0.6V. For a JFET input (TL072), you should read 'OL' (Overload). If you read 0.0V or a dead short, the input protection diodes or the transistor junction is blown. Replace the IC.
  2. Power-On Supply Verification: Turn the circuit on. Measure Pin 8 and Pin 4 relative to ground. If you do not see your expected supply voltages (e.g., +12V and -12V), trace your power delivery before blaming the IC.
  3. The Virtual Short Check: With power on and a signal applied, measure the DC voltage between Pin 2 and Pin 3. In a properly functioning linear op-amp with negative feedback, this voltage should be virtually zero (typically < 5mV). If you measure a large differential voltage (e.g., > 100mV) while the output is active, the feedback loop is broken, or the IC has lost its internal gain.
  4. Rail-Pinning Diagnosis: If the output (Pin 1) is stuck at exactly +11V or -11V (near the rails) while the inputs are at 0V, the IC is either saturated due to a massive DC offset, oscillating at RF frequencies (your DMM averages it to a DC rail value), or internally shorted. Check your decoupling caps and feedback resistor solder joints.

Frequently Asked Questions

Why is my inverting op amplifier outputting a triangle wave instead of a sine wave?

You have exceeded the op-amp's slew rate. Slew rate is the maximum speed the output voltage can change, measured in Volts per microsecond (V/µs). If you feed a 10V peak sine wave at 100kHz into an LM358 (slew rate 0.6 V/µs), the IC physically cannot move the voltage fast enough to track the curve, resulting in linear ramps (triangle waves). To fix this, either reduce the signal frequency/amplitude, or upgrade to a faster op-amp like the OPA2134 (20 V/µs) or an RF-specific amplifier like the OPA656.

Can I use an inverting op amplifier with a single 5V microcontroller supply?

Yes, but you must select an op-amp rated for single-supply, rail-to-rail operation, such as the MCP6002 or LM358. Because the op-amp cannot output negative voltages on a single 5V rail, you must bias the non-inverting input (+) to a virtual ground of 2.5V. Your AC input signal will then swing above and below this 2.5V reference, and the output will mirror it (inverted) around 2.5V. Ensure your input signal amplitude does not exceed the headroom limits, or the output will clip against the 0V and 5V rails.

What happens if I accidentally swap the inverting and non-inverting pins on the breadboard?

You will instantly convert your circuit from negative feedback to positive feedback. Instead of acting as a linear amplifier, the op-amp will behave as a comparator with hysteresis (a Schmitt trigger). The output will aggressively latch to either the positive or negative supply rail depending on microscopic noise or offset voltages at the inputs. It will not amplify your signal linearly, and if the output is tied back to the non-inverting input through a low-impedance path, it can cause excessive current draw and thermal damage to the output stage.