Materials & Atomic Structure
Level: 4 (Application — novel/unseen problems, no hints) Time limit: 60 minutes Total marks: 60
Question 1 — Carrier Concentration & Conductivity (14 marks)
A slab of intrinsic silicon at has an intrinsic carrier concentration . The electron mobility is and the hole mobility is . The electronic charge is .
(a) Compute the intrinsic conductivity of the silicon in . (4)
(b) The slab is now doped uniformly with phosphorus at (full ionisation). State the majority and minority carrier types, then compute the majority carrier concentration and the minority carrier concentration using . (5)
(c) Compute the conductivity of the doped sample and state, with a numerical ratio, by what factor it changed relative to the intrinsic case. (5)
Question 2 — Bonding & Lattice Geometry (12 marks)
(a) Silicon has 14 electrons. Write out its shell occupancy using the Bohr model, and hence explain why silicon forms four covalent bonds. (4)
(b) In the silicon diamond-cubic lattice each atom sits at the centre of a regular tetrahedron of nearest neighbours. Given the nearest-neighbour bond length , calculate the cubic lattice constant , using the geometric relation . (4)
(c) Explain why this rigid, fully-bonded tetrahedral structure means pure silicon behaves as an insulator at but as a semiconductor at room temperature. (4)
Question 3 — Thermal Effects (12 marks)
The intrinsic carrier concentration of a semiconductor follows
where .
(a) For silicon, . Taking the ratio , and treating the pre-factor and as constant across this range (so only the exponential varies), compute this ratio. (6)
(b) Repeat part (a) for germanium, , over the same temperature range. (4)
(c) Using your two results, explain in terms of leakage current why silicon is preferred over germanium for devices operating at elevated temperature. (2)
Question 4 — Compound Semiconductor Selection (12 marks)
An engineer must choose a semiconductor for each of the following applications. For each, name one suitable material from {Si, Ge, GaAs, GaN, SiC} and justify the choice in one or two sentences using a physical property.
(a) A blue LED. (3) (b) A high-frequency, high-electron-mobility RF amplifier. (3) (c) A high-power, high-temperature power module for an electric-vehicle inverter. (3) (d) A low-cost mass-produced logic microprocessor. (3)
Question 5 — Extrinsic Doping Analysis (10 marks)
A silicon sample is doped with both boron (acceptors) at and phosphorus (donors) at , both fully ionised. Take .
(a) State whether the sample is n-type or p-type, and give the net doping concentration. (3)
(b) Using charge neutrality with net doping and , compute the equilibrium electron and hole concentrations. (5)
(c) State what this "compensation" of donors and acceptors means physically for the effective carrier count. (2)
End of paper
Answer keyMark scheme & solutions
Question 1
(a) Intrinsic: .
- Formula (1)
- (1)
- (1)
- (1)
(b) Phosphorus = donor → majority = electrons (n-type), minority = holes (1). Full ionisation: (2). (2).
(c) Since , (1): (2) Ratio (2) — conductivity increased ~2.5 million times, showing the dramatic effect of doping.
Question 2
(a) Shells: (K=2, L=8, M=4) (2). The outer (valence) shell has 4 electrons; it shares each with a neighbour to reach a stable octet of 8, hence four covalent bonds (2).
(b) (1) (1) (1) (1). (Accept ≈0.543 nm.)
(c) At all four valence electrons of every atom are locked in covalent bonds — no free carriers → insulator (2). At room temperature thermal energy breaks a small fraction of bonds, generating electron–hole pairs that carry current → semiconductor (2).
Question 3
(a) With pre-factor cancelled, (2) K (1) (1) Exponent (1) Ratio (1)
(b) K (1) Exponent (1) Ratio (2)
(c) Silicon's larger bandgap makes (and thus thermally-generated leakage current) far less temperature-sensitive; germanium's smaller gap causes leakage to rise steeply with heat, so silicon holds up better at elevated temperature (2).
Question 4
(a) GaN — wide bandgap (~3.4 eV) gives photon emission in the blue/UV range (3). (b) GaAs — very high electron mobility (~8500 cm²/V·s), ideal for high-frequency RF (3). (c) SiC — wide bandgap, high thermal conductivity and high breakdown field suit high-power, high-temperature switching (3). (d) Si — cheap, abundant, mature fabrication and stable native oxide for mass logic ICs (3). (Accept equivalent well-justified choices; marks for correct material + valid physical reason.)
Question 5
(a) so net donors → n-type (1). Net (2).
(b) Since : (3). (2).
(c) The 2×10¹⁶ acceptors cancel (compensate) 2×10¹⁶ of the donors; only the difference contributes free carriers, so effective doping is reduced to the net value 1×10¹⁶ (2).
[
{"claim":"Q1a intrinsic conductivity ~4.392e-6",
"code":"q=1.6e-19; ni=1.5e10; sig=q*ni*(1350+480); result = abs(sig-4.392e-6) < 1e-9"},
{"claim":"Q1b minority hole conc = 4.5e3",
"code":"ni=1.5e10; ND=5e16; p=ni**2/ND; result = abs(p-4.5e3) < 1"},
{"claim":"Q1c doped conductivity = 10.8 and ratio ~2.46e6",
"code":"q=1.6e-19; sig=q*5e16*1350; sigi=q*1.5e10*1830; result = abs(sig-10.8)<1e-6 and abs(sig/sigi-2.459e6) < 5e3"},
{"claim":"Q2b lattice constant a ~0.5427 nm",
"code":"a=4*0.235/sqrt(3); result = abs(float(a)-0.5427) < 0.001"},
{"claim":"Q3a Si ratio ~22.1",
"code":"k=8.62e-5; Eg=1.12; r=exp(-Eg/(2*k)*(Rational(1,350)-Rational(1,300))); result = abs(float(r)-22.1) < 0.3"},
{"claim":"Q3b Ge ratio ~6.19",
"code":"k=8.62e-5; Eg=0.66; r=exp(-Eg/(2*k)*(Rational(1,350)-Rational(1,300))); result = abs(float(r)-6.19) < 0.15"},
{"claim":"Q5b p = 2.25e4",
"code":"ni=1.5e10; n=1e16; p=ni**2/n; result = abs(p-2.25e4) < 1"}
]