JFET Current Source: Derivation & Preselection

Current source with JFET

Current source using an N-channel JFET

1. The Shockley Equation

The basis for calculating a current source with a JFET is the Shockley equation for the saturation region:

\[ I_D = I_{DSS} \cdot \left(1 - \frac{V_{GS}}{V_{GS(off)}}\right)^2 \]

To find the required source resistor \( R_S \), we rearrange the equation for \( V_{GS} \):

\[ V_{GS} = V_{GS(off)} \cdot \left(1 - \sqrt{\frac{I_D}{I_{DSS}}}\right) \]

The resistance is then calculated using Ohm's Law at the source pin:

\[ R_S = \frac{|V_{GS}|}{I_D} \]

2. Physical Derivation

The Shockley equation describes the JFET in the saturation region. The quadratic characteristic results from the geometry of the space charge region (SCR):

\[ I_D = I_{DSS} \cdot \left(1 - \frac{V_{GS}}{V_{GS(off)}}\right)^2 \]
JFET characteristics LTspice model

Characteristics of the LTspice Model J113 N-Channel JFET

3. Parameters from the LTspice Model

In your J113 model
.model J113 NJF(Beta=9.109m Betatce=-0.5 Vto=-1.382 Vtotc=-2.5m Lambda=8m Is=205.2f Xti=3 Isr=1988f Nr=2 Alpha=20.98u N=1 Rd=1 Rs=1 Cgd=6.46p Cgs=5.74p Fc=0.5 Vk=123.7 M=407m Pb=1 Kf=12300f Af=1 Mfg=Linear_Systems)
the values are:

In an LTspice model for a JFET (NJF), the parameters of the classic Shockley equation are mainly determined by Beta and Vto. Here is the mapping:

1. Main Parameters

2. Relation to the Shockley Equation

LTspice uses a slightly different form of the equation internally, which can be directly converted into the Shockley form:

\[ I_D = \text{Beta} \cdot (V_{GS} - \text{Vto})^2 \]

Comparing this with the classic form \( I_D = I_{DSS} \cdot (1 - \frac{V_{GS}}{V_{GS(off)}})^2 \), the short-circuit current \( I_{DSS} \) (at \( V_{GS} = 0 \) ) is:

\[ I_{DSS} = \text{Beta} \cdot \text{Vto}^2 \]

Calculation for your model:

3. Other Relevant Parameters (Corrections)

Although Beta and Vto define the basic shape, these values also influence the characteristic curve in the simulation:

In summary: If you want to use the Shockley equation for your \(8\text{ mA}\) calculation, use \(V_{GS(off)} = -1.382\text{ V}\) and calculate \(I_{DSS}\) from Beta and Vto as shown above.

4. Preselection (Test Setup)

Since the J113 has extreme tolerance ranges (\(I_{DSS}\) from 2mA to 20mA+), transistors must be preselected for an 8mA source:

Measuring \(I_{DSS}\):
  1. Connect Drain to +15V DC.
  2. Connect Gate and Source directly to Ground.
  3. Measure current \(I_D\): This is your individual \(I_{DSS}\).
  4. Criterion: Only use transistors with \(I_{DSS} > 8\text{ mA}\)!
Measuring \(V_{GS(off)}\):
  1. Drain to +15V, Gate to Ground.
  2. Measure Source against Ground using a voltmeter (high impedance, 10MΩ).
  3. The displayed voltage corresponds almost exactly to \(|V_{GS(off)}|\).

5. Interactive \(R_S\) Calculator

Use your measured values (or model values) to determine the source resistor.

Enter values and calculate...