If you want to design analog circuits, you must internalize the two op amp golden rules. These rules strip away the complex internal transistor physics and let you treat the operational amplifier as a predictable, ideal block. The direct answer is simple: Rule 1 states that infinite input impedance prevents current from flowing into the input pins. Rule 2 states that infinite open-loop gain forces the two input pins to the exact same voltage when negative feedback is applied.
In practice, no physical silicon is truly 'ideal.' Real op amps have input bias currents in the nanoamp or picoamp range, and output swings that fall a volt or two short of the supply rails. This guide bridges the gap between textbook theory and bench reality, covering standard pinouts, safe default part numbers for 2026 builds, and how to verify a suspect chip with your multimeter.
The Two Op Amp Golden Rules and Standard Pinouts
Before wiring anything, you need to recognize the standard schematic symbol and the physical 8-pin Dual In-line Package (DIP) layout. The schematic symbol is a triangle pointing right. The non-inverting input is marked with a plus (+ or IN+), the inverting input with a minus (- or IN-), and the output on the right tip. Power rails (V+ and V-) are usually drawn on the top and bottom but are frequently omitted in high-level schematics to reduce clutter.
Standard 8-Pin DIP Pinout:
Most dual op amps (like the LM358 or TL072) and single op amps (like the LM741) share a standardized pinout:
• Pin 1: Output A (or Offset Null for singles)
• Pin 2: Inverting Input A (-)
• Pin 3: Non-Inverting Input A (+)
• Pin 4: V- (Negative Supply or GND)
• Pin 5: Non-Inverting Input B (+) [or Offset Null]
• Pin 6: Inverting Input B (-) [or Output for singles]
• Pin 7: Output B [or V+ for singles]
• Pin 8: V+ (Positive Supply) [or NC/No Connect]
According to the foundational texts on ideal op amp behavior at All About Circuits, applying the golden rules requires negative feedback. If you wire the output back to the non-inverting (+) pin, you create positive feedback, resulting in a comparator or oscillator, and Rule 2 instantly collapses. The golden rules only govern linear amplifier circuits where the output drives the inverting (-) pin.
Selecting and Biasing: Safe Default Part Numbers
Choosing an op amp means matching the IC's limitations to your signal. A common beginner mistake is buying a legacy LM741 for a 3.3V microcontroller project, only to find it cannot swing its output anywhere near the rails and requires a minimum of ±10V to function. Below is a data-dense comparison of the safe default part numbers you should keep in your bench stock.
| Part Number | Topology | Supply Range | Input Bias Current | Slew Rate | Best Application |
|---|---|---|---|---|---|
| LM358P | Dual, BJT | 3V to 32V (Single or Dual) | ~20 nA | 0.3 V/µs | Single-supply sensor interfacing, DC buffering |
| TL072CP | Dual, JFET | ±5V to ±15V (Dual only) | ~10 pA | 13 V/µs | Audio preamps, active filters, dual-rail signals |
| OPA2134PA | Dual, FET | ±2.5V to ±18V (Dual) | ~5 pA | 20 V/µs | High-fidelity audio, precision instrumentation |
| MCP6002 | Dual, CMOS | 1.8V to 6.0V (Single) | ~1 pA | 0.6 V/µs | 3.3V/5V Arduino/ESP32 ADC buffering |
| LM741CN | Single, BJT | ±10V to ±18V (Dual) | ~80 nA | 0.5 V/µs | Legacy educational labs only (avoid for new designs) |
Biasing for the Job: Single vs. Dual Supply
How you bias the chip dictates its signal handling. If you use a dual supply (e.g., +12V and -12V), your ground reference sits exactly in the middle. An AC audio signal swinging ±2V will pass through a TL072 without distortion.
If you are building a battery-powered sensor node, you likely only have a single positive supply (e.g., +5V and GND). You cannot feed a ±2V AC signal into an LM358 powered by +5V and GND; the negative half of the wave will be hard-clipped at 0V. To fix this, you must create a 'virtual ground' at Vcc/2 (2.5V) using a voltage divider and a buffer, biasing the non-inverting input to 2.5V so the AC signal oscillates around that midpoint.
Application Circuit: Designing a Non-Inverting Amplifier
Let us apply the op amp golden rules to design a classic non-inverting amplifier with a voltage gain of 10. We will use a TL072 powered by a ±12V dual supply to amplify a 0.5V peak audio signal to 5V peak.
Circuit Component Values:
• U1: TL072CP (using channel A)
• Vcc: +12V to Pin 8
• Vee: -12V to Pin 4
• R1 (Feedback Resistor): 9kΩ (Pin 6 to Pin 2)
• R2 (Ground Resistor): 1kΩ (Pin 2 to GND)
• Rin (Input Resistor): 10kΩ (Signal source to Pin 3)
Step-by-Step Wiring and Math
- Apply Power and Ground: Connect your dual bench power supply. Ensure the ground reference is shared between the power supply, the signal generator, and the R2 ground connection.
- Wire the Feedback Loop: Connect the 9kΩ resistor from the Output (Pin 1) to the Inverting Input (Pin 2). Connect the 1kΩ resistor from Pin 2 to Ground.
- Calculate the Gain: By Rule 1, no current enters Pin 2. By Rule 2, Pin 2 is forced to the same voltage as Pin 3. The feedback network forms a voltage divider. The formula is Gain = 1 + (R1 / R2). Therefore, Gain = 1 + (9000 / 1000) = 10.
- Inject the Signal: Feed your 0.5V AC signal through the 10kΩ Rin resistor into Pin 3. (Rin is optional for ideal op amps but good practice to limit current if the source is accidentally shorted to a high voltage).
- Verify Output: Probe Pin 1 with an oscilloscope. You should see a 5V peak sine wave, perfectly in phase with the input.
Operation Regions and Voltage Limits
An op amp does not operate in a single state. Depending on the input differential and the feedback network, it shifts between three distinct regions. Understanding these regions is critical for troubleshooting clipped signals or saturated outputs.
| Operation Region | Input Condition (V+ vs V-) | Output Voltage State | Output Current Limit | Circuit Behavior |
|---|---|---|---|---|
| Linear (Active) | V+ ≈ V- (Difference in µV range) | Between Vee+1.5V and Vcc-1.5V | Typically ±20mA to ±35mA | Amplifying signal cleanly; Golden Rules apply. |
| Positive Saturation | V+ > V- by > 1mV (No feedback) | Rails high (Vcc - 1.5V drop) | Max short-circuit current (e.g., 40mA) | Acts as a comparator; output is stuck high. |
| Negative Saturation | V- > V+ by > 1mV (No feedback) | Rails low (Vee + 1.5V drop) | Max short-circuit current (sinking) | Acts as a comparator; output is stuck low. |
| Output Short-Circuit | Any (Output tied to GND/Vcc) | Forced to 0V or Rail | Internal thermal shutdown triggers | Chip overheats; may suffer permanent damage. |
Note the voltage drops in the saturation rows. A standard BJT op amp like the LM358 cannot achieve true 'rail-to-rail' output. If powered by +12V and GND, the maximum positive output will only reach about +10.5V. If your circuit requires the output to hit exactly 12V, you must select a dedicated Rail-to-Rail Output (RRO) CMOS op amp like the MCP6002, or increase your supply voltage to +15V to provide the necessary headroom.
Bench Testing: How Op Amps Fail and DMM Verification
Op amps generally fail due to three bench hazards: exceeding the maximum supply voltage (blowing the internal die), violating the common-mode input voltage range (destroying the input differential pair), or shorting the output pin to a low-impedance source while the chip is sourcing heavy current (melting the output stage).
While an oscilloscope is required to test AC parameters like slew rate and phase margin, you can perform a highly effective 'go/no-go' health check using a standard digital multimeter (DMM).
Safety First: Always remove the op amp from the breadboard or desolder it before performing DMM resistance and diode tests. In-circuit testing will yield false readings due to parallel feedback resistors and bypass capacitors.
Multimeter Testing Procedure
- Check for Supply Shorts: Set your DMM to resistance mode (Ω). Measure between V+ (Pin 8) and V- (Pin 4). A healthy TL072 or LM358 will read in the megaohms or show 'OL' (Open Loop). If you read less than 50 ohms, the internal power rails are shorted. The chip is dead.
- Check Output Stage Integrity: Measure resistance between the Output pin (Pin 7 or 1) and V+, and then Output to V-. You should see high resistance (kΩ to MΩ range). A reading near 0 ohms indicates a blown output transistor.
- Test Input ESD Diodes: Set your DMM to Diode Test mode. Place the red probe on V- (Pin 4) and the black probe on the Inverting Input (Pin 2). You are forward-biasing the internal protection diode. You should read a typical silicon diode drop (0.6V to 0.7V). Reverse the probes; it should read 'OL'. 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.
If your chip passes these three DMM tests but still fails in-circuit, the failure is likely parametric rather than catastrophic. The chip may suffer from excessive input offset voltage or degraded slew rate due to thermal stress. In these cases, swap in a known-good IC from your reference stock. For deeper theoretical backing on internal protection networks and failure modes, refer to the Texas Instruments LM358 datasheet and application notes on ESD robustness.
Mastering the op amp golden rules is only the first step. True analog competence comes from knowing exactly where those rules break down in physical silicon, selecting the right topology for your supply rails, and knowing how to quickly isolate a dead chip when a prototype board refuses to output a clean signal.






