Consider the following circuit:
I want to find the gain of this configuration, with and without the bypass capacitor (the 47uF capacitor).
Vx will be taken as the input voltage and Vout as the output.
Part 1: using the bypass capacitor
Using the small signal pi model, we obtain the following circuit.
Therefore:
Vout = -(ro || 4.7k || 10k) * gm * Vin
Av = Vout / Vin = -(ro || 4.7k || 10k) * gm
I built this circuit and measured and found that the current through the drain is 1.8074 mA. This would give ro = VA/ID = 25/1.8074 = 13.86 ohms. If we consider gm to be equal to 0.5 * 10^(-3) Siemens and we calculate Av, we get -6.90 * 10^(-3) V/V.
Question:
Why is the gain so low?
Part 2: without the bypass capacitor
Using the T-model, we get the following circuit.
Analyzing this circuit, we get:
Vout = - gm * Vgs * (4.7k || 10k)
Vin = (1/gm + 1k) * gm * Vgs
Therefore, Av = Vout/Vin = -1.067 after plugging in the values.
Question: This gain makes more sense. Is this because ro was ignored in the T-model?


