Core Lesson Content
The Active Device Family Tree
Lessons 1β2 covered devices that react to voltage β diodes conduct or block based on polarity alone. This lesson introduces devices that control: a small signal at one terminal commanding a large current between two others. Every amplifier, logic gate, motor drive, and power controller is built on that idea.
| Family | Controlled By | Behavior | Technician Encounters It In |
|---|---|---|---|
| BJT (NPN/PNP) | Base current | Proportional amplifier or switch | Audio stages, relay drivers, legacy boards everywhere |
| JFET | Gate voltage (normally on) | Voltage-squeezed channel | Instrument inputs, low-noise preamps |
| MOSFET | Gate voltage (normally off) | Near-perfect voltage-controlled switch | Power supplies, motor drives, every computer chip |
| SCR | Gate pulse (latches) | One-way latching power switch | DC power control, crowbars, battery chargers |
| TRIAC | Gate pulse (latches, both ways) | Two-way latching AC switch | Dimmers, heaters, small motor speed controls |
Try It Live
NPN and PNP Transistor Operation
A BJT is a sandwich of three doped regions forming two P-N junctions: emitter (heavily doped carrier source), base (whisper-thin middle layer), and collector (the large region that gathers carriers). The magic is the thin base: carriers injected from the emitter mostly fly straight through it into the collector.
NPN in Action (the common case)
- Raise the base β0.7 V above the emitter β the base-emitter junction forward biases exactly like a diode.
- Electrons flood from the emitter into the paper-thin base. A tiny fraction exits the base lead as base current IB.
- The vast majority β typically 99% β are swept across the reverse-biased base-collector junction into the collector: IC = Ξ²Β·IB.
PNP is the exact mirror: the emitter sits at the higher potential, the base is pulled β0.7 V below the emitter to turn on, and conventional current flows emitterβcollector. PNPs are the natural choice for switching loads on the positive rail (high-side switching).
The Three Operating Regions = The Three Jobs
| Region | Condition | VCE | Acts Like |
|---|---|---|---|
| Cutoff | IB = 0 | β VCC | Open switch (OFF) |
| Active | 0 < IC < saturation | Between limits | Amplifier: IC = Ξ²Β·IB |
| Saturation | Ξ²Β·IB > circuit can supply | β 0.2 V | Closed switch (ON) |
The Three BJT Configurations
Any amplifier uses two terminals for input and two for output β so one of the transistor's three leads must be shared ("common"). Which lead you share completely changes the amplifier's personality.
| Property | Common Emitter | Common Base | Common Collector (Emitter Follower) |
|---|---|---|---|
| Input / Output | Base / Collector | Emitter / Collector | Base / Emitter |
| Voltage gain | High | High | β 1 |
| Current gain | High (Ξ²) | < 1 (Ξ± β 0.99) | High (Ξ²+1) |
| Phase inversion | Yes β 180Β° | No | No |
| Input impedance | Moderate | Very low | High |
| Output impedance | Moderate-high | High | Low |
| Classic role | General gain stage, switching | RF / high-frequency amps | Buffer / driver stage |
How to Remember Them
- Common Emitter β "the amplifier": the only configuration with both voltage and current gain, so it's the default. Its 180Β° inversion matters when you trace signals: input rises, output falls.
- Common Collector β "the muscle": the output faithfully follows the input voltage (hence emitter follower) but with Ξ²-times the current behind it. Placed between a delicate source and a heavy load β like a speaker or a long cable.
- Common Base β "the specialist": rare in general work; shines at radio frequencies where its geometry avoids the internal feedback that destabilizes CE stages.
DC Load Line Analysis
The transistor's characteristic curves tell you what the device can do; the resistor and supply decide what the circuit allows. The DC load line is where those two constraints meet β a single straight line containing every operating point the circuit permits.
Drawing the Line (two points, 30 seconds)
- Cutoff point: no collector current β no drop across RC β VCE = VCC. Mark (VCC, 0).
- Saturation point: transistor fully on (β0 V across it) β all of VCC is across RC β IC = VCC/RC. Mark (0, VCC/RC).
- Connect them. Done.
Finding the Q-Point
The circuit must satisfy the load line and the transistor's curve for the actual base current. Their intersection is the Q-point β the circuit's resting state.
Worked example: VCC = 20 V, RC = 2 kΞ©, Ξ² = 100, IB = 30 Β΅A. Load line runs (20 V, 0) to (0, 10 mA). IC = 100 Γ 30 Β΅A = 3 mA, so VCE = 20 β (3 mA)(2 kΞ©) = 14 V. Q = (14 V, 3 mA) β comfortably in the active region.
- Amplifier bias: park Q near the middle of the line so the signal can swing both directions without hitting cutoff or saturation (clipping).
- Switch bias: deliberately overdrive the base so Q slams between the two ends of the line β fully off or fully on, never lingering in the lossy middle.
JFETs: The Voltage-Squeezed Channel
A JFET is conceptually a doped resistor with a valve around it. Current flows sourceβdrain through a channel of N (or P) material. The gate forms a reverse-biased junction wrapped around that channel: increasing reverse gate voltage widens the junction's depletion region, squeezing the channel narrower until β at the pinch-off voltage VP β it closes entirely.
The Two Headline Facts
- Normally ON: with VGS = 0 the channel is wide open, conducting its maximum current IDSS. Gate voltage only ever reduces current (depletion mode).
- Essentially zero gate current: the gate junction is always reverse biased, so input resistance is hundreds of megohms β the JFET loads its signal source almost not at all.
Where a Technician Meets JFETs
- Instrument and sensor inputs: oscilloscope front ends, pH meters, condenser microphone preamps β anywhere the source can't supply current.
- Low-noise audio stages and analog switches/choppers.
- Constant-current sources: a JFET with gate tied to source self-regulates at IDSS.
MOSFETs: The Modern Default
The MOSFET insulates its gate from the channel with a nanometers-thin layer of silicon dioxide β the gate is one plate of a capacitor. Gate current is truly zero; the gate voltage's electric field creates or destroys the channel beneath the oxide.
Enhancement Mode (the one you'll actually service)
With no gate voltage there is no channel β the device is OFF. Raise VGS past the threshold voltage VTH (1β4 V) and the field pulls electrons to the surface, forming ("enhancing") a conductive channel. More gate voltage β wider channel β lower resistance:
Why MOSFETs Took Over Power Switching
- Drive is nearly free: no continuous gate current β a logic pin can hold a 50 A switch on (it only supplies brief pulses to charge the gate capacitance).
- Cool conduction: a saturated BJT always drops β0.2 V (0.2 V Γ 20 A = 4 W of heat); a 5 mΞ© MOSFET at 20 A drops 0.1 V (2 W) β and modern parts do far better.
- Speed: no stored base charge to sweep out, so MOSFETs switch in nanoseconds β the enabler of switching power supplies and PWM motor drives.
JFET vs. MOSFET at a Glance
| Property | JFET | MOSFET (enhancement) |
|---|---|---|
| Normal state (VGS=0) | ON (IDSS) | OFF |
| Gate isolation | Reverse-biased junction | Oxide insulator (true zero current) |
| Turn-on/off parameter | Pinch-off VP | Threshold VTH |
| Power handling | Small-signal | Milliwatts to kilowatts |
| ESD sensitivity | Moderate | Severe β handle protected |
| Typical role | Low-noise analog input | Switching, power, logic β everything |
SCRs: The Latching Power Switch
The Silicon Controlled Rectifier is a four-layer PNPN device β think of it as a diode with a trigger. Off, it blocks in both directions. Pulse the gate while the anode is positive and internal regenerative feedback snaps it fully on in microseconds. Then comes the defining behavior:
The Three Numbers on Every SCR Datasheet
- Gate trigger current (IGT): the pulse needed to fire it β often just 5β50 mA controlling hundreds of amps.
- Latching current: the anode current that must be reached during the gate pulse or the SCR falls back off.
- Holding current (IH): the minimum anode current that keeps it on afterward.
Where Technicians Meet SCRs
- Controlled rectifiers: replacing diodes in a bridge so the DC output is adjustable β battery chargers, DC motor drives, welders, electroplating supplies.
- Crowbar overvoltage protection: a Zener senses overvoltage and fires an SCR straight across the supply, blowing the fuse and saving the load β the latch is the feature.
- Soft-start and phase-controlled heaters at industrial power levels (SCRs scale to thousands of volts and amps).
TRIACs and Phase Control
An SCR wastes half of every AC cycle β it's a rectifier at heart. The TRIAC fuses two SCRs in antiparallel with a single gate, conducting in both directions between MT1 and MT2. One small gate pulse per half-cycle gives complete AC power control.
Phase (Firing-Angle) Control
On AC, every zero crossing turns the TRIAC off for free. Power control becomes a question of when in each half-cycle you fire it:
- Fire at 10Β°: the load receives almost the entire half-cycle β near full power.
- Fire at 90Β°: the load gets the second half of each hump β about 50% power.
- Fire at 160Β°: only a sliver conducts β a dim glow.
A simple RC network delays a sample of the line voltage; when it reaches the DIAC's Β±32 V breakover, the DIAC dumps a crisp pulse into the TRIAC gate. Turning the potentiometer changes the RC delay β that potentiometer is the dimmer knob on your wall.
Applications and Limits
- Lamp dimmers, heater controls, small universal-motor speed controls (drills, fans, mixers) up to roughly 40 A.
- Solid-state relays (SSRs): an optocoupler (Lesson 2!) firing a TRIAC β logic-controlled, isolated AC switching with no moving parts.
- Snubbers: an RC network across the TRIAC prevents false triggering from fast voltage spikes (dV/dt) β a missing or failed snubber is a classic cause of a dimmer that flickers or self-fires.
- For very large loads, designers return to back-to-back SCR pairs, which outrun TRIACs in ratings.
Choosing the Right Device: A Technician's Decision Guide
Every device in this lesson switches or amplifies. The differences that matter on the bench are what controls it, whether it latches, and how much power it moves.
| BJT | MOSFET | SCR | TRIAC | |
|---|---|---|---|---|
| Control input | Continuous base current | Gate voltage (no current) | One gate pulse | One gate pulse per half-cycle |
| Turns off when⦠| Base drive removed | Gate voltage removed | Current < IH | Every AC zero crossing |
| Latches? | No | No | Yes | Yes (per half-cycle) |
| Conducts | One direction | One direction (body diode reverse) | One direction | Both directions |
| Proportional (amplifier) use? | Yes | Yes | No β on/off only | No β on/off only |
| Power class | mW β ~100 W | mW β kW | W β MW | W β ~10 kW |
Fast Selection Rules
- Amplifying a signal? BJT (or small-signal FET for high-impedance sources). Thyristors need not apply β they only know ON and OFF.
- Switching DC efficiently or quickly (PWM)? MOSFET, almost without exception in modern designs.
- Switching AC power proportionally? TRIAC (with DIAC trigger) up to ~40 A; back-to-back SCRs beyond.
- Need the switch to stay on after a momentary trigger β alarms, crowbars, controlled rectifiers? SCR: the latch is the point.
- Driving a relay or LED from a logic pin? Small NPN (2N3904-class) or logic-level MOSFET β either works; the MOSFET wastes no drive current.