3

enter image description here

I'm having a hard time understanding how to calculate input impedance of the inverting op amp. First, which two points do I need to calculate the impedance between? Is it between the two points indicated by the red line on the picture above? In this case I don't understand why the impedance is equal to Rin. It seems to me that it should be infinite because the impedance between the op amp inputs is infinite. What am I missing here?

Thank you!

Circuit fantasist
  • 13,593
  • 1
  • 17
  • 48
Rodion Degtyar
  • 461
  • 3
  • 11
  • 4
    Just ask yourself this: If the voltage at Vin increases by 1V, how much more current flows from Vin? Divide the voltage increase by the current increase and you will know the input impedance. – Elliot Alderson Mar 07 '21 at 22:01
  • What you're missing is the effect of Vout and Rf. The In- terminal is called a "virtual earth" because it has the same potential as In+. –  Mar 07 '21 at 22:30
  • if the output is not saturated, It’s Zin=Rin as Vout drives Vin- to null the error. If it’s saturated, Zin(ac) = Rin + Rf because we assume in either case no input current, although the latter isn’t particularly useful to know Zin because there is no gain when saturated. But is important not to make it so small that some CMOS OpAmp’s can’t drive much less than 10k without some showing the effects of Vmin~max – Tony Stewart EE75 Mar 07 '21 at 22:48
  • [for small signal] model the open loop gain as (-j) (f_GBW / f) , and take it from there . . . – Pete W Mar 07 '21 at 22:51
  • the key to understanding these circuits, at least their basic operation, is to remember that the amp will do whatever it has to to keep the - and + inputs at the same voltage - if it can do so. Once you see that, everything else follows on. – danmcb Mar 08 '21 at 08:56
  • @danmcb, In practice, this means looking at the op-amp not as some super-fast device but as a slow "thinking" device (being). But why the op-amp should "do whatever it has to to keep the - and + inputs at the same voltage"? What is the point of this? Who formulated this "golden rule"? God? Mr. Horowitz? Nature? We need to understand this... – Circuit fantasist Mar 08 '21 at 11:48
  • 1
    The virtual-short rule makes DC analysis easy. The "slow thinking" can be modeled to first order by saying the op amp integrates the voltage difference between the terminals. Some algebra will show that the virtual-short rule is good until around f = f_GBW / closed-loop-gain . Many times there is no need for this detail, but if closed-loop-gain is high it will explain some things – Pete W Mar 08 '21 at 13:47
  • The input impedance of the op-amp is *different* to that of the circuit including the op-amp in your question, and Circuit fantasist has explained how to derive that. – user172530 Mar 08 '21 at 08:34

3 Answers3

5

In a traditional inverting opamp circuit, where ((all)) of the operational parameters are within their ranges, the inverting input node behaves as if it were galvanically connected directly to GND. It isn't, of course, but it can mimic a true ground connection so well that it has a name - Virtual Ground - and its own Wiki page:

https://en.wikipedia.org/wiki/Virtual_ground

UPDATE 1: The mimicking happens because, in a closed-loop, linear system, the opamp does whatever it takes to keep its two inputs at the same voltage. So whatever the current is through Rin, the opamp drives Rf such that an equal but opposite (because it is the ((inverting)) input) current flows into the node, and the voltage at the Rin-Rf node just sits there at 0 V (or whatever voltage the non-inverting input is tied to).

UPDATE 2: Because there is a real, physical delay between the inputs and output of an opamp, closing a negative feedback loop works like this. The input changes; let's say it goes a bit negative. Now, the inverting input is less than the non-inverting input; or, the + input is more positive. When the + input goes up, the output goes up (the definition of "non-inverting"). This increases the voltage at the right side of Rf, which increases the voltage at the left side of Rf which is the inverting input, making it equal to the non-inverting input again. Since the non-inv input is connected to GND, the effect is that even though the input signal changed, the voltage at the inv input did not; it appears stuck to GND.

Here is where the controllable gain happens. Because Rf and Rin form a two-resistor voltage divider, they control how much the output has to change to pull the input back to a zero voltage difference. Example: Rin = 10K; Rf = 100K. In order to hold the center node (which is connected to the - input) at 0 V (OR (important) at any other fixed voltage), if the left side of the divider goes down 1 V, then the right side has to go up xxx V to maintain the center node at no change. If the input signal goes down to -1 V, the opamp output goes up. If it goes to only +9 V, the - input still is lower than the + input by 0.9091 V so the output keeps going more positive.

Remember that there is a delay time between when the input changes and when the output "catches up". When the output passes 10 V and everything should be balanced, it takes a while for that input condition to make it though the opamp circuitry and affect the output, and diring that time the output keeps increasing. If the output goes to 11 V, now the - input is more positive then the + input by 0.9091 V, and this drives the opamp output to go more negative. And up and down and up and down. This is a decreasing-amplitude sinusoidal oscillation called ringing; it eventually decays to 0 V, and is very visible when an opamp is hit with a very fast input signal change. "Normal" opamps have an internal lowpass filter (called "compensation") so the output overshoots way less than 1 V, but many datasheets have a oscillograph showing the overshoot and/or damped ringing.

This entire analysis also can be worked through using the currents in the two resistors rather than the voltages across them.

UPDATE 3: The reason it is called a virtual "ground" is that in traditional amplifier circuits with bipolar supplies, the non-inverting input is referenced to GND, usually through a resistor. But a more pedantically correct term would be "virtual reference potential". Negative feedback drives the - input to equal the + input - whatever that voltage is. This is how a two-resistor voltage divider at the + input holds the opamp output at Vcc/2 in a single-supply circuit. But even with the DC offset, the invarience characteristic still is there. """The ground is strong in this one."""

AnalogKid
  • 16,865
  • 1
  • 13
  • 25
  • 1
    See updates 2 and 3. – AnalogKid Mar 08 '21 at 13:56
  • Excellent explanation! I have the feeling that I wrote it-:) Well, I waited for this moment to see someone here who really understands the circuit operation... and to explain it in this powerful intuitive way... and not just to speak with verbal clichés... There are several valuable points here that I would like to comment on... Just to remember what I wrote because it disappeared in some supernatural way... Obviously, I will have to keep a copy of my comments in future... – Circuit fantasist Mar 08 '21 at 15:52
  • Thanks. There is more to the story, such as another un-emphasized fun-fact of linear opamp operation -- an opamp always runs at wide-open full gain. The circuit may have a gain of 10, but the device, from input pins to output pin, runs at its open-loop gain. Always. (Note: normal opamps, not OTAs, devices with DC volume control, etc.). If the opamp has an open loop gain of 1 million, and your circuit has a gain of 10, then the input signal is effectively attenuated by a factor of 100,000 at the input, and then amplified by 1 million by the device, for a *circuit* gain of 10. – AnalogKid Mar 08 '21 at 16:48
  • Great explanation, thanks a lot! – Rodion Degtyar Mar 09 '21 at 07:49
  • @AnalogKid, Very interesting and original viewpoint at the negative feedback principle. Maybe Harold Black thought that way while sketching his idea on the cigarette box-:) Oh, how I like to think and explain circuits in such a "philosophical" and not a specific way... but how few people have this ability... and the rest want to destroy them... – Circuit fantasist Mar 09 '21 at 13:02
  • 1
    I think it is a fairly common explanation (oral, not textbook). Black probably thought of the circuit functioning in terms of its currents rather than its voltages, because that is what is really going on. However, most beginners are more comfortable thinking in voltages. -- What is ((way)) less common is the idea that the input signal first is attenuated (by subtraction, not division) down to almost nothing, then increased by multiplication all the way up to the final output voltage. – AnalogKid Mar 09 '21 at 13:14
  • @AnalogKid, I really enjoy reading your thoughts because I have been thinking about the negative feedback phenomenon for a long time. It was around the mid-80s when, as a young assistant professor, I began to explain basic op-amp amplifying stages to my students (I have told it, with a little humour, in my [Wikibooks story](https://en.wikibooks.org/wiki/Talk:Circuit_Idea/Voltage_Compensation)). A while ago, I looked at yellowed sheets from my archive from those times where I sketched interesting experiments with negative feedback circuits. Tomorrow I will shoot and upload them in GooglePhotos. – Circuit fantasist Mar 09 '21 at 19:19
  • @AnalogKid, I have a lot of insights into negative feedback circuits, which I will be happy to share. But now I am very impressed by your insight that "the input signal first is attenuated by subtraction, then increased by multiplication" since I have never met such an explanation. The interesting thing here is that this attenuation is done not by power dissipation in resistors (voltage divider) but by subtracting a proportional voltage (without losses). I think the same idea is used in capacitive droppers, circuits with N-shaped negative resistance, bootstrapping, etc… a very powerful idea... – Circuit fantasist Mar 09 '21 at 19:24
  • It's called a "difference" -ial pair for a reason. – AnalogKid Mar 09 '21 at 20:05
  • @AnalogKid, What do you think about my insights in my last edit? There I have commented your updates. Also, what do you think about compumike's explanations? I am impressed because we all explain the transition process in the same way... and this is rare on the web... – Circuit fantasist Mar 12 '21 at 09:27
4

First, which two points do I need to calculate the impedance between? Is it between the two points indicated by the red line on the picture above?

Yes, this is the circuit input impedance (between the left Rin end and ground) that is different from the op-amp input impedance (between its two inputs).

It seems to me that it should be infinite because the impedance between the op amp inputs is infinite.

Really, the op-amp input impedance is infinite... but if the op-amp was standalone. Note that here a network consisting of two elements in series (Rf and the op-amp output) shunts the op-amp differential input (ie, it is connected between them). So this network determines the resistance between the op-amp inputs. Let's see what its resistance is...

The input current flows through Rf and creates a voltage drop VRf = Iin.Rf. To keep the voltage at the inverting input equal to zero (obbeying the so-called "golden rule"), the op-amp adjusts its output voltage equal to the voltage drop across Rf (Vout = -Iin.Rf) and adds it in series. The op-amp output serves as a variable voltage source that copies the voltage drop across Rf and removes it. As a result, the differential voltage between the op-amp inputs is zero (Iin.Rf - Iin.Rf = 0). Thus there is current flowing but there is no voltage... so the resistance of this network (and between the op-amp inputs) is zero... virtual zero. Figuratively speaking, the inputs are short connected by something like a "piece of wire".

So, the conclusion is that the circuit input impedance is determined only by Rin.

The conceptual picture below illustrates my explanations. Pay attention to something very important for understanding the circuit - the four elements (two voltage sources and two resistors) are connected in a loop and the same current flows through them (its trajectory is drawn in green). Also note another very important property of this configuration - the two voltages Vin and Vout have the same polarity when travelling the loop; so they are summed according to KVL.

Inverting amplifier - input resistance

Try to grasp the idea; if you have any questions, I will be happy to answer. I know it will be a little difficult for you to understand my slightly unconventional explanations... but if you succeed, the benefits will be great for you... You will know what the secret of op-amp inverting circuits is. For example, you can easily answer a similar question.


In the edit below, I have exposed some basics of my philosophy about negative feedback circuits as a response to AnalogKid's updates.

UPDATE 1

… the opamp does whatever it takes to keep its two inputs at the same voltage.

Undisturbed follower. Although it is possible for an op-amp to change the voltages of both its inputs (for example, in an NIC), in most cases it only changes the voltage of its inverting input so that it (always) follows the voltage of its non-inverting input. The latter is permanently zero (in the case of the inverting amplifier) or is initially zero (in the case of the non-inverting amplifier). So, by its nature, the op-amp circuit with negative feedback is a zero voltage follower. Its simplest implementation consists of only one op-amp whose output is connected to its inverting input.

Disturbed follower. From now on, each new element inserted (resistor, capacitor, diode, transistor, etc.) or voltage or current applied (Vin, Iin) acts as a "disturbance" for this initial follower since it tries to change the zero voltage reference. The op-amp reacts to the disturbance to overcome it and we take its reaction as an output. In this way, all possible op amp circuits with negative feedback can be obtained by intentionally disturbing them.

So whatever the current is through Rin, the opamp drives Rf such that an equal but opposite (because it is the ((inverting)) input) current flows into the node, and the voltage at the Rin-Rf node just sits there at 0 V.

I would say: Since the input voltage source pushes a current through R1 into the node but the op-amp draws the same current through R2 from the node (or the input source draws a current via R1 from the node but the op-amp pushes the same current via R2 to the node), the voltage of the node does not change.

From another point of view, this 4-element configuration can be seen as a balanced bridge.

UPDATE 2

Because there is a real, physical delay between the inputs and output of an opamp...

Exactly! Strange as it may seem, it is this delay that makes it possible to explain the circuit operation. If we consider the op-amp as a device without delay (Vout = k.Vin), we fall into a vicious circle.

The input changes; let's say it goes a bit negative...

So, when Vin changes (eg, decreases), in the first moment, Vout does not change… and the voltage divider R1-R2 is driven from the left side by Vin. After a while, the op-amp responds to the change by starting to increase its output voltage… and now the voltage divider R1-R2 is driven from the right side by Vout.

UPDATE 3

But a more pedantically correct term would be "virtual reference potential".

Exactly! "Virtual ground" is a voltage source whose voltage is a "copy" of another (reference) voltage (that can be zero). Figuratively speaking, virtual ground is a clone of another but real ground.

In 2007, I put a lot of effort into finding out what virtual ground really is and telling it on Wikipedia. Here is an old revision of the page and a heated discussion on the talk page. In the end, the page was trimmed and is now in a miserable state (Wikipedia EE is another place where there are terrible people; the only strange thing is how they are allowed to run wild).

COMMENT 1

If the op amp has an open loop gain of 1 million, and your circuit has a gain of 10, then the input signal is effectively attenuated by a factor of 100,000 at the input, and then amplified by 1 million by the device, for a circuit gain of 10.

Original representation of the negative feedback arrangement that I have never seen! I use two approaches to presenting it:

Amplifier. If the amplifier used to build the negative feedback circuit has a relatively small gain, I consider it as an amplifier with some moderate gain; then its input voltage cannot be ignored. This is the case in transistor circuits.

Integrator. If the amplifier used to build the negative feedback circuit has an extremely high gain, I simply consider it as an integrator… and I do not talk about gain at all.This is the case in op-amp circuits.

Circuit fantasist
  • 13,593
  • 1
  • 17
  • 48
  • Thanks a lot! That's a great explanation. – Rodion Degtyar Mar 08 '21 at 19:30
  • Two follow-up questions: 1. How does this circuit closes (i.e. what corresponds to the bottom part of the diagram that closes the loop from the variable source to the constant source?) 2. Which two points are used to calculate the output impedance? – Rodion Degtyar Mar 08 '21 at 19:33
  • @Rodion Degtyar, The loop is closed by the ground rail so the negative terminal of Vin is connected to the positive terminal of Vout (VOA in the figure). As a result of this connection, Vout "helps" Vin in its "desire" to pass a current I = Vin/R1 since its voltage is added to Vin. Now the network of the two resistors R1 and R2 in series is supplied not only by the input voltage source Vin but by the new composite voltage source Vin + Vout (circled in yellow). The increase Vout = VR2 compensates the loss VR2 and the current is again I = (Vin + Vout - VR2)/R1 = (Vin + VR2 - VR2)/R1 = Vin/R1... – Circuit fantasist Mar 08 '21 at 20:29
  • @Rodion Degtyar, The most important thing here is to understand the meaning of all this; so I will try to explain it to you again but in another way. Imagine you want to make a simple current source by connecting a resistor R1 in series to the voltage source Vin. When you short connect its output, a current I = Vin/R1 flows through the circuit. Now imagine you want to measure this current. For this purpose, you (insert) another resistor R2 in series and measure the voltage drop across it VR2 = I.R2 by a voltmeter. But a problem appears - R2 will decrease the current and an error will appear... – Circuit fantasist Mar 08 '21 at 20:41
  • @Rodion Degtyar, To solve the problem, we use a clever trick - we remove the "harmful" voltage drop VR2 (loss) by adding the same voltage VR2 (gain) in series. For this purpose, we insert in series another voltage source whose voltage Vout is a copy of the voltage drop VR2. As a result, VR2 is fully neutralized by Vout and their sum is VR2 - Vout = VR2 - VR2 = 0. This zero voltage appears between the middle point between R1 and R2... and the input voltage source "sees" only the resistor R1 (R2 is removed)... – Circuit fantasist Mar 08 '21 at 20:51
  • @Rodion Degtyar, We can see all this all around us. What do we, human beings, do when something harmful (VR2) gets in our way? We destroy it with an equivalent useful thing (-VR2). The result is that there is no change... and we continue to go our own way. Even our discussion here is a very good illustration of this principle. You have a problem that you can't understand why the input resistance of the circuit is R1. I appear here and at the cost of all these explanations I remove your problem. The result is that there is no problem anymore... – Circuit fantasist Mar 08 '21 at 21:06
  • @Rodion Degtyar, I have dedicated many resources on the web about this great phenomenon that can be interesting for you. See, for example, my [Wikibooks story](https://en.wikibooks.org/wiki/Circuit_Idea/Voltage_Compensation) about it... and especially, the [talk page](https://en.wikibooks.org/wiki/Talk:Circuit_Idea/Voltage_Compensation) where I have described how difficult it was for me to realize this idea in 90s... – Circuit fantasist Mar 08 '21 at 22:07
  • @Rodion Degtyar, You can also enjoy the interactive [Flash tutorial](https://www.circuit-fantasia.com/collections/tools/pnfb-builder.html), but in order to watch it, you need to install the [Ruffle extension](https://ruffle.rs/) on your browser. – Circuit fantasist Mar 08 '21 at 22:11
  • 1
    Thanks a lot, that was very helpful! – Rodion Degtyar Mar 09 '21 at 07:45
2

In many circuits (whether involving op-amps or not), I think it is helpful to separate the behavior of the circuit immediately after a change in input, versus what happens after a new equilibrium has time to be reached. The former is the high-frequency response of the circuit; the latter is low-frequency or DC response.

Your question is almost certainly asking about the low-frequency or DC input impedance, however it can be instructive to think about the transient behavior in getting there.

Let's connect a step current source to the input of our inverting amplifier and see what happens when it steps from \$0\$ to \$1 \ \mu \text{A}\$ at \$t=0\$:

schematic

simulate this circuit – Schematic created using CircuitLab

The result looks something like this:

Inverting amplifier current step response

Initially, the op-amp's output hasn't had time to change its voltage yet. It stays at \$0 \ \text{V}\$. The \$1 \ \mu \text{A}\$ current from \$I_1\$ flows through both \$R_\text{in}\$ and \$R_\text{f}\$, causing voltage drops on each. The voltage at the inverting input terminal V(div) drops immediately to \$-R_\text{f} \cdot I_1 = -990 \ \text{mV}\$. And V(in) becomes \$-(R_\text{in} + R_\text{f}) \cdot I_1 = -1 \ \text{V}\$. This happens essentially immediately after a change in input current. The immediate, high-frequency input impedance \$ | \frac {V_\text{in}} {I_1} | = 1 \ \text{M} \Omega = R_\text{f} + R_\text{in}\$.

As time passes, the op-amp "notices" the voltage difference between its two terminals, and it starts to increase its output voltage because the non-inverting terminal is at higher voltage relative to the inverting terminal.

The op-amp continues to increase V(out) until V(div) = 0, so the + and - terminals are equal again. At this point, we'll find V(out) = +990 mV and V(in) = -10 mV. The DC input impedance is just \$ | \frac {V_\text{in}} {I_1} | = 10 \ \text{k} \Omega = R_\text{in}\$.

We can plot the input impedance versus frequency directly using the expression MAG(V(in)/I(I1.nA)) in the frequency domain simulation:

schematic

simulate this circuit

The result looks like this:

frequency input impedance of inverting amplifier

At low frequencies (after the op-amp has had time to reestablish equilibrium), the input impedance is \$R_\text{in}\$. At high frequencies (before the op-amp finds its new equilibrium), it's \$R_\text{f} + R_\text{in}\$. But you can read this frequency-domain plot from right to left -- from high frequency to low frequency -- and it tells the same story of the feedback loop taking time to stabilize.

This frequency-dependent input impedance and other aspects like stability and compensation are covered in greater detail in the Op-Amp Inverting Amplifier section of my Ultimate Electronics Book (in progress).

Circuit fantasist
  • 13,593
  • 1
  • 17
  • 48
compumike
  • 3,624
  • 23
  • 20
  • Sounds fantastic! Only one thing I can't understand - why should we stimulate the circuit with a current source and not with a voltage source? What do we gain from this? BTW if the source injects a current into Rin-Rf voltage divider from the left, the circuit input voltage and the voltage at the inverting input should be positive... – Circuit fantasist Mar 10 '21 at 22:09
  • Well, as soon as such interesting interpretations of the op-amp behavior (as something like a living being) have appeared, let's continue in this "synectics" direction and now put ourselves in the place of the input source (empathy). What does it "see" in both cases? In the first case, it "sees" an intact voltage divider (a network of two resistors Rin and Rf in series). So, as you have shown above, it sees Rin + Rf. In the second case, another "being" (voltage source, ie, the op-amp) begins to help the input source by adding an additional voltage VRf in series. Thus it neutralizes Rf... – Circuit fantasist Mar 10 '21 at 22:39
  • Figuratively speaking, the op-amp output acts as a "true negative resistor" with resistance -Rf that is added in series to Rf... and the result is zero resistance. So the op-amp has "eaten" the big part (high resistance) Rf of the voltage divider... and only the miserable part Rin (some 10 k) is left of it. As though the input source is "deceived" - it "sees" only one resistor of 10 k... – Circuit fantasist Mar 10 '21 at 22:48
  • So in the circuit of the inverting amplifier, the op-amp plays the role of an "exact" negative resistor that neutralizes only Rf. The two identical elements but one positive and the other negative, are in an inseparable whole that has zero total resistance... – Circuit fantasist Mar 10 '21 at 22:57
  • Now, to make things even more interesting, we can increase the value of the op-amp negative resistance more than the "exact" -Rf. For this purpose, we have to somehow make the op-amp "overdo it" in its help. How? Obviously with the help of the dual type of feedback - *positive*. We connect another voltage divider between the op-amp output and its non-inverting input. What will happen? Now the op-amp will "eat" not only the whole Rf but even a part of Rin... and something very interesting will happen - the virtual ground will move to left and will enter Rin... – Circuit fantasist Mar 10 '21 at 23:11
  • This is how we imperceptibly "invented" the devil's curcuit called "*voltage-inversion negative impedance converter* (VNIC)... and what is more important, we can explain it in such an intuitive way... like in this [Wikibooks story](https://en.wikibooks.org/wiki/Circuit_Idea/Negative_Impedance_Converter). We can even interpret its name as follows… – Circuit fantasist Mar 10 '21 at 23:36
  • If Rin-Rf was a standalone voltage divider (without the op-amp), the positive input source would "see" through Rin a positive voltage drop across Rf. But now the op-amp adds in series a negative voltage that is higher than VRf. The result is negative voltage at the inverting input (already there is no virtual ground here). So the op-amp "sees" a negative (inverted) voltage in the place of the previous positive one... – Circuit fantasist Mar 10 '21 at 23:37
  • Now about your input current source... It is "helped" by the additional op-amp output voltage -Rf, that destroys the undesired voltage drop VRf... But it does not need this help for if it had not been for the help of the op-amp, it itself would have destroyed VRf by, for example, raising with such value its internal voltage. In addition, it will overcome Rin. So, if we drive this circuit with a current source, Rin does not play any role... and it can be removed. Then Rf and the op-amp will constitute the simpler *transimpedance amplifier*... – Circuit fantasist Mar 10 '21 at 23:50
  • compumike, I want to continue this imaginary dialogue... but it is already 2 o'clock after midnight... Today, I was vaccinated and I am afraid of side effects overnight... and tomorrow morning I have an on-line lecture with some of your future fellow programmers... which I will try, in such a manner, to be interested in the secrets of basic circuitry... If you don't mind, I will show them this... – Circuit fantasist Mar 11 '21 at 00:09
  • My online lecture was very interesting although it was dedicated to passive voltage-to-current converters. I promised my students to turn, in the future, these imperfect passive circuits into perfect op-amp circuits like this. I shared this issue with them and showed your book; we also looked at its contents... – Circuit fantasist Mar 11 '21 at 11:02
  • Today I took a closer look at the section about the inverting amplifier in your book. Indeed, an impressive in-depth analysis... It is a pity that you do not react to my comments because I can share more interesting insights about the philosophy of this famous configuration. Only, I am not so much interested in WHAT the circuit is and HOW it is made... but WHY it is made just that way. It is unbelievable but [I was wondering](https://en.wikibooks.org/wiki/Talk:Circuit_Idea/Voltage_Compensation) what the hell the two resistors in the circuit of the inverting amplifier were back in the 70's... – Circuit fantasist Mar 12 '21 at 19:00
  • … and I still wonder now... I have understood why you use a current source to measure the input resistance but I am not sure if the novice reader will understand; I hope you explained it somewhere before… You often mention the Miller effect in its classic "capacitor" manifestation. But it also manifests itself in a "resistor" form by reducing the resistance Rf to almost zero. Ten years ago, I dedicated the [Miller theorem](https://en.wikipedia.org/wiki/Miller_theorem) page on Wikipedia to this ubiquitous phenomenon. – Circuit fantasist Mar 12 '21 at 19:31
  • Finally, I want to share my admiration for your intuitive explanation of the "analog magic" of compensating capacitor C2. Actually, this is the well-known idea of ​​a "speed up capacitor" connected in parallel to the base resistor in a transistor switch… or C2 can be thought of as a differentiating capacitor… or C1, C2 and the op-amp can be considered as a "charge amplifier".. – Circuit fantasist Mar 12 '21 at 20:11