AMP I.5 – The Common Collector Amplifier

Introduction

Our next classic configuration is the Common Collector, or CC amplifier.  We’ve already covered AC-coupling and biasing in the previous chapter on the CE amplifier.  The concept is the same here and won’t be detailed.  For the CC amplifier, we’ll learn how to

  • Draw the DC and AC load lines
  • Get the voltage and current gain
  • Derive the input and output resistance

In this configuration, input is still applied at the base, while the output is sampled at the emitter.  To analyse this circuit, let’s draw the small signal equivalent circuit:

DC and AC Load Lines

Find the load lines is essential for determining whether or not our Q-point, and thus our biasing, is adequate or not.  The DC load line can be found using the original circuit and using KVL on the loop going from V_{CC} to ground.  This gives us the following equation:

    \[ V_{CC} - R_E \times I_E - V_{CE}= 0 \]

We can safely say that I_C \approx I_E.  By substituting in the above equation, we have the obtain the following:

    \[ I_C = \frac{V_{CC}-V_{CE}}{R_E} \]

Using the DC load line, we can plot our Q-point on the characteristic curves of the transistor.

By adding the load and using the small signal equivalent circuit, we can apply KVL on the loop going from ground to ground, giving us the following equation:

    \[ 0 - v_{CE} - (R_E // R_L) \times i_E = 0 \]

Substituting I_E for I_C, we obtain:

    \[ i_E = - \frac{v_{CE} }{R_E // R_L} \]

We can now plot our DC and AC load lines on our characteristic curves:

Voltage Gain

Voltage gain for the CC amplifier is quite straightforward.  For an NPN transistor, recall that V_B = V_E + 0.7 V.  The input signal is applied at the base, so v_B = v_{IN}.  The output is sampled at the collector, so the output voltage is v_E.  Quite simply:

    \[ v_E = v_B - 0.7 V \]

Or put in other terms:

    \[ v_{OUT} = v_{IN} - 0.7 V \]

As we can see, the output voltage is only a diode voltage drop away from the input voltage: they are nearly equal: v_{OUT} \approx v_{IN}.  This gives a voltage gain A_v a little less than unity: A_v \approx 1.  By this point, some of you may be wondering why we would bother with this configuration if we want to make an amplifier.  So far, the only thing the CC amplifier does is replicate the input signal (with a small voltage drop).  Now, while it’s true that this amplifier has no voltage gain, it does have a current gain of \beta !  As RF enthusiasts, what interests us the most is not voltage or current gain, but power gain.  And with a high current gain of \beta (around 100-300), our CC amplifier definitely has power gain, even without any voltage gain.

By looking at the input and output resistances, we’ll find out why this amplifier configuration has a very useful characteristic and is a building block in many radio and audio circuits.

Input Resistance

As usual, we calculate the input resistance by applying a test voltage at the input and determining the test current delivered into the circuit.  By following the red line, we have v_{test} = v_E + v_{re}.  A the emitter node E, two currents merge to flow into R_E // R_L: the one given by the input signal i_b, and the one given by the dependent source \Beta \times i_b.  Let’s derive i_b:

(1)   \begin{equation*} i_b = i_{test} \times \frac{R_1 // R_2}{R_1 // R_2 + (\beta + 1) \times r_e + (R_E // R_L)} \end{equation*}

Alright, now let’s express v_{test} as a function of i_b.  First, let’s calculate v_E:

    \[ v_E = (R_E // R_L) \times (i_b + \beta \times i_b) = (R_E // R_L) \times (\beta +1) \times i_b \]

To get v_{test}, we now just need to know v_{r_e}:

    \[ v_{r_e} = i_b \times (\beta + 1) \times r_e \]

Adding v_E and v_{r_e} gives us v_test:

    \[ v_{test} = (\beta + 1) \times (R_E // R_L) \times i_b + (\beta + 1) \times r_e \]

(2)   \begin{equation*} v_{test} = (\beta + 1) \times (R_E // R_L + r_E) \times i_b \end{equation*}

Substituting i_b with the help of equation (1), we obtain:

(3)   \begin{equation*} v_{test} = i_{test} \times \frac{R_1 // R_2}{R_1 // R_2 + (\beta +1) \times r_e + (R_E // R_L)} \times (\beta +1)\times(R_C // R_L + r_e) \end{equation*}

This looks like a pretty complex equation, but there is a viable approximation we can make that can largely simplify it.  R_1 and R_2 are our biasing resistors and are generally quite large (thousands or tens of thousands of ohms) to avoid draining too much current.  These two resistor values are (generally) much higher than any other resistances in the amplifier.  Thus we can safely say that R_1 // R_2 >> (\beta +1) \times r_e + (R_E // R_L).  Equation (3) is greatly simplified by using this approximation:

(4)   \begin{equation*} v_{test} \approx (\beta +1) \times (R_C // R_L + r_e) \end{equation*}

Our input resistance is thus \(beta + 1) \times (R_C // R_L + r_e)This value is relatively high (notice the \beta multiplication).  A high R_{in} means this circuit draws very little current from its previous stage, thus not loading it too much.

Output Resistance

Just like for the CE amplifier, finding the output resistance is greatly simplified if we first find the equivalent Thevenin model of the circuit.  We’ll follow the same steps as before to find the equivalent model:

 

  1. Let’s remove the load and also R_E and fix our two points A and B, as seen above
  2. Our open-circuit voltage is simply v_{AB} = v_{IN}
  3. We short AB and get the short circuit current i_{AB}:

        \[ i_{AB} = i_b + \beta \times i_b \]

        \[ i_{AB} = \frac{v_{IN}}{ (\beta +1) \times r_e} + \beta \times \frac{v_{in}}{(\beta + 1) \times r_e} = (\beta +1) \times \frac{v_{in}}{(\beta +1) \times r_e} \]

        \[ i_{AB} = \frac{v_{in}}{r_e} \]

  4. We can now find the Thevenin resistance R_{th} = \frac{v_{AB}}{i_{AB}} = r_e

We can now greatly simplify our CC small signal model by the following:

Finding the output resistance is now greatly facilitated: R_{out} = R_{th} // R_E = r_e // R_E

SInce r_e is very small (tens of ohms) compared to R_E, we can simplify the equation:

    \[ R_{out} = r_e \]

r_e being very small, the CC amplifier has a low output resistance.  Low output resistance is ideal for delivering high amounts of current to the load.

Conclusion

Let’s recap what we found out so far:

  • A_v \approx 1
  • A_i = \beta
  • R_{in} = (\beta + 1) \times (R_C // R_L + r_e)
  • R_{out} = r_e

Unity voltage gain, high input resistance, and low output resistance: these are the characteristics of a buffer circuit.  Its role is to isolate different blocks so that they don’t interfere with each other.  This circuit can be placed after a stage with high output resistance, such as the CE amplifier from before, to deliver more current without voltage dropping.  Buffers are great for exploiting ‘fragile’ circuits with high output resistance whose voltage drop very quickly with load current.  Because of its unity voltage gain, the CC amplifier is also called the Emitter Follower.

Leave a Comment