Band Theory & Carrier Physics
Level: 4 (Application — novel problems, no hints) Time limit: 60 minutes Total marks: 50
Use the constants: , , . For silicon at 300 K take unless told otherwise. Show all working.
Question 1 — Doping, mass action & Fermi level (12 marks)
A silicon sample at 300 K is doped with donors and acceptors, all fully ionised.
(a) Determine the equilibrium electron and hole concentrations and . State which are majority/minority carriers. (5)
(b) Calculate the position of the Fermi level relative to the intrinsic level, , in eV. (3)
(c) The intrinsic carrier concentration obeys . Taking , estimate the factor by which increases when the temperature rises from 300 K to 400 K. (4)
Question 2 — Transport: drift, diffusion, Einstein (12 marks)
In an n-type silicon bar at 300 K the electron concentration varies linearly from at to at . Electron mobility is .
(a) Using the Einstein relation, find the electron diffusion coefficient at 300 K. (3)
(b) Compute the electron diffusion current density (magnitude and direction). (5)
(c) An electric field is applied along . At compute the electron drift current density and compare it in magnitude to the diffusion current at that point. (4)
Question 3 — Direct vs indirect gap & band structure (9 marks)
(a) GaAs ( eV, direct) and Si ( eV, indirect) are candidate LED materials. Explain, using momentum conservation, why GaAs is far superior for light emission. (4)
(b) Compute the wavelength of the photon emitted by band-to-band recombination in GaAs. State whether it is visible. (3)
(c) A designer claims a photon emitted from Si band-edge recombination would have wavelength ~1100 nm and be equally efficient. Identify the physical error in the efficiency claim. (2)
Question 4 — Non-equilibrium & recombination (10 marks)
A p-type silicon wafer with is uniformly illuminated, generating excess carriers . Minority-carrier lifetime is .
(a) State the equilibrium majority and minority carrier concentrations before illumination. (3)
(b) By what percentage does the majority-carrier concentration change under illumination, and by what factor does the minority-carrier concentration change? Comment on which effect matters for device operation. (4)
(c) When the light is switched off, the excess electrons decay as . Find the time for the excess minority concentration to fall to . (3)
Question 5 — Conductivity synthesis (7 marks)
A semiconductor sample is compensated so that . Given , , :
(a) Determine and , and hence the resistivity of the sample. (5)
(b) Explain qualitatively why this intrinsic-like resistivity falls sharply as temperature rises, in contrast to a metal. (2)
Answer keyMark scheme & solutions
Question 1
(a) Net donor doping . (1) Since , n-type: . (1) Mass action: . (2) Electrons = majority, holes = minority. (1)
(b) . (3) (above )
(c) Ratio . . (1) Exponent . (2) ; total . So rises ~350×. (1)
Question 2
(a) Einstein: . (3)
(b) Gradient . (2) . Magnitude . (2) Sign: current flows in direction (electrons diffuse from high to low, conventional current opposite). (1)
(c) At , : . (3) Drift () exceeds diffusion () by ~10×. (1)
Question 3
(a) In an indirect-gap material (Si) the conduction-band minimum and valence-band maximum are at different crystal momenta . Radiative recombination must conserve both energy and momentum; a photon carries negligible momentum, so a phonon must also participate — a low-probability 3-body process. In GaAs (direct) both extrema are at the same , so electron and hole recombine emitting only a photon: high probability, efficient light emission. (4: momentum conservation 2, phonon requirement 1, conclusion 1)
(b) . (2) This is near-infrared, not visible (>700 nm). (1)
(c) Wavelength value is fine, but Si is indirect-gap so band-edge radiative recombination is intrinsically inefficient (phonon-assisted); the efficiency claim ignores momentum-conservation suppression. (2)
Question 4
(a) Majority holes: . (1) Minority electrons: . (2)
(b) Majority change: — negligible. (2) Minority: ; factor — enormous. (1) Device operation (currents, injection) is governed by the huge fractional change in minority carriers. (1)
(c) ⇒ . (3)
Question 5
(a) . (1) . (3) . (1)
(b) rises exponentially with (more electrons thermally excited across the gap), so rises steeply and falls. In a metal carrier density is fixed and increased phonon scattering reduces mobility, so metal resistivity rises with T. (2)
[
{"claim":"Q1a hole concentration p0=1.5e4","code":"ni=1.5e10; n0=1.5e16; p0=ni**2/n0; result = abs(p0-1.5e4)<1"},
{"claim":"Q1b EF-Ei approx 0.357 eV","code":"import math; v=0.02585*math.log(1.5e16/1.5e10); result = abs(v-0.357)<0.005"},
{"claim":"Q1c ni ratio ~346","code":"import math; r=(4/3)**1.5*math.exp(-1.12/(2*8.617e-5)*(1/400-1/300)); result = abs(r-346)<10"},
{"claim":"Q2b diffusion current magnitude ~1118 A/cm2","code":"q=1.602e-19; Dn=0.02585*1350; grad=(6e16-1e17)/2e-4; J=q*Dn*grad; result = abs(abs(J)-1118)<20"},
{"claim":"Q3b wavelength 873 nm","code":"lam=1240/1.42; result = abs(lam-873)<3"},
{"claim":"Q4c decay time 4.61 us","code":"import math; t=2e-6*math.log(10); result = abs(t-4.605e-6)<5e-8"},
{"claim":"Q5 resistivity ~2.27e5 ohm-cm","code":"q=1.602e-19; sig=q*1.5e10*(1350+480); rho=1/sig; result = abs(rho-2.27e5)<3e3"}
]