Skip to main content

Junction-Gate Field-Effect Transistors (JFETs)

Geoffrey Hunter
mbedded.ninja Author
warning
This page is in notes format, and may not be of the same quality as other pages on this site.

Overview

A junction-gate field-effect transistor (JFET) is a voltage controlled, three terminal transistor. It is closely related to the more popular MOSFET (another form of field-effect transistor).

The main differences between a MOSFET and a JFET is that the JFET has more gate current due to the absence of the gate oxide layer, and JFETs only come in depletion mode (JFET is on at VGS=0VV_{GS} = 0V, and turns off as VGSV_{GS} goes negative), whilst MOSFETs come in both enhancement mode and depletion mode types.

Schematic Symbols

The below image shows the commonly used schematic symbols for JFETs. As with MOSFETs, there is an arrow pointing in towards the body for the N-channel, and an arrow pointing outwards for the P-channel.

Schematic symbols of asymmetric and symmetric JFETs, both having N-channel and P-channel variants.

Interestingly, when you learn about the basic construction of a JFET, you would assume that the drain and source pins are interchangeable due to the symmetric nature of it's design. That leads you to being able to use a schematic symbol with the gate pin in the middle of the gate. However, not all JFET pins are symmetric, and in that case it's better to use the symbols shown which move the gate pin closer to the source (similar to how a MOSFET symbol is drawn).

Uses

JFETs are used for:

  • Simple current sources
  • Low noise op-amp input circuitry
  • As a switch (although MOSFETs are more commonly used for this)
  • Amplifiers

Datasheet Parameters

Gate-Source Cutoff Voltage (Vgs(off)V_{gs(off)})

This is the gate-source voltage at which the JFET is pretty much "turned off", i.e. the current flowing through the drain has dropped to almost 0. Typically it is specified as the voltage at which the drain current drops down to a current of 10nA10nA. Unfortunately for JFETs, this value varies significantly due to manufacturing tolerances and typically a Vgs(off) min. to max. range of >5V can be given! Taking the OnSemi 2N5457 for example, it's datasheet specifies a VGS(off)V_{GS(off)} min. of 0.5V-0.5V and a max. of 6.0V-6.0V (ignore that because we are dealing with negative numbers, the max. is actually a "smaller" number than the min.)1.

Zero Gate Voltage Drain Current (IdssI_{dss})

This is the current through the drain when VGS=0VV_{GS} = 0V.

Gate-Source Breakdown Voltage (V(br)gssV_{(br)gss})

The gate-source breakdown voltage V(BR)GSSV_{(BR)GSS} is the maximum voltage the gate can withstand (relative to the source) before breakdown occurs.

Transconductance (gmg_m or Yfs|Y_{fs}|)

The transconductance gmg_m (also called small-signal transconductance, forward transfer admittance Yfs|Y_{fs}|, or gfsg_{fs}) is the ratio of change in IDI_D to a change in VGSV_{GS} at a constant drain-to-source voltage VDSV_{DS} (see the below equation). It is typically given in units of μS\mu S (or μmhos\mu mhos, which is equivalent). It can be thought of as the small-signal gain, when the JFET is operating at a fixed DC bias point.

\labeleqyfsgmdidvgm=Yfs=ΔIDΔVGS\begin{align} \label{eq-yfs-gm-di-dv} g_m = |Y_{fs}| = \frac{\Delta I_D}{\Delta V_{GS}} \end{align}

The transconductance is maximum at VGS=0VV_{GS} = 0V, which is called gmog_{mo} and is typically specified in the JFET's datasheet2. The below image shows the curve of VGSV_{GS} vs. IDI_{D} for the 2N5457 JFET.

The transconductance is the gradient of the IDI_D vs. VGSV_{GS} graph at the DC operating point. DC operating point shown by dotted blue lines. This is the source transfer characteristics of the 2N5456 N-channel JFET1.

The transconductance for most JFETs ranges from 1100mS1-100mS. They are typically specified at the bias point VGS=0V.V_{GS} = 0V.

Output Conductance

The output conductance gossg_{oss} is the ratio of change in IDI_D to a change in VDSV_{DS}3.

\labeleqgossidvdsgoss=ΔIDΔVDS\begin{align} \label{eq-goss-id-vds} g_{oss} = \frac{\Delta I_D}{\Delta V_{DS}} \end{align}

gossg_{oss} ranges from 1μS1\mu S to 50μS50\mu S for most JFETs3.

The output conductance is an important consideration for the stability/accuracy of a JFET current source3. Another way of expressing output conductance is the [^#_dynamic_resistance, dynamic resistance].

Dynamic Resistance

The dynamic resistance rdr_d is just the reciprocal of the [^#_output_conductance, output conductance], and is typically expressed in units of MΩM\Omega.

rd=1goss\begin{align} r_d = \frac{1}{g_{oss}} \end{align}

Current Source

JFETs can be used to make two-terminal current sources which can be useful in circuit design due to their simplicity. See Current Sources And Sinks: Constant-Current Diode (JFET Current Source) for schematics, how they work, and equations for calculating the values. They can also be used to make low-noise current sources.

Common Components

  • 2N5457: Common "general purpose" N-channel JFET.
  • J202: N-channel JFET by ON Semiconductor that originally came in a TO-92 package, but now comes in a SOT-23-3 package.

Parameters for popular JFET parts:

Part Numbergm(typ)g_m (typ)Package
2N545713000μS3000\mu STO-92

Footnotes

  1. On Semiconductor (now On Semi) (2010, Feb). 2N5457, 2N5458 JFETs: General Purpose N−Channel − Depletion (datasheet). Retrieved 2022-01-11, from https://www.onsemi.com/pdf/datasheet/2n5457-d.pdf. 2 3

  2. Electrical 4 U (2020, Oct 28). Parameters of JFET or Specifications of JFET. Retrieved 2022-01-13, from https://www.electrical4u.com/parameters-of-jfet-or-specifications-of-jfet/.

  3. Siliconix (now Vishay) (1997, Mar 10). AN103: The FET Constant-Current Source/Limiter. Retrieved 2022-01-13, from https://www.vishay.com/docs/70596/70596.pdf. 2 3