8.2 FET Characteristics, Biasing & Amplifier Circuits

Key Takeaways

  • Field-Effect Transistors (FETs) are unipolar, voltage-controlled devices with high input impedance (10^8 to 10^14 \Omega) drawing virtually zero gate current (I_G \approx 0).
  • JFETs and Depletion MOSFETs (D-MOSFETs) follow Shockley's equation in saturation: I_D = I_{DSS}\left(1 - \frac{V_{GS}}{V_P}\right)^2, where V_P is the pinch-off voltage and I_{DSS} is drain saturation current at V_{GS} = 0.
  • Enhancement MOSFETs (E-MOSFETs) operate purely above threshold voltage V_{Th} according to I_D = k(V_{GS} - V_{Th})^2.
  • FET transconductance is defined as g_m = \frac{\partial I_D}{\partial V_{GS}}; for JFETs, g_m = g_{m0}\left(1 - \frac{V_{GS}}{V_P}\right) = \frac{2 \sqrt{I_{DSS} I_D}}{|V_P|}, where g_{m0} = \frac{2 I_{DSS}}{|V_P|}.
  • Common Source (CS) amplifiers deliver high voltage gain with 180° phase inversion; Common Drain (CD / Source Follower) offers high Z_in, low Z_out, and near-unity voltage gain; Common Gate (CG) offers low Z_in, high voltage gain, and zero phase shift.
Last updated: July 2026

8.2 FET Characteristics, Biasing & Amplifier Circuits

1. FET Physical Fundamentals & Device Classification

Field-Effect Transistors (FETs) are voltage-controlled, unipolar semiconductor devices in which conduction occurs purely via majority charge carriers (electrons in N-channel, holes in P-channel). Because the gate terminal is reverse-biased or insulated by silicon dioxide ($SiO_2$), input impedance is extremely high ($10^8\ \Omega$ for JFETs, up to $10^{14}\ \Omega$ for MOSFETs).

Classification of Field-Effect Transistors

  1. Junction Field-Effect Transistors (JFET): Reverse-biased $pn$ junction controls depletion region width and channel cross-sectional area.
  2. Depletion-Mode MOSFET (D-MOSFET): Built with a physical channel; can operate in depletion mode ($V_{GS} < 0$) or enhancement mode ($V_{GS} > 0$).
  3. Enhancement-Mode MOSFET (E-MOSFET): No physical channel at $V_{GS} = 0\text{ V}$. An inversion layer channel is induced when $V_{GS}$ exceeds threshold voltage $V_{Th}$.

BJT vs. FET Comparison

CharacteristicBJT (Bipolar Junction Transistor)FET (Field-Effect Transistor)
Control MechanismCurrent-Controlled ($I_C = \beta I_B$)Voltage-Controlled ($I_D = f(V_{GS})$)
CarriersBipolar (Majority & Minority)Unipolar (Majority only)
Input Impedance ($Z_{in}$)Moderate ($1\text{ k}\Omega - 10\text{ k}\Omega$)Extremely High ($10^8 - 10^{14}\ \Omega$)
Noise PerformanceModerately NoisyLow Noise (ideal for RF front-ends)
Thermal StabilityNegative temp coefficient (Thermal Runaway risk)Positive temp coefficient (Self-limiting)
Gain ParameterCurrent gain $\beta$ or $h_{fe}$Transconductance $g_m$

2. FET Transfer Characteristics & Mathematical Equations

A. Shockley's Equation (JFET & D-MOSFET)

In the saturation (pinch-off/active) region where $V_{DS} \ge |V_{GS} - V_P|$:

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

Where:

  • $I_{DSS}$: Drain-to-source saturation current when $V_{GS} = 0\text{ V}$.
  • $V_P$ (or $V_{GS(off)}$): Pinch-off voltage at which $I_D = 0\text{ A}$. For N-channel JFET, $V_P$ is negative.

B. E-MOSFET Saturation Current Equation

For $V_{GS} > V_{Th}$ and $V_{DS} \ge V_{GS} - V_{Th}$:

ID=k(VGSVTh)2I_D = k (V_{GS} - V_{Th})^2

Where constant $k$ is given by:

k=ID(on)(VGS(on)VTh)2=12μnCox(WL)k = \frac{I_{D(on)}}{(V_{GS(on)} - V_{Th})^2} = \frac{1}{2} \mu_n C_{ox} \left(\frac{W}{L}\right)

C. Transconductance ($g_m$)

Transconductance quantifies the control of gate voltage over drain current:

gm=IDVGSg_m = \frac{\partial I_D}{\partial V_{GS}}

  • For JFETs & D-MOSFETs:

gm=gm0(1VGSVP)=2IDSSIDVPg_m = g_{m0} \left( 1 - \frac{V_{GS}}{V_P} \right) = \frac{2 \sqrt{I_{DSS} I_D}}{|V_P|}

Where maximum transconductance at $V_{GS} = 0\text{ V}$ is:

gm0=2IDSSVPg_{m0} = \frac{2 I_{DSS}}{|V_P|}

  • For E-MOSFETs:

gm=2k(VGSVTh)=2kIDg_m = 2 k (V_{GS} - V_{Th}) = 2 \sqrt{k I_D}


3. FET DC Biasing Circuits

A. Self-Bias Circuit (JFET & D-MOSFET)

  • Gate is referenced to ground via high resistor $R_G$ ($I_G = 0\text{ A} \implies V_G = 0\text{ V}$).
  • Gate-Source Bias Voltage:

VGS=IDRSV_{GS} = -I_D R_S

  • Combining with Shockley's equation yields a quadratic equation in $I_D$:

ID=IDSS(1+IDRSVP)2I_D = I_{DSS} \left( 1 + \frac{I_D R_S}{V_P} \right)^2

  • Drain-Source Voltage:

VDS=VDDID(RD+RS)V_{DS} = V_{DD} - I_D(R_D + R_S)

B. Voltage-Divider Bias Circuit

  • Gate Voltage:

VG=VDDR2R1+R2V_G = V_{DD} \cdot \frac{R_2}{R_1 + R_2}

  • Gate-Source Voltage:

VGS=VGIDRSV_{GS} = V_G - I_D R_S

  • Solved algebraically or graphically by intersecting the bias line $V_{GS} = V_G - I_D R_S$ with the Shockley transfer curve.

C. Drain-Feedback Bias (E-MOSFET)

  • Resistor $R_G$ connected between Drain and Gate ($I_G = 0 \implies V_{GS} = V_{DS}$):

VGS=VDS=VDDIDRDV_{GS} = V_{DS} = V_{DD} - I_D R_D


4. Small-Signal AC FET Amplifiers

In AC equivalent models, the FET is modeled as a voltage-controlled current source $g_m v_{gs}$ in parallel with drain resistance $r_d = \frac{1}{y_{os}}$.

A. Common Source (CS) Amplifier (Bypassed $R_S$)

  • Input Impedance: $Z_{in} = R_G$
  • Output Impedance: $Z_{out} = R_D \parallel r_d \approx R_D$
  • No-Load Voltage Gain: $A_v = -g_m (R_D \parallel r_d) \approx -g_m R_D$
  • Loaded Voltage Gain: $A_{vL} = -g_m (R_D \parallel R_L)$
  • Phase Relationship: $180^\circ$ phase inversion.

B. Common Source with Unbypassed Source Resistor ($R_S$)

  • Voltage Gain: $A_v = -\frac{g_m (R_D \parallel R_L)}{1 + g_m R_S}$
  • Benefit: Degenerative feedback stabilizes gain against $g_m$ variations.

C. Common Drain (CD) / Source Follower

  • Input Impedance: $Z_{in} = R_G$
  • Output Impedance: $Z_{out} = R_S \parallel \frac{1}{g_m}$
  • Voltage Gain: $A_v = \frac{g_m (R_S \parallel R_L)}{1 + g_m (R_S \parallel R_L)} \approx +1$
  • Phase Relationship: $0^\circ$ phase shift.
  • Primary Application: High-input impedance buffer.

D. Common Gate (CG) Amplifier

  • Input Impedance: $Z_{in} = R_S \parallel \frac{1}{g_m} \approx \frac{1}{g_m}$ (Low, e.g., $100-500\ \Omega$)
  • Output Impedance: $Z_{out} = R_D$
  • Voltage Gain: $A_v = +g_m (R_D \parallel R_L)$
  • Phase Relationship: $0^\circ$ phase shift.
Loading diagram...
JFET & MOSFET Device Classification Tree
Comparison of FET Transconductance g_m vs Drain Current I_D
Test Your Knowledge

A JFET has I_DSS = 10 mA and pinch-off voltage V_P = -4 V. Determine the transconductance g_m when operating at a gate-to-source bias voltage of V_GS = -1.5 V.

A
B
C
D
Test Your Knowledge

An N-channel JFET in a self-bias circuit has I_DSS = 12 mA, V_P = -3 V, and a source resistor R_S = 500 Ω. What is the Q-point drain current I_DQ?

A
B
C
D
Test Your Knowledge

A Common Source JFET amplifier has g_m = 4 mS, R_D = 3.3 kΩ, and R_L = 10 kΩ. Calculate the small-signal loaded voltage gain A_vL.

A
B
C
D