Materials & Atomic Structure
Chapter: 1.3 Materials & Atomic Structure Level: 3 — Production (from-scratch derivations, explain-out-loud) Time Limit: 45 minutes Total Marks: 60
Instructions: Show all working. Where a derivation is requested, start from stated first principles. Use notation for equations. State assumptions.
Question 1 — Bohr Model from First Principles (12 marks)
Starting from the two Bohr postulates (Coulomb force provides centripetal force, and angular momentum is quantised as ), derive from scratch:
(a) An expression for the radius of the -th electron orbit in a hydrogen-like atom of nuclear charge . (5)
(b) An expression for the total energy of the electron in that orbit. (5)
(c) Compute the ground-state radius (, ) numerically and state the standard name for this quantity. (2)
Constants: , , , .
Question 2 — Silicon Bonding & Lattice (10 marks)
(a) Silicon has atomic number 14. Write out its electron shell filling and explain why it has 4 valence electrons. (3)
(b) Explain-out-loud (in words + a labelled sketch description) how covalent bonding produces a complete outer shell for each Si atom in a pure crystal. (4)
(c) Name the crystal lattice structure silicon adopts and state its coordination number. (3)
Question 3 — Intrinsic Carrier Concentration & Temperature (12 marks)
The intrinsic carrier concentration follows:
(a) Explain physically why the factor of 2 appears in the denominator of the exponent. (2)
(b) For silicon, . Taking the exponential term to dominate, compute the ratio , including the prefactor. (6)
(c) Based on your answer, explain qualitatively why semiconductor conductivity rises with temperature while metal conductivity falls. (4)
Constant: .
Question 4 — Extrinsic Doping & Conductivity (10 marks)
(a) Distinguish intrinsic from extrinsic semiconductors in one sentence each. (2)
(b) Derive the conductivity expression from the drift-current definition and the carrier drift velocity . Explain each symbol. (5)
(c) An n-type Si sample is doped with donors (fully ionised). With , compute the conductivity, neglecting holes. State units. (3)
Use .
Question 5 — Silicon vs Germanium vs Compounds (10 marks)
(a) Give three distinct technical reasons why silicon dominates over germanium in the electronics industry. (3)
(b) For each compound semiconductor below, state one property that makes it preferred over silicon for a specific application, and name that application: GaN, GaAs, SiC. (6)
(c) State one drawback compound semiconductors have compared with silicon. (1)
Question 6 — Electron–Hole Pairs & Mobility (6 marks)
(a) Describe the electron–hole pair generation process when a valence electron absorbs thermal energy. (3)
(b) Define carrier mobility and state the two microscopic factors that reduce it as temperature rises. (3)
Answer keyMark scheme & solutions
Question 1 (12 marks)
(a) Radius derivation (5)
Coulomb = centripetal: Quantisation: (1)
Substitute into (1): (1)
Solve for : (2)
(b) Energy derivation (5)
KE (from (1)) (1) PE (1) Total (1)
Insert : (2) (Standard result gives eV.)
(c) Numerical (2)
(1) = Bohr radius (1)
Question 2 (10 marks)
(a) Filling: (or shells 2,8,4). (2) The outermost shell () contains = 4 electrons → 4 valence electrons. (1)
(b) Each Si atom shares one electron with each of its 4 neighbours, forming 4 covalent bonds. Each shared pair counts toward both atoms' outer shells, giving each atom an effective 8 outer electrons (stable octet). Sketch: central Si with 4 lines to 4 neighbours, each line = shared electron pair. (4) (2 for mechanism, 2 for octet completion / sketch)
(c) Diamond cubic lattice; coordination number = 4 (tetrahedral). (3) (2 lattice, 1 coordination)
Question 3 (12 marks)
(a) Creating one free electron simultaneously creates one hole; the energy is shared/the equilibrium involves both carrier types, and the Fermi level sits mid-gap, so the activation energy per carrier is . (2)
(b) Exponent term: . Exponent (4) Prefactor: (1) Ratio (1)
(c) In semiconductors, raising generates exponentially more electron–hole pairs (more carriers), so rises despite reduced mobility. In metals the carrier count is already fixed/huge; heating only increases lattice vibrations (phonon scattering), lowering mobility and hence . (4)
Question 4 (10 marks)
(a) Intrinsic: pure semiconductor where carriers come only from thermal EHP generation (). Extrinsic: deliberately doped with impurities so one carrier type dominates. (2)
(b) (charge × density × drift velocity, summed over both carriers). (1) Substitute : . (2) Compare with : . (1) Symbols: elementary charge, electron/hole densities, mobilities, field. (1)
(c) . (3)
Question 5 (10 marks)
(a) Any three (1 each): native stable oxide (excellent insulator/gate dielectric); wider band gap → lower leakage & higher operating temperature than Ge; abundant/cheap (sand); higher melting point & mechanical robustness for processing. (3)
(b) (2 each — property + application)
- GaN: wide bandgap (~3.4 eV) → high breakdown voltage/high-frequency → power electronics / fast chargers / RF amplifiers.
- GaAs: high electron mobility & direct bandgap → high-speed RF / optoelectronics (LEDs, laser diodes, solar cells).
- SiC: very wide bandgap & high thermal conductivity → high-temperature, high-power devices (EV inverters). (6)
(c) More expensive / harder to manufacture / lacks a high-quality native oxide. (1)
Question 6 (6 marks)
(a) A valence electron absorbs thermal energy , breaking a covalent bond and jumping to the conduction band, leaving behind a vacancy (hole) in the valence band. Electron and hole are both mobile charge carriers. (3)
(b) Mobility — drift velocity per unit electric field. As rises: (1) increased lattice/phonon scattering and (2) more thermal agitation → shorter mean free time → lower . (Ionised-impurity scattering dominates only at low T.) (3)
[
{"claim":"Bohr ground-state radius ~5.29e-11 m","code":"eps0=8.854e-12; hbar=1.055e-34; me=9.11e-31; e=1.602e-19; r1=4*pi*eps0*hbar**2/(me*e**2); result = abs(float(r1)-5.29e-11) < 0.05e-11"},
{"claim":"ni(350)/ni(300) ratio ~27.8","code":"Eg=1.12; kB=8.617e-5; import math; expterm=math.exp(-Eg/(2*kB)*(1/350-1/300)); pre=(350/300)**1.5; ratio=expterm*pre; result = abs(ratio-27.8) < 1.0"},
{"claim":"n-type conductivity ~2.16 (ohm-cm)^-1","code":"q=1.602e-19; n=1e16; mun=1350; sigma=q*n*mun; result = abs(sigma-2.163) < 0.01"},
{"claim":"T^3/2 prefactor at 350/300 ~1.26","code":"pre=(350/300)**1.5; result = abs(pre-1.260) < 0.005"}
]