3

The upper resistor is bootstrapped: \$i_\text{small signal} = \dfrac{v_{in} - v_{out}}{R} = 0\$. According to The Art of Electronics (p. 97) said resistor is a current source (with \$i=0\$A ?). Why is it replaced with a current source instead of an open circuit?

Another thing is the return-to-ground of the ac coupled input. If the resistor is replaced with an open circuit then there will be no path for the ac signal to the ground. If the resistor is replaced with a current source (assuming \$i=0\$A) you still have the same problem, right? So how is the return-to-ground realized in this circuit?

bootstrapped emitter follower

Henk
  • 499
  • 2
  • 7
  • 11
  • 1
    There is another factor here which may be too implementation-specific for the level at which your analysing the circuit, but the resistor is also needed to allow the input bias current from the op-amp a path to ground. Without it, the input would float up to one of the rails, and stop working correctly. As it is, you will have an output offset voltage corresponding to the the input bias current across 2MΩ. – Connor Wolf Jul 30 '13 at 17:52

3 Answers3

2

Lets see what we're trying to implement here:

  1. AC follower (A = 1 for frequencies of interest)
  2. AC coupled (A = 0 for DC)
  3. High input impedance

We get the desired results by the following means :

  1. AC follower - \$V_{out}\$ and \$V_-\$ are shorted
  2. AC coupled - a series capacitor after \$V_{in}\$
  3. High \$Z_{in}\$ - bootstrapping

From the first glance it looks like \$Z_{in}=2M\$. Well, you could achieve the same without bootstrapping, so why bother? It turns out that the input impedance of this follower is higher than 2M. In fact, the input impedance in this configuration will (usually) be determined by amplifier's input impedance, and not by the values of voltage divider resistors.

Lets see how it works:

DC is blocked, therefore all the signals in this explanation are AC at the frequencies of interest.

Step-by-step propagation of signals:

  1. \$v_{in}\$ changes -> \$v_+\$ changes
  2. \$v_+\$ changes -> \$v_{out}\$ changes
  3. \$v_{out}\$ changes -> \$v_-\$ changes
  4. \$v_-\$ changes -> \$v_{out}\$ changes -> back to step #3 above

The only possible steady state in this condition is: \$v_+ = v_- = v_{out}\$.

Up until now I described the basic follower. However, in this configuration there is one addition - \$v_-\$ is also fed back to the upper resistor's second terminal (lets call this resistor \$R_1\$). So, what the voltage at the resistor will be then? In terms of amplifier's inputs it will be: $$v_{R_1} = v_+ - v_-$$ From the above discussion you may think that this voltage will be zero, but let's not forget that the above discussion is the idealized case. In fact, the gain of the follower won't be exactly 1 - it will be very close to 1, but not 1. What are the implications of this? Well, the voltage on the resistor will be: $$V_{R_1}=v_+ - v_-=v_{in}-Av_{in}=(1-A)v_{in}$$ Since A is very close to unity, the voltage on the resistor will be almost zero, but not zero. This voltage will give rise to current of magnitude: $$I_{R_1}=\frac{(1-A)v_{in}}{R_1}$$ What is this current? It is a current drawn from the source by the resistive divider! If we try to express the "effective resistance" of the divider by comparing the above equation to Ohm's law, we will get: $$R_{eff_{divider}} = \frac{R_1}{(1-A)} >> R_1$$ Given that this huge effective resistance of the divider is in parallel to the input impedance of the amplifier (which is big, but not that big), you can understand why the input resistance of the whole circuit will be determined by the latter.

An answer: You may notice that I did not answer your question yet. Well, the answer to your question is that a tiny current source is just a way of modeling the tiny current which will flow trough \$R_1\$. It is not really zero, but very close to it. Don't take this too seriously - if you understood the whole explanation I wrote above, don't care about not understanding some alternative (and useless in my opinion) way of describing this circuit.

Vasiliy
  • 7,323
  • 2
  • 21
  • 38
1

For dc conditions the resistor is there "biasing" the V+ input to 0V and at low frequencies inputted this resistor is there representing the ac input impedance.

For normal (mid range to high frequency) ac conditions, the ac voltage on the output is virtually the same as the input and this ac voltage is very nearly the same voltage at the junction of the two resistors therefore there is only a very small ac current flowing in the resistors and this makes the ac input impedance very high, a lot higher than 2Mohm.

This is how it works; what the art of electronics says and how you interpret it i can't say.

Andy aka
  • 434,556
  • 28
  • 351
  • 777
0

@Henk (if you are still active), there is a difference between a current source and an open circuit... although it is said both they have infinite resistance. The difference is that the current source has infinite AC resistance (dV/dI) but finite DC resistance (V/I) while the open circuit has both AC and DC infinite resistance...

The clever trick named "bootstrapping" is one of the Miller arrangement variations where the resistance of a constant ohmic resistor is virtually increased by connecting in series a following voltage source. If we travel the loop of the three elements (two sources and a resistor) we can see that the following voltage source is opposing to the input voltage source; so it neutralizes its attempts to change the current... but the initial DC current remains unaffected... and there is a return-to-ground path...

Circuit fantasist
  • 13,593
  • 1
  • 17
  • 48