A Bipolar Junction Transistor (BJT) has several key parameters that describe its behavior and performance in a circuit. These parameters help in understanding the transistor's characteristics, and they're used to design and analyze circuits. Here are the main parameters of a BJT:
### 1. **Current Gain (β or hFE)**
- **β (Beta)** is a measure of the transistor's amplification capability. It represents the ratio of the output current (collector current, \(I_C\)) to the input current (base current, \(I_B\)).
- **Formula**:
\[
\beta = \frac{I_C}{I_B}
\]
- **Typical Range**: For small-signal BJTs, β can range from 20 to 1000.
### 2. **Base-Emitter Voltage (V_BE)**
- The voltage between the base and emitter of the BJT when it is conducting.
- In active mode, \(V_{BE}\) is typically around **0.7V** for silicon BJTs (it is lower for germanium BJTs).
- This voltage is essential for turning the transistor on.
### 3. **Collector-Emitter Voltage (V_CE)**
- The voltage between the collector and the emitter. It determines whether the transistor is in saturation, active, or cutoff mode.
- **V_CE(sat)** is the voltage across the collector-emitter when the transistor is in saturation mode, and it’s typically around **0.2V**.
### 4. **Saturation Voltage (V_CE(sat))**
- This is the voltage drop across the transistor when it is fully "on" (saturated).
- It is typically **0.2V to 0.3V** for most BJTs.
### 5. **Thermal Voltage (V_T)**
- This is the voltage related to the temperature of the transistor. It is given by:
\[
V_T \approx 26 \, \text{mV} \, \text{at 300K (room temperature)}
\]
- It impacts the base-emitter voltage \(V_{BE}\), and this value changes with temperature.
### 6. **Emitter Current (I_E)**
- The total current flowing out of the emitter, which is the sum of the collector current \(I_C\) and the base current \(I_B\).
- **Formula**:
\[
I_E = I_C + I_B
\]
### 7. **Collector Current (I_C)**
- The current flowing from the collector to the emitter. It is the primary current in a BJT and is controlled by the base current.
### 8. **Base Current (I_B)**
- The small current that controls the larger current in the collector-emitter circuit. The transistor works by amplifying this small base current into a larger collector current.
### 9. **Early Voltage (V_A)**
- It is the voltage that accounts for the variation in collector current due to changes in the collector-emitter voltage. It is used in calculating the output conductance and is associated with the **output characteristic curve**.
- A larger \(V_A\) indicates better performance and less variation in \(I_C\) with changes in \(V_{CE}\).
### 10. **Breakdown Voltage (V_CEO)**
- The maximum voltage that can be applied between the collector and emitter without causing the transistor to break down or conduct uncontrollably (this happens in reverse breakdown conditions).
### 11. **Capacitances**
- **Base-Collector Capacitance (C_bc)**: This is the capacitance between the base and the collector, which impacts the transistor’s high-frequency response.
- **Base-Emitter Capacitance (C_be)**: The capacitance between the base and the emitter, which also affects the transistor's high-frequency behavior.
### 12. **Switching Time (t_on, t_off)**
- The time it takes for the transistor to switch on (from off state to on state) and switch off (from on state to off state). These parameters are important in high-speed switching applications.
### 13. **Power Dissipation (P)**
- The power lost as heat in the transistor, which depends on the current and voltage across the transistor.
- **Formula**:
\[
P = V_{CE} \times I_C
\]
### Summary of Key BJT Modes:
- **Active Mode**: The transistor is on, and the collector current is proportional to the base current (\(I_C = \beta \times I_B\)).
- **Saturation Mode**: Both the base-emitter and collector-emitter junctions are forward biased. The transistor is fully on, and \(V_{CE}\) is very small.
- **Cutoff Mode**: The transistor is off, and no current flows from collector to emitter.
Understanding these parameters is crucial for analyzing and designing circuits that use BJTs, especially in amplifiers, switches, and digital logic circuits.