Precisely bias a JFET common-drain amplifier (source follower). Compute source resistor (RS), quiescent drain current (ID), gate-source voltage (VGS), and drain-source voltage (VDS).
The JFET buffer (common-drain amplifier) offers high input impedance, low output impedance, and voltage gain near unity. Correct biasing is critical to ensure operation in the saturation region where the square-law characteristic holds. This calculator solves the self-bias equations using the Shockley model:
$$ I_D = I_{DSS} \left(1 - \frac{V_{GS}}{V_P}\right)^2 $$
with VGS = –ID·RS (for self-biased source follower)
By substituting VGS = –ID·RS into the Shockley equation, we obtain a quadratic in ID. The calculator solves it analytically and verifies the saturation condition VDS = VDD – ID·RS ≥ VGS – VP. If a target ID is provided, RS = –VGS/ID is derived from the transfer function.
The interactive graph shows the parabolic transfer curve and the resistive load line (VGS = –ID·RS). Their intersection gives the exact Q-point.
| JFET Type | IDSS (mA) | VP (V) | Typical RS (kΩ) | ID (mA) | VGS (V) |
|---|---|---|---|---|---|
| J201 | 0.8 | -0.8 | 2.2 | 0.37 | -0.81 |
| 2N5457 | 3.0 | -2.2 | 1.5 | 1.26 | -1.89 |
| BF245A | 6.0 | -2.5 | 1.0 | 2.21 | -2.21 |
Reference: Vishay JFET datasheets, "JFET Biasing Techniques" – Texas Instruments Application Note.
A JFET source follower is ideal for piezo pickups or electric guitar buffers. Given VDD=9V, J201 (IDSS=0.8mA, VP=-0.8V). Using the calculator with target ID=0.4mA results RS ≈ 1.68kΩ. The resulting bias provides symmetrical output swing and preserves signal integrity. The graph confirms the device operates in saturation region (VDS ≈ 8.33V, safely above VGS-VP).
**Quadratic solution for $I_D$ (given $R_S$):** starting from $$ I_D = I_{DSS} \left(1 - \frac{I_D R_S}{|V_P|}\right)^2 $$ we obtain:
$$ I_{DSS} R_S^2 \; I_D^2 \;-\; \bigl(2 I_{DSS} R_S |V_P| + |V_P|^2\bigr) I_D \;+\; I_{DSS} |V_P|^2 = 0 $$
The calculator implements this correct quadratic. It selects the smaller positive root which corresponds to the stable bias point (more negative VGS).
The small-signal transconductance gm = (2 IDSS/|VP|)·(1 - VGS/VP) is also computed to evaluate buffer performance.