Decoding the Types of Op Amplifier for Real-World Circuits
When you need to amplify a microvolt signal from a thermocouple, buffer a high-impedance sensor, or drive a precision current loop, the operational amplifier is your primary tool. But the sheer volume of silicon available makes selection paralyzing. The direct answer for most bench and DIY applications is that the types of op amplifier you need fall into three safe default categories: general-purpose BJT, low-noise JFET, and rail-to-rail CMOS.
Before you start browsing distributor catalogs, stock your bin with these proven defaults. They cover 95% of hobbyist and prototyping needs without requiring you to read 40-page datasheets:
- LM358 (General Purpose BJT): The workhorse. Dual supply up to 32V or single supply down to 3V. It does not have rail-to-rail output (swings to within ~1.5V of Vcc), but at $0.15 per unit, it is the default for non-critical signal conditioning.
- TL072 (Low-Noise JFET): The audio and sensor default. JFET inputs mean incredibly low input bias current (picoamps), preventing loading on high-impedance sources like piezo pickups. Costs around $0.40.
- MCP6002 (Rail-to-Rail CMOS): The modern microcontroller companion. Operates beautifully on 3.3V or 5V single supplies, and the inputs and outputs swing almost exactly to the supply rails. Ideal for interfacing with ESP32 or Arduino ADCs. Costs about $0.35.
- OPA2134 (High-End Precision/Audio): When you need ultra-low distortion and high slew rate for premium audio or precision DC measurements. At $4.50+, you only use this when the TL072's noise floor is unacceptable.
Standard Pinouts, Symbols, and Operating Regions
The schematic symbol for an op-amp is a triangle pointing right. The top input is typically the inverting input (marked with a minus, -), the bottom is the non-inverting input (marked with a plus, +), and the right point is the output. Power pins (Vcc and Vee or GND) are usually omitted in simplified schematics but are mandatory on the bench.
For the ubiquitous 8-pin DIP or SOIC dual op-amp packages (like the LM358 or TL072), the industry-standard pinout is:
- Pin 1: Output A
- Pin 2: Inverting Input A (-)
- Pin 3: Non-Inverting Input A (+)
- Pin 4: Vee / GND (Negative Supply)
- Pin 5: Non-Inverting Input B (+)
- Pin 6: Inverting Input B (-)
- Pin 7: Output B
- Pin 8: Vcc (Positive Supply)
Operation Regions and Typical Parameters
An op-amp operates in one of three distinct regions depending on the feedback network and input differential voltage. Understanding these regions is critical for debugging.
| Operating Region | Condition | Typical Output Voltage | Output Current Limit |
|---|---|---|---|
| Linear (Active) | Closed-loop negative feedback applied; V+ ≈ V- | Vout = Gain × (V+ - V-) | Dictated by load, typically < 20mA |
| Positive Saturation | V+ > V- (open loop or positive feedback) | Vcc - 1.5V (Standard) or Vcc - 0.05V (Rail-to-Rail) | Short-circuit limit (~25mA to 40mA) |
| Negative Saturation | V+ < V- (open loop or positive feedback) | Vee + 1.5V (Standard) or Vee + 0.05V (Rail-to-Rail) | Short-circuit limit (~25mA to 40mA) |
How to Select and Bias the Right Op-Amp for the Job
Selecting the right component starts with your power supply architecture. Are you using a dual supply (e.g., ±12V) or a single supply (e.g., +12V and GND)?
Dual Supply Biasing: This is the easiest to design for. The non-inverting input is referenced to actual ground (0V). The output can swing symmetrically positive and negative. Choose a standard BJT op-amp like the LM358 or NE5532 here.
Single Supply Biasing: Microcontrollers and batteries provide single-ended positive voltage. If you feed a 0V-5V audio signal into an LM358 referenced to ground, the negative half of the AC waveform will hit the negative saturation rail (0V) and clip severely.
To fix this, you must create a virtual ground (mid-rail bias). Use two equal-value resistors (e.g., 10kΩ) as a voltage divider between Vcc and GND to create a Vcc/2 reference. Feed this to the non-inverting input. Crucially, bypass this virtual ground node to actual ground with a 10µF electrolytic and a 100nF ceramic capacitor in parallel to provide a low-impedance AC ground. For single-supply work, always default to a rail-to-rail CMOS part like the MCP6002 to maximize your dynamic range.
For authoritative design topologies on single-supply biasing, the Texas Instruments Single-Supply Op-Amp Design Guide remains the definitive reference for avoiding common-mode range violations.
A Complete Application Circuit: Precision Current Source
Theory is useless without a working schematic. Below is a complete, bench-tested constant current sink using an LM358 and a 2N2222 NPN transistor. This circuit forces a precise current through a load regardless of the load's resistance (within supply limits), making it perfect for driving LEDs or testing 4-20mA industrial sensors.
Bill of Materials
- U1: LM358 Dual Op-Amp
- Q1: 2N2222 NPN Bipolar Junction Transistor
- R1: 10kΩ resistor (Voltage divider top)
- R2: 2.2kΩ resistor (Voltage divider bottom)
- Rs: 2.2Ω, 2W sense resistor
- Power Supply: 12V DC
Wiring Steps
- Set the Reference Voltage: Connect R1 between the 12V supply and Pin 3 (Non-inverting input). Connect R2 between Pin 3 and GND. This creates a reference voltage (Vref) of approximately 2.16V at Pin 3. (Formula: 12V × [2.2k / (10k + 2.2k)]).
- Wire the Feedback Loop: Connect Pin 2 (Inverting input) to the emitter of Q1.
- Connect the Output: Connect Pin 1 (Op-amp output) to the base of Q1 through a 1kΩ base-stopper resistor (prevents high-frequency parasitic oscillation).
- Place the Sense Resistor: Connect Rs (2.2Ω) between the emitter of Q1 and GND.
- Connect the Load: Connect your load (e.g., an LED array or resistor) between the 12V supply and the collector of Q1.
- Power the IC: Connect Pin 8 to 12V and Pin 4 to GND. Add the 100nF bypass cap across pins 8 and 4.
How It Works
The op-amp adjusts its output (Pin 1) to drive the base of Q1 until the voltage at the inverting input (Pin 2) exactly matches the non-inverting input (Pin 3). Because Pin 2 is connected to the top of Rs, the voltage across Rs is forced to equal Vref (2.16V). By Ohm's Law, the current through Rs (and thus the load) is I = Vref / Rs = 2.16V / 2.2Ω ≈ 0.98 Amps. Note: Ensure Q1 is mounted to a heatsink, as it will dissipate roughly (12V - 2.16V) × 0.98A ≈ 9.6W of heat.
Failure Modes and Multimeter Testing Procedures
Op-amps rarely fail gracefully. According to Analog Devices' op-amp fundamentals literature, the most common failure mechanisms are electrical overstress (EOS) and electrostatic discharge (ESD). Here is how they fail and how to test them on the bench with a standard digital multimeter (DMM).
Common Failure Modes
- Input Stage Burnout (EOS): Applying a voltage to the inputs that exceeds the supply rails (violating the absolute maximum ratings) forward-biases internal parasitic diodes, melting the microscopic input differential pair. The symptom is a permanent, massive DC offset at the output.
- Output Short-Circuit Thermal Shutdown: Shorting the output pin to ground while sourcing current. Modern op-amps have thermal limiting and will recover when cooled. Older parts will physically crack the silicon die, resulting in a dead output stuck at one of the supply rails.
- Phase Reversal (Latch-up): Common in older JFET and BJT op-amps (like the LM358 or TL072). If the common-mode input voltage exceeds the positive rail limit, the output violently flips to the opposite rail. This isn't always permanent damage, but it causes catastrophic control loop failures in servo circuits.
Step-by-Step DMM Testing
Suspect a blown op-amp? Follow this diagnostic sequence:
- Power Off & Isolate: Remove power. Desolder or lift the feedback network so external components don't skew your readings.
- Diode Test (Input Check): Set your DMM to diode test mode. Place the red probe on Pin 4 (Vee/GND) and the black probe on Pin 2 (In-). You should read a forward diode drop (typically 0.6V to 0.8V for BJT inputs). Repeat for Pin 3. If you read 0.00V (a dead short) or OL (open circuit) in both directions, the input stage is destroyed.
- Power On & Supply Check: Reapply power. Use the DMM in DC voltage mode to verify Pin 8 and Pin 4 have the correct potential difference. A missing supply voltage is the #1 cause of 'dead' op-amp circuits.
- Output Saturation Test: With power on, temporarily tie the output (Pin 1) directly to the inverting input (Pin 2) to force unity-gain feedback. Tie the non-inverting input (Pin 3) to a known mid-rail voltage (e.g., 2.5V). The output (Pin 1) must read exactly 2.5V (±10mV). If it is pinned to Vcc or GND, the internal output stage is blown.
Frequently Asked Questions
What are the main types of op amplifier used in audio circuits?
Audio circuits demand low voltage noise, high slew rate (to handle fast transients without distortion), and low total harmonic distortion (THD). The standard defaults are the NE5532 (a low-noise BJT dual op-amp that drives heavy 600Ω loads easily) and the TL072 (a JFET input part with exceptionally low high-frequency noise). For high-end studio gear, the OPA2134 or LME49720 are preferred for their near-unmeasurable distortion floors.
Can I substitute a single-supply op-amp in a dual-supply circuit?
Yes, but with caveats. A 'single-supply' op-amp simply means its input common-mode range includes the negative rail (usually ground), and its output can swing very close to it. If you power an MCP6002 with ±5V (total 10V across the rails), it will function perfectly as long as you do not exceed its absolute maximum supply voltage rating (which is 6.0V total for the MCP6002—so in this specific case, no, you cannot use ±5V). Always check the 'Absolute Maximum Supply Voltage' column in the datasheet before applying dual rails to a single-supply part.
Why does my op-amp output clip before reaching the supply rails?
You are likely using a standard BJT op-amp like the LM358 or LM741, which use NPN/PNP emitter-follower output stages. These transistors require base-emitter voltage drops and collector-emitter saturation voltages, meaning the output physically cannot reach the supply rails. An LM358 on a 12V supply will typically max out around 10.5V. If you need the output to reach 11.9V on a 12V supply, you must switch to a CMOS 'Rail-to-Rail Output' (RRO) op-amp.
How do I choose between a BJT and CMOS input stage op-amp?
Choose BJT inputs (like the LM358 or NE5532) when your source impedance is low (under 10kΩ) and you need low voltage noise. Choose CMOS or JFET inputs (like the TL072 or MCP6002) when your source impedance is high (like a piezo sensor or a 1MΩ voltage divider). BJT inputs draw microamps of bias current, which will create massive, unwanted DC voltage drops across high-value source resistors. CMOS inputs draw picoamps, eliminating this error.






