If you need a reliable negative feedback op amp for general-purpose DC or audio circuits on a dual supply, buy the TL072 ($0.60/unit). For single-supply 3.3V/5V microcontroller interfacing, grab the MCP6002 ($0.40/unit). Negative feedback simply means routing a portion of the output signal back to the inverting input (pin 2 or 6), which forces the op-amp to self-correct and stabilize its closed-loop gain. Without it, an op-amp is just a high-gain comparator slamming between its voltage rails. With it, you get precise, predictable amplification.
The Mechanics of Negative Feedback
An ideal op-amp has infinite open-loop gain (typically 100,000 to 1,000,000 in real silicon). If you apply just 1mV of difference between the inputs, the output tries to swing to 100V, instantly hitting the power supply rails and saturating.
By connecting a feedback network (usually resistors) from the output back to the inverting input (-), the op-amp continuously adjusts its output to force the voltage difference between the two inputs to zero. This creates a virtual short (or virtual ground) between the inverting and non-inverting inputs. The closed-loop gain is now dictated entirely by your external passive components, rendering the op-amp's internal transistor variations irrelevant. As detailed in All About Circuits' semiconductor textbook, this is the foundational trick that makes linear analog design possible.
Standard 8-Pin DIP Pinout and Operation Regions
Most hobbyist and bench op-amps come in an 8-pin Dual In-Line Package (DIP). While internal architectures differ, the pinout is highly standardized across the industry (e.g., LM358, TL072, NE5532).
Standard 8-Pin DIP Pin Mapping:
- Pin 1: Offset Null (or NC on modern parts)
- Pin 2: Inverting Input (-)
- Pin 3: Non-Inverting Input (+)
- Pin 4: V- (Negative Supply or GND)
- Pin 5: Offset Null (or NC)
- Pin 6: Output
- Pin 7: V+ (Positive Supply)
- Pin 8: NC (No Connect) or second channel in dual packages
| Region | Input Condition | Output Voltage | Use Case |
|---|---|---|---|
| Linear (Active) | V+ ≈ V- (Virtual Short) | Between -10.5V and +10.5V | Amplifiers, filters, buffers |
| Positive Saturation | V+ > V- by > 1mV | ≈ +10.5V (V+ rail minus 1.5V dropout) | Comparators, logic HIGH |
| Negative Saturation | V- > V+ by > 1mV | ≈ -10.5V (V- rail plus 1.5V dropout) | Comparators, logic LOW |
Worked Example: 10x Inverting Amplifier Circuit
The inverting amplifier is the most common negative feedback topology. It provides a precise gain while offering a defined input impedance. Let's build a circuit with a gain of -10.
Component List:
- 1x TL072 (or half of the dual package)
- 1x 10kΩ Resistor (R_in)
- 1x 100kΩ Resistor (R_f)
- 1x 10kΩ Resistor (R_comp - optional for bias current cancellation)
- Power Supply: ±12V DC
Wiring Steps:
- Connect Pin 7 (V+) to your +12V rail. Connect Pin 4 (V-) to your -12V rail.
- Connect Pin 3 (Non-Inverting) directly to circuit Ground (0V).
- Connect R_in (10kΩ) from your input signal source to Pin 2 (Inverting).
- Connect R_f (100kΩ) from Pin 2 (Inverting) to Pin 6 (Output). This is your negative feedback loop.
- Connect R_comp (10kΩ) between Pin 3 and Ground to balance input bias currents (value = R_in || R_f).
The Math:
Closed-Loop Gain (A_v) = - (R_f / R_in) = - (100k / 10k) = -10.
If you feed a 0.5V DC signal into R_in, the op-amp will drive Pin 6 to exactly -5.0V. The input impedance seen by your source is simply the value of R_in (10kΩ).
Decision Matrix: Which Op-Amp Should You Buy?
Stop guessing in the parts bin. Use this decision tree to select the exact part number for your next build based on your supply rails and signal requirements. For deeper parameter analysis, refer to the Texas Instruments Op-Amp selection guide.
| Your Circuit Condition | Required Trait | Concrete Part Pick | Typical Cost |
|---|---|---|---|
| Interfacing 3.3V ESP32/STM32 ADCs; single supply | Rail-to-Rail I/O, low voltage | MCP6002 | $0.40 |
| Mixing audio, active filters, ±12V to ±15V dual supply | Low noise, JFET inputs, high slew rate | TL072 | $0.60 |
| Battery-powered sensor amp, 5V single supply, low speed | Ultra-low cost, wide single-supply range | LM358 | $0.15 |
| Precision DC measurement, strain gauges, thermocouples | Ultra-low offset voltage, low drift | OPA2134 or OP07 | $2.50+ |
Biasing Strategies: Single vs. Dual Supply
A major point of failure for beginners is applying dual-supply circuit topologies to a single-supply system. An op-amp doesn't know what "ground" is; it only sees the voltage difference between its V+ and V- pins.
Dual Supply Biasing (The Easy Way)
With a ±12V supply, your circuit ground sits exactly halfway between the rails. The op-amp can swing its output positive and negative relative to ground. No special biasing is required for AC or DC signals.
Single Supply Biasing (The Virtual Ground)
If you only have a 12V battery (V+ = 12V, V- = 0V/GND), the op-amp cannot output a negative voltage. If you try to build the inverting amplifier above, the negative half of your AC signal will hard-clip at 0V.
The Fix: You must create an artificial "mid-rail" bias.
- Build a voltage divider using two 10kΩ resistors in series across your 12V and GND.
- The midpoint yields 6V. Connect this to the Non-Inverting input (Pin 3) instead of GND.
- Place a 10µF bypass capacitor from the 6V midpoint to GND to keep the bias voltage stiff under AC loads.
- Your AC signal will now oscillate around 6V, allowing the output to swing from roughly 1.5V to 10.5V without clipping.
Bench Testing and Failure Diagnostics
Op-amps rarely fail gracefully. They usually die from electrostatic discharge (ESD) on the inputs, exceeding the maximum supply voltage, or shorting the output to a rail. Here is how to test a suspect DIP op-amp using a standard digital multimeter (DMM).
Step 1: The Power Rail Short Check (Resistance Mode)
Remove the IC from the circuit. Set your DMM to resistance (Ω). Measure between Pin 7 (V+) and Pin 4 (V-). You should read in the megaohms (MΩ) or an open loop (OL). If you read less than 100Ω, the internal silicon is fried. Toss it.
Step 2: Input Protection Diode Check (Diode Mode)
Set your DMM to Diode Test mode. Op-amps have internal ESD protection diodes clamping the inputs to the supply rails.
- Place the Red probe on Pin 4 (V-) and the Black probe on Pin 2 (IN-). You should read a standard silicon diode drop: 0.55V to 0.75V.
- Reverse the probes. The meter should read OL.
- Repeat for Pin 3 (IN+) and Pin 7 (V+). If any of these read 0.00V (short) or OL in both directions (blown diode), the IC is defective.
Step 3: The Live Output Test (Voltage Mode)
If the IC passes bench tests but the circuit misbehaves, power it up. Set the DMM to DC Volts. Measure Pin 6 (Output) relative to circuit ground.
- If the output is slammed to exactly V+ or V- (within 1.5V of the rail) and won't move when you tweak the input, check your feedback resistor (R_f). A broken solder joint or open R_f breaks the negative feedback loop, instantly turning your amplifier into a comparator and slamming the output into saturation.
Mastering the negative feedback op amp is about respecting its boundaries: keep the inputs within the common-mode voltage range, decouple the power pins, and always verify your feedback path. Stick to the TL072 for dual-rail prototyping and the MCP6002 for 3.3V microcontroller front-ends, and you will eliminate 90% of analog debugging headaches on the bench.






