FET (Field-Effect Transistor) and BJT (Bipolar Junction Transistor) are both types of transistors, which are electronic components used to amplify or switch electronic signals. However, they work in different ways and have distinct characteristics.
### 1. **FET (Field-Effect Transistor)**:
- **Working Principle**: FETs control the flow of current using an electric field. The current flow between two terminals (called the **drain** and **source**) is controlled by the voltage applied at a third terminal, called the **gate**.
- **Types**: The most common type of FET is the **MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor)**.
- **Operation**: In FETs, the current doesn't rely on charge carriers (electrons or holes) being injected into the base. Instead, an electric field created by the voltage at the gate controls the conductivity of a semiconductor channel.
- **Current Type**: FETs are **unipolar** transistors, meaning they rely on only one type of charge carrier (either electrons or holes).
- **Advantages**:
- High input impedance (very little current flows into the gate).
- Low power consumption.
- Fast switching speed.
- **Example Uses**: FETs are commonly used in modern electronics like digital circuits, microprocessors, and amplifiers.
### 2. **BJT (Bipolar Junction Transistor)**:
- **Working Principle**: BJTs control the flow of current using both electrons and holes (hence the name "bipolar"). The current flows from the **collector** to the **emitter** and is controlled by the **base** current.
- **Types**: There are two types of BJTs—**NPN** and **PNP**, referring to the arrangement of the semiconductor materials.
- **Operation**: In a BJT, a small current at the base controls a larger current between the collector and the emitter. This is why BJTs are also called **current-controlled** devices.
- **Current Type**: BJTs are **bipolar** transistors, meaning both electrons and holes contribute to current flow.
- **Advantages**:
- Higher current carrying capacity.
- Good for amplification in analog circuits.
- Provides better performance in some power applications.
- **Example Uses**: BJTs are commonly used in analog circuits, power amplifiers, and audio equipment.
### Key Differences:
| **Feature** | **FET (Field-Effect Transistor)** | **BJT (Bipolar Junction Transistor)** |
|------------------------|----------------------------------------------|---------------------------------------------|
| **Control** | Voltage-controlled (via the gate) | Current-controlled (via the base) |
| **Current Type** | Unipolar (only electrons or holes) | Bipolar (both electrons and holes) |
| **Input Impedance** | High | Low |
| **Switching Speed** | Fast | Moderate |
| **Power Consumption** | Low | Higher than FET |
In summary:
- **FET** is voltage-controlled and typically used for high-speed and low-power applications.
- **BJT** is current-controlled and often used in situations requiring higher current handling or for analog amplification.