Level 3 — ProductionChemical Kinetics

Chemical Kinetics

45 minutes60 marksprintable — key stays hidden on paper

Difficulty: Level 3 (from-scratch derivations, explain-out-loud, code-from-memory) Time limit: 45 minutes Total marks: 60

Instructions: Show all steps. Where a derivation is asked, start from the differential rate law. Where an "explain out loud" prompt appears, write in full sentences as if teaching. Use ...... for maths. Take R=8.314 J mol1K1R = 8.314\ \text{J mol}^{-1}\text{K}^{-1}.


Q1. [12 marks] — Integrated first-order law from scratch + half-life (a) Starting from the differential rate law for a first-order reaction APA \to P, derive the integrated rate law ln[A]=ln[A]0kt\ln[A] = \ln[A]_0 - kt. Show every algebraic step. (5) (b) From your result, derive the expression for the half-life t1/2t_{1/2} and explain out loud (2–3 sentences) why it is independent of initial concentration. (4) (c) A first-order reaction is 40% complete in 25 min. Compute kk (in min1\text{min}^{-1}) and t1/2t_{1/2}. (3)


Q2. [10 marks] — Second-order derivation & half-life contrast (a) For a second-order reaction 2AP2A \to P with rate =k[A]2= k[A]^2, derive the integrated form 1[A]=1[A]0+kt\dfrac{1}{[A]} = \dfrac{1}{[A]_0} + kt. (4) (b) Derive t1/2t_{1/2} for this order. (2) (c) Explain out loud how a plot-based method lets you distinguish zero-, first-, and second-order reactions using ONE straight-line graph each. State the y-axis, slope, and what is plotted. (4)


Q3. [12 marks] — Arrhenius: code-from-memory + calculation (a) A reaction has rate constants k1=2.0×103s1k_1 = 2.0\times10^{-3}\,\text{s}^{-1} at T1=300KT_1 = 300\,\text{K} and k2=8.0×103s1k_2 = 8.0\times10^{-3}\,\text{s}^{-1} at T2=320KT_2 = 320\,\text{K}. Using the two-point Arrhenius equation, compute EaE_a (kJ/mol). (6) (b) Write, from memory, a short Python snippet (using math only) that takes k1,k2,T1,T2k_1,k_2,T_1,T_2 and prints EaE_a in kJ/mol. (4) (c) Explain out loud how adding a catalyst changes EaE_a, kk, and the Arrhenius plot intercept/slope. (2)


Q4. [10 marks] — Pseudo-first-order & order determination (a) The hydrolysis of an ester RCOOR+H2ORCOOH+ROH\text{RCOOR}' + \text{H}_2\text{O} \to \text{RCOOH} + \text{R}'\text{OH} is genuinely second order overall. Explain out loud why, in dilute aqueous solution, it behaves as pseudo-first-order, and write the observed rate constant kobsk_{obs} in terms of the true kk. (4) (b) Using the initial-rates method with the data below, determine the order with respect to A and B, and the overall order. (6)

Expt [A]0[A]_0 (M) [B]0[B]_0 (M) Initial rate (M/s)
1 0.10 0.10 2.0×1032.0\times10^{-3}
2 0.20 0.10 8.0×1038.0\times10^{-3}
3 0.20 0.20 8.0×1038.0\times10^{-3}

Q5. [8 marks] — Mechanism & rate-determining step Proposed mechanism for 2NO+O22NO22NO + O_2 \to 2NO_2:

  • Step 1 (fast equilibrium): 2NON2O22NO \rightleftharpoons N_2O_2, constant KK
  • Step 2 (slow): N2O2+O2k22NO2N_2O_2 + O_2 \xrightarrow{k_2} 2NO_2

(a) Derive the rate law in terms of [NO][NO] and [O2][O_2] using the rate-determining step and the pre-equilibrium approximation. (5) (b) State the overall order and explain out loud how this molecularity/order distinction supports the idea that molecularity applies only to elementary steps. (3)


Q6. [8 marks] — Collision & transition state theory (a) Write the collision-theory expression for the rate constant including the steric factor PP and explain out loud the physical meaning of PP and the frequency factor AA. (4) (b) Contrast collision theory with transition state theory in terms of how each treats the "activated complex." Give one advantage of TST. (4)

Answer keyMark scheme & solutions

Q1

(a) [5] Rate law: d[A]dt=k[A]-\dfrac{d[A]}{dt} = k[A] (1) Separate: d[A][A]=kdt\dfrac{d[A]}{[A]} = -k\,dt (1) Integrate both sides from [A]0[A][A]_0\to[A], 0t0\to t: [A]0[A]d[A][A]=k0tdt\int_{[A]_0}^{[A]} \dfrac{d[A]}{[A]} = -k\int_0^t dt (1) ln[A]ln[A]0=kt\ln[A] - \ln[A]_0 = -kt (1) ln[A]=ln[A]0kt\Rightarrow \ln[A] = \ln[A]_0 - kt (1)

(b) [4] At t1/2t_{1/2}, [A]=[A]0/2[A] = [A]_0/2: ln[A]0/2[A]0=kt1/2\ln\frac{[A]_0/2}{[A]_0} = -kt_{1/2}ln(1/2)=kt1/2\ln(1/2) = -kt_{1/2} (2) t1/2=ln2k=0.693kt_{1/2} = \dfrac{\ln 2}{k} = \dfrac{0.693}{k} (1) Why: Because [A]0[A]_0 cancels in the log ratio, t1/2t_{1/2} depends only on kk — the fractional decay per unit time is constant, so the time to halve is always the same regardless of where you start. (1)

(c) [3] 40% complete → [A]=0.60[A]0[A] = 0.60[A]_0. k=1tln[A]0[A]=125ln10.6k = \dfrac{1}{t}\ln\frac{[A]_0}{[A]} = \dfrac{1}{25}\ln\frac{1}{0.6} (1) =0.510825=0.02043 min1= \dfrac{0.5108}{25} = 0.02043\ \text{min}^{-1} (1) t1/2=0.693/0.02043=33.9 mint_{1/2} = 0.693/0.02043 = 33.9\ \text{min} (1)


Q2

(a) [4] d[A]dt=k[A]2-\dfrac{d[A]}{dt} = k[A]^2 (1); d[A][A]2=kdt\dfrac{-d[A]}{[A]^2} = k\,dt (1) Integrate: [1[A]][A]0[A]=kt\left[\dfrac{1}{[A]}\right]_{[A]_0}^{[A]} = kt (1) 1[A]1[A]0=kt1[A]=1[A]0+kt\dfrac{1}{[A]} - \dfrac{1}{[A]_0} = kt \Rightarrow \dfrac{1}{[A]} = \dfrac{1}{[A]_0} + kt (1)

(b) [2] [A]=[A]0/2[A]=[A]_0/2: 2[A]01[A]0=kt1/2\dfrac{2}{[A]_0} - \dfrac{1}{[A]_0} = kt_{1/2}t1/2=1k[A]0t_{1/2} = \dfrac{1}{k[A]_0} (2) (inversely proportional to [A]0[A]_0)

(c) [4]

  • Zero order: plot [A][A] vs tt → straight line, slope =k= -k. (1)
  • First order: plot ln[A]\ln[A] vs tt → straight line, slope =k= -k. (1)
  • Second order: plot 1/[A]1/[A] vs tt → straight line, slope =+k= +k. (1) Whichever plot gives the best straight line reveals the order (only one linearises). (1)

Q3

(a) [6] Two-point: lnk2k1=EaR(1T21T1)=EaR(1T11T2)\ln\dfrac{k_2}{k_1} = -\dfrac{E_a}{R}\left(\dfrac{1}{T_2}-\dfrac{1}{T_1}\right) = \dfrac{E_a}{R}\left(\dfrac{1}{T_1}-\dfrac{1}{T_2}\right) (2) ln(8/2)=ln4=1.386\ln(8/2) = \ln 4 = 1.386 (1) 13001320=3.3333×1033.125×103=2.0833×104\frac{1}{300}-\frac{1}{320} = 3.3333\times10^{-3} - 3.125\times10^{-3} = 2.0833\times10^{-4} (1) Ea=Rln4(1/T11/T2)=8.314×1.3862.0833×104E_a = \dfrac{R\ln 4}{(1/T_1 - 1/T_2)} = \dfrac{8.314\times1.386}{2.0833\times10^{-4}} (1) =55,300 J/mol55.3 kJ/mol= 55{,}300\ \text{J/mol} \approx 55.3\ \text{kJ/mol} (1)

(b) [4]

import math
def Ea(k1, k2, T1, T2):
    R = 8.314
    ea = R * math.log(k2/k1) / (1/T1 - 1/T2)
    return ea / 1000  # kJ/mol
print(Ea(2e-3, 8e-3, 300, 320))

(1 mark import/log ratio; 1 mark correct 1/T11/T21/T_1-1/T_2; 1 mark /R factor; 1 mark units conversion & print) (4)

(c) [2] Catalyst lowers EaE_a by providing an alternative path → increases kk (larger factor eEa/RTe^{-E_a/RT}). On the Arrhenius plot (lnk\ln k vs 1/T1/T) the slope Ea/R-E_a/R becomes less steep (smaller magnitude); intercept lnA\ln A may also shift. (2)


Q4

(a) [4] True rate =k[ester][H2O]= k[\text{ester}][\text{H}_2\text{O}]. Water is the solvent, in vast excess, so [H2O][\text{H}_2\text{O}] is effectively constant. (2) Then rate =kobs[ester]= k_{obs}[\text{ester}] with kobs=k[H2O]k_{obs} = k[\text{H}_2\text{O}] — the reaction appears first order (pseudo-first-order). (2)

(b) [6] Compare Expt 1 & 2 ([B][B] fixed): [A][A] doubles, rate ×4 → 2m=42^m=4, m=2m=2 (2nd order in A). (2) Compare Expt 2 & 3 ([A][A] fixed): [B][B] doubles, rate unchanged → 2n=12^n=1, n=0n=0 (0 order in B). (2) Overall order =m+n=2= m+n = 2. Rate =k[A]2= k[A]^2. (2)


Q5

(a) [5] RDS is step 2: rate =k2[N2O2][O2]= k_2[N_2O_2][O_2]. (1) Pre-equilibrium: K=[N2O2][NO]2K = \dfrac{[N_2O_2]}{[NO]^2}[N2O2]=K[NO]2[N_2O_2] = K[NO]^2. (2) Substitute: rate =k2K[NO]2[O2]= k_2 K [NO]^2[O_2]. (1) Define k=k2Kk = k_2K: rate =k[NO]2[O2]= k[NO]^2[O_2]. (1)

(b) [3] Overall order =2+1=3= 2 + 1 = 3 (third order). (1) The overall reaction 2NO+O22NO+O_2 would formally have molecularity 3 (termolecular), which is extremely rare; the mechanism shows it actually proceeds via bimolecular elementary steps. (1) Molecularity is defined only for elementary steps (integer count of species colliding), whereas the observed order comes from the composite mechanism — hence they can differ. (1)


Q6

(a) [4] k=PZeEa/RTk = P\,Z\,e^{-E_a/RT} (or k=PAeEa/RTk = PA e^{-E_a/RT}), where Z/AZ/A = collision frequency factor. (1) AA (frequency factor): number of collisions per unit time per unit concentration — the maximum possible rate if every sufficiently energetic collision reacted. (1.5) PP (steric factor): fraction accounting for correct orientation of colliding molecules; P1P\le1 typically, correcting for the fact that only properly-aligned collisions lead to reaction. (1.5)

(b) [4] Collision theory: reaction occurs when molecules collide with energy Ea\ge E_a and correct orientation; treats molecules as hard spheres, no explicit complex. (1) TST: reactants pass through a high-energy activated complex (transition state) in quasi-equilibrium at the energy barrier top; rate governed by decomposition of this complex. (2) Advantage of TST: incorporates molecular structure/thermodynamics (ΔG\Delta G^{\ddagger}) and predicts AA and PP better than the crude hard-sphere collision picture. (1)

[
{"claim":"Q1c: k = ln(1/0.6)/25 ≈ 0.02043 /min","code":"k=ln(1/Rational(6,10))/25; result=abs(float(k)-0.020431)<1e-4"},
{"claim":"Q1c: t_half = 0.693/k ≈ 33.9 min","code":"k=ln(1/Rational(6,10))/25; th=ln(2)/k; result=abs(float(th)-33.92)<0.1"},
{"claim":"Q3a: Ea ≈ 55.3 kJ/mol","code":"R=8.314; Ea=R*ln(4)/(Rational(1,300)-Rational(1,320)); result=abs(float(Ea)/1000-55.3)<0.5"},
{"claim":"Q4b: order in A is 2 (rate x4 when A doubled)","code":"m=log(4,2); result=m==2"}
]