Field-Effect Transistor (JFET)

Semiconductor Devices · JFET · Learn

The BJT is a current-controlled device — a small base current controls a large collector current. The JFET (Junction Field-Effect Transistor) is fundamentally different: it is voltage-controlled. The gate draws essentially zero current; it squeezes a conducting channel with an electric field. That high input impedance makes JFETs ideal for instrumentation amplifiers, RF front ends, and anywhere you cannot afford to load the signal source.

Construction

n-channel(electrons)p-gatep-gateG (gate)VGS < 0S (source)D (drain)+VDS
Figure 1. N-channel JFET cross-section. Two p-type gate regions sandwich the n-type silicon channel. Gate–channel junctions are reverse-biased; a more negative VGS widens the depletion regions and narrows the channel.

An N-channel JFET consists of a bar of n-type silicon (the channel) with two p-type regions diffused into it from opposite sides to form the gate. The two ends of the channel are the drain (at higher potential) and the source (at lower potential). When VGS = 0 V the depletion regions are thin, the channel is wide open, and the maximum drain current flows — this is called IDSSI_{DSS} (drain-to-source current with the gate shorted to source).

Making VGS more negative reverse-biases the gate–channel pn-junctions. The depletion regions grow inward, pinching the channel narrower and reducing IDI_D. At the pinch-off voltage VPV_P (a negative number, also called VGS(off)V_{GS(off)}) the two depletion regions meet and the channel is completely closed — ID=0I_D = 0.

Transfer characteristic

-5-4-3-2-100246810VGS (V)ID (mA)IDSS = 10 mAVP = −5 VID = IDSS (1 − VGS / VP
Figure 2. Transfer curve: IDI_D vs VGSV_{GS} in saturation. IDSS = 10 mA, VP = −5 V. The parabolic relationship means a 2 V swing in VGS produces a much larger change in ID near VGS = 0 than near pinch-off.

In the saturation region (where VDS ≥ VGS − VP), the drain current follows Shockley's square-law:

ID=IDSS(1VGSVP)2I_D = I_{DSS}\left(1 - \frac{V_{GS}}{V_P}\right)^2

This parabola is the JFET's "personality" — a plot of IDI_D vs VGSV_{GS} for a fixedVDSV_{DS} in saturation. Two device parameters fully characterise it: IDSSI_{DSS} and VPV_P. Typical values for a 2N5457 are IDSS = 1–5 mA, VP = −0.5 to −6 V (wide spread — always read the datasheet).

Gate current is essentially zero — the reverse-biased pn-junction blocks it. VGS alone controls ID, with no loading of the signal source.

Output curves and operating regions

024681012140246810VDS (V)ID (mA)0 V-1 V-2 V-3 V-4 Vohmicsaturation
Figure 3. Family of output curves (ID vs VDS) for VGS = 0, −1, −2, −3, −4 V. The dashed knee locus separates the ohmic and saturation regions.

The output curves reveal two distinct regions:

  • Ohmic region (VDS < VGS − VP): the channel is not yet pinched off. The JFET behaves like a voltage-controlled resistor — ID rises steeply with VDS. The on-resistance is roughly rDSrDS(on)/(1VGS/VP)2r_{DS} \approx r_{DS(on)} / (1 - V_{GS}/V_P)^2.
  • Saturation region (VDS ≥ VGS − VP): the channel is pinched at the drain end, and ID is approximately constant at the value set by VGS. This is the amplifier operating region.

The locus of knee points (dashed line in Fig. 3) is given by VDS=VGSVPV_{DS} = V_{GS} - V_P. Above this line lies saturation; below it is the ohmic region.

Transconductance gm

The transconductance gm measures how effectively the gate voltage controls the drain current:

gm=IDVGS=gm0(1VGSVP)g_m = \frac{\partial I_D}{\partial V_{GS}} = g_{m0}\left(1 - \frac{V_{GS}}{V_P}\right)

where gm0=2IDSS/VPg_{m0} = -2I_{DSS}/V_P is the maximum transconductance at VGS = 0. Note that gm decreases as VGS goes more negative — the JFET becomes less responsive near pinch-off. This is why JFET amplifiers are often biased near VGS = 0 to maximise gain.

The small-signal voltage gain of a common-source amplifier is:

Av=gmRDA_v = -g_m R_D

JFET vs BJT

JFETs and BJTs complement each other. JFETs win on input impedance (Gin > 109 Ω, no gate current), noise (lower 1/f noise — preferred in audio front ends), and thermal stability (ID has a negative temperature coefficient at the right bias — self-stabilising). BJTs win on transconductance per milliamp (gm = IC/VT ≈ 40 mA/V per mA — much higher than JFETs), and on predictability (β varies 3×, but VP can vary 10×).

In practice: use a JFET at the input of a low-noise amplifier or when the signal source cannot supply any current. Use a BJT when you need high gain from a low supply current, or when tight part-to-part consistency matters.

The JFET has three regions: ohmic (voltage-controlled resistor), saturation (constant ID controlled by VGS), and cutoff (VGS ≤ VP, channel fully pinched). Amplifiers operate in saturation; switches use cutoff ↔ ohmic.