Modern Physics
Level 4 — Application (novel/unseen problems, no hints) Time limit: 60 minutes Total marks: 60
Constants (use as needed): , , , , , .
Question 1 — Photoelectrics meets Compton (12 marks)
A clean sodium surface (work function ) is illuminated by ultraviolet light of wavelength .
(a) Compute the maximum kinetic energy (in eV) of the emitted photoelectrons. (3)
(b) These same photons are instead Compton-scattered off free electrons through an angle of . Find the wavelength of the scattered photon and comment on whether the fractional wavelength shift is larger or smaller than it would be for X-rays. (5)
(c) A photon and an electron each have the same de Broglie / actual wavelength of . Which carries more momentum? Justify with a calculation. (4)
Question 2 — Particle in a box, redesigned (12 marks)
An electron is confined to a one-dimensional infinite square well of width .
(a) The energy gap between the ground state and the first excited state is measured to be . Determine the well width (in nm). (5)
(b) For this width, find the probability of locating the electron in the region when it is in the first excited state (). (5)
(c) State qualitatively how the answer to (b) changes if the electron is instead in the ground state, and give one physical reason. (2)
Question 3 — Nuclear energetics and decay (14 marks)
Consider the alpha decay .
Atomic masses: , , .
(a) Calculate the Q-value of the decay in MeV. (4)
(b) Assuming the parent nucleus is initially at rest, use conservation of momentum and energy to find the kinetic energy carried by the alpha particle (non-relativistic). (5)
(c) has a half-life of years. A rock contains uranium-238 atoms. Compute its activity in becquerels. (5)
Question 4 — Relativistic collision (12 marks)
An electron is accelerated until its total energy equals . (Rest energy of electron .)
(a) Find the electron's speed as a fraction of . (4)
(b) Find its relativistic momentum in MeV/ using . (3)
(c) This electron travels a tube in the lab frame. How long is the tube in the electron's own rest frame? (5)
Question 5 — Uncertainty & spectra short applications (10 marks)
(a) An electron is confined to a region of size (atomic scale). Estimate the minimum uncertainty in its momentum, and hence a minimum kinetic energy (in eV). Comment on the order of magnitude relative to atomic binding energies. (5)
(b) A hydrogen atom emits a photon in the Balmer series corresponding to the transition . Calculate the wavelength of the emitted photon and state which colour region it falls in. (5)
Answer keyMark scheme & solutions
Question 1
(a) Photon energy . (1) . (2) Why: Einstein's photoelectric equation — each photon gives all its energy to one electron; the work function is the minimum escape energy.
(b) Compton shift: . At , . (2) Scattered wavelength . (1) Fractional shift — negligibly small. For X-rays (–) the same absolute shift is a much larger fraction, which is why Compton scattering is observable with X-rays, not visible/UV light. (2) Why: is independent of incident wavelength; only the fraction depends on .
(c) Photon: . Electron with de Broglie wavelength : — identical. (2) Numerically for both. Neither carries more; de Broglie relation makes momenta equal for equal wavelength. (2) Why: Both obey ; the trick is recognising the "same wavelength" removes any difference.
Question 2
(a) . Gap: . (2) . (1) . (1) . (1)
(b) ; . (2) . (1) At : , so . (2)
(c) For the ground state () the probability in is less than 0.25 (about ), because the ground-state peaks at the centre and is small near the walls, so less probability sits in the outer quarter. (2)
Question 3
(a) . (2) . (2) Why: Q is the mass defect converted to energy; positive Q ⇒ spontaneous decay.
(b) Momentum conservation: . Energy: , with . , so . (3) . (2) Why: The lighter alpha takes most of the kinetic energy since KE splits inversely to mass at equal momentum.
(c) . . (1) . (2) Activity . (2)
Question 4
(a) . (1) . (3)
(b) . (2) . (1)
(c) Tube length in lab (proper length of tube — tube is at rest in lab). In electron frame it is contracted: . (4) Why: The tube is at rest in the lab, so m is its proper length; the moving electron sees it Lorentz-contracted. (1)
Question 5
(a) . (2) . (2) This is of order 1 eV — comparable to atomic binding/ionisation energies (a few eV), confirming the uncertainty principle sets the quantum energy scale of atoms. (1)
(b) , . . (3) — blue-green (H) line. (2)
[
{"claim":"Q1a photoelectron KE = 4.61 eV","code":"E=1240/180; K=E-2.28; result=abs(K-4.61)<0.05"},
{"claim":"Q2b probability in [0,L/4] for n=2 equals 1/4","code":"from sympy import symbols,sin,pi,integrate,Rational; x,L=symbols('x L',positive=True); P=integrate(2/L*sin(2*pi*x/L)**2,(x,0,L/4)); result=simplify(P-Rational(1,4))==0"},
{"claim":"Q3a Q-value = 4.27 MeV","code":"dm=238.05079-(234.04360+4.00260); Q=dm*931.5; result=abs(Q-4.27)<0.05"},
{"claim":"Q3b alpha KE = 4.20 MeV","code":"Q=4.27; Ka=Q*234/238; result=abs(Ka-4.20)<0.05"},
{"claim":"Q4a v/c = 0.985","code":"g=3.0/0.511; v=(1-1/g**2)**0.5; result=abs(v-0.985)<0.005"},
{"claim":"Q5b Balmer 4->2 wavelength = 486 nm","code":"R=1.097e7; inv=R*(1/4-1/16); lam=1/inv*1e9; result=abs(lam-486)<3"}
]