The Core Difference: Phase and Input Impedance
When designing an op-amp gain stage, the physical pin you route your input signal to determines the topology. In a non-inverting amplifier, the signal enters the non-inverting (+) input, and the feedback network connects to the inverting (-) input. Because the op-amp's internal differential input impedance is extremely high (often >10^12 Ω for FET-input op-amps), the circuit draws virtually zero current from the source. The voltage gain formula is Av = 1 + (Rf / Rin). Note that the minimum possible gain is 1 (when Rf = 0), making it impossible to attenuate a signal with this topology.
In an inverting amplifier, the signal enters the inverting (-) input through a series resistor (Rin), while the non-inverting (+) input is tied directly to ground. The feedback resistor (Rf) routes from the output back to the inverting input. Because the op-amp maintains a 'virtual ground' at the inverting pin, the input impedance of the entire circuit is simply the value of Rin. The gain formula is Av = -(Rf / Rin). This topology allows for sub-unity gain (attenuation) if Rf is smaller than Rin.
Worked Numeric Example: Designing a 10x Gain Stage
Let's design a front-end to amplify a 0.1V peak piezo vibration sensor signal to 1.0V peak for a microcontroller ADC. We need a voltage gain of exactly 10.
Non-Inverting Implementation
- Formula: 10 = 1 + (Rf / Rin) → Rf / Rin = 9
- Resistor Pick: Choose Rin = 10kΩ. Rf must be 90kΩ. Using standard 1% E96 values, we select 90.9kΩ for Rf, yielding a real-world gain of 10.09.
- Input Impedance: Using a TL072 JFET op-amp, the input impedance is roughly 10^12 Ω. The piezo sensor (which has high internal impedance) will not suffer any signal loading.
Inverting Implementation
- Formula: -10 = -(Rf / Rin)
- Resistor Pick: Choose Rin = 10kΩ. Rf must be exactly 100kΩ (a standard 1% value).
- Input Impedance: The input impedance is exactly 10kΩ (the value of Rin). A high-impedance piezo sensor will form a voltage divider with this 10kΩ resistor, severely attenuating the signal before it even reaches the op-amp.
Where You Meet This in Practice
You will encounter these two topologies constantly across different engineering domains, but they are rarely interchangeable due to their impedance characteristics.
- Non-Inverting in the Wild: Buffering high-impedance transducers. pH probes, thermocouples, piezo pickups, and electrocardiogram (ECG) electrodes all require the massive input impedance of a non-inverting configuration (often followed by an instrumentation amplifier). It is also the standard topology for audio line drivers and headphone amplifiers where phase coherence and low source loading are critical.
- Inverting in the Wild: Audio mixing consoles and summing amplifiers. Because the inverting input is a virtual ground, multiple audio channels can be fed through separate Rin resistors into the same node without cross-talk (crosstalk between channels). It is also the standard topology for active multiple-feedback (MFB) low-pass filters and digital-to-analog converter (DAC) current-to-voltage (I/V) transimpedance stages.
Decision Tree: Picking Your Configuration
Use this decision matrix to terminate your design debate and select the correct topology for your specific schematic requirements.
| If your requirement is... | Then choose... | Why? |
|---|---|---|
| Sensor source impedance > 100kΩ | Non-Inverting | Prevents signal loading and voltage drop across the source's internal resistance. |
| Need to sum multiple analog signals | Inverting | Virtual ground prevents crosstalk between the summed input channels. |
| Need a voltage gain of exactly 1 (Buffer) | Non-Inverting | Wire output directly to inverting pin (Voltage Follower). Inverting cannot do unity gain. |
| Need signal attenuation (Gain < 1) | Inverting | Set Rf < Rin. Non-inverting minimum gain is 1. |
| Phase coherence with source is mandatory | Non-Inverting | Inverting flips the waveform 180°, which can cause cancellation in parallel audio paths. |
Real-World Op-Amp Part Selection
The math assumes an ideal op-amp, but real silicon dictates your success. Here are concrete part numbers based on 2026 market availability and pricing for your amplifier stage:
- LM358 / LM324 (~$0.15/unit): The ubiquitous dual/quad BJT op-amp. Excellent for slow-moving DC sensors (thermistors, voltage dividers). Warning: It suffers from crossover distortion near 0V and has a low GBWP (1 MHz). Never use this for high-fidelity audio or fast AC signals.
- TL072 (~$0.40/unit): JFET input dual op-amp. High input impedance and low noise make it the historical standard for non-inverting audio buffers and guitar pedal input stages. Requires dual supply rails (e.g., ±9V) to perform optimally.
- MCP6002 (~$0.35/unit): Rail-to-Rail Input/Output (RRIO) CMOS op-amp. The absolute best choice when driving a 3.3V or 5V microcontroller ADC from a single-supply non-inverting amplifier. It can swing its output within millivolts of the VCC and GND pins.
- OPA2134 (~$4.50/unit): Premium FET-input audio op-amp. Ultra-low distortion (0.00008% THD) and high slew rate. Use this for high-end DAC I/V stages or non-inverting phono preamps where noise floor is the primary constraint.
FAQ: Common Op-Amp Amplifier Questions
Can I use an inverting amplifier for a DC signal?
Yes, but the output polarity will flip. If you feed +0.5V DC into an inverting amplifier with a gain of -10, the output will attempt to swing to -5.0V. If your op-amp is powered by a single 0-5V supply, it will rail at 0V and clip. To process DC signals in an inverting configuration, you must provide a negative supply rail (e.g., ±12V) or bias the non-inverting pin to a mid-supply reference voltage.
Why does my non-inverting amplifier oscillate or ring?
Non-inverting amplifiers are highly susceptible to capacitive loading on the output pin. If you are driving a long coaxial cable or a large filter capacitor directly from the op-amp output, the phase margin degrades, causing high-frequency oscillation. Fix this by adding a small series isolation resistor (typically 10Ω to 47Ω) directly at the op-amp output pin, before the feedback network takeoff point. For deeper stability analysis, refer to Texas Instruments' Op Amps for Everyone application note.
Does the inverting amplifier invert the physical wiring of my speaker?
No. In audio applications, an inverting amplifier stage flips the AC voltage waveform relative to ground. It does not mean you should swap the red and black terminals on your speaker. The speaker cone will still move outward on the positive half-cycle of the amplified wave relative to the amplifier's output reference.






