Band Theory & Carrier Physics
Chapter: 2.1 Band Theory & Carrier Physics Level: 2 (Recall / Standard textbook problems / Short derivations) Time limit: 30 minutes Total marks: 50
Use , , and at unless otherwise stated. Take for silicon at 300 K.
Q1. Define the valence band and the conduction band. State what determines whether a solid conducts electricity at room temperature. (4 marks)
Q2. Compare the band gaps of a conductor, a semiconductor, and an insulator. Give approximate band-gap values (in eV) and one example material for each. (6 marks)
Q3. State the mass action law for a semiconductor in thermal equilibrium. A silicon sample is doped so that the electron concentration is . Calculate the hole concentration . (4 marks)
Q4. Write the Fermi–Dirac distribution function . Show that at the occupation probability is , and state what happens to as . (5 marks)
Q5. Explain the difference between a direct and an indirect band-gap material. State which one is preferred for making light-emitting diodes and give one example of each material type. (5 marks)
Q6. Distinguish between drift current and diffusion current. Write the expression for electron drift current density in terms of an applied electric field. (5 marks)
Q7. State the Einstein relation between diffusion coefficient and mobility . For an electron with mobility at 300 K, calculate the diffusion coefficient . (5 marks)
Q8. For an n-type semiconductor, identify the majority and minority carriers. If donor concentration (fully ionised) in silicon at 300 K, find the minority carrier (hole) concentration. (5 marks)
Q9. Briefly explain generation and recombination of carriers. State the net effect on carrier concentration when a semiconductor is in thermal equilibrium. (4 marks)
Q10. Explain qualitatively why the intrinsic carrier concentration increases with temperature. Write the form of the relationship showing the temperature dependence. (7 marks)
End of paper
Answer keyMark scheme & solutions
Q1. (4 marks)
- Valence band: the highest range of electron energy levels that are normally occupied (filled) by electrons at 0 K. (1)
- Conduction band: the range of energy levels above the valence band that are normally empty; electrons here are free to move and conduct current. (1)
- Conduction depends on whether electrons can reach the conduction band / on the size of the band gap separating the two bands. (1)
- If the band gap is small or zero, electrons populate the conduction band easily → material conducts. (1)
Q2. (6 marks)
| Type | Band gap | Example |
|---|---|---|
| Conductor | eV (overlapping bands) | Copper / metals |
| Semiconductor | – eV (Si ≈ 1.1 eV) | Silicon |
| Insulator | – eV (e.g. ≈ 5 eV) | Diamond / SiO₂ |
- Correct gap magnitudes: 1 mark each (3). Correct examples: 1 mark each (3). (6)
- Why: larger gap → fewer thermally excited carriers → lower conductivity.
Q3. (4 marks)
- Mass action law: (in thermal equilibrium). (2)
- (1)
- (1)
Q4. (5 marks)
- (2)
- At : exponent , , so . (2)
- As : for and for (step function). (1)
Q5. (5 marks)
- Direct gap: the conduction-band minimum and valence-band maximum occur at the same crystal momentum ; electron–hole recombination emits a photon directly (no phonon needed). (2)
- Indirect gap: the minimum and maximum are at different ; recombination requires a phonon to conserve momentum, so light emission is inefficient. (1)
- LEDs prefer direct gap materials. (1)
- Examples: Direct — GaAs; Indirect — Silicon (or Ge). (1)
Q6. (5 marks)
- Drift current: carrier motion caused by an applied electric field. (1.5)
- Diffusion current: carrier motion caused by a concentration gradient (from high to low concentration). (1.5)
- Expression: (or with ). (2)
Q7. (5 marks)
- Einstein relation: , so . (2)
- (1)
- (2)
Q8. (5 marks)
- Majority carriers: electrons; Minority carriers: holes. (2)
- . (1)
- (1)
- (1)
Q9. (4 marks)
- Generation: creation of electron–hole pairs (e.g. thermally or by light) — electron moves from valence to conduction band. (1.5)
- Recombination: an electron in the conduction band falls back and combines with a hole, removing a carrier pair. (1.5)
- At thermal equilibrium the generation rate equals the recombination rate → carrier concentrations stay constant. (1)
Q10. (7 marks)
- As temperature rises, more thermal energy is available to excite electrons across the band gap. (2)
- More electron–hole pairs are generated → increases. (1)
- Relationship: . (3)
- The exponential term dominates → rises rapidly (roughly exponentially) with . (1)
[
{"claim":"Q3: p = ni^2/n = 4.5e3 cm^-3", "code":"ni=1.5e10; n=5e16; p=ni**2/n; result = abs(p-4.5e3) < 1"},
{"claim":"Q7: D_n = mu * (kT/q) = 35 cm^2/s", "code":"mu=1350; vt=0.0259; D=mu*vt; result = abs(D-34.965) < 0.1"},
{"claim":"Q8: p = ni^2/ND = 2.25e3 cm^-3", "code":"ni=1.5e10; ND=1e17; p=ni**2/ND; result = abs(p-2.25e3) < 1"},
{"claim":"Q4: f(E_F)=0.5", "code":"from sympy import exp,Rational; f=1/(1+exp(0)); result = f == Rational(1,2)"}
]