JFET(Junction Field Effect Transistor) can be used in three different topology- common source JFET amplifier which is most commonly used, common drain JFET amplifier which is also known as source follower and common gate JFET amplifier. Here it is explained how to design common gate JFET amplifier with worked out example.
The following shows the circuit diagram of a JFET amplifier with common gate configuration.
The input signal(V1) is applied to source and the output is taken from the drain. The gate is grounded and hence the circuit is called common gate configuration. In this common gate amplifier example, let us consider that the JFET is N channel 2N5459 JFET. Also we will use power supply voltage of VDD=+5V and VSS=−5V. That is we are using JFET with two-supply source bias in this amplifier design. We will also suppose that the load resistor RL=10kΩ.To use the JFET transistor as an amplifier we need to bias the transistor such the operating point is in the middle of the transconductance curve. Doing this gives maximum possible swing for the output drain current ID for gate to source voltage input VGS. The drain current is controlled by the applied gate to source voltage as indicated by the Shockley equation for JFET.
So the first step in the design of JFET amplifier is to first establish a stable operating or Q-point for the JFET. For this we will set the gate to source voltage at the midpoint between 0V and the pinch off voltage VP. Once we have set the gate to source voltage we then calculate the drain current ID. After knowing the drain current we can then calculate the resistor values for drain resistor RD and source resistor RS.
Determining gate to source voltage VGS
The following shows how selecting the gate to source voltage between 0V and VP gives maximum possible swing for the output drain current ID. In this case, the drain current can swing from 0 to IDSS.
The value of VP=VGS(off) can be found in the JFET datasheet or by graphically plotting the drain curve. Here we will use the Proteus Software to plot the drain curve. The tutorial Import spice model in Proteus and draw JFET drain curve shows how to plot the transfer characteristics in Proteus Software. Below is the drain curve graph for 2N5459 in proteus.
From the graph the value of VP=VGS(off) is 1.2V. For the reason explained above we will bias the JFET with gate to source voltage as follows,
VGS=VP2=−VGS(off)2=−1.2V2=−0.6V
Determining drain current ID
Next we need to determine the drain currentID for gate to source voltage of -0.6V. We can determine the drain current for given gate to source voltage either using Shockley equation or using the drain graph above. The transconductance equation or the Shockley equation is as follows,
ID=IDSS(1−VGSVP)2
But here we will use the drain current value for VGS=−0.6V from the graph instead of using Shockley equation because the spice model for 2N5459 in Proteus turns out to be different from the datasheet. From the drain graph when VGS=−0.6V, drain current is ID=1.6mA. Now we can proceed to calculate the source and the drain resistor values.
Determining source resistor RS
For calculating the source resistor \R_S\) value we use the following equation,
VGS−IDRS−VSS=0
and therefore,
RS=VSS−VGSID
that is, RS=5−(−0.6V)1.6mA=3.5kΩ
Determining drain resistor RD
For calculating the drain resistor RD we use the following equation,
VDD=IDRD−VD
or, RD=VDD−VDID
Let us set the drain voltage VD=2.5V, then
RD=5V−2.5V1.6mA
that is, RD=1.56kΩ
Calculating coupling capacitors values
Finally we have to calculate the coupling capacitors values. Let the frequency of the input signal be 1KHz for this common gate amplifier example.
To calculate the input coupling capacitor Cc1 we need to find out the input impedance Zin. The input impedance is,
Zin=RS
that is,
Zin=3.5kΩ
And the input coupling capacitor Cc1 is,
Cc1=12π(f)(0.1)(Zin)
This formula is explained in the tutorial How to bias a BJT using voltage divider biasing.
Cc1=12π(1kHz)(0.1)(3.5kΩ)=0.45μF
The output coupling capacitor is calculated using the formula,
Cc2=12π(f)(0.1)(Zout)
where the output impedance is,
Zout=RD
Hence,
Cc2=12π(f)(0.1)(RD)=12π(1kHz)(0.1)(1.56kΩ)
that is, Cc2=1μF
How these coupling capacitor formula are derived is explained in details in the tutorial How to bias a BJT using voltage divider biasing.
Simulation and Results
The following shows the circuit diagram of common gate JFET amplifier with calculated resistors and coupling capacitors values.
The following shows simulation result of voltages and current of the above designed common gate amplifier circuit diagram.
An input signal of amplitude 100mV and frequency of 1kHz is applied to the source via the coupling capacitor Cc1. The input signal waveform and the amplified output signal waveform from the common gate JFET amplifier on a oscilloscope is shown below.
This shows that the output signal is amplified and out of phase with respect to the input signal in common gate configuration.
So in this tutorial we explained with worked out calculation how to design Common Gate JFET Amplifier.