The direct answer for your bench work: the inverting op amp gain is determined strictly by the ratio of your feedback resistor to your input resistor, expressed as Av = -Rf / Rin. If you need a voltage gain of -10, you use a 100kΩ feedback resistor and a 10kΩ input resistor. The negative sign indicates a 180-degree phase shift (inversion) between the input and output signals. This configuration is the workhorse of analog signal conditioning, offering precise gain control and a low, predictable input impedance.

The Core Formula and Symbol Pinout

In an ideal inverting amplifier, the non-inverting input (+) is tied to ground. Because of the op amp's massive open-loop gain, the negative feedback forces the inverting input (-) to match the non-inverting input. This creates a virtual ground at the inverting pin. The current flowing through Rin must therefore flow entirely through Rf, yielding the output voltage formula:

Vout = -Vin × (Rf / Rin)

When reading a schematic, the op amp symbol is a triangle pointing right. The non-inverting input (+) and inverting input (-) are on the left vertical edge, and the output is on the right point. In physical space, the industry-standard 8-pin DIP (Dual In-line Package) maps these functions to specific silicon connections. Memorizing this pinout saves you from frying chips on the breadboard:

  • Pin 1: Offset Null (used with a potentiometer to trim DC offset to zero)
  • Pin 2: Inverting Input (-) (your signal input via Rin and feedback node via Rf)
  • Pin 3: Non-Inverting Input (+) (tied to ground or a bias voltage)
  • Pin 4: V- (Negative Supply Rail)
  • Pin 5: Offset Null
  • Pin 6: Output (drives your load)
  • Pin 7: V+ (Positive Supply Rail)
  • Pin 8: NC (No Connect - internally unconnected)
Bench Tip: Always double-check Pin 4 and Pin 7 before applying power. Reversing the supply rails on a standard bipolar op amp will instantly destroy the silicon substrate, sometimes violently.

Selecting and Biasing the Right Op Amp

Choosing an op amp requires matching the IC's internal architecture to your signal type and power supply. Biasing is equally critical: if you are running off a dual supply (e.g., ±12V), Pin 3 simply goes to system ground. If you are running off a single supply (e.g., +5V and GND), you must create an artificial 'virtual ground' at Vcc/2 (2.5V) using a resistor voltage divider and buffer it, then tie Pin 3 to that 2.5V node so the AC signal has room to swing negative relative to the bias point.

Here are the safe default part numbers with their critical ratings for 90% of hobbyist and prosumer applications:

Part Number Supply Voltage Range Input Bias Current Slew Rate Best Application
TL072 ±5V to ±18V (Dual) 50 pA (JFET) 13 V/µs Audio preamps, high-impedance sensor buffers
LM358 3V to 32V (Single) or ±16V (Dual) 45 nA (BJT) 0.6 V/µs Low-power DC sensing, battery-operated gadgets
NE5532 ±5V to ±22V (Dual) 500 nA (BJT) 9 V/µs Low-noise audio mixing, driving heavy loads
MCP6002 1.8V to 5.5V (Single) 1 pA (CMOS) 0.6 V/µs 3.3V microcontroller ADC buffering, rail-to-rail I/O

For a deeper dive into matching op amp parameters to specific signal chains, the Texas Instruments Op-Amp Overview provides excellent selection matrices based on bandwidth and noise requirements.

Step-by-Step Application Circuit: 10x Audio Inverter

Let's build a practical circuit: an inverting amplifier that takes a 100mV peak AC audio signal and amplifies it to -1V peak (a gain of -10), using a TL072 on a ±12V dual supply.

Materials List:

  • 1x TL072 IC
  • 1x 10kΩ 1/4W resistor (Rin)
  • 1x 100kΩ 1/4W resistor (Rf)
  • 2x 100nF ceramic capacitors
  • 2x 10µF electrolytic capacitors

Wiring Steps:

  1. Seat the IC: Place the TL072 across the center trench of your breadboard. Identify Pin 1 via the notch/dot on the IC casing.
  2. Power Rails: Connect your +12V supply to Pin 7 and your -12V supply to Pin 4. Connect your system ground to the breadboard's central ground rail.
  3. Decoupling: Solder or place one 100nF ceramic capacitor directly between Pin 7 and ground, and another between Pin 4 and ground. Place the 10µF electrolytic caps in parallel with them (observing polarity) to handle low-frequency transient current demands.
  4. Bias the Non-Inverting Input: Run a jumper wire from Pin 3 directly to the system ground rail.
  5. Install Input Resistor: Insert the 10kΩ Rin so one leg connects to your audio input signal source, and the other leg connects to Pin 2 (Inverting Input).
  6. Install Feedback Resistor: Insert the 100kΩ Rf so one leg connects to Pin 2, and the other leg connects to Pin 6 (Output). This closes the negative feedback loop.
  7. Verify and Test: Power the supply. Feed a 1kHz 100mV sine wave into the input. Probe Pin 6 with an oscilloscope or AC multimeter; you should read exactly 1V RMS (inverted).

Failure Modes and Multimeter Diagnostics

Op amps rarely fail without a reason. The most common failure modes include latch-up (caused by input voltages exceeding the supply rails, destroying the internal differential pair), thermal runaway from shorting the output pin to ground or a rail, and ESD damage to the high-impedance input gates (especially on CMOS/JFET types like the MCP6002 or TL072).

When a circuit isn't behaving, grab your digital multimeter (DMM) and follow this diagnostic sequence to isolate the fault. For more on systematic analog debugging, reference this guide on inverting and non-inverting amplifier troubleshooting.

  1. Verify Supply Rails: Set DMM to DC Volts. Measure Pin 7 to Pin 4. On a ±12V supply, this must read exactly 24V. If it reads 0V, check your power supply and breadboard connections. If it reads significantly lower, the IC is likely shorted internally and pulling excessive current.
  2. Check the Virtual Ground: Measure Pin 3 to system ground. It should read 0V (or your bias voltage, e.g., 2.5V). Now measure Pin 2 to ground. Because of negative feedback, Pin 2 must read the same voltage as Pin 3 (within a few millivolts). If Pin 2 is floating, railed to V+, or railed to V-, the internal feedback loop is broken, or the chip is dead.
  3. Test Output Saturation: Ground the input signal source. Measure Pin 6 (Output) to ground. It should read near 0V (allowing for up to 10-20mV of inherent DC offset). If Pin 6 is slammed against +12V or -12V, the op amp is saturated. This means either the input stage is blown, the feedback resistor (Rf) is open-circuit, or the circuit is oscillating at high frequencies (which a standard DMM will read as a railed DC offset).
Diagnostic Trick: If you suspect high-frequency oscillation causing a false 'railed' reading on your DMM, temporarily place a 100pF ceramic capacitor in parallel with Rf. If the output immediately drops back to 0V, your layout has too much stray capacitance on the inverting pin and you need to physically shorten the PCB traces or breadboard jumpers.

Frequently Asked Questions

Why is my inverting op amp gain lower than the calculated value?

If your math dictates a gain of -100 but you are only measuring -40 at higher frequencies, you have hit the Gain-Bandwidth Product (GBWP) limit of the IC. Every op amp has a fixed GBWP. For example, the LM358 has a GBWP of roughly 1 MHz. If you set a closed-loop gain of 100 (40dB), the maximum frequency it can amplify before the gain starts rolling off is 1 MHz / 100 = 10 kHz. To fix this, select an op amp with a higher GBWP, like the NE5532 (10 MHz), or reduce the gain per stage and cascade two amplifiers.

Can I use an inverting op amp configuration with a single power supply?

Yes, but you cannot simply tie Pin 3 to ground if you are dealing with AC signals. Because the output cannot swing below the negative supply rail (0V in a single supply system), a ground-referenced AC input will result in severe clipping on the negative half-cycles. You must bias Pin 3 to exactly half your supply voltage (Vcc/2) using two equal resistors (e.g., two 10kΩ resistors from V+ to GND) and a bypass capacitor. This shifts your 'virtual ground' to Vcc/2, allowing the output to swing symmetrically above and below that bias point. Remember to AC-couple your input and output with series capacitors to block this DC bias from affecting adjacent stages.

What happens if I swap the inverting and non-inverting inputs?

If you route your feedback resistor to the non-inverting input (+) and your signal to the inverting input (-), you have created a positive feedback loop. The circuit will no longer act as a linear amplifier. Instead, it will act as a Schmitt trigger or a comparator. Any tiny voltage difference at the inputs will cause the output to instantly slam into the positive or negative supply rail and latch there. In high-speed or high-voltage circuits, this sudden latching can cause massive current spikes that destroy the IC.

How do I calculate the input impedance of an inverting op amp?

Unlike the non-inverting configuration (which boasts near-infinite input impedance), the input impedance of an inverting op amp is simply the value of your input resistor, Rin. Because the inverting pin is held at a virtual ground, the signal source 'sees' only Rin as the load. If your source is a high-impedance sensor (like a piezoelectric transducer or a passive guitar pickup), a 10kΩ Rin will heavily load the sensor, causing signal attenuation and high-frequency roll-off. In these cases, you must either increase Rin and Rf proportionally (e.g., 1MΩ and 10MΩ) or buffer the signal with a unity-gain non-inverting stage first.