An operational amplifier (op-amp) is a high-gain, differential voltage amplifier with a single-ended output. While textbooks treat them as ideal infinite-gain black boxes, building real-world op amps circuits on a bench requires navigating non-ideal realities: input offset voltages, slew rate limits, common-mode range restrictions, and output swing saturation. If you select the wrong part or bias it incorrectly, your circuit will oscillate, clip, or output the exact inverse of what you designed.
This guide skips the abstract physics and goes straight to the bench. We will cover the safe default part numbers you should keep in your bin, how to read their operation regions, how to properly bias them for single-supply applications, and how to test a suspected dead chip with a standard digital multimeter (DMM).
The Safe Default Op-Amp Part Numbers (and Their Ratings)
When prototyping, you rarely need a highly specialized $15 precision amplifier. For 90% of hobbyist and general-purpose industrial sensor tasks, a handful of legacy and modern workhorse ICs will do the job. The table below outlines the safe default part numbers, their internal architecture, and their hard electrical limits.
| Part Number | Architecture | Supply Range (V) | Slew Rate (V/µs) | Input Offset (Typ) | Best Application |
|---|---|---|---|---|---|
| LM358 (Dual) | BJT | 3V to 32V (Single/Dual) | 0.3 | 2 mV | General purpose, DC sensor amplification, low-speed comparators |
| TL072 (Dual) | JFET Input | ±5V to ±18V (Dual) | 13.0 | 3 mV | Audio preamps, active filters, high-impedance sensor buffers |
| LM393 (Dual) | BJT (Comparator) | 2V to 36V (Single/Dual) | N/A (Open Collector) | 2 mV | Voltage threshold detection, zero-crossing detectors, logic interfacing |
| MCP6001 (Single) | CMOS | 1.8V to 6.0V (Single) | 0.6 | 4.5 mV | Battery-powered 3.3V/5V microcontrollers, rail-to-rail I/O |
| NE5532 (Dual) | BJT (Low Noise) | ±3V to ±20V (Dual) | 9.0 | 0.5 mV | High-fidelity audio mixing, low-noise instrumentation front-ends |
Pinouts, Symbols, and Operation Regions
The standard schematic symbol for an op-amp is a triangle pointing right. The non-inverting input is marked with a plus (+), the inverting input with a minus (-), and the output emerges from the tip. Power rails (V+ and V-) are often omitted in schematic diagrams but are physically required on the silicon.
Standard DIP-8 / SOIC-8 Dual Op-Amp Pinout
- 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)
Understanding how the op-amp behaves across different input differentials is critical for troubleshooting. An op-amp operates in one of three distinct regions, dictated by the voltage difference between the + and - pins and the feedback network.
| Operation Region | Input Condition (V+ vs V-) | Output State (Typical Voltages) | Typical Output Current Limit |
|---|---|---|---|
| Linear (Active) | V+ ≈ V- (dictated by negative feedback) | Between (V-) + 0.2V and (V+) - 1.5V | 20 mA to 40 mA (Short-circuit protected) |
| Positive Saturation | V+ > V- (No feedback or overdriven) | Clamped near V+ rail (e.g., V+ - 1.5V for BJT) | Max source current (e.g., 30 mA) |
| Negative Saturation | V+ < V- (No feedback or overdriven) | Clamped near V- rail (e.g., V- + 0.2V or ground) | Max sink current (e.g., 20 mA) |
For deeper reading on internal transistor topologies and how they affect these saturation limits, refer to the Analog Devices MT-035 Tutorial on Op Amp Inputs.
How to Bias and Select an Op-Amp for the Job
Selecting the right op-amp comes down to your power supply and signal type. If you are running off a dual bench supply (±12V), a classic BJT part like the TL072 is perfect. The inputs can sit at 0V (ground), and the output can swing positive and negative symmetrically.
However, most modern embedded projects run on a single 3.3V or 5V supply. You cannot feed a 0V-3.3V AC audio signal into an op-amp powered by 0V and 3.3V; the negative half of the wave will be instantly clipped because the op-amp cannot output a voltage below its V- pin (0V). You must bias the input to a midpoint voltage, creating a 'virtual ground'.
Complete Application Circuit: Single-Supply Non-Inverting AC Amplifier
This circuit takes a 1Vpp AC audio signal, biases it to 2.5V, amplifies it by a gain of 11, and strips the DC bias back off at the output. It uses the ubiquitous LM358 powered by a 5V single supply.
- U1: LM358 (Using Op-Amp A; tie Op-Amp B inputs to ground and output to Pin 2 to prevent oscillation)
- R1, R2: 10 kΩ (Voltage divider to create 2.5V virtual ground)
- C1: 10 µF electrolytic (Bypass capacitor for the virtual ground, reduces power supply noise)
- C_in: 1 µF ceramic (Input AC coupling capacitor)
- R3 (Rin): 10 kΩ (Ground reference for input bias current)
- R4 (Rf): 100 kΩ (Feedback resistor, sets gain with R5)
- R5 (Rg): 10 kΩ (Gain setting resistor to ground. Gain = 1 + R4/R5 = 11)
- C_out: 1 µF ceramic (Output AC coupling capacitor, blocks the 2.5V DC offset)
- Create the Virtual Ground: Connect R1 from 5V to Pin 3 (Non-inverting input). Connect R2 from Pin 3 to Ground. This biases Pin 3 to exactly 2.5V. Place C1 from Pin 3 to Ground to stabilize this voltage against high-frequency noise.
- AC Couple the Input: Route your input audio signal through C_in. Connect the other side of C_in to Pin 3. The capacitor blocks the source's DC offset while allowing the AC signal to ride on top of our 2.5V bias.
- Set the Gain: Connect R4 (100k) between Pin 1 (Output) and Pin 2 (Inverting input). Connect R5 (10k) between Pin 2 and Ground. This negative feedback forces Pin 2 to match the 2.5V at Pin 3, establishing a stable linear gain of 11.
- AC Couple the Output: Connect C_out to Pin 1. The signal on the other side of C_out will be an amplified AC signal centered exactly at 0V, ready for an ADC or speaker.
For a comprehensive breakdown of how input bias currents interact with these resistors to create unwanted DC offset errors, the All About Circuits semiconductor textbook provides excellent foundational math.
Failure Modes and Multimeter Testing
Op-amps rarely fail spontaneously; they are usually murdered by the user. The most common failure modes include latch-up (caused by input voltages exceeding the supply rails, triggering internal parasitic thyristors), thermal destruction (shorting the output pin directly to ground or V+ while sourcing high current), and ESD damage to the delicate input differential pair.
If your circuit is outputting a flatlined rail voltage or oscillating wildly, follow this numbered diagnostic path using a standard DMM to verify the IC.
Step-by-Step Multimeter Diagnostic Path
- Verify Power Pins (De-energized): Turn off the circuit. Set your DMM to continuity or resistance mode. Place the red probe on V+ (Pin 8) and the black probe on V- (Pin 4). You should read a high resistance (typically >10kΩ). If you read near 0Ω, the internal power junction is shorted. The chip is dead.
- Check Input Protection Diodes (De-energized): Set the DMM to Diode Test mode. Place the red probe on V- (Pin 4) and the black probe on the inputs (Pins 2 and 3). You should read a standard silicon diode drop (0.5V to 0.7V). Reverse the probes (red on inputs, black on V+ Pin 8); you should also read 0.5V to 0.7V. If any input reads 0.0V (short) or 'OL' (open) in both directions, the input stage is blown.
- Verify the Virtual Ground (Energized): Power the circuit. Set the DMM to DC Voltage. Measure Pin 3 relative to ground. It must sit exactly at half your supply voltage (e.g., 2.5V on a 5V supply). If it reads 0V or 5V, your biasing resistors are miswired or the input is internally shorted to a rail.
- Test the Feedback Loop (Energized): Measure the DC voltage at Pin 2 (Inverting Input). Because of negative feedback, it must match the voltage at Pin 3 within a few millivolts (the input offset voltage). If Pin 3 is at 2.50V and Pin 2 is at 0.8V, the feedback loop is broken. Check R4 and R5 for cold solder joints or incorrect values.
- Check for Output Saturation (Energized): Measure Pin 1. If it is pinned to ~3.5V (on a 5V supply) or ~0.1V, the op-amp is in saturation. Disconnect the input signal. If the output immediately returns to the 2.5V bias point, your input signal is too large for the configured gain, causing clipping. If it stays pinned, the chip has likely suffered internal output transistor damage.
By sticking to proven default parts like the LM358 for DC and TL072 for audio, properly biasing your single-supply circuits, and systematically testing the feedback nodes, you will eliminate the vast majority of analog design headaches on the bench. Always consult the specific manufacturer datasheet—such as the Texas Instruments LM358 Datasheet—for the exact absolute maximum ratings before powering up a new board.






