Introduction
When two differently doped semiconductor materials are brought into contact, the resulting interface governs the behavior of nearly every modern electronic device — from signal rectifiers to solar cells. Understanding how the depletion region forms, and how external biasing alters carrier flow across a PN junction, is foundational knowledge for anyone working in electronics or semiconductor engineering.
In this article, you will gain a clear understanding of PN junction formation, the physics of the depletion region, and the operational principles of forward and reverse bias — supported by quantitative benchmarks and practical context.
(toc) #title=(Table of Content)
What Is a PN Junction?
A PN junction is formed when one face of a silicon crystal is doped with a p-type impurity (trivalent elements such as boron) and the opposite face with an n-type impurity (pentavalent elements such as phosphorus). Individually, each doped region behaves like a passive resistor. Joined together, they form a structure capable of controlling current direction — a diode.
- In the p-type region: holes are the majority carriers; electrons are minority carriers
- In the n-type region: electrons are the majority carriers; holes are minority carriers
The interface where the two regions meet is called the junction, and it is this boundary that gives the diode its asymmetric electrical characteristics.
How the Depletion Region Forms
When the p-type and n-type regions are joined, a concentration gradient exists: electrons are abundant on the n-side and scarce on the p-side. This imbalance drives diffusion — electrons migrate from the n-side toward the p-side.
As each electron crosses the junction:
- It leaves behind a positively charged pentavalent ion on the n-side
- It recombines with a hole on the p-side, converting a trivalent atom into a negatively charged ion
These ions are immobile — they cannot move like free carriers. Over time, they accumulate on either side of the junction, stripping the region of free charge carriers entirely.
This carrier-free zone is the depletion region — named for its depletion of mobile electrons and holes.
The Built-In Electric Field and Barrier Potential
The arrangement of fixed ions generates an internal electric field directed from the positive ions (n-side) toward the negative ions (p-side). This field opposes further diffusion of majority carriers, effectively acting as an energy barrier.
This barrier is quantified as the built-in potential (also called barrier potential):
\[ V_{bi} \approx 0.7 \text{ V (Silicon)}, \quad V_{bi} \approx 0.3 \text{ V (Germanium)} \]
Majority carriers must possess enough energy to overcome \(V_{bi}\) to cross the junction. Under zero bias, the drift current of minority carriers (swept by the field) exactly cancels the diffusion current of majority carriers, yielding zero net current.
Forward Bias: Reducing the Barrier
In forward bias, the positive terminal of an external voltage source is connected to the p-side and the negative terminal to the n-side.
The applied field opposes the built-in electric field, reducing the effective barrier:
- The depletion region narrows
- Majority carriers are pushed toward the junction
- When the applied voltage exceeds \(V_{bi}\) (e.g., > 0.7 V for silicon), the depletion region offers negligible resistance
At this point, electrons from the n-side cross the junction and move toward the positive terminal; holes from the p-side cross and drift toward the negative terminal. Current increases rapidly with applied voltage — a relationship described by the Shockley diode equation:
\[ I = I_s \left( e^{\frac{V}{nV_T}} - 1 \right) \]
where \(I_s\) is the reverse saturation current, \(V_T\) is the thermal voltage (~26 mV at 300 K), and \(n\) is the ideality factor.
Reverse Bias: Widening the Barrier
In reverse bias, the polarity is inverted — the negative terminal connects to the p-side and the positive terminal to the n-side.
- Majority carriers are pulled away from the junction
- The depletion region widens
- Resistance to majority carrier flow increases substantially
Only minority carriers — thermally generated electron-hole pairs — can cross the widened depletion region, driven by the built-in field. This produces the reverse saturation current (\(I_s\)), which is:
- Typically in the nano-ampere range for modern silicon devices
- Nearly independent of reverse voltage magnitude
- Strongly temperature-dependent
Temperature Dependence of \(I_s\)
For silicon, \(I_s\) exhibits a well-characterized thermal sensitivity:
| Temperature Rise | Approximate Change in \(I_s\) |
|---|---|
| +1 °C | +7% |
| +10 °C | ~2× (doubles) |
Example: If \(I_s = 15 \text{ nA}\) at 25 °C, it will be approximately 30 nA at 35 °C, and roughly 60 nA at 45 °C.
This temperature sensitivity has practical implications for circuit design — thermal runaway is a real concern in high-power diode applications.
Breakdown Region
Every PN junction has a maximum reverse voltage it can sustain before breakdown occurs. Beyond this threshold:
- A large number of carriers are suddenly generated in the depletion region
- The diode conducts heavily in the reverse direction
- Current becomes difficult to control without external limiting
Two primary breakdown mechanisms exist — avalanche breakdown (impact ionization at high fields) and Zener breakdown (quantum tunneling in heavily doped junctions). Diodes are generally operated below this limit unless specifically designed for breakdown applications (e.g., Zener diodes used as voltage references).
Practical Applications
Understanding PN junction behavior directly enables the design and analysis of:
- Rectifier circuits — converting AC to DC using the forward-bias conduction property
- Signal clipping and clamping — exploiting the threshold voltage \(V_{bi}\)
- Voltage regulation — using Zener diodes in the controlled breakdown region
- Photodiodes and solar cells — leveraging minority carrier generation under illumination
- LED technology — recombination energy released as photons in forward bias
Explore further reading on semiconductor fundamentals at Semiconductor Basics – Electronics Tutorials and the IEEE Xplore digital library for peer-reviewed device physics papers.
Outlook
The PN junction remains the foundational building block of semiconductor technology. As device geometries continue scaling below 5 nm, quantum mechanical effects increasingly influence depletion region behavior and carrier transport. Advanced structures such as heterojunctions, tunnel junctions, and graded doping profiles are evolving the classical PN junction model — but all trace back to the same core principles of carrier type, diffusion, and depletion.
Mastery of these fundamentals provides the analytical basis for understanding MOSFETs, BJTs, IGBTs, and the full spectrum of solid-state devices that define modern electronics.