Nuclear & Radiochemistry
Time: 60 minutes Total marks: 60
Use: 1 u = 931.5 MeV, , m/s. Show all reasoning.
Q1. Binding energy & stability (12 marks)
A newly reported isotope has an atomic mass of 47.95253 u. Masses: u, neutron u.
(a) Calculate the total binding energy and the binding energy per nucleon (in MeV). (6)
(b) is unusually stable for its high N/Z ratio. Referring to both proton and neutron numbers, give the specific structural reason. (3)
(c) Predict the most likely decay mode of (which is unstable) and justify from its N/Z relative to the stable . (3)
Q2. Decay kinetics — mixed source (14 marks)
A sealed sample initially contains atoms of isotope A ( h) and atoms of a different isotope B ( h). Both decay independently to stable products.
(a) Compute the decay constant (per hour) and initial activity (in Bq) of each isotope. (6)
(b) Find the total activity of the sample after 24.0 h. (5)
(c) After how many hours does isotope B's activity first exceed isotope A's activity? Give an exact expression then a numerical value. (3)
Q3. Nuclear reaction Q-value & threshold (12 marks)
Consider the reaction used in a neutron generator: Masses: u, u, u, u.
(a) Calculate the Q-value in MeV and state whether the reaction is exo- or endoergic. (5)
(b) The emitted neutron carries most of this energy. Given the neutron receives 14.1 MeV, compute its speed (non-relativistic; kg). (4)
(c) Explain physically why the D–T reaction still requires a high ignition temperature despite being strongly exoergic. (3)
Q4. Applications — dating & medicine (12 marks)
(a) A wooden artefact gives a activity of 9.2 disintegrations per minute per gram of carbon; living material gives 15.3 dpm/g. Taking yr, calculate the age of the artefact. (5)
(b) ( h) is preferred for imaging over ( d). Give two nuclear/physical reasons why is the safer imaging choice. (4)
(c) A patient is injected with 600 MBq of . What activity remains after 18 hours? (3)
Q5. Radiation safety & shielding (10 marks)
(a) A gamma source's intensity is reduced to 25% after passing through 6.0 cm of lead. Calculate the linear attenuation coefficient (cm⁻¹) and the half-value thickness. (5)
(b) A worker absorbs 0.40 Gy of alpha radiation (radiation weighting factor ). Compute the equivalent dose in Sv, and explain why the same 0.40 Gy of gamma () is far less biologically damaging per unit absorbed dose. (5)
Answer keyMark scheme & solutions
Q1 (12)
(a) Mass defect using 20 H atoms (accounts for electrons) + 28 neutrons: (2 marks setup, 1 mark value) (2) (1)
(b) Both Z = 20 and N = 28 are magic numbers → doubly magic nucleus, closed proton and neutron shells give extra stability. (3; 1 for Z=20 magic, 1 for N=28 magic, 1 for doubly-magic)
(c) has N = 25, Z = 20 (N/Z = 1.25), higher neutron excess than stable (N/Z = 1). To reduce neutrons it undergoes β⁻ decay (n → p + e⁻ + ), moving toward the stability line. (3; 1 mode, 2 justification)
Q2 (14)
(a) ; (2)
Convert to per second for Bq: . Bq (2) Bq (2)
(b) After 24 h: A elapsed = 3 half-lives → Bq (2) B elapsed = 1 half-life → Bq (2) Total Bq (1)
(c) Set : (2) B first exceeds A just after ~43 h. (1)
Q3 (12)
(a) u (3) → exoergic (positive Q). (2)
(b) , J (1) (2) (1)
(c) Both nuclei are positively charged; they must overcome the Coulomb barrier to approach within range of the strong force. This requires high kinetic energy → high temperature (~ K) so nuclei have enough thermal energy to tunnel/fuse. Q-value is released only after fusion occurs. (3)
Q4 (12)
(a) (3) ≈ 4.2×10³ yr (2)
(b) Any two: (2 each)
- Short half-life (6 h) → rapid clearance, low cumulative dose to patient.
- Emits pure γ (140 keV), no particulate (α/β) radiation → good imaging penetration but minimal tissue ionisation damage; I-131 emits β⁻ which deposits more damaging dose.
- γ energy ideal for detection while minimising absorbed dose.
(c) 18 h = 3 half-lives → . (3)
Q5 (10)
(a) : (3) Half-value thickness (2)
(b) (2) Gamma: Sv. Alpha particles are heavy, highly charged → dense ionisation (high LET) along short tracks, causing concentrated, hard-to-repair damage; gamma deposits energy sparsely (low LET), hence 20× lower. (3)
[
{"claim":"Q1a BE/A ≈ 8.67 MeV","code":"dm=20*1.00783+28*1.00867-47.95253; BE=dm*931.5; result=abs(BE/48-8.67)<0.02"},
{"claim":"Q2c crossover time ≈ 43.0 h","code":"import sympy as sp; lA=sp.log(2)/8; lB=sp.log(2)/24; A0A=(lA/3600)*2e18; A0B=(lB/3600)*5e17; t=sp.log(A0A/A0B)/(lA-lB); result=abs(float(t)-43.0)<0.5"},
{"claim":"Q3a Q-value ≈ 17.6 MeV","code":"dm=(2.01410+3.01605)-(4.00260+1.00867); Q=dm*931.5; result=abs(Q-17.6)<0.1"},
{"claim":"Q4a age ≈ 4205 yr","code":"import sympy as sp; t=(5730/sp.log(2))*sp.log(15.3/9.2); result=abs(float(t)-4205)<10"},
{"claim":"Q5a mu ≈ 0.231, HVT ≈ 3.0","code":"import sympy as sp; mu=-sp.log(0.25)/6.0; hvt=sp.log(2)/mu; result=abs(float(mu)-0.231)<0.005 and abs(float(hvt)-3.0)<0.05"}
]