Atomic Structure (Classical)
Level: 4 — Application (novel/unseen problems, no hints) Time limit: 60 minutes Total marks: 50
Instructions: Answer all questions. Show full working. Use , eV, Å, J·s, m/s, kg, J.
Q1. (10 marks) An unknown element X is found in nature as a mixture of three isotopes with mass numbers 24, 25 and 26. Mass spectrometry shows the peak for X is 7.85 times taller than the peak for X, and the X peak is 1.101 times taller than the X peak. Isotopic masses may be taken as equal to their mass numbers.
(a) Determine the fractional abundance of each isotope. (4) (b) Calculate the average atomic mass of X. (3) (c) State the number of neutrons in each isotope, and identify which pair among these three could also serve as a textbook example of isotones if compared with a hypothetical nuclide Y having 14 neutrons. (3)
Q2. (10 marks) A doubly-ionised lithium ion (, ) undergoes an electronic transition and emits a photon that is found to have exactly the same wavelength as a photon emitted by a hydrogen atom during its (Lyman-) transition.
(a) Identify a possible pair of levels in that produces this coincidence. (5) (b) Compute the wavelength of this common photon (in nm). (3) (c) Explain physically why such coincidences are possible between and H. (2)
Q3. (10 marks) In a hypothetical Rutherford-type scattering experiment, a student replaces the gold foil with a foil of a much lighter metal and observes that far fewer alpha particles are deflected through large angles, and none appear to bounce straight back.
(a) Using the nuclear model, give two distinct reasons (linked to nuclear charge and/or nuclear mass) why large-angle scattering is reduced. (4) (b) A single alpha particle (charge ) is fired head-on toward a stationary nucleus of charge . It momentarily stops at a distance of closest approach . Derive an expression for in terms of the alpha particle's initial kinetic energy . (3) (c) For an alpha particle of MeV fired at a nucleus with (aluminium), calculate in metres. Take N·m²·C². (3)
Q4. (10 marks) Consider the Bohr model applied to a "muonic hydrogen" atom, in which the electron is replaced by a muon (mass ) orbiting a proton.
(a) The Bohr radius and energy depend on the orbiting particle's mass. Starting from and , determine the ground-state radius (in Å) and ground-state energy (in eV) of muonic hydrogen. (5) (b) Calculate the wavelength (in nm) of the photon emitted when the muon falls from to . (3) (c) State one qualitative consequence of the muon's much smaller orbit for the physical "size" of the muonic atom. (2)
Q5. (10 marks) The Bohr model works beautifully for hydrogen but fails badly for helium.
(a) The Bohr formula predicts the ionisation energy of any one-electron species as eV. Use this to predict the ionisation energy of neutral helium () if it were (incorrectly) treated as a one-electron Bohr atom, and compare with the experimental value of 24.6 eV. Compute the percentage error. (4) (b) Explain, in terms of what the Bohr model omits, two distinct physical reasons the prediction fails for neutral He. (4) (c) Name one experimentally observed spectral feature that the Bohr model cannot account for even for the hydrogen atom. (2)
Answer keyMark scheme & solutions
Q1 (10 marks)
(a) Let abundance of X be . Peak heights ∝ abundances: X , X . Sum . (1)
- X:
- X: (1.5)
- X: (1.5)
(b) Average mass (use masses = mass numbers) u. (3) (This is Mg — Z = 12.)
(c) Neutrons , with : (1)
- X: 12 neutrons; X: 13; X: 14. (1)
Isotones have equal neutron number. X (14 n) and the hypothetical Y (14 n) both have 14 neutrons → they are isotones. (1)
Q2 (10 marks)
(a) Rydberg-type energy scaling: . For H Lyman-α: , factor . (1) For Li²⁺: , need . (2) Try : — no. Try : — no. Try : ✓ (2) Transition: in Li²⁺.
(b) . nm. (3)
(c) Both energies scale as ; by choosing so that takes the same value, the emitted photon energies (hence wavelengths) coincide — the enlargement in Li²⁺ is compensated by using higher levels. (2)
Q3 (10 marks)
(a) Any two: (2 each)
- Lighter metal has smaller nuclear charge Z, so the Coulomb repulsion on the alpha particle is weaker → less deflection.
- Lighter metal has smaller nuclear mass; a light nucleus recoils when struck, so it cannot turn the alpha particle straight back (no near-180° backscatter) — momentum is shared.
(b) At closest approach all KE converts to electrostatic PE: (2) . (1)
(c) J. (1) Numerator . m m. (2)
Q4 (10 marks)
(a) ; muon mass : Å Å. (2.5) : eV eV. (2.5) (Reduced-mass corrections neglected as instructed via simple proportionality.)
(b) eV. (1) m nm. (2)
(c) The muon orbits ~207× closer to the nucleus, so the muonic atom is roughly 207 times smaller than ordinary hydrogen — an extremely compact atom (muon essentially "buried" near the proton). (2)
Q5 (10 marks)
(a) Bohr prediction: eV. (2) Percentage error . (2) (Grossly overestimates — prediction more than double experimental.)
(b) Any two: (2 each)
- The Bohr model ignores electron–electron repulsion; in neutral He the second electron screens/repels, lowering the binding energy well below .
- It uses the full nuclear charge Z=2, but each electron feels a shielded effective charge due to the other electron.
- (Also acceptable: Bohr treats only one-electron systems; no correct multi-electron quantisation / no accounting for electron correlation.)
(c) Any one: (2)
- Fine structure (splitting of spectral lines) — Bohr predicts single lines.
- (Also acceptable: relative line intensities, Zeeman/Stark splitting in fields, spin–orbit coupling.)
[
{"claim":"Mg average atomic mass ~24.32 from abundances", "code":"x=Rational(1,9951)*1000; a24=7.85*x; a26=1.101*x; a25=x; tot=a24+a25+a26; m=24*a24+25*a25+26*a26; result = abs(float(m)-24.32)<0.05"},
{"claim":"Li2+ 6->3 gives factor 1/12 matching H Lyman-alpha 3/4 with Z^2=9", "code":"factor_li=9*(Rational(1,9)-Rational(1,36)); factor_H=1*(Rational(1,1)-Rational(1,4)); result = (factor_li==factor_H)"},
{"claim":"Lyman-alpha wavelength ~121.5 nm", "code":"R=1.097e7; inv=R*0.75; lam=1/inv; result = abs(lam*1e9-121.5)<1.0"},
{"claim":"Distance of closest approach ~7.5e-15 m", "code":"ke=5.0e6*1.602e-19; d=8.99e9*2*13*(1.602e-19)**2/ke; result = abs(d-7.5e-15)<0.2e-15"},
{"claim":"Muonic H ground energy -2815 eV and He Bohr IE error 121%", "code":"E=13.6*207; err=(54.4-24.6)/24.6*100; result = abs(E-2815.2)<1 and abs(err-121)<1"}
]