Level 5 — MasteryChemistry of Life Basics

Chemistry of Life Basics

75 minutes60 marksprintable — key stays hidden on paper

Level 5 Mastery Examination: Cross-Domain Synthesis (Math · Physics · Coding)

Time limit: 75 minutes Total marks: 60 Instructions: Answer all THREE questions. Show all derivations. Where code is requested, write clean pseudocode or Python. Use ...... for inline math.


Question 1 — Isotopes, Atomic Structure & Radioactive Decay (20 marks)

Carbon exists as 12C^{12}\text{C}, 13C^{13}\text{C}, and the radioactive 14C^{14}\text{C}, all central to life (subtopics 1.2.1–1.2.3, 1.2.7).

(a) State the number of protons, neutrons, and electrons in a neutral atom of 14C^{14}\text{C} and 12C^{12}\text{C}. Explain, in terms of subatomic structure, why they are chemically nearly identical but physically distinguishable. (4)

(b) Natural carbon is a mixture of 12C^{12}\text{C} (abundance 98.93%98.93\%, mass 12.00012.000 u) and 13C^{13}\text{C} (abundance 1.07%1.07\%, mass 13.00313.003 u). Compute the weighted average atomic mass to 4 significant figures. Show the arithmetic. (4)

(c) 14C^{14}\text{C} decays with half-life t1/2=5730t_{1/2} = 5730 years following N(t)=N0eλtN(t) = N_0 e^{-\lambda t}. (i) Derive the decay constant λ\lambda from t1/2t_{1/2}. (ii) A fossil bone shows 14C^{14}\text{C} activity at 22.0%22.0\% of a living sample. Compute its age to the nearest 10 years. (6)

(d) Write a Python function carbon_age(fraction, half_life=5730) that returns the age given the surviving fraction of 14C^{14}\text{C}. Explain each line's purpose. Then explain why carbon's tetravalent bonding (subtopic 1.2.7) makes it central to life regardless of isotope. (6)


Question 2 — Water, Bonding & Thermal Physics (22 marks)

Water's properties emerge from polar covalent bonds and hydrogen bonding (subtopics 1.2.4–1.2.5, 1.2.8–1.2.11).

(a) Distinguish ionic, covalent, and hydrogen bonds by mechanism and relative energy. Classify the O–H bond in water and the O···H interaction between two water molecules, justifying each using electronegativity (ENO=3.44\text{EN}_\text{O}=3.44, ENH=2.20\text{EN}_\text{H}=2.20). (6)

(b) A pond of mass m=5.00×103 kgm = 5.00 \times 10^{3}\ \text{kg} of water absorbs Q=8.37×108 JQ = 8.37 \times 10^{8}\ \text{J} of solar energy in a day. Given specific heat c=4186 J kg1K1c = 4186\ \text{J kg}^{-1}\text{K}^{-1}, use Q=mcΔTQ = mc\,\Delta T to find ΔT\Delta T. Compare with the same energy applied to 5.00×103 kg5.00\times10^{3}\ \text{kg} of iron (cFe=449 J kg1K1c_\text{Fe}=449\ \text{J kg}^{-1}\text{K}^{-1}), and explain the biological consequence of water's high specific heat. (8)

(c) Capillary rise is governed by h=2γcosθρgrh = \dfrac{2\gamma\cos\theta}{\rho g r}. For water at 20C20^\circ\text{C}: γ=0.0728 N/m\gamma = 0.0728\ \text{N/m}, θ=0\theta = 0^\circ, ρ=1000 kg/m3\rho = 1000\ \text{kg/m}^3, g=9.81 m/s2g = 9.81\ \text{m/s}^2. Compute hh for a xylem-like tube of radius r=2.00×105 mr = 2.00\times10^{-5}\ \text{m}. Relate cohesion, adhesion, and surface tension to this result in the context of water transport in plants. (8)


Question 3 — pH, Buffers & Homeostasis (18 marks)

Blood pH homeostasis depends on the bicarbonate buffer (subtopics 1.2.12–1.2.14, 1.2.16).

(a) Define pH mathematically and state the pH scale range. Compute the pH of a solution with [H+]=4.0×108 M[\text{H}^+] = 4.0 \times 10^{-8}\ \text{M} and classify it as acidic, basic, or neutral, justifying with the 10710^{-7} neutral reference. (4)

(b) The bicarbonate buffer follows Henderson–Hasselbalch: pH=pKa+log10[HCO3][H2CO3]\text{pH} = \text{p}K_a + \log_{10}\dfrac{[\text{HCO}_3^-]}{[\text{H}_2\text{CO}_3]}, with pKa=6.10\text{p}K_a = 6.10. Blood has [HCO3]=24 mM[\text{HCO}_3^-] = 24\ \text{mM} and [H2CO3]=1.2 mM[\text{H}_2\text{CO}_3] = 1.2\ \text{mM}. Compute the blood pH to 2 decimal places. (4)

(c) Write the two reversible reactions of the bicarbonate system (identifying reactants/products, subtopic 1.2.16) and explain, using Le Chatelier reasoning, how the buffer resists pH change when a strong acid is added. (6)

(d) Write pseudocode for a function blood_pH(HCO3, H2CO3, pKa=6.10) returning pH, and a boolean helper is_homeostatic(pH) returning True if 7.35pH7.457.35 \le \text{pH} \le 7.45. Explain why buffering is essential to enzyme function. (4)

Answer keyMark scheme & solutions

Question 1 (20)

(a) (4)

  • 14C^{14}\text{C}: protons =6=6, electrons =6=6, neutrons =146=8=14-6=8. (1)
  • 12C^{12}\text{C}: protons =6=6, electrons =6=6, neutrons =6=6. (1)
  • Chemically identical: chemistry is determined by electron configuration, which depends on proton (electron) count = 6 in both → same valence, same bonding. (1)
  • Physically distinguishable: differing neutron count → different mass and, for 14C^{14}\text{C}, nuclear instability (radioactivity). (1)

(b) (4) Aˉ=(0.9893)(12.000)+(0.0107)(13.003)\bar{A} = (0.9893)(12.000) + (0.0107)(13.003)

  • 0.9893×12.000=11.87160.9893 \times 12.000 = 11.8716 (1)
  • 0.0107×13.003=0.1391320.0107 \times 13.003 = 0.139132 (1)
  • Sum =12.01073= 12.01073 (1)
  • 12.01\approx 12.01 u (4 s.f.) (1)

(c) (6) (i) At t=t1/2t=t_{1/2}, N=N0/2N=N_0/2: 12=eλt1/2λ=ln2t1/2=0.69315730=1.2097×104 yr1\tfrac12 = e^{-\lambda t_{1/2}} \Rightarrow \lambda = \dfrac{\ln 2}{t_{1/2}} = \dfrac{0.6931}{5730} = 1.2097\times10^{-4}\ \text{yr}^{-1}. (3) (ii) 0.220=eλtt=ln0.220λ=1.51411.2097×104=12516125200.220 = e^{-\lambda t} \Rightarrow t = \dfrac{-\ln 0.220}{\lambda} = \dfrac{1.5141}{1.2097\times10^{-4}} = 12516 \approx 12520 years. (3)

(d) (6)

import math
def carbon_age(fraction, half_life=5730):
    lam = math.log(2) / half_life      # decay constant from half-life
    return -math.log(fraction) / lam   # invert N/N0 = e^(-lam t)
  • Line 1: derive λ\lambda (1). Line 2: solve for tt (1). Correct math structure (1).
  • Carbon centrality: 4 valence electrons → forms 4 stable covalent bonds, enabling long chains, rings, branches → vast diversity of biomolecules; isotope identity does not change valence, so all carbon isotopes bond identically. (3)

Question 2 (22)

(a) (6)

  • Ionic: electron transfer, electrostatic attraction of ions; strong (~150–400 kJ/mol). (1)
  • Covalent: electron sharing; strongest (~150–1000 kJ/mol). (1)
  • Hydrogen bond: weak dipole attraction between H (bonded to N/O/F) and lone pair; weak (~4–40 kJ/mol). (1)
  • O–H bond in water: polar covalentΔEN=3.442.20=1.24\Delta\text{EN} = 3.44-2.20 = 1.24 → shared but unequal, partial charges. (1.5)
  • O···H between molecules: hydrogen bond — attraction of H(δ+\delta^+) to O(δ\delta^-) lone pair on neighbour; not electron sharing. (1.5)

(b) (8) Water: ΔT=Qmc=8.37×108(5.00×103)(4186)=8.37×1082.093×107=39.9940.0 K\Delta T = \dfrac{Q}{mc} = \dfrac{8.37\times10^{8}}{(5.00\times10^{3})(4186)} = \dfrac{8.37\times10^{8}}{2.093\times10^{7}} = 39.99 \approx 40.0\ \text{K}. (3) Iron: ΔT=8.37×108(5.00×103)(449)=8.37×1082.245×106=372.8 K\Delta T = \dfrac{8.37\times10^{8}}{(5.00\times10^{3})(449)} = \dfrac{8.37\times10^{8}}{2.245\times10^{6}} = 372.8\ \text{K}. (3) Consequence: water's high specific heat means it warms/cools ~9× more slowly than iron → stabilises organism and environmental temperatures, buffers cells against thermal shock, moderates climate. (2)

(c) (8) h=2(0.0728)(cos0)(1000)(9.81)(2.00×105)h = \frac{2(0.0728)(\cos 0^\circ)}{(1000)(9.81)(2.00\times10^{-5})}

  • Numerator =2×0.0728=0.1456= 2\times0.0728 = 0.1456 (1)
  • Denominator =1000×9.81×2.00×105=0.1962= 1000\times9.81\times2.00\times10^{-5} = 0.1962 (2)
  • h=0.1456/0.1962=0.742 mh = 0.1456/0.1962 = 0.742\ \text{m} (2)
  • Interpretation: adhesion (water–tube attraction) pulls water up; cohesion (water–water H-bonds) maintains a continuous column; surface tension at the meniscus sustains the pull → together drive capillary rise in xylem, aiding water transport up plants. (3)

Question 3 (18)

(a) (4)

  • pH=log10[H+]\text{pH} = -\log_{10}[\text{H}^+]; scale 001414. (2)
  • pH=log10(4.0×108)=8log104.0=80.602=7.40\text{pH} = -\log_{10}(4.0\times10^{-8}) = 8 - \log_{10}4.0 = 8 - 0.602 = 7.40. (1)
  • Since [H+]=4.0×108<107[\text{H}^+]=4.0\times10^{-8} < 10^{-7} → basic (pH 7.40>77.40 > 7). (1)

(b) (4) pH=6.10+log10241.2=6.10+log1020=6.10+1.301=7.40\text{pH} = 6.10 + \log_{10}\frac{24}{1.2} = 6.10 + \log_{10}20 = 6.10 + 1.301 = 7.40 (4)

(c) (6)

  • CO2+H2OH2CO3\text{CO}_2 + \text{H}_2\text{O} \rightleftharpoons \text{H}_2\text{CO}_3 (reactants CO₂+water; product carbonic acid). (1.5)
  • H2CO3H++HCO3\text{H}_2\text{CO}_3 \rightleftharpoons \text{H}^+ + \text{HCO}_3^-. (1.5)
  • Adding strong acid raises [H+][\text{H}^+]; by Le Chatelier the equilibrium shifts left, HCO3\text{HCO}_3^- consumes excess H+\text{H}^+ to form H2CO3\text{H}_2\text{CO}_3 (then CO₂ exhaled), so pH change is minimised. (3)

(d) (4)

import math
def blood_pH(HCO3, H2CO3, pKa=6.10):
    return pKa + math.log10(HCO3 / H2CO3)
 
def is_homeostatic(pH):
    return 7.35 <= pH <= 7.45
  • Correct HH implementation (1.5), correct range check (1.5).
  • Enzymes have optimal pH; deviations alter ionisation of active-site groups → denaturation/loss of activity, so buffers preserve function. (1)
[
  {"claim":"Average atomic mass of carbon rounds to 12.01 u", "code":"m = 0.9893*12.000 + 0.0107*13.003; result = abs(m - 12.01) < 0.005"},
  {"claim":"C-14 fossil at 22% is about 12520 years old", "code":"lam = log(2)/5730; t = -log(0.220)/lam; result = abs(float(t) - 12520) < 15"},
  {"claim":"Pond delta T is 40.0 K", "code":"dT = 8.37e8/(5.00e3*4186); result = abs(float(dT) - 40.0) < 0.2"},
  {"claim":"Capillary rise is about 0.742 m", "code":"h = (2*0.0728*1)/(1000*9.81*2.00e-5); result = abs(float(h) - 0.742) < 0.01"},
  {"claim":"Blood pH via Henderson-Hasselbalch is 7.40", "code":"pH = 6.10 + log(Rational(24,12)*10,10).evalf() if False else 6.10 + float(log(20,10)); result = abs(pH - 7.40) < 0.01"}
]