An inverting op amp is a foundational analog building block that multiplies an input signal by a precise, negative gain factor. The direct answer for its voltage gain is Av = -Rf / Rin, where Rf is the feedback resistor and Rin is the input resistor. If you feed 0.5V into an inverting amplifier with a 100kΩ feedback resistor and a 10kΩ input resistor, you will get exactly -5.0V at the output (assuming your power rails can support that swing).

While the math is simple, the physical reality on the workbench involves input bias currents, common-mode voltage limits, and slew rate bottlenecks. This guide moves past abstract textbook theory and covers how to select, bias, build, and troubleshoot an inverting operational amplifier in real-world applications.

The Inverting Op Amp: Symbol, Pinout, and Core Math

The standard schematic symbol for an op amp is a triangle pointing to the right. The input marked with a minus sign (-) is the inverting input. The input marked with a plus sign (+) is the non-inverting input. The tip of the triangle is the output. Power rails (V+ and V-) are typically omitted in simplified schematics but are physically required for the silicon to function.

For the ubiquitous 8-pin DIP (Dual In-line Package) format, the industry-standard pinout is:

  • Pin 1: Offset Null (used to trim microscopic DC voltage errors)
  • Pin 2: Inverting Input (IN-)
  • Pin 3: Non-Inverting Input (IN+)
  • Pin 4: V- (Negative Supply Rail)
  • Pin 5: Offset Null
  • Pin 6: Output
  • Pin 7: V+ (Positive Supply Rail)
  • Pin 8: NC (No Connect)

In an inverting configuration, your signal enters through Rin into Pin 2 (IN-). Pin 3 (IN+) is tied to your reference ground. The feedback resistor (Rf) bridges Pin 6 (Output) back to Pin 2 (IN-). Because of the op amp's massive open-loop gain, it drives the output to whatever voltage is necessary to keep the voltage difference between Pin 2 and Pin 3 at virtually zero. This creates a virtual ground at the inverting input. For a deeper look at the underlying semiconductor physics, the All About Circuits inverting amplifier chapter provides an excellent breakdown of the internal differential pairs.

Selecting and Biasing Your Op Amp for the Job

Choosing the right silicon depends on your power supply topology and signal type. Biasing an op amp correctly is where most hobbyist circuits fail. You must ensure the input signal stays within the common-mode input voltage range and the output stays within the output voltage swing limits.

Safe Default Part Numbers and Ratings

Part NumberMax Supply (V)Slew RateInput TypeBest Use Case
LM741±18V (36V total)0.5 V/µsBJTLegacy educational builds, high-voltage DC control
TL072±18V (36V total)13 V/µsJFETAudio preamps, active filters, low-noise analog
LM35832V (Single or Dual)0.3 V/µsBJT (Darlington)Battery-powered single-supply sensors, slow DC
MCP60026.0V (Single)0.6 V/µsCMOS3.3V/5V microcontroller ADC buffering

Operation Regions and Voltage Limits

An op amp operates in three distinct regions depending on the input differential and the power rails. Assuming a standard ±12V dual-rail supply:

Operation RegionConditionTypical Output VoltageBehavior
Linear (Active)Vin is within limits and Gain * Vin < Rails-10.5V to +10.5VAv = -Rf/Rin holds true. Virtual ground is maintained.
Positive SaturationGain * Vin attempts to exceed +Rail~ +10.5V (Clipped)Output transistors fully on. Virtual ground is lost.
Negative SaturationGain * Vin attempts to exceed -Rail~ -10.5V (Clipped)Output transistors fully on. Virtual ground is lost.
Bench Tip: Notice the output limits in the table above. A standard LM741 or TL072 cannot swing 'rail-to-rail'. On a ±12V supply, the output will clip around ±10.5V. If you need the output to reach exactly 0V and 5V on a single 5V supply, you must explicitly buy a 'Rail-to-Rail Output' (RRO) op amp like the MCP6002.

Application Circuit: 10x Audio Preamplifier Build

Let's build a practical inverting amplifier to boost a low-level audio signal (like a passive guitar pickup) by a factor of 10 (20dB). We will use a TL072 for its low noise floor and high input impedance.

Component Values

  • U1: TL072 (Dual JFET op amp)
  • Rin: 10kΩ (Sets input impedance)
  • Rf: 100kΩ (Sets gain to -10)
  • Rcomp: 10kΩ (Bias current compensation, tied from IN+ to Ground)
  • C1, C2: 100nF ceramic bypass capacitors (V+ to GND, V- to GND)

Breadboard Wiring Steps

  1. Power the Rails: Connect your dual bench power supply to +12V, Ground, and -12V. Place the TL072 across the center trench. Connect Pin 7 to +12V and Pin 4 to -12V.
  2. Decouple the Supply: Insert C1 between Pin 7 and the ground rail. Insert C2 between Pin 4 and the ground rail. Keep these physically within 5mm of the IC pins to prevent high-frequency oscillation.
  3. Establish the Reference: Connect Pin 3 (IN+) directly to the ground rail. (For ultra-high precision DC, place Rcomp between Pin 3 and Ground to match the DC resistance seen by Pin 2, but for AC audio, a direct ground jumper is fine).
  4. Wire the Input: Connect one leg of Rin (10kΩ) to your audio input jack. Connect the other leg to Pin 2 (IN-).
  5. Close the Feedback Loop: Connect Rf (100kΩ) between Pin 2 (IN-) and Pin 6 (Output). This negative feedback forces the linear operation.
  6. Extract the Signal: Connect your oscilloscope probe or next amplifier stage to Pin 6.

Real-World Bench Scenario: When the Math Meets Reality

Textbook math assumes ideal power supplies and infinite common-mode ranges. Here is a classic failure scenario that burns hours of bench time.

The Setup: You are building a portable, battery-powered vibration sensor using an LM358. You power it with a single 9V battery (V+ = 9V, V- = 0V/GND). You wire a 10kΩ Rin and 100kΩ Rf for a gain of -10. You tie Pin 3 (IN+) directly to the 0V battery ground, assuming it's your 'reference'. You feed a 0.2V peak AC sine wave from the sensor into Rin.

The Expected Numbers: 0.2V input × -10 gain = -2.0V output.

The Outcome: The output on the oscilloscope is a flat line at roughly 0.02V. The signal is completely gone.

What Went Wrong: Two fatal single-supply errors occurred. First, an inverting amplifier with a gain of -10 requires a negative output voltage to process a positive input. On a single 9V supply where ground is 0V, the op amp cannot output -2.0V; it physically has no negative rail to pull from, so it slams into negative saturation (clipping near 0V). Second, the LM358's common-mode input range, while including ground, performs poorly when the differential pair is starved of headroom, and the AC signal swinging slightly below 0V triggers phase reversal or dead-zones.

The Fix: To run an inverting AC amplifier on a single supply, you must create an artificial virtual ground at half the supply voltage. 1. Build a voltage divider using two 100kΩ resistors from 9V to GND, creating a 4.5V reference. 2. Tie Pin 3 (IN+) to this 4.5V reference. 3. AC-couple your sensor input using a 10µF series capacitor before Rin, so the sensor's DC offset doesn't fight your 4.5V bias. 4. AC-couple the output with another 10µF capacitor. Now, a 0.2V peak swing at the input results in a 2.0V peak swing centered beautifully around 4.5V at the output, keeping it well within the 0V-9V rails.

Failure Modes and Multimeter Troubleshooting

Op amps are sensitive to electrostatic discharge (ESD), overvoltage, and output short circuits. If your circuit is built correctly but the output is stuck at a rail or completely dead, the IC might be blown. Here is how to test an inverting op amp with a standard digital multimeter (DMM).

Safety Warning: Always remove power from the circuit and discharge any large coupling capacitors before performing resistance or diode tests on semiconductor pins.

Step-by-Step Multimeter Diagnostics

  1. Verify Power Rails (Powered Test): Set DMM to DC Voltage. Black probe on circuit ground, red probe on Pin 7. You should read your positive supply (e.g., +12.0V). Move red to Pin 4; you should read your negative supply (e.g., -12.0V). If these are missing, your power routing is broken, not the IC.
  2. Check the Virtual Ground (Powered Test): With the circuit powered and an input signal applied, measure Pin 2 (IN-) relative to Pin 3 (IN+). In a functioning linear circuit, this differential voltage should be < 1mV. If you read several volts here, the feedback loop is broken (check Rf for an open circuit) or the op amp is saturated/blown.
  3. Test Internal Protection Diodes (Unpowered Test): Set your DMM to Diode Test mode. Place the black probe on the ground pin (or V- if single supply). Touch the red probe to Pin 2 and Pin 3. You are measuring the forward voltage of the internal ESD protection diodes. A healthy silicon junction will read between 0.5V and 0.8V.
    • If the meter reads 0.00V (Short): The input stage is fried, usually from an overvoltage spike exceeding the supply rails.
    • If the meter reads OL (Open): The internal bond wire or diode has melted from excessive current.
  4. Check Output Short (Unpowered Test): Still in Diode mode, measure from Ground to Pin 6 (Output). You should read a diode drop in one direction and OL in the other. If it reads short in both directions, the output push-pull transistor stage has failed, almost always caused by shorting the output pin directly to ground or a voltage rail while powered.

For a comprehensive look at how DC errors like input offset voltage and bias current affect your inverting gain calculations at the microvolt level, refer to the Analog Devices MT-041 Tutorial on Op Amp DC Errors. Understanding these non-ideal traits is what separates a working breadboard prototype from a manufacturable PCB design.

By respecting the common-mode limits, providing proper decoupling, and understanding how to artificially bias single-supply circuits, the inverting op amp becomes a highly predictable and robust tool in your analog arsenal.