AnyLearn
All lessons
Sciencebeginner

Diodes: the simplest semiconductor device

From a single PN junction to the four-diode bridge in every wall adapter. The IV curve, rectification, Zener voltage references, fast Schottky diodes for switching supplies, LEDs and photodiodes turning current to light and back, and the five failure modes that bite real designs.

Not signed in — your progress and quiz score won't be saved.
Lesson progress1 / 8

From a PN junction to a device

A diode is the simplest semiconductor device: a single PN junction wrapped in a package with two leads. The leads are named anode (the p-side) and cathode (the n-side, marked with a band on the body).

The symbol — a triangle pointing into a bar — is a one-way arrow for current. Current flows easily from anode to cathode when the diode is forward-biased; almost none flows the other way until breakdown.

Four facts every circuit using a diode depends on:

  • It conducts only above ~0.7 V forward (silicon's knee voltage).
  • The forward voltage is roughly constant once conducting (~0.7 V).
  • Reverse current is tiny (microamps or less) until breakdown.
  • Switching takes nonzero time — the reverse recovery problem in fast circuits.

Everything else about specific diode types is a tradeoff among these four.

Full lesson text

All 8 steps on one page — for reading, reference, and search.

Show

1. From a PN junction to a device

A diode is the simplest semiconductor device: a single PN junction wrapped in a package with two leads. The leads are named anode (the p-side) and cathode (the n-side, marked with a band on the body).

The symbol — a triangle pointing into a bar — is a one-way arrow for current. Current flows easily from anode to cathode when the diode is forward-biased; almost none flows the other way until breakdown.

Four facts every circuit using a diode depends on:

  • It conducts only above ~0.7 V forward (silicon's knee voltage).
  • The forward voltage is roughly constant once conducting (~0.7 V).
  • Reverse current is tiny (microamps or less) until breakdown.
  • Switching takes nonzero time — the reverse recovery problem in fast circuits.

Everything else about specific diode types is a tradeoff among these four.

2. The IV curve

The Shockley equation describes a diode's IV behavior:

I=Is(eV/nVT1)I = I_s \left(e^{V/n V_T} - 1\right)

where VT26V_T \approx 26 mV (thermal voltage at 300 K), IsI_s is the saturation current, and nn is the ideality factor (1 for ideal diodes, 1.1–2 in practice).

Three regions matter:

  • Reverse (V<0V < 0): IIsI \approx -I_s, tiny and roughly constant.
  • Sub-threshold (0<V<0.50 < V < 0.5 V): II rises exponentially but is still small.
  • Forward (V>0.6V > 0.6 V): the knee. Current rises sharply; voltage barely changes past this point.

In most practical circuits engineers approximate the curve as "0 V when off, exactly 0.7 V when on" — a piecewise model that gets you within 5% of reality and is much easier to reason about.

3. Rectification

AC power flips polarity 50 or 60 times per second. Most electronics need DC. A diode (or four of them) converts AC to DC by chopping off the negative half-cycles — rectification.

Three shapes you'll see:

  • Half-wave: one diode. Blocks negative half-cycles. Output is a series of positive bumps. Inefficient — half the power is thrown away.
  • Center-tap full-wave: two diodes + a transformer with a center-tapped secondary. Both halves get used; output is twice as smooth.
  • Bridge: four diodes in a square. Same result as center-tap but no special transformer needed. The default in nearly every consumer power supply.

The ripple coming out is still bumpy. A capacitor across the load smooths it: the cap charges on each pulse and discharges through the load between pulses. Bigger cap, smoother DC.

4. The diode family

All variants start from one junction; the differences are in material, doping, and operating region.

flowchart TD
  A["PN junction diode"] --> B["Standard rectifier"]
  A --> C["Zener: breakdown as feature"]
  A --> D["Photodiode: light to current"]
  A --> E["LED: current to light"]
  F["Metal-semiconductor junction"] --> G["Schottky: fast, low forward drop"]

5. Zener diodes: breakdown as a feature

A regular diode breaks down catastrophically in reverse. A Zener diode is engineered to break down cleanly at a chosen voltage (5.1 V, 12 V, 33 V — whatever the application needs).

The trick is heavy doping on both sides of the junction. This narrows the depletion region so much that two breakdown mechanisms dominate at low voltages:

  • Zener tunneling (under ~5 V): electrons quantum-tunnel through the thin barrier.
  • Avalanche breakdown (over ~5 V): the field is high enough to knock electrons off atoms in a chain reaction.

Both mechanisms produce a sharp knee in reverse. Once the Zener voltage is hit, the voltage across the diode stays roughly constant regardless of current. That makes Zeners the dirt-cheap voltage reference: feed any DC voltage above the Zener voltage through a current-limiting resistor and take the voltage across the Zener as your reference.

6. Schottky diodes: speed and low Vf

A Schottky diode uses a metal-semiconductor junction instead of a PN junction. The metal-Si interface has a built-in voltage of only ~0.2–0.4 V instead of 0.7 V, and there's no minority-carrier storage so switching is extremely fast (picoseconds versus nanoseconds for silicon PN diodes).

Why this matters:

  • Low forward drop → less power wasted in rectifiers. 5 A through 0.3 V is 1.5 W; through 0.7 V it would be 3.5 W. Big deal in power supplies.
  • Fast switching → usable at MHz to GHz frequencies. Switching power supplies and RF circuits both rely on this.

Trade-offs:

  • Higher reverse leakage than a PN diode (~µA instead of nA).
  • Lower reverse breakdown voltage (usually 20–100 V max).

Use a Schottky when you need speed or efficiency. Use a regular diode when you need a wide voltage rating.

7. LEDs and photodiodes

In a forward-biased PN junction, electrons and holes recombine in the depletion region. The energy they release equals the band gap EgE_g. In silicon that energy turns into heat. In direct-band-gap semiconductors — GaAs, GaN, InP — it turns into a photon.

The photon's wavelength is set by the band gap:

λ=hcEg\lambda = \frac{hc}{E_g}

  • Red LEDs: GaAsP, Eg1.9E_g \approx 1.9 eV → 650 nm.
  • Green: GaP, ~2.3 eV → 530 nm.
  • Blue: GaN, ~2.7 eV → 460 nm (the Nobel Prize-winning invention that unlocked white LEDs).

Run the junction backward — shine a photon at it — and the photon excites an electron-hole pair, generating a tiny current. That's a photodiode. Same physics, different direction. Photodiodes are the eye of every camera sensor, fiber-optic receiver, and barcode scanner.

8. Five failure modes that bite

Real diodes break in ways the textbook IV curve doesn't show:

  • Thermal runaway — forward voltage drops about 2 mV per °C. As the diode heats, it conducts more, heats more. Parallel diodes need ballast resistors or matched thermal coupling.
  • Reverse recovery — when you switch a silicon PN diode from forward to reverse, it conducts in reverse briefly while the depletion region rebuilds. Fast circuits use Schottky or fast-recovery diodes to skip this.
  • Reverse leakage — small at room temperature, but doubles every 10 °C. Matters for precision photodiodes and low-current circuits at high temperature.
  • Surge current — most diodes handle 5–10× rated current for a few milliseconds (start-up inrush) but not steady-state. Read the datasheet's IFSMI_{FSM} rating.
  • Avalanche destruction — unlike Zeners, normal diodes are destroyed by reverse breakdown.

Most diode failures in real designs are one of these five.

Check your understanding

The lesson ends with a 5-question quiz. Take it in the player above to see your score.

  1. You need a stable 5.1 V reference from a noisy 12 V supply. What's the dirt-cheap choice?
    • A standard rectifier diode.
    • A 5.1 V Zener diode with a series current-limiting resistor.
    • A Schottky diode.
    • A photodiode.
  2. Why use a Schottky diode instead of a silicon PN diode in a 1 MHz switching power supply?
    • The Schottky has a wider reverse breakdown voltage.
    • The Schottky has lower forward drop and faster recovery, both of which matter at high frequency.
    • The Schottky handles more steady-state current.
    • The Schottky has lower reverse leakage.
  3. An LED is engineered with a ~2.0 eV band gap. Roughly what color does it emit?
    • Infrared (~1500 nm).
    • Red (~620 nm).
    • Green (~530 nm).
    • Ultraviolet (~360 nm).
  4. A bridge rectifier produces a bumpy DC. What does adding a capacitor across the output do?
    • It increases the peak voltage.
    • It smooths the ripple by storing charge on the pulses and supplying current between them.
    • It rectifies the negative half cycles a second time.
    • It blocks the DC component.
  5. You parallel two silicon diodes to share a 10 A current without any ballast resistors. What's the most likely failure mode?
    • The combined forward voltage drops to 1.4 V.
    • Thermal runaway: the warmer diode conducts more, heats further, and eventually carries almost all the current.
    • Both diodes share current evenly with no issues.
    • The diodes rectify a DC source into AC.

Related lessons