The Bipolar Junction Transistor (BJT) operates in three primary modes, each defining how the transistor functions within a circuit. These modes are:
### 1. **Active Mode**
In the active mode, the BJT functions as an amplifier. For an NPN transistor (the most common type), the following conditions are met:
- **Base-Emitter Junction:** Forward-biased (positive voltage is applied to the base relative to the emitter).
- **Collector-Base Junction:** Reverse-biased (negative voltage is applied to the collector relative to the base).
**Operation:**
- In this mode, the base-emitter junction allows current to flow from the emitter to the base.
- The collector current (\( I_C \)) is proportional to the base current (\( I_B \)) and is controlled by it. The relationship is given by \( I_C = \beta I_B \), where \( \beta \) (beta) is the current gain of the transistor.
- The BJT allows a small change in base current to cause a larger change in collector current, which is the principle behind its amplification capability.
**Applications:**
- Used in amplifiers and switches in various electronic devices.
### 2. **Cutoff Mode**
In the cutoff mode, the BJT is essentially turned off, and no significant current flows through it. The conditions for this mode are:
- **Base-Emitter Junction:** Reverse-biased (the base is at a lower potential relative to the emitter for an NPN transistor).
- **Collector-Base Junction:** Reverse-biased.
**Operation:**
- No base current flows, which means no collector current flows either.
- The transistor behaves like an open switch, meaning it blocks the current flow between the collector and emitter.
**Applications:**
- Used in digital circuits as an off switch.
### 3. **Saturation Mode**
In the saturation mode, the BJT is fully on, allowing maximum current to flow through it. The conditions for this mode are:
- **Base-Emitter Junction:** Forward-biased.
- **Collector-Base Junction:** Forward-biased (or less reverse-biased than in active mode).
**Operation:**
- Both the base-emitter and collector-base junctions are forward-biased.
- The transistor conducts a large current with minimal voltage drop between the collector and emitter, behaving like a closed switch.
**Applications:**
- Used in digital circuits as an on switch, such as in logic gates and inverters.
### Summary Table
| Mode | Base-Emitter Junction | Collector-Base Junction | Function | Application |
|---------------|------------------------|--------------------------|----------------------------|--------------------------|
| **Active** | Forward-biased | Reverse-biased | Amplification | Amplifiers, signal processing |
| **Cutoff** | Reverse-biased | Reverse-biased | No current flow (off) | Digital logic (off switch) |
| **Saturation**| Forward-biased | Forward-biased | Maximum current flow (on) | Digital logic (on switch) |
Each mode has its distinct role in electronic circuits, making the BJT a versatile component in both analog and digital applications.