If you are staring at a distributor catalog wondering which operational amplifier to drop into your breadboard, here is the direct answer: the different types of op amp generally fall into four functional buckets (general-purpose, precision, high-speed, and audio). For a 5V single-supply hobby project, your safe default is the LM358 (bipolar, ~$0.50). For audio signal chains, use the TL072 (JFET input, ~$0.80). For microvolt sensor precision, grab the OPA2188 (zero-drift CMOS, ~$3.50).

Choosing the right silicon prevents clipping, oscillation, and destroyed input stages. Below is a bench-tested breakdown of op-amp architectures, pinouts, biasing techniques, and how to verify a suspect chip with your multimeter.

Op Amp Symbol, Pinout, and Operation Regions

The standard schematic symbol for an op-amp is a triangle with five core connections: the non-inverting input (+), the inverting input (-), the positive supply (V+ or Vcc), the negative supply (V- or Vee), and the output. In a dual op-amp packaged in an 8-pin DIP or SOIC, the pinout is standardized across almost all manufacturers.

Bench Tip: Never assume Pin 1 is V+. On a standard dual op-amp (like the LM358 or TL072), Pin 1 is Output A, Pin 4 is V-, and Pin 8 is V+. Reversing power pins will instantly fry the silicon and potentially short your bench supply.

Standard 8-Pin Dual Op-Amp Pinout:

  • Pin 1: Output A
  • Pin 2: Inverting Input A (-)
  • Pin 3: Non-Inverting Input A (+)
  • Pin 4: V- (Negative Supply / GND)
  • Pin 5: Non-Inverting Input B (+)
  • Pin 6: Inverting Input B (-)
  • Pin 7: Output B
  • Pin 8: V+ (Positive Supply)

An op-amp operates in one of three distinct regions depending on the differential voltage between its inputs and the feedback network. Understanding these regions is critical for debugging saturated outputs.

Op-Amp Operation Regions and Typical Bench Measurements
Operation Region Input Condition (V+ vs V-) Output Voltage State Typical Output Current
Linear (Active) V+ ≈ V- (Virtual Short) Between Vee + 1.5V and Vcc - 1.5V < 20mA (sourcing/sinking)
Positive Saturation V+ > V- (Open Loop) Clamped near Vcc (Rail-to-rail or ~1.5V below) Limited by internal short-circuit protection
Negative Saturation V+ < V- (Open Loop) Clamped near Vee (Rail-to-rail or ~1.5V above) Limited by internal short-circuit protection

Comparing the Different Types of Op Amp

Not all op-amps are created equal. The internal transistor topology (Bipolar, JFET, CMOS) dictates the input bias current, noise floor, and speed. Here is a data-dense comparison of the most common categories you will encounter on the bench.

Semiconductor Guide: Op-Amp Types and Default Part Numbers (2026 Pricing)
Category Default Part Number Input Architecture GBW (Gain-Bandwidth) Slew Rate Input Bias Current Typical Price (1pc)
General Purpose LM358 Bipolar (PNP) 1 MHz 0.3 V/µs 20 nA $0.45
Audio / High Impedance TL072 JFET 3 MHz 13 V/µs 5 pA $0.85
Precision / Zero-Drift OPA2188 CMOS (Chopper) 2 MHz 0.8 V/µs 160 pA $3.80
High-Speed / Current FB THS3091 Bipolar (Current FB) 210 MHz 4000 V/µs 2 µA $4.50
Rail-to-Rail I/O (RRIO) MCP6002 CMOS 1 MHz 0.6 V/µs 1 pA $0.60

How to read this table for selection: If you are buffering a high-impedance piezo sensor, the LM358's 20 nA bias current will create a massive DC offset error across the sensor's internal resistance; you must use a JFET (TL072) or CMOS (MCP6002) type. If you are amplifying a thermocouple where microvolt drift matters, the OPA2188's chopper-stabilized architecture eliminates thermal drift entirely. For a detailed breakdown of input stage topologies, refer to the Texas Instruments Op-Amp Overview.

How to Select and Bias an Op Amp for the Job

Selecting the right op-amp requires matching three datasheet parameters to your circuit constraints: Gain-Bandwidth Product (GBW), Slew Rate, and Input Common-Mode Voltage Range.

  1. GBW: Your required closed-loop gain multiplied by the maximum signal frequency must be at least 10x lower than the op-amp's GBW to maintain phase margin and prevent oscillation.
  2. Slew Rate: Calculated as 2π × f × Vpeak. If your 20kHz audio signal peaks at 2V, you need a minimum slew rate of 0.25 V/µs. The LM358 (0.3 V/µs) will barely pass this without triangle-wave distortion; the TL072 (13 V/µs) will handle it cleanly.
  3. Common-Mode Range: Standard bipolar op-amps like the LM358 cannot read input voltages within ~1.5V of the positive rail. If you are measuring a 5V battery on a 5V supply, the LM358 will blind itself. Use a Rail-to-Rail Input (RRI) CMOS type instead.

Biasing for Single-Supply Operation

Op-amps inherently want to swing positive and negative. When you power an op-amp from a single 5V supply (Vcc = 5V, Vee = GND), it cannot output a negative voltage. If you feed it an AC audio signal centered at 0V, the negative half-cycles will be brutally clipped at 0V.

To fix this, we create a "virtual ground" or DC bias at Vcc/2 (2.5V). This shifts the AC signal up so it swings between 1.5V and 3.5V, keeping it well within the linear operation region. As noted in All About Circuits semiconductor tutorials, proper decoupling of this bias network is mandatory to prevent power supply noise from injecting directly into your signal path.

Complete Application Circuit: Single-Supply Non-Inverting Amplifier

Here is a proven, bench-tested non-inverting amplifier circuit using the LM358, designed to amplify a 1Vpp AC sensor signal by a factor of 2, biased for a 5V single supply.

  • U1: LM358 Dual Op-Amp (using Channel A)
  • R1 (Feedback): 10kΩ (Connects Pin 1 Output to Pin 2 Inverting Input)
  • R2 (Ground Ref): 10kΩ (Connects Pin 2 Inverting Input to Signal Ground)
  • R3 & R4 (Bias Divider): 100kΩ each (Series from 5V to GND, center tap to Pin 3 Non-Inverting Input)
  • C1 (Bias Decoupling): 10µF ceramic (Connects Pin 3 to GND to filter thermal noise from the bias divider)
  • C2 (Input AC Coupling): 1µF film (Series with the input signal to block external DC offsets)
  • C3 (Power Bypass): 100nF ceramic (Placed physically adjacent to Pin 8 and Pin 4)

Gain Calculation: Gain = 1 + (R1 / R2) = 1 + (10k / 10k) = 2. The 2.5V DC bias is amplified by the same factor, meaning the output will sit at 5V DC. Correction: To prevent the DC bias from being amplified, AC-couple the feedback network by placing a 10µF capacitor in series with R2. This forces the DC gain to 1 (output sits at 2.5V) while maintaining an AC gain of 2.

Failure Modes and Multimeter Testing

Op-amps are fragile. I have destroyed countless chips on the bench through Electrical Overstress (EOS) and Electrostatic Discharge (ESD). Understanding how they fail helps you diagnose dead boards quickly.

Common Failure Modes

  • Output Short to Rail: If the output pin is accidentally shorted to Vcc while the op-amp is sinking current, the internal output transistor will overheat and melt, usually resulting in a permanent short between the Output pin and V+.
  • Input Stage Blowout (EOS): Applying a voltage to the inputs that exceeds the supply rails (even when the chip is unpowered) forward-biases the internal ESD protection diodes. If current isn't limited, the diodes vaporize, leaving the inputs with massive leakage current or completely open.
  • Phase Inversion / Latch-up: Older JFET and Bipolar op-amps (like the LM358 or TL072) suffer from phase inversion if the input common-mode voltage drops below the negative rail. The output violently snaps to the positive rail and can latch up, drawing maximum quiescent current until power is cycled.

How to Test an Op-Amp with a Digital Multimeter (DMM)

You cannot test an op-amp's amplification with a DMM, but you can test the internal ESD protection diodes to verify if the silicon is fried. This is a critical troubleshooting step before desoldering a suspect chip.

Safety Warning: Completely de-energize the circuit and discharge all capacitors before performing diode tests. Testing a live circuit will yield false readings and can damage your multimeter.
  1. Set your DMM to Diode Test Mode.
  2. Test Inputs to V- (Pin 4): Place the red probe on the input pin (Pin 2 or 3) and the black probe on V- (Pin 4). You should read a forward voltage drop between 0.55V and 0.75V (standard silicon diode drop). Reverse the probes; the meter should read 'OL' (Open Loop).
  3. Test Inputs to V+ (Pin 8): Place the black probe on the input pin and the red probe on V+ (Pin 8). You should again read 0.55V to 0.75V. Reverse the probes for 'OL'.
  4. Test Output to Rails: Repeat the diode test from the Output pin (Pin 1 or 7) to both V+ and V-. Expect similar 0.6V drops.

Interpreting the Results: If your DMM reads 0.00V to 0.20V in either direction, the internal protection diode has shorted—the chip is dead and must be replaced. If it reads 'OL' in both directions, the diode has blown open—again, the chip is dead. If the readings match the 0.6V threshold, the input/output junctions are intact, and the failure likely lies elsewhere in your feedback network or power supply.