2. Components

Transistors

Introduce BJT and MOSFET operation, modes, pin identification, biasing and simple amplifier and switch circuits.

Transistors

Hey students! 👋 Welcome to one of the most exciting topics in electronics - transistors! These tiny components are literally the building blocks of all modern technology, from your smartphone to computers and even space rockets 🚀. In this lesson, we'll explore how BJT and MOSFET transistors work, learn to identify their pins, understand different operating modes, and see how they're used in amplifier and switching circuits. By the end, you'll understand why transistors revolutionized the world and how they make our digital age possible!

What Are Transistors and Why Do They Matter?

Imagine having a tiny electronic switch that can turn on and off millions of times per second, or an amplifier smaller than your fingernail that can boost weak signals. That's exactly what transistors do! 🔥

A transistor is a three-terminal semiconductor device that can either amplify signals or act as an electronic switch. Think of it like a water faucet - you can control a large flow of water (current) with just a small turn of the handle (input signal). The word "transistor" comes from "transfer resistor" because it transfers current from one circuit to another while providing resistance.

There are two main types we'll focus on:

  • BJT (Bipolar Junction Transistor) - uses both electrons and holes for current flow
  • MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) - uses an electric field to control current flow

Here's a mind-blowing fact: a modern smartphone processor contains over 15 billion transistors, all working together at incredible speeds! 📱

BJT (Bipolar Junction Transistor) Operation

BJTs come in two flavors: NPN and PNP. Think of them as electronic sandwiches! 🥪

NPN Transistors

In an NPN transistor, we have a thin P-type semiconductor layer (the "meat") sandwiched between two N-type layers (the "bread"). The three terminals are:

  • Collector (C) - where most current exits
  • Base (B) - the control terminal (very thin layer)
  • Emitter (E) - where current enters

For an NPN transistor to work properly:

  • The base-emitter junction must be forward-biased (about 0.7V for silicon)
  • The base-collector junction should be reverse-biased
  • Current flows from collector to emitter when controlled by base current

The magic happens through current amplification: $I_C = β × I_B$, where β (beta) is the current gain, typically between 50-300. This means a tiny base current can control a much larger collector current!

PNP Transistors

PNP transistors work similarly but with opposite polarity - imagine flipping the sandwich! The current flows from emitter to collector, and you need negative voltage relative to the emitter to turn it on.

BJT Operating Modes

BJTs have three main operating regions:

  1. Cut-off Mode - Transistor is OFF, no current flows (like a closed faucet)
  2. Active Mode - Normal amplification occurs (partially open faucet)
  3. Saturation Mode - Transistor is fully ON, maximum current flows (fully open faucet)

MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) Operation

MOSFETs are like the newer, more efficient cousins of BJTs! They're voltage-controlled rather than current-controlled, making them perfect for digital circuits. 💻

MOSFET Structure and Terminals

A MOSFET has four terminals:

  • Gate (G) - the control terminal (insulated from the channel)
  • Source (S) - where current enters
  • Drain (D) - where current exits
  • Body/Substrate (B) - usually connected to source

Types of MOSFETs

There are two main types:

Enhancement Mode MOSFETs (most common):

  • N-channel: Requires positive gate voltage to turn ON
  • P-channel: Requires negative gate voltage to turn ON

Depletion Mode MOSFETs:

  • Normally ON, requires opposite polarity voltage to turn OFF

The key advantage of MOSFETs is their extremely high input impedance - they draw virtually no current at the gate! This makes them perfect for battery-powered devices.

Pin Identification and Practical Tips

Identifying transistor pins correctly is crucial for circuit success! 🎯

BJT Pin Identification

Most common packages:

  • TO-92 Package: Looking at the flat side, pins are typically E-B-C from left to right
  • TO-220 Package: Usually B-C-E from left to right when facing the metal tab

MOSFET Pin Identification

  • TO-220 Package: Typically G-D-S from left to right
  • Always check the datasheet - pin arrangements can vary by manufacturer!

Pro tip: Use a multimeter's diode test function to identify BJT pins. The base will show a voltage drop (~0.7V) to both collector and emitter in one direction only.

Biasing Circuits - Setting the Operating Point

Biasing is like setting the "idle speed" of your transistor - it determines the operating point for proper amplification. 🎛️

BJT Biasing Methods

Voltage Divider Biasing (most common):

Uses two resistors (R1 and R2) to create a stable base voltage:

$$V_B = V_{CC} × \frac{R_2}{R_1 + R_2}$$

This method provides good stability against temperature changes and component variations.

Fixed Bias: Simple but unstable - uses a single base resistor

Emitter Bias: Adds an emitter resistor for better stability

MOSFET Biasing

MOSFETs are easier to bias since they're voltage-controlled:

  • Gate voltage determines the operating point
  • No steady gate current means simpler bias networks
  • Often use voltage dividers or direct coupling

Transistor Amplifier Circuits

Amplifiers boost weak signals to useful levels - like turning a whisper into a shout! 📢

Common Emitter Amplifier (BJT)

This is the most popular BJT amplifier configuration:

  • Input signal applied between base and ground
  • Output taken from collector
  • Provides both voltage and current gain
  • Phase inversion occurs (180° phase shift)

The voltage gain is approximately: $A_v = -\frac{R_C}{r_e}$

where $r_e$ is the emitter resistance (about 25mV/IE at room temperature)

Common Source Amplifier (MOSFET)

The MOSFET equivalent of common emitter:

  • High input impedance (great for sensor interfaces)
  • Good voltage gain
  • Also provides phase inversion

Real-world example: The input stage of most audio amplifiers uses transistor amplifiers to boost the tiny signals from microphones or instruments to levels suitable for speakers.

Transistor Switch Circuits

Transistors make excellent electronic switches - faster and more reliable than mechanical switches! ⚡

BJT Switching

For switching applications, we operate the BJT in either:

  • Cut-off (OFF): No base current, no collector current
  • Saturation (ON): Enough base current to fully turn on

The switching speed depends on how quickly we can charge/discharge the base-emitter capacitance. Modern switching transistors can switch in nanoseconds!

MOSFET Switching

MOSFETs are superior for switching because:

  • No steady gate current required
  • Very fast switching speeds
  • Lower power consumption
  • Can handle higher currents

Real-world application: Every pixel in your LCD monitor is controlled by tiny MOSFET switches that turn on and off millions of times per second to create the images you see! 🖥️

Switch Circuit Design

Key considerations:

  • Base/gate resistor limits current and switching speed
  • Pull-up/pull-down resistors ensure defined logic levels
  • Protection diodes prevent damage from inductive loads

Conclusion

Transistors are truly the foundation of modern electronics! We've explored how BJTs use current control for amplification and switching, while MOSFETs use voltage control for efficient operation. Understanding pin identification, proper biasing, and basic amplifier/switch circuits gives you the tools to analyze and design countless electronic systems. From the billions of transistors in your computer's processor to the simple LED driver in your flashlight, these versatile components make our connected world possible. The principles you've learned here will serve as stepping stones to more advanced topics in electronics and digital systems.

Study Notes

• Transistor Definition: Three-terminal semiconductor device for amplification or switching

• BJT Types: NPN (current flows C→E) and PNP (current flows E→C)

• BJT Current Relationship: $I_C = β × I_B$ where β is current gain (50-300 typical)

• BJT Operating Modes: Cut-off (OFF), Active (amplifying), Saturation (fully ON)

• MOSFET Types: N-channel (positive gate voltage) and P-channel (negative gate voltage)

• MOSFET Advantage: Voltage-controlled with extremely high input impedance

• BJT Terminals: Collector, Base, Emitter

• MOSFET Terminals: Gate, Source, Drain, Body/Substrate

• Voltage Divider Bias: $V_B = V_{CC} × \frac{R_2}{R_1 + R_2}$

• Common Emitter Gain: $A_v = -\frac{R_C}{r_e}$ (approximate)

• BJT Forward Bias: Base-emitter junction needs ~0.7V for silicon

• Switching States: Cut-off = OFF, Saturation = ON

• MOSFET Benefits for Switching: No steady current, fast switching, low power

• Pin Identification: Always check datasheet, use multimeter diode test for BJTs

Practice Quiz

5 questions to test your understanding