The direct answer for the voltage gain of a non-inverting op amp is Av = 1 + (Rf / Rin). Unlike the inverting configuration, the input signal is applied to the non-inverting (+) terminal, meaning the output signal maintains the same phase as the input while providing extremely high input impedance. This makes it the default choice for buffering high-impedance sensors, audio preamplification, and signal conditioning where loading the source would cause voltage sag.
In this guide, we will move past the ideal textbook models and look at how to select, bias, and troubleshoot non-inverting op amps on the workbench, including exact part numbers and real-world failure modes.
Symbol, Pinout, and Core Math
The standard op amp symbol is a triangle pointing to the right. The non-inverting input is marked with a plus (+) sign, and the inverting input is marked with a minus (-) sign. The output is at the apex of the triangle. In a non-inverting configuration, your signal enters the + pin, while the feedback network connects from the output back to the - pin.
Standard 8-Pin DIP Dual Op-Amp Pinout
Most hobbyist and prototyping op amps come in an 8-pin DIP (Dual In-line Package) containing two independent op amps. Here is the industry-standard pinout (looking down at the IC with the notch facing left):
- Pin 1: Output A
- Pin 2: Inverting Input A (-)
- Pin 3: Non-Inverting Input A (+)
- Pin 4: V- (Negative Supply or GND)
- Pin 5: Non-Inverting Input B (+)
- Pin 6: Inverting Input B (-)
- Pin 7: Output B
- Pin 8: V+ (Positive Supply)
Selecting and Biasing the Right IC for the Job
Choosing an op amp depends on your supply voltage, required bandwidth, and whether you need rail-to-rail output. According to Texas Instruments, modern CMOS op amps have largely replaced older bipolar designs in low-voltage applications, but legacy parts still dominate high-voltage audio.
Safe Default Part Numbers (2026 Pricing & Ratings)
| Part Number | Best For | Supply Range | Slew Rate | Typ. Price (1k qty) |
|---|---|---|---|---|
| LM358 | Single-supply, low-cost sensor buffering | 3V to 32V | 0.3 V/µs | $0.12 |
| TL072 | Dual-supply audio, guitar pedals, mixing | ±5V to ±18V | 13 V/µs | $0.35 |
| MCP6002 | 3.3V/5V microcontroller (ESP32/Arduino) interfaces | 1.8V to 6.0V | 0.6 V/µs | $0.45 |
| OPA2134 | High-fidelity audio, low distortion, high drive | ±2.5V to ±18V | 20 V/µs | $4.80 |
Single-Supply Biasing Technique
If you are running an op amp from a single positive supply (e.g., 5V from an ESP32) and need to amplify an AC signal (like audio), you cannot ground the non-inverting input. The output cannot swing below 0V, so the negative half of your AC wave will be brutally clipped.
The Fix: Create a virtual ground at VCC/2. Use two matched 10kΩ resistors in series from VCC to GND. Connect the midpoint to your non-inverting input. Place a 10µF capacitor from that midpoint to GND to keep the bias voltage rigid against signal-induced fluctuations. Your AC signal is then coupled to the non-inverting pin via a 1µF series capacitor.
Operation Regions and Real-World Limitations
Textbooks assume op amps can swing their output exactly to the power supply rails. In reality, internal transistor saturation voltages limit the output swing. As detailed in Analog Devices' educational library, understanding these regions prevents clipping and phase reversal issues.
| Operation Region | Condition | Typical Output Voltage (VCC = ±15V) | Current Behavior |
|---|---|---|---|
| Linear (Active) | Vin+ ≈ Vin- (within µV) | -13V to +13V | Output sources/sinks current normally; feedback is stable. |
| Positive Saturation | Vin+ > Vin- significantly | +13.5V (Clipped) | Internal PNP/P-channel transistors fully saturated; gain collapses. |
| Negative Saturation | Vin+ < Vin- significantly | -13.5V (Clipped) | Internal NPN/N-channel transistors fully saturated. |
| Phase Reversal (Fault) | Input exceeds common-mode range | Flips to opposite rail | Destructive or latched state in older JFET/Bipolar ICs. |
Practical Application: 1 kHz Audio Preamplifier
Let's build a non-inverting preamplifier with a gain of 11 (20.8 dB) using a TL072, suitable for boosting a low-level electret microphone signal to line level.
Component List
- 1x TL072 Dual Op-Amp
- 1x 10kΩ Resistor (Rf - Feedback)
- 1x 1kΩ Resistor (Rin - Ground reference)
- 1x 10kΩ Resistor (Rbias - Input DC path)
- 2x 1µF Film Capacitors (Cin, Cout - AC coupling)
- 1x 100nF Ceramic Capacitor (Decoupling)
- Dual ±12V or ±15V Power Supply
Build Steps
- Power the IC: Connect +12V to Pin 8 and -12V to Pin 4. Solder the 100nF decoupling cap directly across these pins on the solder side of the board.
- Set the Gain: Connect the 10kΩ Rf between Pin 1 (Output) and Pin 2 (Inverting Input). Connect the 1kΩ Rin from Pin 2 to Ground. (Gain = 1 + 10k/1k = 11).
- Prepare the Input: Connect the 10kΩ Rbias from Pin 3 (Non-Inverting Input) to Ground. This provides a DC return path for the input bias current; without it, the internal input capacitors will charge up and the output will rail.
- AC Couple: Connect Cin (1µF) in series with your audio source, feeding into Pin 3. Connect Cout (1µF) from Pin 1 to your output jack to block any DC offset.
- Verify: Apply a 100mV peak-to-peak 1 kHz sine wave at the input. Measure the output with an oscilloscope; you should see a clean 1.1V peak-to-peak sine wave, perfectly in phase with the input.
Troubleshooting: How Op Amps Fail and Multimeter Testing
Op amps rarely fail spontaneously unless subjected to overvoltage, ESD, or thermal runaway. When they do fail, they typically exhibit one of three symptoms: output stuck at a rail, excessive heat, or internal short between inputs.
Testing with a Digital Multimeter (DMM)
You cannot test an op amp's amplification with a DMM, but you can check for catastrophic internal junction failures.
- De-energize the Circuit: Remove all power and discharge coupling capacitors.
- Check for Output Shorts: Set the DMM to continuity mode. Measure between the Output pin and V+, then Output and V-. You should read 'OL' (Open Loop). A dead short means the internal output stage transistor has melted and shorted to the rail.
- Diode Test the Input Stage: Set the DMM to diode test mode. Place the red probe on V- (Pin 4) and the black probe on the Inverting Input (Pin 2). For a standard BJT input op amp like the LM358, you should read a forward voltage drop of roughly 0.6V to 0.7V. If you read 0.0V, the input ESD protection diode has shorted, and the IC is dead.
- Thermal Check: If the circuit is powered and the output is oscillating or stuck, carefully touch the IC casing. If it is too hot to keep your finger on (>60°C), the IC is likely in a high-current latch-up state or driving a capacitive load without a series isolation resistor.
Frequently Asked Questions
Why does my non-inverting op amp output clip at the power supply rails?
Clipping occurs when your requested output voltage exceeds the op amp's maximum output swing. If you are powering an LM358 with a single 5V supply and trying to amplify a 1V signal with a gain of 10, the math demands a 10V output. Since the IC cannot output more than ~3.5V on a 5V supply (it is not rail-to-rail), the waveform flattens at the top. To fix this, either reduce the gain, increase the supply voltage, or switch to a true rail-to-rail output op amp like the MCP6002.
Can I use a non-inverting op amp as a voltage follower (buffer)?
Yes. A voltage follower is simply a non-inverting op amp with a gain of exactly 1. To achieve this, connect the output pin directly to the inverting (-) input pin (meaning Rf = 0Ω and Rin = ∞). This configuration provides massive current gain and impedance isolation without altering the voltage level, making it perfect for driving heavy loads like long cables or low-impedance headphones without loading down your delicate source signal.
What is the difference between an inverting and non-inverting op amp input impedance?
This is the primary reason to choose the non-inverting topology. In an inverting configuration, the input impedance is simply the value of the input resistor (often 1kΩ to 10kΩ), which can heavily load high-impedance sources like piezo sensors or passive guitar pickups, causing high-frequency roll-off. In a non-inverting configuration, the signal enters the high-impedance gate/base of the input stage directly. The input impedance is typically >1 MΩ for BJT inputs and >1012 Ω for JFET/CMOS inputs, effectively drawing zero current from the source.






