The term "FET" stands for **Field-Effect Transistor**, which is a type of transistor used to control the flow of current by applying a voltage to the gate terminal, creating an electric field. There are several types of FETs, such as **Junction FET (JFET)** and **Metal-Oxide-Semiconductor FET (MOSFET)**.
Here are the general formulas for two common types:
### 1. **JFET (Junction Field-Effect Transistor) Formula**:
For a **JFET**, the drain current \( I_D \) is given by the following formula in the active region:
\[
I_D = I_{DSS} \left( 1 - \frac{V_{GS}}{V_{P}} \right)^2
\]
Where:
- \( I_D \) is the drain current.
- \( I_{DSS} \) is the maximum drain current when the gate-source voltage \( V_{GS} = 0 \).
- \( V_{GS} \) is the gate-source voltage.
- \( V_P \) is the pinch-off voltage (negative value for n-channel JFET).
### 2. **MOSFET (Metal-Oxide-Semiconductor FET) Formula**:
For a **MOSFET**, the drain current \( I_D \) in the **saturation region** (when \( V_{DS} \) is greater than \( V_{GS} - V_T \)) is given by:
\[
I_D = K \left( V_{GS} - V_T \right)^2 \quad \text{for } V_{DS} > V_{GS} - V_T
\]
Where:
- \( I_D \) is the drain current.
- \( K \) is a constant related to the MOSFET's process parameters (for a given device).
- \( V_{GS} \) is the gate-source voltage.
- \( V_T \) is the threshold voltage (the voltage at which the MOSFET begins to conduct).
In the **linear region** (when \( V_{DS} < V_{GS} - V_T \)), the formula is:
\[
I_D = K \left[ 2 \left( V_{GS} - V_T \right) V_{DS} - V_{DS}^2 \right]
\]
These formulas describe how the current through the FET depends on the voltages at the gate, source, and drain, which is crucial for designing circuits using FETs.