AMP I.11 – The Common Drain Amplifier

Introduction

The common drain amplifier is analogous to the common collector amplifier, and it is also called the source follower amplifier, as will become clear very soon.  As usual, we will derive the voltage gain, current gain, input resistance, and output resistance of this amplifier.

The Common Drain Amplifier

This is the common drain amplifier.  The input is applied at the gate, while the output is sampled at the source.  AC signals sees constant voltage sources as ground, so the drain is AC-grounded.  The drain is “common”.

Voltage Gain

Let’s draw the small signal equivalent circuit of the common drain amplifier, without the load:

To find the voltage gain, we need to calculate \frac{V_{OUT}}{V_{IN}}:

  • v_{OUT} = R_S g_m v_{GS}
  • v_{GS} = v_G - V_S (=v_{IN} - v_{OUT})

Thus, we have:

    \[ v_{OUT} = R_S g_m (v_{IN} - v_{OUT}) \]

    \[ v_{OUT} = R_S g_m v_{IN} - R_S g_m v_{OUT} \]

Rearranging terms, we obtain:

    \[ v_{OUT}(1 + R_S g_m) = R_S g_m v_{IN} \]

    \[ A_v = \frac{R_s g_m}{1 + R_S g_m} \approx 1 \]

Just like our common collector amplifier, the common drain amplifier has unity voltage gainThe output voltage follows the input voltage: for this reason the common drain source amplifier is also called the source follower.

Current Gain

Input is applied at the gate, but a JFET’s gate draws no current.  This circuit draws no current from the input (apart from the negligible amount passing through R_G), but supplies current at the output.  Current gain is infinite.

Input Resistance

Input resistance is R_{in} = R_G and is very high.

Output Resistance

To find the output resistance, we ground the input signal, and apply a test signal at the output.  Then, we calculate R_{out} = \frac{v_{test}}{i_{test}}:

    \[ i_{test} = \frac{v_{out}}{R_S} - g_m V_{GS} = \frac{v_{out}}{R_S} - g_m (v_G - v_S) \]

The input is grounded so v_G = 0, and our test signal is applied at the source terminal, so v_S = v_{test}:

    \[ i_{test} = \frac{v_{out}}{R_S} + g_m v_{test} \]

    \[ i_{test} = v_{test} (\frac{1}{R_S} + g_m) \]

We can now calculate our output resistance R_{out}:

    \[ R_{out} = \frac{v_{out}}{i_{test}} = \frac{v_{test}}{v_{test} (\frac{1}{R_S} + g_m)} = \frac{1}{\frac{1}{R_S} + g_m} \]

    \[ R_{out} = \frac{R_S}{1 + g_m R_S} \]

    \[ R_{out} \approx \frac{R_S}{g_m R_S} = \frac{1}{g_m} \]

The output resistance is R_{out} = \frac{1}{gm}which is low.

Conclusion

Just like the common collector amplifier, the common source amplifier has:

  • high input resistance : R_{in} = R_G
  • low output resistance: R_{out} = R_D
  • unity voltage gain
  • current gain

And just like the common collector amplifier, this circuit makes an excellent buffer.  Its high input resistance prevents loading preceding stage, and its low output resistance allows to easily supply a certain voltage to the next stage.

Leave a Comment