Nuclear & Radiochemistry
Level: 2 (Recall — definitions, standard problems, short derivations) Time Limit: 30 minutes Total Marks: 40
Q1. Define the following terms in nuclear chemistry: (a) magic numbers, (b) binding energy per nucleon. State why the curve of binding energy per nucleon peaks near iron-56. (4 marks)
Q2. For each decay mode, give the change in atomic number and mass number of the parent nucleus: (a) -decay, (b) -decay, (c) -decay, (d) electron capture. (4 marks)
Q3. A radioactive isotope has a half-life of 8.0 days. Calculate: (a) its decay constant (in day), (b) its mean life , (c) the fraction of the original sample remaining after 24 days. (5 marks)
Q4. State the first-order decay law and derive the relation between half-life and the decay constant . (4 marks)
Q5. The uranium-238 series ends at a stable lead isotope . (a) Determine the total number of and particles emitted in the complete series. (b) State the name given to the "" series. (4 marks)
Q6. Define the Q-value of a nuclear reaction. Calculate the Q-value (in MeV) for the D–T fusion reaction given masses (u): H = 2.01410, H = 3.01605, He = 4.00260, n = 1.00867. (1 u = 931.5 MeV) (5 marks)
Q7. (a) Define critical mass. (b) State two differences between a thermal reactor and a fast reactor. (c) What is the role of a moderator? (4 marks)
Q8. A bone sample shows a C activity that is 25% of the activity of living tissue. Given the half-life of C is 5730 years, estimate the age of the sample. (4 marks)
Q9. Match the radiation-safety units with the quantities they measure and give the SI definition of each: (a) becquerel (Bq), (b) gray (Gy), (c) sievert (Sv). State one common shielding material for -rays. (4 marks)
Q10. State one medical application each of (a) Tc-99m and (b) I-131, and explain why Pu-238 is used in radioisotope thermoelectric generators (RTGs) for spacecraft. (2 marks)
End of Paper
Answer keyMark scheme & solutions
Q1. (4 marks) (a) Magic numbers — numbers of protons or neutrons (2, 8, 20, 28, 50, 82, 126) at which nuclei show extra stability, corresponding to closed nuclear shells. (1) (b) Binding energy per nucleon — the total nuclear binding energy divided by the mass number ; measures average energy needed to remove one nucleon. (2) Peaks near Fe because attractive nuclear force saturates while Coulomb repulsion grows with ; the balance gives maximum stability (~8.8 MeV/nucleon) around iron. (1)
Q2. (4 marks) (1 each) (a) : , . (b) : , unchanged. (c) : , unchanged. (d) EC: , unchanged.
Q3. (5 marks) (a) . (2) (b) . (1) (c) After 24 days = 3 half-lives: fraction (12.5%). (2)
Q4. (4 marks) Law: rate of decay (first order). (1) Integrate: , so . (2) At , : , hence . (1)
Q5. (4 marks) (a) Mass change . (1.5) Charge: decays reduce by , from 92 to ; actual , so needed . (1.5) So 8 α and 6 β⁻. (b) The series is the uranium (radium) series. (1)
Q6. (5 marks) Definition: Q-value = energy released (or absorbed) in a nuclear reaction = ; positive Q means exothermic. (1) . (2) . (2)
Q7. (4 marks) (a) Critical mass: minimum mass of fissile material needed to sustain a self-propagating chain reaction (neutron multiplication factor ). (1) (b) Any two: thermal reactor uses slow (thermal) neutrons + moderator, uses U-enriched fuel; fast reactor uses fast neutrons, no moderator, uses higher-enrichment fuel / can breed Pu. (2) (c) Moderator slows fast neutrons to thermal energies to increase fission probability in U. (1)
Q8. (4 marks) half-lives. (2) Age years. (2)
Q9. (4 marks) (1 each) (a) Bq — activity; 1 Bq = 1 decay per second. (b) Gy — absorbed dose; 1 Gy = 1 J kg. (c) Sv — equivalent (biological) dose; = absorbed dose × radiation weighting factor, unit J kg. Shielding for γ-rays: lead (or concrete). (1)
Q10. (2 marks) (a) Tc-99m: γ-emitting tracer for imaging (e.g. bone/organ scans). (0.5) (b) I-131: treatment/diagnosis of thyroid disorders (β/γ emitter). (0.5) Pu-238: long half-life (~88 yr) α-emitter producing steady heat converted to electricity by thermocouples — reliable, long-lived power where solar is impractical. (1)
[
{"claim":"Half-life 8 days gives decay constant 0.0866/day",
"code":"lam=ln(2)/8; result = abs(float(lam)-0.0866)<0.001"},
{"claim":"Fraction remaining after 24 days (3 half-lives) is 0.125",
"code":"f=(Rational(1,2))**3; result = f==Rational(1,8)"},
{"claim":"U-238 to Pb-206 emits 8 alpha and 6 beta particles",
"code":"na=(238-206)/4; nb=82-(92-2*na); result = (na==8 and nb==6)"},
{"claim":"D-T fusion Q-value is 17.59 MeV",
"code":"dm=(2.01410+3.01605)-(4.00260+1.00867); Q=dm*931.5; result = abs(Q-17.59)<0.05"},
{"claim":"C-14 activity 25% corresponds to 11460 years",
"code":"n=log(4)/log(2); age=n*5730; result = abs(float(age)-11460)<1"}
]