A negative amplifier (more accurately termed an inverting amplifier) is an operational amplifier circuit configured to output a voltage that is an inverted, scaled replica of the input signal, determined by the ratio of its feedback and input resistors. When you pass a signal through this topology, it changes the signal's phase by exactly 180 degrees while scaling its amplitude, all while holding the inverting input at a stable 'virtual ground.' Beginners frequently confuse the negative gain (the signal inversion) with negative feedback (the stabilizing loop that makes the circuit work) or mistakenly assume the chip requires a negative voltage power rail to function.
The Core Mechanism: How Negative Gain Works
To understand the inverting configuration, you have to look at how an op-amp uses negative feedback to force its two input pins to the same voltage. In this circuit, the non-inverting input (+) is tied directly to ground (0V). The input signal is fed into the inverting input (-) through a resistor ($R_{in}$), and a feedback resistor ($R_f$) connects the output back to that same inverting input.
Because the op-amp has massive open-loop gain, it will drive its output pin to whatever voltage is necessary to make the voltage difference between the (+) and (-) pins exactly zero. Since the (+) pin is at 0V, the op-amp forces the (-) pin to 0V as well. This is known as a virtual ground. Think of the op-amp's inverting input like the fulcrum of a seesaw: when you push down on the input side, the op-amp instantly pushes up on the output side to keep the fulcrum perfectly level.
Voltage Gain ($A_v$) = $- (R_f / R_{in})$
Output Voltage ($V_{out}$) = $V_{in} \times A_v$
The negative sign in the formula is where the term 'negative amplifier' comes from. It does not mean the circuit destroys voltage or creates a vacuum; it simply denotes mathematical inversion. If you input a positive DC voltage, the output swings negative. If you input an AC sine wave, the output is an identical sine wave flipped upside down (a 180-degree phase shift).
Worked Numeric Example: Designing a -10x Inverting Stage
Let's design a real circuit. Suppose you are building an audio preamp in 2026 using a classic TL072CP dual JFET op-amp (roughly $0.85 for a DIP-8 package). You have a sensor or microphone pre-stage outputting a 0.5V peak AC signal, and you need to scale it to 5.0V peak while inverting the phase for a downstream differential receiver.
Target Gain: -10x
Input Signal ($V_{in}$): 0.5V peak
Target Output ($V_{out}$): -5.0V peak
- Select the Input Resistor ($R_{in}$): We need to set the input impedance. If we make it too low, we load down the previous stage. If we make it too high, we invite thermal noise and stray capacitance issues. Let's choose a standard 1% metal film value of 10 kΩ.
- Calculate the Feedback Resistor ($R_f$): Using $A_v = -R_f / R_{in}$, we get $-10 = -R_f / 10k$. Therefore, $R_f$ must be 100 kΩ.
- Verify the Current Flow: With 0.5V applied across the 10 kΩ input resistor, Ohm's law dictates a current of $I = 0.5V / 10,000Ω = 50 \mu A$. Because the inverting input draws virtually zero current (the TL072 has a typical input bias current of just 5 pA), all 50 μA must flow through the 100 kΩ feedback resistor.
- Calculate the Output Voltage: The voltage drop across $R_f$ is $50 \mu A \times 100,000Ω = 5.0V$. Since the virtual ground side of $R_f$ is at 0V, and current is flowing from the input to the output, the output pin must sit at -5.0V relative to ground.
In a perfect world, this is all you need. In reality, op-amps have slight input bias currents that create a DC offset voltage. To minimize this, add a compensation resistor ($R_{comp}$) between the non-inverting (+) pin and ground. Calculate it as the parallel equivalent of your input and feedback resistors: $R_{comp} = (R_f \times R_{in}) / (R_f + R_{in})$. For our 100k and 10k resistors, $R_{comp} = 9.09 kΩ$. Use a standard 9.1 kΩ resistor here to keep your DC offset near zero.
Where You Meet This In Practice
You will rarely see a standalone 'negative amplifier' labeled as such on a schematic, but the inverting topology is the backbone of countless analog systems:
- Audio Mixing Consoles: The inverting configuration is the basis of the summing amplifier. By feeding multiple audio channels through separate input resistors into a single virtual ground node, the signals are mixed without interacting with one another (crosstalk is virtually eliminated because the node is held at 0V).
- Sensor Signal Conditioning: Many industrial sensors output a 0-5V or 0-10V signal that needs to be level-shifted or inverted to match the input range of a specific bipolar Analog-to-Digital Converter (ADC). An inverting amp powered by ±12V rails can easily flip a 0-5V signal to a 0 to -5V range.
- Active Filters: In Multiple Feedback (MFB) low-pass and band-pass filters, the inverting op-amp topology is preferred because the virtual ground isolates the filter's RC network from the op-amp's own input capacitance, yielding much more predictable high-frequency roll-off characteristics.
- Current-to-Voltage Converters: Also known as a transimpedance amplifier (TIA). By replacing $R_{in}$ with a photodiode, the circuit converts the tiny current generated by light into a usable, inverted voltage. This is the exact circuit used inside optical fiber receivers and laser rangefinders.
Clearing Up the Terminology
The phrase 'negative amplifier' causes significant confusion on forums and in student labs. Here is a breakdown of what people actually mean versus what the circuit is doing.
| Term | What It Actually Means | Common Misconception |
|---|---|---|
| Negative Gain | The output signal is inverted (180° out of phase) relative to the input. | Thinking the circuit 'subtracts' voltage or requires a negative power supply to operate. |
| Negative Feedback | Routing a portion of the output signal back to the inverting input to stabilize gain and reduce distortion. | Confusing the feedback mechanism with the signal's polarity. (Non-inverting amplifiers also use negative feedback!) |
| Negative Supply Rail | A power source providing voltage below the system ground (e.g., -15V DC). | Assuming you must have a negative power rail to get a negative output. (You can get a negative output relative to a virtual midpoint in single-supply systems). |
For authoritative deep-dives into how these configurations stabilize, the All About Circuits semiconductor textbook provides excellent foundational math, while Analog Devices' Analog Dialogue offers practical layout and stability guidelines for modern high-speed op-amps.
Frequently Asked Questions
Does a negative amplifier need a negative power supply?
Not necessarily. If your input signal is biased at a mid-supply voltage (e.g., 2.5V in a 5V single-supply system) rather than true 0V ground, the 'virtual ground' sits at 2.5V. A positive input swing will cause the output to swing below 2.5V (a 'negative' swing relative to the bias point), even though the absolute voltage never drops below 0V. However, if your input signal is referenced to true 0V ground and you need the output to swing below 0V, you absolutely must provide the op-amp with a negative power supply rail (like -5V or -15V) to allow the output transistors to pull the pin below ground.
Why is my inverting op-amp output clipping at zero volts?
This is the most common mistake when building inverting circuits on a breadboard. If you are powering your op-amp with a single positive supply (e.g., 0V and +12V) and feeding it an AC signal centered on 0V, the op-amp cannot output a negative voltage. When the input goes positive, the op-amp tries to drive the output negative to maintain the virtual ground, but it hits the 0V ground rail and hard-clips. To fix this, either add a negative power supply rail (e.g., ±12V) or bias your input signal to half the supply voltage using a resistor voltage divider.
Can I use a negative amplifier to invert a digital logic signal?
You can, but it is highly inefficient and generally a bad idea. An op-amp configured for negative gain will invert a 0V/5V digital signal, but op-amps have limited slew rates (the speed at which the output voltage can change). A standard LM358 has a slew rate of roughly 0.3 V/μs, meaning a 5V logic transition will take over 16 microseconds—resulting in a smeared, triangular waveform that will cause massive switching errors in high-speed digital logic. If you need to invert a digital signal, use a dedicated logic gate like a 74HC04 hex inverter, which switches in nanoseconds and costs pennies.






