The most foundational and widely used circuit diagram of an operational amplifier is the inverting configuration. By utilizing negative feedback, this topology forces the op-amp to operate in its linear region, yielding a precise, predictable voltage gain determined entirely by the ratio of two external resistors. Whether you are designing a sensor front-end, an audio preamplifier, or a summing mixer, understanding the node behavior, failure modes, and physical layout of this circuit is mandatory for any electronics workbench.

The Inverting Op-Amp Circuit Diagram: Topology and Node Labels

To analyze the circuit diagram of an operational amplifier in the inverting configuration, we must define the four critical nodes and the feedback network. The core principle relies on the op-amp's open-loop gain (often >100,000) and negative feedback to create a "virtual short" between the two input pins.
  • Node 1 ($V_{in}$): The input signal source. This connects to the input resistor ($R_{in}$).
  • Node 2 ($V_-$): The inverting input pin. This is the "summing junction" or "virtual ground." Because the op-amp drives its output to minimize the voltage difference between its inputs, and the non-inverting pin is at 0V, Node 2 sits at a virtual 0V. It is not physically connected to ground, but it behaves as if it is.
  • Node 3 ($V_+$): The non-inverting input pin. In a standard dual-supply inverting amplifier, this is tied directly to the system ground (0V reference).
  • Node 4 ($V_{out}$): The output pin. This drives the load and feeds back through the feedback resistor ($R_f$) to Node 2.

Why Choose Inverting Over the Non-Inverting Alternative?

When reviewing a circuit diagram of an operational amplifier, you will frequently see the non-inverting topology as an alternative. The non-inverting configuration offers extremely high input impedance, which is excellent for buffering high-impedance voltage sources like piezo sensors. However, the inverting topology wins when common-mode rejection and virtual grounding are required.

In a non-inverting amplifier, the input signal appears directly at both op-amp inputs. If your signal swings close to the power rails, the op-amp may clip due to common-mode input range limitations. In the inverting topology, both inputs remain firmly at 0V (virtual ground), completely eliminating common-mode voltage errors. Furthermore, the virtual ground node makes the inverting topology the only viable choice for current-to-voltage converters (transimpedance amplifiers) and summing amplifiers, where multiple input currents must be isolated from one another.

Design Walkthrough: Building a Gain-of-10 Sensor Amplifier

Let's move from abstract theory to a physical build. We will design an inverting amplifier with a voltage gain of -10, suitable for amplifying a low-level analog sensor signal (e.g., a 100mV peak-to-peak sine wave) to a 1V peak-to-peak signal for an ADC.

Component Selection (2026 Bench Standards):

  • IC: TL072CP (Dual JFET-input op-amp). It offers low noise, high slew rate (13 V/µs), and costs roughly $0.80. JFET inputs mean input bias currents are in the picoamp range, simplifying our resistor network.
  • $R_{in}$ (Input Resistor): 10 kΩ, 1% tolerance metal film. This sets the input impedance of the circuit to 10 kΩ.
  • $R_f$ (Feedback Resistor): 100 kΩ, 1% tolerance metal film. Gain = $-R_f / R_{in} = -100k / 10k = -10$.
  • Power Supply: Dual bench supply set to ±12V. This provides a total 24V headroom, allowing the output to swing cleanly without clipping a 1Vpp signal.
  • Decoupling: Two 100 nF (0.1 µF) X7R MLCC capacitors. One from Pin 8 ($V+$) to ground, one from Pin 4 ($V-$) to ground. Never omit these; high-frequency oscillation will destroy your signal integrity.
Callout: Input Bias Compensation
If you were using a BJT-input op-amp like the LM358, you would need to add a compensation resistor ($R_{comp}$) between Node 3 ($V_+$) and ground to balance the voltage drop caused by input bias currents. The value is $R_{in} || R_f$ (approx 9.1 kΩ). Because the TL072 uses JFET inputs with negligible bias current, $R_{comp}$ is optional here, but it remains a best practice in high-precision circuit diagrams.

Failure Mode Analysis: What Breaks at the Extremes?

A robust understanding of any circuit diagram of an operational amplifier requires knowing how it fails. The table below contrasts the circuit's behavior when individual elements experience open or short faults. This is critical for troubleshooting a dead board with a multimeter.
Element Fault Condition Circuit Behavior & Output Result
$R_f$ Open Feedback loop breaks. Op-amp runs open-loop. Output immediately saturates to the positive or negative rail (±11V) depending on microscopic input offset voltage.
$R_f$ Short $V_{out}$ is forced directly to $V_-$. To maintain the virtual short with $V_+$ (0V), the op-amp drives the output to 0V. Gain becomes 0.
$R_{in}$ Open No input current reaches the summing node. $V_{out}$ sits at 0V (plus minor offset). The circuit completely ignores $V_{in}$.
$R_{in}$ Short $V_{in}$ connects directly to $V_-$. The op-amp cannot maintain virtual ground if $V_{in} \neq 0V$. Output immediately saturates to the opposite polarity rail.
$V_+$ Node Open (Floating) Non-inverting pin acts as an antenna, picking up stray EMI. Output oscillates wildly or saturates due to unpredictable common-mode shifts.

Step-by-Step Breadboard Testing and Verification

Translating a schematic into physical hardware introduces parasitic inductance and wiring errors. Follow this exact sequence to verify your circuit diagram of an operational amplifier on a solderless breadboard. For detailed pinout and electrical characteristics, always cross-reference the Texas Instruments TL072 Datasheet.
  1. Power Down & IC Placement: Ensure the bench supply is off. Insert the TL072 across the breadboard's center trench. Verify the notch/dot indicating Pin 1 is at the top-left.
  2. Wire Power & Decoupling: Connect Pin 8 to +12V and Pin 4 to -12V. Insert the 100 nF decoupling capacitors as close to the IC pins as physically possible, routing their other legs to the common ground rail.
  3. Establish the Ground Reference: Tie the breadboard's ground rail to the 0V terminal of your dual bench supply. Connect Pin 3 ($V_+$) directly to this ground rail.
  4. Install the Feedback Network: Insert the 100 kΩ $R_f$ resistor between Pin 2 ($V_-$) and Pin 1 ($V_{out}$). This must be a direct, short connection to minimize parasitic capacitance.
  5. Install the Input Resistor: Insert the 10 kΩ $R_{in}$ resistor with one leg in the same row as Pin 2, and the other leg in an empty row to serve as your $V_{in}$ terminal.
  6. Quiescent Verification: Power on the supply. Leave $V_{in}$ floating or grounded. Use a multimeter to measure DC voltage between Pin 1 ($V_{out}$) and ground. It should read between -5mV and +5mV. If it reads ±11V, you have a wiring fault or an open feedback loop.
  7. Signal Injection: Connect a function generator to $V_{in}$. Set it to a 100 mVpp, 1 kHz sine wave with a 0V DC offset. Probe $V_{out}$ with an oscilloscope. You should see a 1.0 Vpp sine wave that is exactly 180° out of phase (inverted) with the input.

For a deeper theoretical breakdown of the virtual short concept and Kirchhoff's Current Law at the summing junction, the All About Circuits Inverting Amplifier chapter provides excellent foundational math.

Frequently Asked Questions

Why does my circuit diagram of an operational amplifier show a resistor on the non-inverting pin?

In many precision schematics, you will see a resistor ($R_{comp}$) connecting the non-inverting pin ($V_+$) to ground, even though no signal is applied there. This is for input bias current compensation. Real op-amps draw a tiny amount of DC current into their input pins. When this current flows through the high-value feedback network on the inverting side, it creates a small voltage drop, resulting in an output DC offset error. By placing a resistor on the non-inverting pin equal to the parallel combination of $R_{in}$ and $R_f$ ($R_{comp} = R_{in} || R_f$), you create an identical voltage drop on both sides, canceling the error. This is critical for BJT op-amps like the LM358, but largely optional for JFET/CMOS types like the TL072 or OPA2134.

Can I use a single 5V supply instead of a dual ±12V supply for this circuit diagram?

Yes, but you must modify the circuit diagram of the operational amplifier to create an "artificial ground" or virtual midpoint. An op-amp cannot output a voltage below its negative supply rail. If you power the TL072 with 5V and 0V, a negative-going input signal will cause the output to clip hard at 0V. To fix this, you use a voltage divider (two equal resistors, e.g., 10kΩ each) from 5V to 0V to create a 2.5V reference. You then connect the non-inverting pin ($V_+$) to this 2.5V reference instead of 0V. Your input signal must be AC-coupled through a series capacitor, and your output will sit at a 2.5V DC bias, swinging ±2.5V around that midpoint. Note that the TL072 requires a minimum total supply voltage of roughly 7V to 10V to operate correctly; for a strict 5V single-supply design, swap the IC for a rail-to-rail CMOS op-amp like the MCP6002.

What happens to the bandwidth when I increase the feedback resistor value?

Every op-amp has a fixed Gain-Bandwidth Product (GBWP). The TL072 has a typical GBWP of 3 MHz. If your circuit diagram of an operational amplifier is set to a gain of -10, your maximum usable bandwidth (the -3dB cutoff frequency) is $3 \text{ MHz} / 10 = 300 \text{ kHz}$. If you increase $R_f$ to 1 MΩ to achieve a gain of -100, your bandwidth drops to 30 kHz. Furthermore, using excessively large feedback resistors (e.g., >1 MΩ) introduces parasitic capacitance between the resistor's physical leads and the breadboard. This capacitance, interacting with $R_f$, creates an unintended low-pass filter in the feedback loop, which can cause phase shift, ringing, or high-frequency oscillation. Keep $R_f$ between 10 kΩ and 100 kΩ for optimal stability and bandwidth.