Inverting Amplifier
The inverting input is a virtual ground; negative feedback inverts and amplifies the input.
Visualize inverting, non-inverting, summing, integrator, and differentiator op-amp circuits in real time. Experience gain, phase shift, and waveform clipping interactively.
The core principle of an ideal op-amp with negative feedback is the virtual short circuit between its two inputs. This means the voltage at the inverting input ($V_-$) tracks the voltage at the non-inverting input ($V_+$). For the inverting configuration, $V_+$ is grounded (0V), so $V_-$ is also approximately 0V—this is the "virtual ground."
$$A_v = \frac{V_{out}}{V_{in}}= -\frac{R_f}{R_{in}}$$Where $R_f$ is the feedback resistor, $R_{in}$ is the input resistor, and the negative sign indicates phase inversion.
For the non-inverting amplifier, the input signal is applied directly to $V_+$, and the feedback network determines the gain without inverting the signal.
$$A_v = \frac{V_{out}}{V_{in}}= 1 + \frac{R_f}{R_{in}}$$Here, $R_{in}$ is the resistor connecting the inverting input to ground. The gain is always positive and greater than or equal to 1.
Audio Preamplifiers: Inverting and non-inverting op-amp circuits are the building blocks of microphone and instrument preamps. They boost weak audio signals to a level suitable for processing or recording. The gain can be precisely set by choosing stable resistor values.
Signal Mixing & Audio Consoles: The summing amplifier is the heart of an audio mixer. It allows multiple microphone or instrument signals to be combined into a single output, with the gain of each channel individually controlled by its input resistor.
Sensor Signal Conditioning: Many sensors (like temperature or pressure sensors) output tiny voltage changes. A non-inverting op-amp circuit can amplify this signal reliably. The high input impedance of the non-inverting configuration prevents loading the sensitive sensor.
Active Filters: By adding capacitors (like the 'C' parameter in the simulator) into the feedback loop, op-amps create precise low-pass or high-pass filters. These are essential in communications equipment to remove unwanted noise and select specific frequency bands.
When you start using simulators, the first pitfall is becoming too accustomed to the ideal op-amp model. For instance, you might assume "the gain is independent of frequency." Indeed, the basic formula $A_v = -R_f/R_{in}$ contains no frequency term. However, real op-amps have an absolute limitation called the "Gain-Bandwidth Product (GBW)." For example, an op-amp with a GBW of 1MHz set for a gain of 100 will theoretically be unable to amplify correctly above 10kHz. In NovaSolver, try switching to the "Op-Amp Frequency Characteristics" model to observe how the gain drops at higher frequencies.
Next is designing while neglecting input impedance. The input impedance of an inverting amplifier circuit is essentially $R_{in}$ itself. For example, if $R_{in}=1k\Omega$, it appears as a heavy 1kΩ load from the perspective of the preceding sensor or signal source. This can cause the source voltage to be pulled down (loading effect), leading to measurement errors. Non-inverting amplifier circuits have extremely high input impedance, making them advantageous in such scenarios.
Finally, the point that "virtual short" is not a universal principle. This only holds true "when negative feedback is functioning properly." When the op-amp output is saturated (clipping) or when the feedback loop is open (as in comparator operation), the virtual short condition breaks down. If you intentionally set an extremely high gain in the simulator to cause saturation, you can observe the voltage at the inverting terminal deviate from 0V. This is the state where the "virtual" condition has collapsed.
Configure an inverting amplifier with Rin=10kΩ, Rf=100kΩ, and 1kHz sinusoidal input at 500mV peak. The simulator calculates gain = -100kΩ/10kΩ = -10 (20dB), producing Vout peak = 5V with 180° phase shift. If feedback capacitance is added (e.g., 100nF across Rf), the integrator response shifts to -45° phase at 159kHz cutoff frequency (fc = 1/(2π*Rf*C) ≈ 15.9kHz for 100Ω feedback). Switching to summing configuration with three inputs (V1=2V, V2=1V, V3=0.5V) at equal impedances yields Vout = -(Rf/R)*(Vin1 + Vin2 + Vin3).