Modern Physics
Level: 2 (Recall / Standard textbook problems) Time limit: 30 minutes Total marks: 40
Useful constants: , , , , .
Q1. (4 marks) State Einstein's photoelectric equation. Sodium has a work function of . Calculate the maximum kinetic energy (in eV) of photoelectrons emitted when light of wavelength falls on it.
Q2. (4 marks) Calculate the de Broglie wavelength of an electron accelerated through a potential difference of . (Use non-relativistic relation.)
Q3. (5 marks) An electron is confined to a one-dimensional box of width . (a) Write the expression for the allowed energy levels . (1) (b) Calculate the ground-state energy in eV. (3) (c) State the value of for the first excited state. (1)
Q4. (4 marks) A photon of wavelength undergoes Compton scattering through an angle of from a free electron. Calculate the wavelength shift and the scattered wavelength. (Compton wavelength .)
Q5. (4 marks) For the hydrogen atom, . (a) Compute the energy of the level. (1) (b) Calculate the wavelength of the photon emitted in the transition (Balmer). (3)
Q6. (4 marks) State the Heisenberg uncertainty principle for position and momentum. An electron's position is known to within . Estimate the minimum uncertainty in its momentum ().
Q7. (5 marks) The half-life of a radioactive isotope is . (a) Calculate the decay constant (in ). (2) (b) What fraction of the original sample remains after ? (3)
Q8. (4 marks) Define binding energy and mass defect. Given that the mass defect of a helium-4 nucleus is (where ), calculate the total binding energy and the binding energy per nucleon.
Q9. (3 marks) A muon travels at . Its proper lifetime is . Calculate the lifetime observed in the laboratory frame ().
Q10. (3 marks) State the two postulates of the special theory of relativity, and name the experiment (with its null result) that motivated them.
Answer keyMark scheme & solutions
Q1. (4 marks) Photoelectric equation: . (1)
Photon energy: . (1) . (1) . (1)
Why: Photon energy goes partly to overcome the work function; remainder is max KE.
Q2. (4 marks) . (1) . (1) . (1) . (1)
Q3. (5 marks) (a) . (1) (b) (1) (1) . (1) (c) First excited state: . (1)
Q4. (4 marks) Compton: . (1) At , , so . (2) Scattered . (1)
Q5. (4 marks) (a) . (1) (b) . (1) . (1) (H-alpha line). (1)
Q6. (4 marks) Statement: — position and momentum cannot both be known to arbitrary precision. (2) . (2)
Q7. (5 marks) (a) . (2) (b) half-lives, so fraction . (3) (Or .)
Q8. (4 marks) Mass defect = difference between sum of constituent nucleon masses and actual nuclear mass. Binding energy = energy equivalent of mass defect (), the energy to separate the nucleus. (2) . (1) Per nucleon: . (1)
Q9. (3 marks) . (2) . (1)
Q10. (3 marks) Postulate 1: The laws of physics are the same in all inertial frames (principle of relativity). (1) Postulate 2: The speed of light in vacuum is constant () for all observers, independent of source/observer motion. (1) Experiment: Michelson–Morley experiment — null result (no fringe shift, no detectable ether wind). (1)
[
{"claim": "Q1 photoelectron max KE ≈ 0.83 eV", "code": "E=6.63e-34*3.00e8/400e-9/1.60e-19; K=E-2.28; result=abs(K-0.83)<0.02"},
{"claim": "Q2 de Broglie wavelength ≈ 0.123 nm", "code": "import sympy as sp; p=sp.sqrt(2*9.11e-31*1.60e-19*100); lam=6.63e-34/p; result=abs(float(lam)-1.23e-10)<3e-12"},
{"claim": "Q5 Balmer 3->2 wavelength ≈ 658 nm", "code": "dE=(-13.6/9-(-13.6/4))*1.60e-19; lam=6.63e-34*3.00e8/dE; result=abs(lam-6.58e-7)<1e-8"},
{"claim": "Q7 fraction remaining after 24 days = 1/8", "code": "import sympy as sp; lam=sp.log(2)/8; frac=sp.exp(-lam*24); result=abs(float(frac)-0.125)<1e-6"},
{"claim": "Q9 muon dilated lifetime ≈ 15.6 us", "code": "import sympy as sp; g=1/sp.sqrt(1-0.99**2); t=g*2.2; result=abs(float(t)-15.6)<0.2"}
]