Electrical – BJT Differential amplifier. Tail Resistance. Input Resistance

amplifierdifferential

Here is the schematic of the BJT diff amplifier, I wanted to solve (design). The task is from the book "Art of Electronics".

Exercise 2.18. Verify that these expressions are correct. Then design
a differential amplifier to run from ±5V supply rails, with Gdiff = 25
and Rout = 10k. As usual, put the collector’s quiescent point at half
of VCC.
enter image description here

Where "these expressions" are the differential gain, common mode gain and CMRR.
enter image description here

I did pretty much all of it, but there are 2 questions I still have regarding this circuit.

1) In the book it says that the condition for resistance is R1>>Re + re, where re = kbT/qIc, due to circuit stability and as one can see CMRR is proportional to R1. I also saw that in a lot schematics a current source drawn at the bottom, since ideal current source has infinitie resistance. Are there any drawbacks, namely are we losing something by making R1 -> infinity?

2) Input impedance.

For the same circuit, but a bit different resistor values,
enter image description here

there is an explanation in the book about input impedance that goes
like this:

From the formulas just derived, this amplifier has a
differential gain of 10 and a common-mode gain of 0.55. Omitting the
1.0k resistors raises the differential gain to 50, but drops the (differential) > input impedance from about 250k to about 50k.

How did they get these values?
Usually ß = 100 was assumed in the book. From previous chapters for the common emitter amplifier, the input impedance is ß(Re + re) with and ß(re) without emitter resistor. Here Ic=0.1mA (transistor collector is biased at 0.5Vcc), so re = 250 Ohm. This gives us input impedance of 25 kOhm without and 125kOhm with emitter resistor, which is half the values they get. Why is that so?

3) Why R1 is not in the input impedance formulas, although it is in series with emitter resistors with respect to ground?

Best Answer

How did they get these values?

For Diff amplifier the symmetrica input resistance is equal to:

\$ R_{IN} = \beta(2 \times r_e) = 100 * 500\Omega = 50 \textrm{k}\Omega\$

Or

\$ R_{IN} = \beta \left(2 \times (r_e + R_E)\right) = 100 * 2.5\textrm{k}\Omega = 250 \textrm{k}\Omega\$

Also, look here: BJT Differential Amplifier Common Mode & Differential Mode Gain

Why R1 is not in the input impedance formulas, although it is in series with emitter resistors with respect to ground?

As for your question about R1 influence. Try to find Rin for this circuit:

enter image description here

I hope that you see that without any big error we can say that \$ Rin = 2R_E\$ because the lower \$R_E\$ resistor is connected in parallel with \$R_1\$, but usually, \$R_1 >> R_E\$ so can ignore \$R_1\$ effect on asymmetrical input resistance (when Q2 base is connected to GND).

Are there any drawbacks, namely are we losing something by making R1 -> infinity?

In short. The main job of a diff amplifier is to amplify only the voltage difference between two inputs. And the no amplification for a common-mode input voltage (the same voltage seen at both inputs). We want\$G_{CM} = 0 V/V\$ and \$CMRR = \infty\$ And to accomplish this task we replace \$R_1\$ with an ideal current source. And the ideal current source will have \$r_o = \infty \$ (R1) and this gives us the common-mode gain equal to \$0\$ and \$CMRR = \infty\$.

Related Topic