An operational amplifier (op amp) is a high-gain, DC-coupled voltage amplifier with differential inputs and a single-ended output. In practical circuit design, it is the fundamental building block for signal conditioning, filtering, and mathematical operations. If you are looking for the immediate answer on which part to drop into your breadboard: use the LM358 for general-purpose, single-supply, low-cost applications (~$0.50); the TL072 for dual-supply audio and low-noise mixing (~$1.20); and the OPA2134 for high-precision DC measurement and low-offset sensor interfaces (~$4.50).

This guide moves past abstract textbook theory and focuses on how to actually bias, wire, test, and select op amps for real-world bench and jobsite projects.

The Anatomy of an Op Amp: Pinouts and Symbols

In circuit schematics, an op amp is represented by a triangle pointing to the right. The top input is typically the non-inverting input (+), the bottom is the inverting input (-), and the tip of the triangle is the output. Power rails (V+ and V-) are often omitted in high-level schematics but are physically required to operate the device.

For physical wiring, the 8-pin Dual In-line Package (DIP-8) is the most common footprint for hobbyists and prototyping. Using the ubiquitous dual-channel LM358 or TL072 as our baseline, here is the exact pinout you will encounter on the breadboard:

  • Pin 1 (Output A): Output of the first amplifier channel.
  • Pin 2 (Inverting Input A -): The negative feedback input for channel A.
  • Pin 3 (Non-Inverting Input A +): The positive signal input for channel A.
  • Pin 4 (V- / GND): Negative power rail. In dual-supply circuits, this connects to -Vcc (e.g., -9V). In single-supply circuits, this connects to Ground (0V).
  • Pin 5 (Non-Inverting Input B +): The positive signal input for channel B.
  • Pin 6 (Inverting Input B -): The negative feedback input for channel B.
  • Pin 7 (Output B): Output of the second amplifier channel.
  • Pin 8 (V+): Positive power rail (e.g., +9V, +12V, or +15V).
Bench Tip: Always place a 100nF (0.1µF) ceramic decoupling capacitor directly across Pin 8 (V+) and Pin 4 (V-) as close to the IC body as possible. This shunts high-frequency switching noise to ground and prevents the op amp from oscillating at RF frequencies.

Operation Regions and Biasing for the Real World

An op amp operates in three distinct regions depending on the voltage difference between its inputs and the power rails applied. Understanding these regions is critical for diagnosing why your circuit is railing out instead of amplifying.

Operation Region Condition Typical Output Voltage (Vout) Typical Output Current
Linear (Active) V- < Vout < V+ (Negative feedback applied) Exactly Aol × (V+ - V-) constrained by feedback network 0mA to 20mA (Source/Sink)
Positive Saturation Vin(+) > Vin(-) by more than a few mV (Open loop) V+ minus headroom (e.g., +13.5V on a ±15V supply) Limited by internal short-circuit protection (~40mA)
Negative Saturation Vin(-) > Vin(+) by more than a few mV (Open loop) V- plus headroom (e.g., -13.5V on a ±15V supply, or ~0.02V on single supply) Limited by internal short-circuit protection (~40mA)

How to Bias: Single vs. Dual Supply

Op amps do not inherently know what "ground" is; they only care about the voltage difference between V+ and V-.

  • Dual Supply Biasing: Connect V+ to +12V and V- to -12V. Ground (0V) sits exactly in the middle. This is ideal for AC audio signals because the waveform can swing symmetrically positive and negative without clipping.
  • Single Supply Biasing: Connect V+ to +9V and V- to Ground (0V). Because the output cannot swing below 0V, an AC signal will clip the negative half. To fix this, you must create a virtual ground at Vcc/2 (4.5V). Build a voltage divider using two 10kΩ resistors in series from V+ to GND, and buffer the midpoint with a 10µF bypass capacitor to ground. Feed this 4.5V reference to your non-inverting input to bias the AC signal in the middle of the linear region.

A Concrete Application: Non-Inverting Amplifier Circuit

Let's build a non-inverting amplifier to boost a 0.5V peak sensor signal to roughly 2.5V peak for an Arduino ADC. We need a voltage gain (Av) of approximately 5.

The formula for non-inverting gain is: Av = 1 + (Rf / Rin).
To achieve a gain of 4.9 using standard E24 resistor values, we will use Rf = 39kΩ and Rin = 10kΩ (1 + 39/10 = 4.9).

  1. Power the IC: Connect +9V to Pin 8 and GND to Pin 4. Place a 100nF ceramic capacitor across these pins.
  2. Wire the Input: Connect your sensor signal to Pin 3 (Non-Inverting Input) through a 1µF coupling capacitor to block any DC offset from the sensor.
  3. Set the Feedback Loop: Connect a 39kΩ resistor (Rf) from Pin 1 (Output) to Pin 2 (Inverting Input).
  4. Set the Ground Reference: Connect a 10kΩ resistor (Rin) from Pin 2 (Inverting Input) to GND.
  5. Wire the Output: Connect your load (or microcontroller ADC) to Pin 1. If the load requires AC coupling, place a 10µF electrolytic capacitor in series with the output, observing correct polarity.
  6. Verify: Power the circuit and measure Pin 1 with an oscilloscope or AC multimeter. A 0.5V AC input should yield a 2.45V AC output.

The Decision Tree: Which Op Amp Should You Actually Buy?

Stop guessing in the distributor catalog. Use this decision path to select the exact part number for your specific application constraints.

Application Constraint Required Specification Concrete Part Number Pick
Battery-powered, single-supply (3V to 12V), low bandwidth sensor reading Low quiescent current, inputs can swing to ground LM358 (or LM324 for quad)
Dual-supply audio mixing, guitar pedals, low noise floor required JFET inputs, low THD, high slew rate TL072
Precision DC measurement, strain gauges, thermocouples Ultra-low input offset voltage, low drift OPA2134 (or OP07 for single)
High-speed video, fast PWM filtering, RF envelope detection High Gain-Bandwidth Product (>50MHz), high slew rate LMH6629
Driving low-impedance headphones or small speakers directly High output current capability (>50mA) LM4871 (Audio Power Amp, not a standard op-amp)

The Ultimate Fallback: If none of the above apply and you just need to get a prototype working on a 9V battery today without worrying about precision: buy the LM358. It is cheap, virtually indestructible on a breadboard, and available in every electronics shop on earth.

Failure Modes and Multimeter Testing

Op amps rarely fail spontaneously; they fail because of external abuse. The most common failure modes are input overvoltage (exceeding the supply rails, causing internal latch-up or ESD diode burnout) and output short circuits (driving the output directly to a low-impedance ground or opposite rail, causing thermal shutdown or junction melting).

You can test a suspected dead op amp on the bench using a standard digital multimeter (DMM) without desoldering it, provided the circuit is powered down.

The DMM Diode Test (Power OFF)

Most op amps feature internal back-to-back protection diodes between the input pins and the power rails. We can test these to verify the silicon junction is intact.

  1. Remove all power from the circuit and discharge any large capacitors.
  2. Set your DMM to Diode Test mode.
  3. Place the Black (Common) probe on Pin 4 (V- / GND).
  4. Place the Red (Positive) probe on Pin 2 (Inverting Input). You should read a forward voltage drop between 0.60V and 0.85V.
  5. Move the Red probe to Pin 3 (Non-Inverting Input). You should read the same 0.60V to 0.85V drop.
  6. Diagnosis: If the meter reads OL (Open Loop), the internal protection diode is blown (likely from ESD or overvoltage). If it reads 0.00V or near zero, the junction is shorted. In either case, the IC is dead and must be replaced.

The Open-Loop Output Test (Power ON)

If the diodes test fine but the circuit still misbehaves, test the amplification stage.

  1. Power the circuit. Ensure Pin 8 has correct V+ and Pin 4 has correct V-.
  2. Use a 1kΩ resistor to tie Pin 3 (Non-Inverting) directly to Pin 4 (V-).
  3. Use another 1kΩ resistor to tie Pin 2 (Inverting) directly to Pin 8 (V+).
  4. Measure Pin 1 (Output) with your DMM in DC Voltage mode. Because the inverting input is higher than the non-inverting input, the op amp should be driven into Negative Saturation. The output should read within 1V of your negative rail (or near 0V on a single supply). If it reads a random floating voltage or matches V+, the internal output stage is fried.

Safe Default Part Numbers and Specifications

When sourcing components, always check the manufacturer datasheet for the exact suffix (e.g., LM358P for plastic DIP, LM358D for SOIC surface mount). Below is a reference matrix of the safe defaults mentioned in this guide, complete with critical parameters that dictate their real-world behavior.

Part Number Architecture Supply Range Slew Rate GBW (Gain-Bandwidth) Est. Price (1pc) Best Application
LM358 Bipolar 3V to 32V (Single) or ±1.5V to ±16V (Dual) 0.3 V/µs 1 MHz $0.50 General purpose, single-supply sensor buffering
TL072 JFET ±5V to ±15V (Dual supply highly recommended) 13 V/µs 3 MHz $1.20 Audio preamps, active filters, guitar pedals
OPA2134 FET ±2.5V to ±18V 20 V/µs 8 MHz $4.50 Precision DC, high-end audio, low-offset measurement
LMH6629 Bipolar (High Speed) 2.7V to 5.5V (Single) or ±5V (Dual) 580 V/µs 300 MHz $6.80 Video amplification, fast ADC drivers, RF

For deeper theoretical background on how internal transistor stages dictate these specifications, the All About Circuits semiconductor textbook provides an excellent breakdown of the differential input stage and push-pull output stage mechanics. Remember that while ideal op amp theory assumes infinite gain and zero offset, practical design always requires consulting the datasheet's "Electrical Characteristics" table to account for input bias currents and common-mode rejection limits in your specific circuit topology.