Worked example: depletion width vs bias

Semiconductor Devices · The PN Junction · Example

Take a silicon PN junction at room temperature with built-in potential V0=0.7VV_0 = 0.7\,\text{V}. Assuming the depletion-region width scales as WV0VappW \propto \sqrt{V_0 - V_{app}}, estimate how the width changes when the applied bias goes from 0 V to +0.5 V (forward) and to −5 V (reverse), expressed as a ratio of the equilibrium width.

  1. Given. Silicon PN junction, V0=0.7VV_0 = 0.7\,\text{V}. Three operating points: equilibrium (Vapp=0V_{app} = 0), forward bias (Vapp=+0.5VV_{app} = +0.5\,\text{V}), and reverse bias (Vapp=5VV_{app} = -5\,\text{V}).
  2. Equation. Depletion width versus net junction voltage:
    WV0VappW \propto \sqrt{V_0 - V_{app}}
    We'll express each result as a ratio W/W0W / W_0, where W0W_0 is the equilibrium width.
  3. Substitution. Compute the square roots inside the proportionality:
    • Equilibrium: 0.70=0.70.837\sqrt{0.7 - 0} = \sqrt{0.7} \approx 0.837
    • Forward (+0.5 V): 0.70.5=0.20.447\sqrt{0.7 - 0.5} = \sqrt{0.2} \approx 0.447
    • Reverse (−5 V): 0.7(5)=5.72.387\sqrt{0.7 - (-5)} = \sqrt{5.7} \approx 2.387
  4. Result. Divide each by the equilibrium value (0.837) to get the relative width:
    • Equilibrium: W/W0=1.000W / W_0 = 1.000 (by definition).
    • Forward (+0.5 V): W/W00.447/0.8370.534W / W_0 \approx 0.447 / 0.837 \approx 0.534 — the depletion region is barely half its equilibrium width.
    • Reverse (−5 V): W/W02.387/0.8372.852W / W_0 \approx 2.387 / 0.837 \approx 2.852 — almost three times wider than at equilibrium.
  5. Sanity-check. Forward bias subtracts from the built-in potential, so the barrier shrinks — and we expect the diode to start conducting once the barrier is low enough for majority carriers to climb it. Reverse bias adds to V0V_0, so the barrier grows and current is choked off. Both directions match physical intuition.
Forward bias = barrier shrinks = diode conducts. Reverse bias = barrier grows = diode blocks.

Sweep the bias slider yourself in the Simulate stage and watch the depletion-region width track these numbers in real time.