An operational amplifier (op amp) is a high-gain, DC-coupled voltage amplifier with differential inputs and a single-ended output. In practical DIY and bench applications, an op amp amplifier circuit uses external feedback resistors to set a precise, stable closed-loop gain. If you need a safe default part number right now: use the LM358 for single-supply sensor interfacing, the TL072 for low-noise dual-supply instrumentation, and the NE5532 for audio line drivers. These three ICs cover 95% of hobbyist and prosumer analog front-end requirements without requiring exotic power rails.
This guide skips the abstract semiconductor physics and focuses strictly on bench-ready selection, biasing, circuit synthesis, and failure diagnostics. All ampacity and voltage thresholds assume standard commercial-grade ICs operating at 25°C ambient.
The Safe Defaults: Op Amp Amplifier IC Comparison
Selecting the right IC prevents oscillation, excessive noise, and output clipping. The table below maps the most common through-hole (DIP-8) and surface-mount (SOIC-8) dual op amps to their real-world operating limits. Always check the Texas Instruments LM358 Datasheet or equivalent manufacturer documentation for exact thermal derating curves before pushing these to their absolute maximums.
| Part Number | Supply Voltage (V) | Slew Rate (V/µs) | Input Bias Current | Best Application |
|---|---|---|---|---|
| LM358 | 3V to 32V (Single) or ±1.5V to ±16V | 0.6 | 20 nA (typ) | Single-supply sensor amps, LED drivers, low-speed DC buffering. |
| TL072 | ±5V to ±15V (Dual) | 13 | 5 pA (typ) | Low-noise instrumentation, strain gauge bridges, piezo preamps. |
| NE5532 | ±5V to ±15V (Dual) | 9 | 500 nA (typ) | Audio line drivers, active filters, headphone amplifiers. |
| MCP6002 | 1.8V to 5.5V (Single) | 0.6 | 1 pA (typ) | 3.3V MCU ADC buffering, battery-powered IoT sensor nodes. |
| OPA2134 | ±2.5V to ±18V (Dual) | 20 | 2 pA (typ) | High-end audio, precision DAC output stages, studio gear. |
Pinout, Symbol, and Operating Regions
Before wiring your breadboard, you must understand the physical pinout and the internal operating states. The standard dual op amp (like the LM358 or TL072) uses an 8-pin package. The industry-standard pinout is:
- Pin 1: Output A
- Pin 2: Inverting Input A (-)
- Pin 3: Non-Inverting Input A (+)
- Pin 4: V- (Negative Supply or Ground in single-supply)
- Pin 5: Non-Inverting Input B (+)
- Pin 6: Inverting Input B (-)
- Pin 7: Output B
- Pin 8: V+ (Positive Supply)
In schematic symbols, the op amp is drawn as a triangle. The non-inverting input (+) and inverting input (-) are on the flat left side, the output is at the right point, and the power rails (V+ and V-) are typically drawn entering the top and bottom of the triangle, though often omitted in dense schematics for readability. For a deeper look at how these symbols translate to complex feedback networks, the All About Circuits operational amplifier chapter provides excellent schematic references.
An op amp operates in one of three distinct regions based on the differential voltage between its inputs and the external feedback loop:
| Operating Region | Input Condition | Output Voltage (Vout) | Output Current Limit |
|---|---|---|---|
| Linear (Active) | V+ ≈ V- (Difference < 1mV, governed by feedback) | V- + 1.5V to V+ - 1.5V (Depends on rail headroom) | Determined by load (typically up to ±40mA) |
| Positive Saturation | V+ > V- by > 1mV (Open loop or overdriven) | Clamped near V+ rail (e.g., V+ - 1.5V for LM358) | Internal short-circuit limit (~40mA) |
| Negative Saturation | V- > V+ by > 1mV (Open loop or overdriven) | Clamped near V- rail (e.g., V- + 0.2V for LM358) | Internal short-circuit limit (~40mA) |
Biasing Strategies and a Complete Non-Inverting Circuit
How you bias an op amp amplifier depends entirely on your power supply topology. Op amps amplify the difference between their inputs; they do not inherently know what 'ground' is.
Dual-Supply vs. Single-Supply Biasing
If you use a dual supply (e.g., ±12V), Pin 4 goes to -12V, Pin 8 goes to +12V, and your circuit ground sits exactly at 0V. The inputs can swing above and below 0V naturally.
If you use a single supply (e.g., 12V and Ground), Pin 4 goes to Ground, and Pin 8 goes to 12V. Because the output cannot swing below Ground (Pin 4), an AC signal centered at 0V will have its negative half clipped off. To fix this, you must create a virtual ground (Vref) at exactly half your supply voltage (6V) and bias your non-inverting input to that Vref. This centers your AC signal in the middle of the linear region.
Application Circuit: 12V Single-Supply Non-Inverting Amplifier
Below is a complete, breadboard-ready non-inverting amplifier using an LM358, designed to amplify a 0.5Vpp AC sensor signal to 5.5Vpp, biased for a 12V single supply.
U1: LM358 (DIP-8)
R1 (Feedback): 100kΩ
R2 (Ground Ref): 10kΩ
R3, R4 (Virtual Ground Divider): 100kΩ each
C1 (Virtual Ground Bypass): 10µF electrolytic
C2 (Input AC Coupling): 1µF ceramic
Gain = 1 + (R1 / R2) = 1 + (100k / 10k) = 11.
- Establish the Virtual Ground: Connect R3 from Pin 8 (12V) to Pin 3. Connect R4 from Pin 3 to Pin 4 (Ground). This creates a 6V DC bias at Pin 3. Connect C1 from Pin 3 to Ground to filter out power rail noise.
- AC Couple the Input: Route your AC sensor signal through C2 into Pin 3. C2 blocks the sensor's DC offset while allowing the AC signal to ride on the 6V virtual ground.
- Set the Feedback Network: Connect R2 from Pin 2 (Inverting Input) to Ground. Connect R1 from Pin 2 to Pin 1 (Output).
- Power and Bypass: Apply 12V to Pin 8 and Ground to Pin 4. Place a 100nF ceramic bypass capacitor directly across Pin 8 and Pin 4, as physically close to the IC as possible to prevent high-frequency oscillation.
- Verify Output: With no input signal, measure Pin 1 with a multimeter. It should read exactly 6V DC. Apply a 0.5Vpp 1kHz sine wave to the input; the output should swing 5.5Vpp centered around 6V DC.
For advanced stability analysis, especially when driving capacitive loads, the TI Precision Labs Op Amp Video Series is the definitive resource on preventing phase margin degradation.
Failure Modes and Multimeter Testing
Op amps are rugged, but they do fail on the bench. Understanding how they die saves hours of troubleshooting. The most common failure modes are:
- Output Short Circuit: Accidentally wiring the output directly to ground or V+. Most modern ICs (like the LM358) have internal thermal shutdown and current limiting, but prolonged shorts will overheat the silicon and permanently shift the input offset voltage or melt the bond wires.
- Latch-Up: Applying an input voltage that exceeds the power supply rails (even momentarily during power-up sequencing). This triggers internal parasitic thyristors, causing the IC to draw massive current and destroy itself.
- Capacitive Load Oscillation: Driving a long coaxial cable or a large capacitor (>50pF) directly from the output without a series isolation resistor. This adds a pole to the feedback loop, destroying phase margin and turning your amplifier into a high-frequency RF oscillator, eventually overheating the output stage.
- ESD Damage: Static discharge on the high-impedance inputs blows the input protection diodes, resulting in massive input bias currents and a permanently clipped output.
How to Test an Op Amp with a Multimeter
If your circuit is misbehaving, do not immediately desolder the IC. Use this systematic DMM diagnostic path to isolate a dead op amp:
- Power Down and Discharge: Remove power and short the power rails together with a 1kΩ resistor to discharge any bypass capacitors.
- Check for Internal Shorts (Resistance Mode): Measure resistance between Pin 8 (V+) and Pin 4 (V-). A healthy IC will read >1kΩ (often in the megaohms). If it reads < 10Ω, the internal power bus is shorted; the IC is dead.
- Test Input Protection Diodes (Diode Mode): Set your DMM to diode test mode. Place the red probe on Pin 4 (Ground) and the black probe on Pin 2 (Inverting Input). You should read a standard silicon diode drop (0.5V to 0.7V). Reverse the probes; it should read 'OL' (Open Loop). Repeat for Pin 3. If it reads 0.0V or 'OL' in both directions, the input ESD diodes are blown.
- Check the DC Offset (Powered Test): Power the circuit. Temporarily jumper Pin 2 and Pin 3 to Ground (or Vref for single supply). Measure the DC voltage at Pin 1. A healthy op amp in a linear configuration will read within a few millivolts of the reference voltage. If Pin 1 is slammed against the V+ or V- rail, the IC has lost its ability to regulate the feedback loop and must be replaced.
By selecting the correct default IC for your specific bandwidth and supply constraints, properly biasing the inputs for your signal topology, and verifying health with a DMM, you can design op amp amplifier stages that perform reliably outside the simulation environment and on the physical workbench.






