FET Calculator (JFET Shockley Model)
Use this tool to estimate JFET drain current and transconductance from datasheet values and bias voltage.
What Is a FET Calculator?
A FET calculator helps you estimate transistor behavior before building or debugging a circuit. In this page, the calculator targets JFET bias analysis using the classic Shockley equation. By entering IDSS, VP, and your chosen VGS, you can quickly estimate drain current ID and transconductance gm.
Core Equation Used
gm0 = 2IDSS/|VP|
gm = gm0(1 - VGS/VP)
This model is especially useful for small-signal amplifier design, source resistor selection, and quick sanity checks against datasheet ranges.
How to Use This Tool
- Select N-channel or P-channel JFET.
- Enter IDSS from the datasheet (often given at VGS = 0).
- Enter VP (pinch-off voltage). It is usually negative for N-channel and positive for P-channel.
- Enter your intended VGS bias point.
- Click Calculate to get ID, gm, and operating status.
Example Bias Calculation
Suppose you have an N-channel JFET with IDSS = 10 mA and VP = -4 V. If your design sets VGS = -2 V:
- (1 - VGS/VP) = 1 - (-2/-4) = 0.5
- ID = 10 × 0.52 = 2.5 mA
- gm0 = 2 × 10 / 4 = 5 mS
- gm = 5 × 0.5 = 2.5 mS
That gives you a practical starting point for gain estimation and resistor sizing.
Design Tips for Real Circuits
1) Use Typical Values Carefully
JFET parameters vary widely between parts, even in the same part number. Always check min/max ranges, not just typical values.
2) Verify the Bias Region
If VGS goes beyond pinch-off conditions, drain current drops close to zero (cutoff). Your amplifier can stop working as intended.
3) Account for Temperature
Temperature shifts can move bias points. If your circuit must be stable, include margin and verify with measurement.
4) Model Limitations
Shockley is a simplified equation. It does not capture every second-order effect, but it is excellent for first-pass design and learning.
When to Use a Different Calculator
This page is for JFET DC bias estimates. If you are designing with enhancement MOSFETs in switching converters, motor control, or low-RDS(on) power stages, you usually need MOSFET-specific tools (gate charge, switching loss, thermal rise, safe operating area, and conduction loss models).
Quick Checklist Before Finalizing a Design
- Confirm datasheet parameter spread (IDSS, VP, gm).
- Check bias point under supply variation.
- Simulate with min/typ/max transistor models.
- Measure real hardware and tune source/drain resistor values.
A good FET calculator shortens design time, reduces trial-and-error, and helps you start with realistic operating points.