Chemistry interleaved practice
Instructions: Solve all problems in order. Each problem draws from a different subtopic — read carefully and decide which method/framework applies before computing. Show all work. Use , , , , . Total: 60 marks.
1. (6 marks) A radioisotope sample has an activity of . Its half-life is 5.0 hours. (a) Find the decay constant in . (b) Find the number of radioactive atoms present. (c) What is the activity after 15 hours?
2. (6 marks) For the D–T fusion reaction , the atomic masses are: , , , . Compute the Q-value in MeV (). State whether it is exo- or endoergic.
3. (7 marks) An adsorbent follows the Langmuir isotherm. At pressures 2.0 kPa and 8.0 kPa the fractional coverages are and respectively. (a) Determine the Langmuir constant . (b) Verify both data points are consistent with a single . (c) Comment on what BET would add that Langmuir omits.
4. (6 marks) Estimate the rotational partition function of at 300 K given rotational constant (symmetry number ). Use the high-temperature approximation and justify its validity.
5. (6 marks) A photochemical reaction has a quantum yield for product formation. A sample absorbs photons per second of 400 nm light. (a) How many product molecules form per second? (b) What incident power (W) is absorbed? (c) State the Stark–Einstein law and explain why can exceed 1 in some reactions.
6. (6 marks) For an electron in a 1-D box of length , compute the wavelength of the photon emitted in the transition. Which model assumption breaks down for real conjugated molecules?
7. (7 marks) Methane burns in air at the stoichiometric ratio: . (a) Write the balanced reaction including for combustion in air (air = 21% , 79% by mole). (b) Compute the air-to-fuel mole ratio. (c) If the mixture is fuel-lean with 10% excess air, recompute the air-to-fuel mole ratio and state the effect on flame temperature qualitatively.
8. (5 marks) An electrochemical cell operates in the high-overpotential regime. Its Tafel plot has a slope of . (a) Extract the transfer coefficient at 298 K assuming a one-electron step. (b) The exchange current density is ; find the current density at overpotential (anodic).
9. (6 marks) Using the variational principle, a trial function is used for the 1-D harmonic oscillator . The energy expectation is . (a) Minimize . (b) Show the result equals the exact ground-state energy. (c) Why does the variational estimate equal the exact value here?
10. (5 marks) A silicon semiconductor is doped with phosphorus. (a) Identify the dopant type (n or p) and the majority carrier. (b) Sketch (describe) where the donor level sits relative to the conduction band. (c) Explain qualitatively how conductivity changes with temperature versus a metal.
Answer keyMark scheme & solutions
1. Subtopic 5.2.3 (Decay kinetics). Why: "activity," "half-life," "Bq" → first-order decay law.
(a) .
(b) atoms.
(c) 15 h = 3 half-lives → .
2. Subtopic 5.2.5 / 5.2.7 (Q-value, fusion). Why: mass defect of a nuclear reaction → Q-value.
.
. Positive → exoergic (releases energy).
3. Subtopic 5.1.6 (Langmuir isotherm). Why: fractional coverage vs pressure → Langmuir.
Langmuir: .
(a) From at : .
(b) Check second point: ; . ✓ Consistent.
(c) BET accounts for multilayer adsorption (physisorption beyond monolayer), whereas Langmuir assumes a single monolayer with uniform sites and no lateral interaction.
4. Subtopic 5.1.5 (Q_rot). Why: rotational constant + temperature → partition function.
High-T: .
.
.
.
Valid because , so many rotational levels are populated (classical limit).
5. Subtopic 5.1.9 (Photochemistry, quantum yield). Why: photons absorbed + quantum yield.
(a) Products/s photons/s per second.
(b) Photon energy . Power .
(c) Stark–Einstein: each absorbed photon activates one molecule (primary process). arises when a secondary chain reaction (e.g. radical propagation, like ) produces many products per absorbed photon.
6. Subtopic 5.1.1 (Particle in a box). Why: box energy levels + transition wavelength.
. .
.
.
Breakdown: real conjugated systems have a non-flat potential (electron–nuclear attraction, electron–electron repulsion), not infinite rigid walls.
7. Subtopic 5.3.1 (Stoichiometric/lean combustion). Why: air ratios and fuel-lean.
(a) . (.)
(b) Air per mole fuel mol air. A/F = 9.52 (mole).
(c) 10% excess air: mol air per mole fuel. Fuel-lean → excess air absorbs heat (extra diluent), so flame temperature is lower than stoichiometric.
8. Subtopic 5.1.8 (Butler–Volmer / Tafel). Why: Tafel slope & overpotential.
(a) Tafel slope (anodic) . So .
(b) decades. .
9. Subtopic 5.1.2 (Variational principle). Why: trial function + minimize energy.
(a) .
(b) E_\min = \frac{\hbar^2}{2m}\cdot\frac{m\omega}{2\hbar} + \frac{m\omega^2}{8}\cdot\frac{2\hbar}{m\omega} = \frac{\hbar\omega}{4} + \frac{\hbar\omega}{4} = \frac12\hbar\omega. ✓
(c) The Gaussian trial function has the exact functional form of the true HO ground state, so the variational bound is saturated (equality holds).
10. Subtopic 5.1.10 (Semiconductors/band theory). Why: doping and conductivity.
(a) P has 5 valence electrons vs Si's 4 → n-type; majority carrier = electrons.
(b) Donor level sits just below the conduction band (small ionization energy ~0.045 eV), easily thermally ionized.
(c) Semiconductor conductivity increases with T (more carriers excited across gap / ionized donors), opposite to a metal whose conductivity decreases with T (increased phonon scattering).
[
{"claim":"Q-value of D-T fusion = 17.59 MeV", "code":"dm=(2.014102+3.016049)-(4.002603+1.008665); Q=dm*931.5; result=abs(Q-17.59)<0.02"},
{"claim":"Langmuir K=0.333 gives theta=0.727 at 8 kPa", "code":"K=0.4/0.6/2.0; theta=K*8.0/(1+K*8.0); result=abs(theta-0.727)<0.005"},
{"claim":"Variational HO ground state = hbar*omega/2", "code":"import sympy as sp; hbar,m,omega,a=sp.symbols('hbar m omega a',positive=