Quantum Atomic Structure
Time limit: 60 minutes
Total marks: 50
Instructions: Answer all questions. Show full working. Use , , , , , .
Question 1 (Photoelectric effect + Planck) — (11 marks)
A clean sodium surface is irradiated. When light of wavelength is used, the ejected electrons have a maximum kinetic energy of .
(a) Calculate the work function of sodium in eV. (4)
(b) Determine the threshold wavelength (longest wavelength that will still eject electrons). (3)
(c) The surface is now illuminated with light at a power of , and 5.0% of incident photons eject an electron. Calculate the number of electrons ejected per second. (4)
Question 2 (de Broglie + Uncertainty) — (11 marks)
(a) An electron is accelerated from rest through a potential difference . Derive an expression for its de Broglie wavelength in terms of (and fundamental constants), then evaluate for . (6)
(b) An electron is confined within a region of size equal to a typical atomic diameter, . Using the Heisenberg uncertainty principle, estimate the minimum uncertainty in its speed. Comment on whether describing the electron with a fixed classical orbit is justified. (5)
Question 3 (Quantum numbers — reasoning) — (10 marks)
(a) State, with a one-line justification, whether each of the following quantum-number sets is allowed or forbidden: (6)
(i)
(ii)
(iii)
(b) An electron in a certain atom has the set . Give the sub-shell name, the number of orbitals available, and the maximum number of electrons that can share these two values of and . (4)
Question 4 (Electronic configuration + stability) — (10 marks)
(a) Write the full ground-state electron configuration of chromium () and explain, using the concept of subshell stability, why it deviates from the naïve Aufbau prediction. (4)
(b) A neutral atom of element X has exactly three unpaired electrons in its subshell and no vacancy issues (i.e. filled). Identify X and give its atomic number. (3)
(c) Using the Madelung () rule, list the filling order of the subshells from up to and including , and state which rule you would invoke to explain the electron arrangement within a partly-filled configuration. (3)
Question 5 (Synthesis) — (8 marks)
A photon is emitted when an electron transition releases exactly the energy needed to just ionise a ground-state hydrogen-like assumption is not required here; instead:
The work function of a metal equals the energy of a photon whose momentum is .
(a) Find the wavelength and energy (in eV) of this photon. (4)
(b) If this metal is used in a photocell and irradiated by light, find the maximum kinetic energy (in eV) and the stopping potential of the ejected electrons. (4)
Answer keyMark scheme & solutions
Question 1
(a) Photon energy at 400 nm: (2)
Einstein equation: . (2)
(b) Threshold: , so
(3)
(3 marks: rearrangement 1, substitution 1, answer 1.)
(c) Energy per 300 nm photon: (1) Photons per second . (2) Electrons/s . (1)
Question 2
(a) Energy from acceleration: , so . (2) (2) For V: Denominator . (2)
(b) m. Minimum: . (1) (1) (2) Comment: m/s is comparable to the electron's actual orbital speed, so position and velocity cannot both be well-defined; a fixed classical orbit is not justified — a probabilistic (orbital) description is required. (1)
Question 3
(a) (each: 1 for verdict, 1 for reason)
- (i) Forbidden: must satisfy ; with , , so is impossible. (2)
- (ii) Allowed: permits (d), and lies in , valid. (2)
- (iii) Forbidden: with , ranges ; is out of range. (2)
(b) → sub-shell 4p. (1) Orbitals . (2) Max electrons . (1)
Question 4
(a) Cr configuration: . (2) Naïve Aufbau predicts . The observed arises because a half-filled subshell gives extra stability (symmetric charge distribution + maximum exchange energy from parallel-spin electrons), which outweighs the small – promotion cost. (2)
(b) Three unpaired 3d electrons with full ⇒ . Total = (Ar core) → Vanadium, Z = 23. (3)
(c) Filling order (increasing , then ): (2) Within , electrons occupy separate orbitals with parallel spins per Hund's rule of maximum multiplicity. (1)
Question 5
(a) . (2) (2) (So eV.)
(b) 250 nm photon energy: (2) (1) Stopping potential . (1)
[
{"claim":"Q1a work function = 2.50 eV (photon 3.10 eV, KE 0.60 eV)",
"code":"h=6.626e-34; c=3.00e8; lam=400e-9; eV=1.602e-19; Ephot=h*c/lam/eV; phi=Ephot-0.60; result = abs(phi-2.50)<0.03"},
{"claim":"Q1b threshold wavelength approx 496 nm",
"code":"h=6.626e-34; c=3.00e8; eV=1.602e-19; phi=2.50*eV; lam0=h*c/phi; result = abs(lam0-4.96e-7)<0.05e-7"},
{"claim":"Q2a de Broglie wavelength at 100 V approx 1.23e-10 m",
"code":"import sympy as sp; h=6.626e-34; me=9.11e-31; e=1.602e-19; V=100; lam=h/sp.sqrt(2*me*e*V); result = abs(float(lam)-1.23e-10)<0.03e-10"},
{"claim":"Q5 stopping potential 2.90 V from 250 nm on phi=2.06 eV metal",
"code":"h=6.626e-34; c=3.00e8; eV=1.602e-19; E=h*c/(250e-9)/eV; phi=1.10e-27*c/eV; Vs=E-phi; result = abs(Vs-2.90)<0.05"}
]