The most common types of op amp circuits are the inverting amplifier, non-inverting amplifier, voltage follower (buffer), comparator, and differential amplifier. Your choice between these topologies depends entirely on your input impedance requirements, desired gain, and whether you are running a dual-rail or single-supply system. While the underlying semiconductor physics is complex, applying these five configurations on the bench requires only a solid grasp of feedback networks, virtual grounds, and component limitations.
The Op Amp Symbol, Pinout, and Safe Default Part Numbers
Before wiring any circuit, you must understand the standard schematic symbol and physical pinout. The op amp symbol is a triangle pointing right. The inverting input (-) and non-inverting input (+) are on the left, and the output is on the right. In a physical 8-pin DIP or SOIC package, the standard pinout is:
- Pin 1: Offset Null (or NC on duals)
- Pin 2: Inverting Input (-) for Amp A
- Pin 3: Non-Inverting Input (+) for Amp A
- Pin 4: V- (Negative Supply or Ground)
- Pin 5: Non-Inverting Input (+) for Amp B
- Pin 6: Inverting Input (-) for Amp B
- Pin 7: Output for Amp B
- Pin 8: V+ (Positive Supply)
Choosing the right silicon prevents 90% of bench headaches. Here are the safe default part numbers for 2026, complete with the ratings you need to check against your design:
| Part Number | Best For | Supply Range | Slew Rate | Input Bias Current | Est. Price (1k qty) |
|---|---|---|---|---|---|
| LM358 | General purpose, single-supply DC | 3V to 32V (Single) / ±1.5V to ±16V (Dual) | 0.3 V/µs | ~20 nA (BJT) | $0.12 |
| TL072 | Audio, low-noise dual-rail | ±5V to ±18V (Dual only) | 13 V/µs | ~5 pA (JFET) | $0.35 |
| MCP6001 | 3.3V/5V MCU interfacing, RRIO | 1.8V to 6.0V (Single) | 0.6 V/µs | ~1 pA (CMOS) | $0.22 |
| OPA2134 | High-fidelity audio, precision | ±2.5V to ±18V | 20 V/µs | ~5 pA (JFET) | $4.50 |
Core Types of Op Amp Circuits and Operating Regions
Every practical application maps back to one of these five foundational configurations. Understanding the operating regions—specifically how the output behaves relative to the supply rails—is critical for avoiding clipping and distortion.
| Circuit Type | Gain Formula | Input Impedance | Output Region Constraint | Primary Use Case |
|---|---|---|---|---|
| Inverting Amplifier | -Rf / Rin | Equal to Rin | V- + 0.2V to V+ - 1.5V (Typ) | Signal inversion, summing mixers |
| Non-Inverting Amplifier | 1 + (Rf / Rin) | Extremely High (>1MΩ) | V- + 0.2V to V+ - 1.5V (Typ) | Buffering high-Z sensors (piezo, mic) |
| Voltage Follower | 1 (Unity) | Extremely High | Same as Non-Inverting | Impedance matching, driving heavy loads |
| Comparator | Open Loop (∞) | Extremely High | Saturates to V- or V+ rail | Zero-cross detection, threshold switching |
| Differential Amplifier | Rf / Rin (matched) | Equal to Rin (both inputs) | V- + 0.2V to V+ - 1.5V (Typ) | Current shunt monitoring, noise rejection |
For a deeper dive into the internal transistor stages that dictate these operating limits, the All About Circuits semiconductor textbook provides an excellent breakdown of the differential input and push-pull output stages.
How to Bias, Select, and Test an Op Amp
Biasing for Single-Supply Systems
Op amps are inherently dual-rail devices; they expect the input signal to sit halfway between V+ and V-. When running from a single 5V or 12V supply, you must create a "virtual ground" at Vcc/2.
The standard biasing network: Use two 10kΩ 1% resistors in series from V+ to GND. Connect the midpoint to the non-inverting input. Crucially, place a 10µF ceramic or tantalum bypass capacitor from that midpoint to GND to shunt power supply noise away from your signal path. AC-couple your input signal through a 1µF series capacitor so it rides on this Vcc/2 DC bias.
How Op Amps Fail and How to Test Them
Op amps typically fail in three ways: output stage short (stuck to a rail), input stage blowout (ESD damage causing high offset voltage), or thermal shutdown. Here is how to test a suspected dead chip with a standard digital multimeter (DMM):
- De-energize the circuit. Remove power completely.
- Diode Test (Input Stage): Set your DMM to diode mode. Place the red probe on V- (Pin 4) and the black probe on the Inverting Input (Pin 2). You should read a forward voltage drop of roughly 0.6V (the base-emitter junction of the input BJT). Repeat for the Non-Inverting Input. If you read OL (open) or 0.0V (short), the input stage is destroyed.
- Continuity Test (Output Stage): Switch to continuity mode. Check between the Output pin and V+, then Output and V-. Both should read OL. If you hear a beep, the internal output transistors have shorted.
- Live Voltage Check: Power the circuit. If the inputs are at the same voltage (virtual short condition) but the output is pegged exactly to V+ or V-, and the feedback network is intact, the internal differential pair has failed.
Complete Application: 1kHz Active Low-Pass Filter
Let's build a unity-gain Sallen-Key active low-pass filter. This topology is vastly superior to a passive RC filter because the op amp provides a low-impedance output that can drive the next stage without altering the cutoff frequency. We will target a cutoff frequency ($f_c$) of roughly 1kHz.
Bill of Materials:
- 1x TL072 Dual Op Amp (Requires ±9V or ±12V dual supply)
- 2x 10kΩ 1% Metal Film Resistors (R1, R2)
- 1x 10nF (0.01µF) C0G/NP0 Ceramic Capacitor (C1)
- 1x 22nF (0.022µF) C0G/NP0 Ceramic Capacitor (C2)
Wiring Steps:
- Power the IC: Connect +12V to Pin 8 (V+) and -12V to Pin 4 (V-). Place 100nF bypass capacitors from each power pin directly to ground, as close to the IC body as possible.
- Wire the Feedback Loop: Connect a jumper wire from Pin 6 (Inverting Input) to Pin 7 (Output). This configures Amp B as a unity-gain voltage follower.
- Build the RC Network: Connect R1 (10kΩ) from your input signal source to Pin 5 (Non-Inverting Input). Connect R2 (10kΩ) from Pin 5 to one leg of C1 (10nF). Connect the other leg of C1 to the Output (Pin 7).
- Ground the Timing Cap: Connect C2 (22nF) between Pin 5 and circuit Ground.
- Verify: Inject a 1Vpp sine wave. Sweep from 100Hz to 10kHz. At 1kHz, the output amplitude should drop to 0.707Vpp (-3dB). Above 1kHz, it should roll off at -40dB/decade (second-order slope).
For more advanced filter topologies and stability compensation techniques, refer to the Texas Instruments Op-Amp Design Resources, which provide free SPICE models and calculator tools for Sallen-Key and Multiple Feedback (MFB) filters.
Frequently Asked Questions About Op Amp Configurations
What are the different types of op amp circuits used in audio?
In audio design, the non-inverting amplifier is the workhorse for microphone preamps because it offers massive input impedance, preventing the loading down of passive guitar pickups or dynamic mic elements. The inverting summing amplifier is universally used in mixing consoles to combine multiple audio channels without crosstalk, as the virtual ground at the inverting input isolates each channel's signal. Finally, voltage followers are used extensively as line drivers to send signals down long cables without high-frequency loss due to cable capacitance.
Which types of op amp circuits work best with single-supply 3.3V systems?
When interfacing with 3.3V microcontrollers (like an ESP32 or STM32), you must use Rail-to-Rail Input/Output (RRIO) op amps like the MCP6001 or TLV2371. The voltage follower and non-inverting amplifier are the most common topologies here, typically biased at 1.65V (Vcc/2). Avoid the LM358 in 3.3V systems; its output cannot swing higher than ~1.8V on a 3.3V rail, rendering it useless for reading the full 0-3.3V ADC range of modern microcontrollers.
How do I prevent oscillation in high-gain types of op amp circuits?
High-gain inverting and non-inverting circuits are prone to high-frequency parasitic oscillation (often in the MHz range, invisible to standard DMMs but obvious on an oscilloscope). To prevent this:
1. Keep feedback resistor values below 100kΩ to minimize parasitic capacitance at the inverting node.
2. Place a small feedback capacitor (10pF to 100pF) in parallel with the feedback resistor to roll off high-frequency gain.
3. Ensure your power supply bypass capacitors (100nF ceramic + 10µF electrolytic) are placed within 5mm of the IC power pins. For a comprehensive guide on PCB layout rules to prevent oscillation, the Analog Devices Op-Amp Tutorials are the industry gold standard.






