An operational amplifier (op amplifier) is a high-gain, DC-coupled voltage amplifier with differential inputs and a single-ended output. In practical bench and field work, it is the fundamental building block for signal conditioning, active filtering, and impedance buffering. If you need a quick answer for a safe default part: use the LM358 for general-purpose single-supply (3V to 32V) applications, the TL072 for low-noise dual-supply audio work, and the MCP6001 for 3.3V microcontroller interfacing.
Selecting the right op amplifier requires matching the silicon's internal architecture to your power supply rails, signal bandwidth, and input impedance. This guide provides the exact specifications, pinout anatomy, biasing frameworks, and multimeter testing procedures you need to design and debug op-amp circuits without frying the silicon.
Core Specifications and Safe Default Part Numbers
Before wiring a circuit, you must select a part that survives your supply voltage and passes your signal frequency without distortion. The two most common beginner mistakes are ignoring the Gain-Bandwidth Product (GBW) and exceeding the Common-Mode Voltage Range. If your signal frequency multiplied by your closed-loop gain exceeds the GBW, the output will attenuate. If your input voltage gets too close to the supply rails on a non-rail-to-rail part, the output will phase-invert or clip.
| Part Number | Supply Voltage (V) | Input Bias Current | Slew Rate (V/µs) | GBW (MHz) | Typical Price (2026) | Best Use Case |
|---|---|---|---|---|---|---|
| LM358 (Dual) | 3V to 32V (Single) ±1.5V to ±16V (Dual) |
20 nA | 0.3 | 1.0 | $0.15 - $0.30 | Sensors, DC buffering, single-supply battery systems |
| TL072 (Dual) | ±5V to ±15V (Dual) | 5 pA | 13.0 | 3.0 | $0.40 - $0.65 | Audio preamps, active filters, high-impedance sources |
| MCP6001 (Single) | 1.8V to 6.0V (Single) | 1 pA | 0.6 | 1.0 | $0.25 - $0.40 | 3.3V ADC buffering, ESP32/Arduino sensor interfacing |
| OPA2134 (Dual) | ±2.5V to ±18V (Dual) | 5 pA | 20.0 | 8.0 | $3.50 - $5.00 | High-fidelity audio, precision DAC output staging |
| LM324 (Quad) | 3V to 32V (Single) ±1.5V to ±16V (Dual) |
45 nA | 0.5 | 1.0 | $0.20 - $0.45 | Multi-channel sensor arrays, low-cost window comparators |
Pinout Anatomy and Symbol Diagram
On a schematic, the op amplifier is represented by a triangle pointing right. The non-inverting input (+) and inverting input (-) enter the flat left side, and the output exits the right point. Power pins (V+ and V-) are typically drawn entering the top and bottom of the triangle, though they are frequently omitted in high-level schematics to reduce clutter. According to standard semiconductor textbook conventions, the V+ pin is always at a higher potential than the V- pin, even if V- is tied to circuit ground.
For physical wiring, the 8-pin Dual In-line Package (DIP-8) is the standard bench format. The LM358 and TL072 are dual op-amps, meaning they pack two independent amplifiers into one 8-pin chip. Here is the exact pinout for a standard dual op-amp DIP-8:
- Pin 1 (Output A): Output of the first amplifier.
- Pin 2 (Inverting Input A): Negative input (-) of the first amplifier.
- Pin 3 (Non-Inverting Input A): Positive input (+) of the first amplifier.
- Pin 4 (V- / GND): Negative supply rail. Tie to circuit ground for single-supply, or to the negative voltage rail (e.g., -12V) for dual-supply.
- Pin 5 (Non-Inverting Input B): Positive input (+) of the second amplifier.
- Pin 6 (Inverting Input B): Negative input (-) of the second amplifier.
- Pin 7 (Output B): Output of the second amplifier.
- Pin 8 (V+): Positive supply rail (e.g., +5V, +12V, or +15V).
Note that single op-amps (like the classic LM741) use a different DIP-8 layout that includes 'Offset Null' pins (Pins 1 and 5) used to trim internal DC voltage errors with a 10kΩ potentiometer. Always verify the specific manufacturer datasheet before applying power.
Biasing, Operation Regions, and Application Circuit
An op amplifier operates in three distinct regions depending on the differential voltage between its inputs and the applied feedback network. Understanding these regions is critical for debugging a circuit that is 'pegged' to the rails.
| Region | Input Condition (V+ vs V-) | Output State | Typical Output Voltage (12V Supply) | Application |
|---|---|---|---|---|
| Linear (Active) | V+ ≈ V- (Virtual Short) | Controlled by feedback network | Between 1.5V and 10.5V | Amplifiers, active filters, PID controllers |
| Positive Saturation | V+ > V- (by > few mV) | Pegged to positive rail | ~10.5V to 11.5V (depends on headroom) | Comparators, logic high output |
| Negative Saturation | V+ < V- (by > few mV) | Pegged to negative rail | ~0.5V to 1.5V (or negative rail) | Comparators, logic low output |
How to Bias for Single-Supply Operation
When running an op amplifier from a single supply (e.g., 0V and 5V), the input cannot drop below 0V. To amplify an AC signal (like audio or an AC sensor reading), you must bias the non-inverting input to a virtual ground, typically VCC/2. You achieve this using a voltage divider (two equal resistors, e.g., 10kΩ each, from VCC to GND) buffered by a 10µF bypass capacitor to ground to reject power supply noise.
Complete Application Circuit: Non-Inverting Amplifier (Gain of 11)
Below is a complete, buildable non-inverting amplifier circuit using an LM358 on a 5V single supply, designed to amplify a 0.1V peak-to-peak AC sensor signal to 1.1V peak-to-peak, biased at 2.5V DC.
Bill of Materials & Component Values:
- U1: LM358 Dual Op-Amp (DIP-8)
- R1 (Feedback to Ground): 1kΩ (1% metal film)
- R2 (Feedback from Output to Inverting Input): 10kΩ (1% metal film)
- R3, R4 (Biasing Divider): 10kΩ each
- C1 (Input Coupling): 1µF ceramic (blocks DC from sensor)
- C2 (Bias Bypass): 10µF electrolytic (stabilizes virtual ground)
- C3 (Power Decoupling): 100nF ceramic (placed physically adjacent to Pin 8 and Pin 4)
Wiring Steps:
- Connect Pin 8 to +5V and Pin 4 to GND. Place C3 directly across these pins.
- Connect R3 from +5V to Pin 3 (Non-inverting input). Connect R4 from Pin 3 to GND. This sets the DC bias to 2.5V.
- Connect C2 from Pin 3 to GND to filter the bias voltage.
- Route your AC sensor signal through C1 into Pin 3. C1 blocks the sensor's DC offset, allowing only the AC signal to ride on the 2.5V bias.
- Connect R1 from Pin 2 (Inverting input) to GND.
- Connect R2 from Pin 2 to Pin 1 (Output). This sets the gain: A = 1 + (R2 / R1) = 1 + (10k / 1k) = 11.
- Take your amplified output from Pin 1. The output will sit at 2.5V DC with a 1.1Vpp AC signal superimposed.
Failure Modes and Multimeter Testing
Op amplifiers are generally robust, but they fail predictably when subjected to Electrical Overstress (EOS) or Electrostatic Discharge (ESD). According to Analog Devices engineering notes, the most common failure modes include:
- Input Stage Blowout: Caused by exceeding the maximum differential input voltage (often ±0.7V for parts without internal clamping diodes) or exceeding the common-mode range. The input transistors melt, resulting in a dead short between the inverting and non-inverting pins.
- Output Short to Rail: Internal output transistors fail shorted due to driving a heavy capacitive load or a direct short to ground without current limiting. The output pin becomes permanently stuck at V+ or V-.
- Thermal Shutdown / Magic Smoke: Exceeding the maximum supply voltage (e.g., feeding 18V into a 12V-rated TL072) destroys the internal bias network.
How to Test an Op Amplifier with a Digital Multimeter (DMM)
You cannot fully test an op-amp's AC performance with a standard DMM, but you can definitively identify dead silicon and blown junctions using the following numbered steps.
- De-energize and Discharge: Remove power from the circuit. Discharge any large coupling or bypass capacitors with a 1kΩ bleeder resistor. Safety Note: Never use a screwdriver to short capacitors; the di/dt spike can destroy nearby semiconductors.
- DMM Diode Test (Input Protection Check): Set your DMM to diode test mode. Place the red probe on the Inverting Input (Pin 2) and the black probe on V- (Pin 4). You should read a forward voltage drop of approximately 0.5V to 0.7V (the internal ESD protection diode). Reverse the probes; it should read 'OL' (Open Loop). Repeat for the Non-Inverting Input (Pin 3). If you read 0.00V (short) or 'OL' in both directions (open), the input stage is destroyed.
- DMM Continuity Check (Differential Short): Set the DMM to continuity/resistance mode. Measure across the Inverting (Pin 2) and Non-Inverting (Pin 3) inputs. A healthy op-amp will read 'OL' or several megaohms. If you read less than 50Ω, the internal differential pair has suffered EOS and the chip is dead.
- Power-On Quiescent Output Test: Reapply power. Set the DMM to DC Voltage. Measure the output pin (Pin 1) relative to ground. In a properly biased linear circuit with no AC input, the output should sit exactly at your virtual ground voltage (e.g., 2.5V on a 5V single supply, or 0V on a ±12V dual supply).
- The 'Pegged Rail' Diagnostic: If the output reads within 100mV of V+ or V- with no input signal applied, the op-amp is either saturated due to an open feedback resistor (check R2 for continuity), or the internal output stage has failed shorted to the supply rail. Desolder the feedback network and re-test to isolate the fault.
By keeping a stock of LM358s and MCP6001s, verifying your GBW requirements before breadboarding, and using your DMM's diode-test function to screen for blown input stages, you will eliminate 90% of the common analog debugging headaches encountered in sensor and audio circuits.






