Thermodynamics (Chemical)
Level: 3 (Derivations from scratch, explain-out-loud reasoning, quantitative synthesis) Time limit: 45 minutes Total marks: 60
Use , . Show all reasoning. State every assumption "out loud."
Question 1 — Derive the reversible isothermal work (10 marks)
(a) Starting from the definition of expansion work , derive from scratch the expression for the work done on an ideal gas during a reversible isothermal expansion from to . State explicitly at each step why you may make the substitutions you make. (6)
(b) Hence explain out loud why (isothermal) is always more negative than against a constant external pressure for the same expansion, and why work is a path function while is a state function. (4)
Question 2 — First law numerics (8 marks)
of an ideal gas expands isothermally and reversibly at from to .
(a) Calculate , , and for the process (chemist sign convention). (6) (b) Justify your value of in one sentence referencing the nature of for an ideal gas. (2)
Question 3 — from first principles (10 marks)
(a) Derive the relationship for one mole of an ideal gas, beginning from and the definitions , . State the ideal-gas fact you invoke. (6)
(b) For an ideal monatomic gas . Compute and comment on why this differs for a diatomic gas. (4)
Question 4 — Born–Haber cycle from memory (12 marks)
Construct the Born–Haber cycle for solid and use it to calculate the lattice enthalpy (defined as the enthalpy of ).
Data (kJ mol⁻¹):
| Quantity | Value |
|---|---|
| Sublimation of Na | |
| Ionization energy of Na | |
| Bond dissociation | |
| Electron affinity of Cl |
(a) Draw/describe the cycle labelling each step. (5) (b) Calculate . (5) (c) Explain why lattice enthalpies cannot be measured directly and must be obtained this way. (2)
Question 5 — Gibbs, entropy and equilibrium (12 marks)
For the reaction at : , .
(a) Calculate at and state whether the reaction is spontaneous under standard conditions. (3) (b) Derive/state the temperature at which the reaction becomes spontaneous, explaining out loud how the sign of flips. (3) (c) Using , calculate at . (4) (d) Explain the physical meaning of your value in one sentence. (2)
Question 6 — Coupling reactions (8 marks)
The reaction has (non-spontaneous). The hydrolysis of ATP has .
(a) Explain, using the state-function property of , how coupling these reactions drives . (3) (b) Calculate for the coupled process and its equilibrium constant at . (5)
Answer keyMark scheme & solutions
Question 1 (10)
(a) Start: . (1) Reversible ⇒ system is always in mechanical equilibrium with surroundings, so at every instant. (1, the key substitution justification) Ideal gas: . (1) Isothermal ⇒ constant, pull out. (1) (2)
(b) For expansion (), in the reversible case is always the (higher) instantaneous gas pressure whereas irreversibly it is a fixed lower value ; the reversible path integrates over larger pressures at every stage, giving maximum (most negative) work. (2) depends on the path taken between the same endpoints (rev vs irrev give different values), so it is a path function; depends only on initial and final states (here ), so it is a state function. (2)
Question 2 (8)
(a) . (3) Isothermal ideal gas ⇒ . (1) First law . (2)
(b) of an ideal gas depends only on ; since is constant, . (2)
Question 3 (10)
(a) . For ideal gas , so . (2) Differentiate w.r.t. : . (2) For an ideal gas and depend only on , so partial derivatives equal total derivatives: . (2)
(b) ; . (2) Diatomic gases have extra rotational (and vibrational) degrees of freedom raising to , giving ; more ways to store energy ⇒ lower . (2)
Question 4 (12)
(a) Cycle (all in kJ mol⁻¹): Alternative route: sublimation (+108) → ionization (+496) → ½ bond dissoc. (+122) → electron affinity (−349) → lattice enthalpy . (5)
(b) Hess's law around the cycle: (5)
(c) Free gaseous ions combining directly into a crystal is not experimentally realisable in isolation; the value is inferred indirectly via the cycle using measurable quantities. (2)
Question 5 (12)
(a) . Positive ⇒ non-spontaneous under standard conditions. (3)
(b) Spontaneous when . Above this , the term outweighs , flipping negative. (3)
(c) ; . (4)
(d) ⇒ at equilibrium reactant predominates over at 298 K. (2)
Question 6 (8)
(a) is a state function, so for the summed (coupled) reaction . If the large negative outweighs the positive , the overall process becomes spontaneous. (3)
(b) . (2) ; . (3)
[
{"claim":"Q2 reversible work ≈ -6915 J","code":"import math; w=-2.00*8.314*300*math.log(20/5); result = abs(w-(-6915))<2"},
{"claim":"Q4 lattice enthalpy = -788 kJ/mol","code":"latt=-411-(108+496+122-349); result = latt==-788"},
{"claim":"Q5 dG = +4752 J and K ≈ 0.147","code":"import math; dG=57200-298*176; K=math.exp(-dG/(8.314*298)); result = abs(dG-4752)<1 and abs(K-0.147)<0.005"},
{"claim":"Q5 crossover T = 325 K","code":"T=57200/176; result = abs(T-325)<1"},
{"claim":"Q6 coupled K ≈ 10.3 at 310 K","code":"import math; dG=-6000; K=math.exp(-dG/(8.314*310)); result = abs(K-10.3)<0.3"}
]