Scherz & Monk, Chapter 4

Semiconductors

Every active device — diode, transistor, LED, solar cell, thyristor — is built from one trick: take pure silicon and dope it to create spare electrons or spare holes. Sandwich the two and the junction becomes a one-way gate. Two layers make a diode, three make a transistor, four make a latching switch. The whole chapter reduces to two recurring numbers: the ~0.6 V junction drop and a device's gain.

Prerequisites: Ohm's law & KVL/KCL + voltage dividers + reading I–V curves (Ch 2–3)
17
Chapters
5+
Simulations
0
Assumed Knowledge

Chapter 0: Drive a 20 mA LED from a 5 mA Pin

You have a 9 V battery, a red LED that glows happily at 20 mA, and a microcontroller output pin that can source only 5 mA. Two things go wrong the instant you wire it the obvious way.

First, connect the LED directly across 9 V and it flares brilliant for a fraction of a second — then dies. A diode does not obey Ohm's law: once it conducts, its voltage barely rises while current runs away. Without something to limit the current, the LED draws hundreds of milliamps and cooks itself.

Second, even if you tame the current, your control pin can deliver only 5 mA. The LED wants 20 mA. The pin physically cannot push four times its rated current without browning out the chip. You need a way for a tiny control signal to command a large load current — the core move behind every relay driver, motor controller, and logic gate ever built.

Two problems, two semiconductor answers. (1) Put a resistor in series with the LED to set the current — the diode pins itself near 2 V, the resistor eats the rest. (2) Use a transistor as a switch: feed the pin's small current into the base, and a 100×-larger current flows through the collector. By the end of this chapter you will design exactly this circuit: 0.05 mA at the base commands 20 mA through the LED. A gain of 100 does the heavy lifting.
The Failing Circuit vs. The Fix

Slide the series resistor up from 0 Ω. At 0 Ω the LED current rockets past its 20 mA rating into the danger zone. Find the resistor that lands the LED right at 20 mA. (Red LED, VF ≈ 2.0 V across a 9 V supply.)

Series resistor R 0 Ω

The numbers we will nail down: the LED current limiter works out to 330 Ω, and the transistor's base resistor to 10 kΩ. But to size those parts you first have to understand why a diode drops 0.6–2 V and how a transistor multiplies current. That is the whole chapter — built up from a single crystal of silicon.

Why does connecting an LED directly across 9 V (no resistor) destroy it?

Chapter 1: Doping & Charge Carriers

Pure silicon is almost useless as a conductor. Silicon sits in group IV of the periodic table with four valence electrons, and in a crystal each atom shares those four electrons in covalent bonds with four neighbours. Every electron is locked into a bond — none are free to roam — so pure ("intrinsic") silicon conducts only feebly. Its conductivity sits between a metal and an insulator, roughly 10−7 to 103 mho/cm depending on how we treat it. That tunability is the whole point.

N-type: spare electrons

Now sprinkle in a few atoms of phosphorus, which has five valence electrons. Four of them join the covalent lattice; the fifth has no bond to fill and drifts free. Add millions of phosphorus atoms and you get a sea of mobile electrons. This is N-type silicon — "N" for the negative charge of its majority carriers. The dopant is called a donor because it donates a free electron.

P-type: spare holes

Instead dope with boron, group III, only three valence electrons. Now there is a missing electron in one of the bonds — a vacancy called a hole. A neighbouring electron can hop into the hole, which moves the hole the other way. The hole behaves like a mobile positive charge. This is P-type silicon, and boron is an acceptor.

N-type: P (5 e−) → 1 free electron   |   P-type: B (3 e−) → 1 free hole

Worked count. Silicon has about 5×1022 atoms/cm³. A typical doping of one dopant per 107 silicon atoms gives ~5×1015 free carriers/cm³. That is one impurity atom in ten million — a whisper of contamination — yet it raises conductivity by orders of magnitude. Semiconductor fabrication is, at heart, the art of controlling impurity to parts-per-billion precision.

Holes are real charge carriers, not just metaphor. A hole is an absence of an electron that moves through the lattice and carries current as if it were a positive particle. In P-type material holes are the majority carriers and the few stray electrons are minority carriers; in N-type it is the reverse. This majority/minority distinction is what makes the PN junction (next tab) behave so asymmetrically.

Doping the Silicon Lattice

Toggle between intrinsic, N-type, and P-type. Watch free electrons (teal) and holes (warm) appear as dopant atoms join the lattice.

Silicon is doped with phosphorus (5 valence electrons). What kind of material results, and what are the majority carriers?

Chapter 2: The PN Junction & Depletion Region

Take a slab of P-type and a slab of N-type and join them. At the boundary, the crowd of free electrons on the N side spills into the hole-rich P side, and holes spill the other way. Where an electron meets a hole they recombine and both vanish as mobile carriers. A thin zone right at the junction is swept clean of free carriers — the depletion region.

But the dopant atoms stay put. The N side now has exposed positive donor ions; the P side has exposed negative acceptor ions. These fixed charges build an internal electric field — a built-in potential of about 0.6 V for silicon — that pushes back and stops further diffusion. The junction settles into equilibrium with a barrier in the middle. That barrier is the secret to one-way conduction.

Forward bias: knock the barrier down

Connect the battery's + terminal to the P side and − to the N side. The external field opposes the built-in field, narrowing the depletion region. Once the applied voltage exceeds ~0.6 V, the barrier collapses and carriers flood across: the diode conducts. Current flows easily, limited only by the external circuit.

Reverse bias: widen the wall

Flip the battery. Now the external field adds to the built-in field, pulling carriers away from the junction and widening the depletion region. The barrier grows, and essentially no current flows — just a tiny leakage of minority carriers (nanoamps). The junction blocks. A diode is therefore a one-way valve: forward = open, reverse = shut.

Why ~0.6 V, and why it matters everywhere. The forward drop is set by the silicon bandgap and recombination physics, landing near 0.6–0.7 V (germanium is lower at ~0.2 V, Schottky ~0.4 V). This single number reappears as the diode drop, the transistor's VBE, the bridge rectifier's double drop, the LED's threshold. Learn to subtract 0.6 V on reflex and half the chapter's arithmetic is done.
PN Junction Charge Diagram

Toggle the bias. Under forward bias the depletion region narrows and carriers flood across; under reverse bias it widens and current stops. Watch electrons (teal) and holes (warm).

Under reverse bias, what happens to the depletion region and the current?

Chapter 3: The Diode I–V Curve

A resistor's I–V graph is a straight line through the origin — double the voltage, double the current. A diode's graph is nothing like it. Below the knee voltage almost no current flows; above it, current rises near-vertically. The diode is the textbook nonlinear device.

For a silicon diode the knee sits at VF ≈ 0.6 V. Germanium knees earlier at ~0.2 V; a Schottky diode (metal–semiconductor junction) at ~0.4 V, which is why Schottkys are prized for low-loss rectification and fast switching. In the reverse direction the diode blocks — until the reverse voltage exceeds the Peak Inverse Voltage (PIV), where it breaks down. For a rectifier diode you pick a part whose PIV comfortably exceeds the worst-case reverse voltage.

The constant-drop model

For hand analysis we usually ignore the curve's exact shape and say: a conducting silicon diode drops a constant 0.6 V, full stop. Series diodes add: two in series drop 1.2 V, three drop 1.8 V. This approximation is good enough for designing nearly every circuit in the book.

VF ≈ 0.6 V (Si), 0.2 V (Ge), 0.4 V (Schottky)   |   N in series → N × VF

Worked example. A 5 V supply drives a silicon diode in series with a 220 Ω resistor. The diode drops 0.6 V, leaving 5 − 0.6 = 4.4 V across the resistor. So I = 4.4 V / 220 Ω = 20 mA. Notice we never solved the exponential diode equation — we just asserted the 0.6 V drop and let Ohm's law handle the resistor. That is the whole trick of diode circuit analysis.

The diode equation, for the curious. The real curve is I = IS(eV/(nVT) − 1), where VT ≈ 26 mV at room temperature and IS is a tiny saturation current. The exponential is why current explodes once you pass the knee: every extra 60 mV multiplies current by ~10×. That steepness is exactly why a diode pins its voltage — and why your LED needs a series resistor to survive.
Diode I–V Curve Plotter

Sweep the applied voltage and watch the operating point ride the curve. Switch material to see the knee shift (Ge 0.2 V, Si 0.6 V, Schottky 0.4 V). Reverse voltage stays flat — the diode blocks — until PIV breakdown.

Applied voltage V 0.50 V
A silicon diode in series with a 470 Ω resistor is driven by 5 V. Roughly what current flows?

Chapter 4: Rectifiers — Turning AC into DC

The wall socket gives you alternating current — a sine wave swinging positive and negative 50 or 60 times a second. Almost every gadget wants steady DC. The diode's one-way nature is the tool: let current through on the positive swings, block it on the negative ones. That is rectification.

Half-wave

One diode in series with the load. Positive half-cycles pass (minus one 0.6 V drop); negative half-cycles are blocked entirely. The output is a train of positive humps with gaps between them — lumpy, and it wastes half the waveform. Simple, but poor.

Full-wave: center-tap and bridge

To use both halves, flip the negative swings up. A center-tapped transformer with two diodes does it, but needs that special transformer. The bridge rectifier — four diodes in a diamond — does it from any single winding and is the workhorse of power supplies. The cost: current always flows through two diodes in series, so you lose two 0.6 V drops (~1.2 V) instead of one.

Vpeak ≈ 1.414 × Vrms   |   full-wave avg ≈ 0.9 × Vrms   |   bridge: subtract 2 × 0.6 V

Worked example. A transformer delivers 12 Vrms. The peak is 1.414 × 12 ≈ 17.0 V. Through a bridge, two diode drops cost 1.2 V, so the smoothing capacitor charges to about 17.0 − 1.2 ≈ 15.8 V DC peak. Through a single half-wave diode you would lose only 0.6 V (giving ~16.4 V) but suffer twice the ripple. The bridge's extra drop buys you smoother, more efficient DC — a trade-off worth making for anything above a few volts.

Ripple and the reservoir cap. Rectified DC still pulses. Add a big reservoir capacitor across the output and it charges to the peak, then coasts through the valleys, discharging only slightly before the next hump tops it up. Full-wave gives twice as many humps per second as half-wave, so for the same capacitor the ripple is half — another reason the bridge wins. The classic 1N4001–1N4007 family handles 1 A with PIV ratings from 50 V (4001) up to 1000 V (4007).
Rectifier Waveform Explorer

Pick a rectifier topology and adjust the input amplitude. The faint sine is the AC input; the bold trace is the rectified output (with diode drops removed). Toggle the smoothing capacitor to see ripple collapse.

Input amplitude (Vpeak) 12.0 V
A bridge rectifier runs from a 9 Vrms winding. About what peak DC voltage appears across the reservoir capacitor?

Chapter 5: Zener Diodes — Regulating with Breakdown

Ordinary diodes treat reverse breakdown as failure. The Zener diode is engineered to break down at a precise, repeatable reverse voltage VZ — and to survive it indefinitely. Run a Zener in reverse and it clamps the voltage across itself to VZ almost regardless of current. That makes it a dead-simple voltage regulator.

Picture a pressure-relief valve. A series resistor RS feeds current toward the load; the Zener sits across the output like a valve set to pop at VZ. If the input rises or the load draws less, excess current dumps through the Zener instead of letting the output climb. The output stays pinned at VZ. Zeners come in standard values from about 1.8 V to 200 V (e.g. the 1N4733A is a 5.1 V part).

Sizing the series resistor

RS must pass enough current to keep the Zener in breakdown even at the lowest input and heaviest load. Size it for the worst case:

RS = (Vin,min − VZ) / (IZ,min + IL,max)   |   PZ = VZ × (Vin,max − VZ) / RS

Worked example. Regulate to VZ = 5.1 V. Input wanders 8–12 V; the load draws up to IL,max = 20 mA; keep at least IZ,min = 5 mA in the Zener. Then RS = (8 − 5.1) / (0.005 + 0.020) = 2.9 / 0.025 = 116 Ω (use 100–120 Ω). Worst-case Zener power, at 12 V in with the load disconnected: PZ = 5.1 × (12 − 5.1) / 116 ≈ 0.30 W, so choose at least a 0.5 W Zener with margin.

The worst case is no load, max input. Beginners size RS for the load and forget that the Zener absorbs everything when the load is removed. That is when Vin is highest and all the resistor current dumps into the Zener — the peak power moment. Always rate the Zener for Vin,max with IL = 0. Skipping this check is how regulators die.
Zener Regulator: Line & Load Demo

Drag the input voltage and the load resistance. The Zener pins the output at 5.1 V while it stays in regulation. Watch IZ, IL, and resistor/Zener power. Push the load too hard or the input too low and regulation collapses (output droops).

Input voltage Vin 9.0 V
Load resistance RL 400 Ω
When is the Zener diode forced to dissipate the MOST power in a shunt regulator?

Chapter 6: LEDs — Diodes That Emit Light

An LED is just a PN junction tuned so that recombination releases its energy as a photon instead of heat. Use a wide-bandgap compound (gallium arsenide, gallium nitride) and the emitted light's colour follows the bandgap energy. Because the bandgap is bigger than plain silicon's, the forward voltage is higher: a red LED drops ~2.0 V, green/blue/white drop 3–3.4 V.

An LED is still a diode — it pins its voltage and lets current run away. So it must have a current limiter. LEDs are happiest around 20 mA (modern indicator LEDs are bright at 5–10 mA). Sizing the series resistor is the most common calculation in all of hobby electronics, and it is pure Ohm's law applied to the leftover voltage.

R = (Vsupply − VF) / ILED

Worked example (the chapter's opening problem, part a). Supply 9 V, red LED VF = 2.0 V, target ILED = 20 mA. The LED eats 2.0 V, leaving 9 − 2.0 = 7.0 V for the resistor. R = 7.0 / 0.020 = 350 Ω — round to the nearest standard 330 Ω (or 360 Ω to be gentle). When we add the transistor switch later there is also a ~0.2 V collector drop, giving R = (9 − 0.2 − 2.0)/0.020 = 340 Ω → still 330 Ω.

Resistor wattage matters too. That 330 Ω resistor dissipates P = I²R = (0.02)² × 330 ≈ 0.13 W — a standard 1/4 W (0.25 W) resistor is fine. At higher currents or supply voltages, always check: if the resistor power approaches its rating, it runs hot and drifts. Sizing is two steps — resistance for the current, wattage for the heat.
LED Current-Limit Resistor Designer

Set the supply, the LED forward voltage, and the resistor. The bar shows where the current lands relative to the 20 mA happy zone. Too small a resistor → over-current (red); too large → dim.

Supply voltage 9.0 V
LED VF (colour) 2.0 V
Series resistor 330 Ω
A blue LED (VF = 3.2 V) runs from 5 V at 20 mA. What series resistor do you need?

Chapter 7: BJT Theory — The Current Amplifier

Stack three doped layers instead of two and you get a bipolar junction transistor (BJT). An NPN transistor is N–P–N: the three terminals are the emitter, base (the thin middle layer), and collector. A PNP is the mirror image. The magic: a small current into the base controls a much larger current from collector to emitter.

Here is the intuition. The base–emitter junction is a forward-biased diode — push it past VBE ≈ 0.6 V and it conducts. But the base is made very thin and lightly doped, so most carriers injected from the emitter sail straight through it to the collector instead of leaving via the base. The result: the collector current is a fixed multiple of the base current. That multiple is the current gain, β (also written hFE), typically 10–500; we will use 100.

IC = β × IB = hFE × IB   |   IE = IC + IB = (β+1) IB ≈ IC   |   VBE ≈ 0.6 V

Worked example. A transistor with hFE = 100 has a base current of 0.5 mA. Then IC = 100 × 0.5 mA = 50 mA, and the emitter current is IE = IC + IB = 50.5 mA. The 0.5 mA of control commands 50 mA of load — a 100× lever. Flip it around: to get 20 mA through the collector you only need 20/100 = 0.2 mA into the base. That is the answer to the chapter's opening problem (part b).

β varies — never trust it precisely. The same part number can have β anywhere from 50 to 300, and it drifts with temperature and current. Good designs over-drive the base so the exact value does not matter (the switch tab) or use feedback so β cancels out (the amplifier tab). Treating β as a loose lower bound, not an exact number, is the mark of a robust circuit. There is also a small-signal AC resistance at the emitter, rtr ≈ 0.026/IE, which sets amplifier gain — more on tab 9.
Current Gain Visualizer (IC = β·IB)

Adjust the base current and the gain β. The thin base stream fans out into a collector stream β times larger. The readout shows IB, IC, and IE.

Base current IB 0.20 mA
Current gain β 100
A transistor has hFE = 100 and a base current of 0.5 mA (still in the active region). What is the collector current?

Chapter 8: The BJT as a Switch — Load Line & Saturation

Now we solve the whole opening problem. We want a 5 V / 5 mA microcontroller pin to switch 20 mA through a red LED on a 9 V rail. A transistor used as a switch lives at two extremes of its operating range, never in the middle.

Cutoff and saturation

With no base current the transistor is in cutoff: no collector current, the switch is open, all 9 V appears across it. Drive the base hard and it slams into saturation: the collector–emitter voltage collapses to VCE(sat) ≈ 0.2 V, the switch is closed, and the load resistor sets the current. In between is the active region where IC = βIB holds — great for amplifiers, but for switching we blow right through it.

The two-resistor design

Sizing is a recipe. First the collector resistor (here, the LED's limiter) sets the load current. Then pick a base current that guarantees saturation — comfortably more than Iload/β.

RC = (VCC − VCE(sat) − VF) / Iload   |   IB ≥ (safety) × Iload/β   |   RB = (Vctrl − 0.6) / IB

The full worked design. VCC = 9 V, red LED VF = 2.0 V, Iload = 20 mA, hFE = 100, VCE(sat) = 0.2 V, pin Vctrl = 5 V.

Why over-drive the base? If you fed exactly 0.2 mA, you would be on the edge of saturation — and a transistor with β = 80 instead of 100 would fall short, leaving the LED dim and the transistor hot. Driving 0.4 mA (a "forced β" of 50) guarantees saturation for any β ≥ 50. In saturation the device is robust: extra base current just deepens the "on" state. This margin is why the exact β stops mattering — the whole reason switches are easier to design than amplifiers.
Transistor Switch: Load Line & Saturation

Drag the base current IB. The operating point (yellow dot) slides along the load line through cutoff → active → saturation. As it saturates, VCE collapses toward 0.2 V and the LED brightens. The diagonal is the load line VCE = VCC − ICRC.

Base current IB 0.000 mA
Current gain β 100
When a BJT switch is fully saturated ("on"), it behaves like a closed switch. What is the approximate collector–emitter voltage?

Chapter 9: The BJT as an Amplifier

A switch lives at the two ends of the transistor's range. An amplifier parks it in the middle — the active region — and lets a small AC signal wiggle around that resting point. The resting point is the Q-point (quiescent operating point), and choosing it well is the whole game.

Bias the transistor so that, with no signal, the collector sits around half the supply. Then an input swing can push the output up and down equally before hitting a rail. A small voltage change at the base produces a much larger, inverted voltage change at the collector — that inversion is the signature of the common-emitter amplifier. Push too hard and the output flattens against VCC or ground: clipping.

VE = VB − 0.6   |   IE = VE/RE   |   IC ≈ IE   |   VC = VCC − ICRC   |   gain ≈ −RC/RE

Worked example (from the book). VCC = 20 V, base biased to VB = 5.6 V, RC = 4.7 kΩ, RE = 3.3 kΩ, hFE = 100.

The Q-point sits at (VC, IC) = (13 V, 1.5 mA). The voltage gain is roughly −RC/RE = −4.7k/3.3k ≈ −1.4 — modest, but rock-steady because the emitter resistor's feedback cancels β's variation. Bypass RE with a capacitor and the gain leaps to −RC/rtr where rtr = 0.026/IE ≈ 17 Ω, giving a gain near −270.

Why the minus sign? Raise the base voltage → more IC → more drop across RC → the collector voltage falls. Input up, output down: the common-emitter amplifier inverts. This 180° phase flip is not a nuisance — it is exactly what oscillators (Ch 10) and logic inverters (Ch 12) exploit. The same transistor that switches an LED, biased differently, becomes an analog amplifier or a digital NOT gate.
Common-Emitter Amplifier: Gain & Clipping

A small sine (teal) enters the base; the amplified, inverted output (warm) appears at the collector around its DC Q-point. Crank the input amplitude until the output clips against the rails. Adjust gain to see the trade with headroom.

Input amplitude 0.25 V
Voltage gain |Av| 12×
In a common-emitter amplifier, what is the phase relationship between input and output?

Chapter 10: JFETs & MOSFETs — Voltage-Controlled Switches

The BJT is current-controlled: you spend base current to command collector current. The field-effect transistor (FET) is voltage-controlled — a voltage on its gate shapes a conducting channel between source and drain while drawing essentially zero gate current. That is a profound practical difference: no base resistor to compute, no current budget to manage.

JFET: a squeezed channel

A JFET has a channel of doped silicon with a gate junction along it. Reverse-biasing the gate widens a depletion region that pinches the channel narrower, throttling the current — like pressing a garden hose. At VGS,off the channel pinches off entirely. JFETs are depletion-mode: normally ON, you turn them off.

JFET: ID = IDSS(1 − VGS/VGS,off

MOSFET: a gate insulated by glass

The MOSFET insulates the gate from the channel with a thin oxide layer, so gate current is truly negligible — gate impedance exceeds 1014 Ω. Enhancement-mode MOSFETs are normally OFF: no channel exists until the gate voltage exceeds a threshold VGS,th, which builds a channel. This is the dominant power-switching and logic device on Earth — every chip is a sea of enhancement MOSFETs.

Enhancement MOSFET: ID = k(VGS − VGS,th)²  (for VGS > VGS,th)

Worked example. An enhancement N-MOSFET has VGS,th = 2 V and k = 0.5 A/V². Drive the gate to VGS = 4 V: ID = 0.5 × (4 − 2)² = 0.5 × 4 = 2 A — and the gate sank essentially no current to command it. To switch the same 2 A with a BJT at β = 100 you would need 20 mA of continuous base current. The MOSFET's voltage control is why it dominates power switching.

MOSFET gates are static-fragile. That insulating oxide is microscopically thin. A static-electricity zap that you cannot even feel can punch through it and destroy the device permanently — handle MOSFETs by the body, on a grounded mat. The same insulation that gives the MOSFET its near-infinite input impedance is also its Achilles heel. Mnemonic: depletion = normally ON, enhancement = normally OFF.
FET Transfer Curve: ID vs VGS

Switch between an enhancement MOSFET (normally OFF, channel builds past threshold) and a depletion JFET (normally ON, channel pinches off). Sweep the gate voltage and watch the channel and drain current respond.

Gate voltage VGS 0.00 V
What is the defining advantage of a FET over a BJT for driving a load?

Chapter 11: Thyristors & Connections

One more layer. Stack four doped regions (P–N–P–N) and you get a thyristor. The classic SCR (silicon-controlled rectifier) is a latching switch: a brief pulse on its gate turns it on, and it stays on even after the gate signal is removed. To turn it off you must interrupt the main anode current — the gate has no further say. A triac is two SCRs back-to-back, conducting in both directions, which makes it the standard device for switching AC power (light dimmers, motor controls).

Once an SCR latches, the gate is powerless. This is the single most counter-intuitive fact about thyristors. Internally the four layers form two cross-coupled transistors that feed each other's base current — a self-sustaining loop. The only way to break it is to starve the loop by dropping anode current below the "holding current." In AC circuits the line voltage does this automatically every half-cycle, which is precisely why triacs are perfect for AC switching.

The whole chapter on one card: 0.6 V + gain

Every device in this chapter is the same junction physics restacked, and almost every calculation reduces to subtracting a 0.6 V drop and multiplying by a gain.

DeviceLayersKey equation / numberRole
Diode2 (PN)VF ≈ 0.6 V (Ge 0.2, Schottky 0.4)One-way valve
Rectifier2×1–4Vpk = 1.414 Vrms; bridge −2×0.6 VAC → DC
Zener2 (PN)RS = (Vin,min−VZ)/(IZ,min+IL,max)Voltage regulator
LED2 (PN)R = (VS−VF)/ILED; ~20 mALight emitter
BJT3 (NPN/PNP)IC = βIB; VBE = 0.6 VCurrent amplifier
BJT switch3VCE(sat) ≈ 0.2 V; RB = (Vctrl−0.6)/IBLogic-level switch
BJT amp3VC = VCC−ICRC; Av ≈ −RC/REAnalog amplifier
JFET3ID = IDSS(1−VGS/VGS,offNormally-ON valve
MOSFET3ID = k(VGS−Vth)²; gate >1014ΩVoltage switch
SCR / Triac4 (PNPN)Latches on; off only by Ianode→0AC power switch

Where these ideas go next

Optoelectronics (Ch 5) takes the light-emitting junction further: photodiodes, phototransistors, optocouplers, solar cells — the LED's physics run in reverse.
Op-amps (Ch 8) package many transistors into one ideal gain block. The biasing intuition from tab 9 is the foundation.
Power supplies (Ch 11) combine the rectifier (tab 4) and the Zener/regulator (tab 5) into complete, regulated supplies.
Digital electronics (Ch 12) wires MOSFET switches (tab 10) into logic gates. The inverter is just the common-emitter idea run rail-to-rail.

Connections to Sibling Chapters

"Doped silicon, two recurring numbers: a 0.6 V drop and a gain. Everything else is stacking."
— The whole of Chapter 4

You can now protect an LED, switch 20 mA from a 5 mA pin, design a Zener regulator, and read a transistor's load line. In Chapter 5 we run the junction in reverse and let light do the controlling.

An SCR (thyristor) has latched on. How do you turn it off?
← Chapter 3: Components Chapter 5: Optoelectronics →