No history yet

Bipolar and Field-Effect Transistors

The Transistor as a Controlled Valve

At its core, a transistor acts like a sophisticated valve for electricity. You apply a small, precise signal to its control input, and it regulates a much larger flow of current through its main channel. This ability to control a large flow with a small one is what makes transistors the foundation of modern electronics, allowing them to function as both amplifiers and high-speed switches.

We'll explore the two dominant families of transistors: Bipolar Junction Transistors (BJTs), which are controlled by current, and Metal-Oxide-Semiconductor Field-Effect Transistors (MOSFETs), which are controlled by voltage. Understanding their distinct behaviors is key to using them effectively in circuit design.

Transistors act as switches or amplifiers, controlling the flow of electrical signals.

Bipolar Junction Transistors (BJTs)

A BJT is built from three layers of semiconductor material, forming either an NPN (Negative-Positive-Negative) or a PNP (Positive-Negative-Positive) structure. The three terminals are the base, collector, and emitter. In an NPN transistor, a small current flowing from the base to the emitter (IBI_B) allows a much larger current to flow from the collector to the emitter (ICI_C). This makes the BJT a current-controlled device.

The relationship between the base current and the collector current is defined by a parameter called current gain, known as beta (eta) or hFEh_{FE}. It's a measure of the transistor's amplifying power.

β=ICIB\beta = \frac{I_C}{I_B}
Lesson image

A BJT doesn't just amplify; its behavior depends entirely on how it's biased. It can operate in one of three distinct regions.

RegionBase-Emitter JunctionCollector-Base JunctionOperation
Cut-offReverse-BiasedReverse-BiasedOff (Open Switch)
ActiveForward-BiasedReverse-BiasedAmplifier
SaturationForward-BiasedForward-BiasedOn (Closed Switch)

In the active region, the collector current is proportional to the base current, as described by eta. This is the region used for signal amplification. In cut-off, there's essentially no base current, so no collector current flows; the transistor acts as an open switch. In saturation, increasing the base current no longer increases the collector current, which is now limited only by the external circuit. Here, the transistor acts as a closed switch.

Field-Effect Transistors (MOSFETs)

Unlike the current-controlled BJT, the MOSFET is a voltage-controlled device. It has three terminals: the gate, drain, and source. Applying a voltage to the gate creates an electric field that controls the flow of current through a channel between the drain and source. Because the gate is insulated from the channel by a thin layer of oxide, almost no current flows into it. This gives MOSFETs a very high input impedance, which is a major advantage in many circuits.

There are two main types of MOSFETs:

  1. Enhancement-Mode: These are normally off. A voltage must be applied to the gate to create a channel and allow current to flow. Think of it as a valve that is normally closed.
  2. Depletion-Mode: These are normally on. A channel already exists, and a voltage must be applied to the gate to "pinch off" the channel and stop the current. This is like a valve that is normally open.
Lesson image

Just as BJTs have NPN and PNP types, MOSFETs come in N-channel (current carried by electrons) and P-channel (current carried by holes) varieties. For an N-channel enhancement MOSFET, a positive gate-to-source voltage (VGSV_{GS}) turns it on. For a P-channel, a negative VGSV_{GS} is required.

The "gain" of a MOSFET isn't measured by current gain, but by its transconductance, symbolized as gmg_m. This value relates the change in drain current (IDI_D) to the change in gate-source voltage (VGSV_{GS}) that caused it.

gm=ΔIDΔVGSg_m = \frac{\Delta I_D}{\Delta V_{GS}}

Biasing, Switching, and Power

To use a transistor as an amplifier, it must be biased to operate in its linear region (the active region for a BJT). Biasing involves setting up a stable DC operating point, or Q-point, around which the AC signal can swing without being distorted. A common technique for BJTs is the voltage divider bias, which uses two resistors to create a stable voltage at the base, making the circuit less dependent on the transistor's specific eta value, which can vary with temperature and between components.

Proper DC bias must be applied so the transistor operates within its active region—critical for linear amplification.

When used as switches, transistors are driven between cut-off (off) and saturation (on). The speed at which they can transition between these states is critical. MOSFETs are generally faster switches than BJTs because they don't suffer from the same charge storage effects. This makes them ideal for high-frequency applications like switch-mode power supplies and DC-DC converters.

However, every switch has imperfections. When a transistor is on, it has a small resistance, causing a voltage drop (VCE(sat)V_{CE(sat)} for a BJT, VDS(on)V_{DS(on)} for a MOSFET) and dissipating power as heat. The power dissipated is the product of this voltage drop and the current flowing through it. During the transition between on and off, both voltage across and current through the transistor are high, leading to significant switching losses. The faster the switching frequency, the more time is spent in this transition state, and the more heat is generated.

This trade-off is fundamental: faster switching enables more efficient and compact power converters, but it also increases switching losses and generates more heat. Effective thermal management, like using heat sinks, becomes crucial for high-power applications to prevent the transistor from overheating and failing.

Ready to test your knowledge? This quiz will cover the key differences and applications of BJTs and MOSFETs.

Quiz Questions 1/6

What is the fundamental principle of a transistor's operation?

Quiz Questions 2/6

An engineer needs a transistor for a high-frequency switching application, like a modern power supply. Which type of transistor is generally preferred for this task and why?

Understanding the behavior of BJTs and MOSFETs opens the door to designing a vast range of electronic circuits, from simple amplifiers that boost a weak audio signal to the complex power systems that run our modern world.