Thermodynamics & Statistical Mechanics (Advanced)
Level 4 — Application (Novel Problems)
Time limit: 60 minutes
Total marks: 50
Instructions: Answer all questions. Show all working. Use for Boltzmann's constant, for Avogadro's number, .
Question 1 — Thermodynamic potentials & Maxwell relations (10 marks)
A gas obeys the equation of state , where is a constant.
(a) Starting from the Helmholtz free energy , derive the Maxwell relation ... [correct: ] and use it to compute for this gas. (4)
(b) Using the result of (a), show that the internal energy of this gas is independent of volume at fixed temperature. (3)
(c) For an isothermal expansion from to , derive the change in Helmholtz free energy . (3)
Question 2 — Two-level system & partition function (11 marks)
Consider a system of distinguishable, non-interacting particles. Each particle has exactly two energy levels: and (both non-degenerate).
(a) Write the single-particle partition function and hence the total partition function . (2)
(b) Derive an expression for the average internal energy as a function of temperature. (3)
(c) Derive the heat capacity and sketch qualitatively its behaviour, identifying the temperature scale of the peak (the Schottky anomaly). (4)
(d) Determine the limiting values of the entropy as and , and comment physically. (2)
Question 3 — Clausius–Clapeyron & phase equilibrium (10 marks)
The vapour pressure of a certain liquid is measured to be Pa at K and Pa at K.
(a) Stating your assumptions (ideal vapour, negligible liquid volume, constant latent heat), derive the integrated Clausius–Clapeyron relation . (4)
(b) Calculate the molar latent heat of vaporisation . (4)
(c) State the Gibbs phase rule and use it to find the number of degrees of freedom for this liquid–vapour coexistence line (single component). (2)
Question 4 — Quantum statistics of a fermion gas (11 marks)
Consider a gas of non-interacting spin- fermions in a 3D box of volume at .
(a) State the Fermi–Dirac occupation function and explain its form at . (2)
(b) Show that the Fermi energy is where . You may use that the density of states per unit volume is (including spin). (5)
(c) Show that the total ground-state energy is . (4)
Question 5 — Planck distribution & equipartition (8 marks)
(a) For a single mode of the electromagnetic field of frequency , treated as a quantum harmonic oscillator with energies (), evaluate the partition function and show the average energy is . (5)
(b) Show that in the high-temperature (classical) limit this reduces to , and explain how this connects to the equipartition theorem. (3)
Answer keyMark scheme & solutions
Question 1 (10 marks)
(a) . Since is a state function, mixed second derivatives are equal: (2 marks: identify ; 1 mark: equality of mixed partials; 1 mark: correct Maxwell relation)
From : , so
(b) From at fixed : Hence is independent of at fixed . (1 mark: expression; 1 mark: substitution; 1 mark: cancellation → 0)
(c) At fixed : (1 mark: ; 1 mark: integrand; 1 mark: result)
Question 2 (11 marks)
(a) . Distinguishable: . (1 + 1)
(b) , with . (1 mark: formula; 1 mark: differentiation; 1 mark: simplified result)
(c) Let . (2 marks derivation; 1 mark result) Sketch: rises from 0, peaks around (i.e. ), falls off as at high — the Schottky anomaly. (1 mark)
(d) : all particles in ground state, , (third law). : both levels equally populated, , . (1 + 1)
Question 3 (10 marks)
(a) Clapeyron: . With ideal vapour (per mole), negligible , constant : Integrating: (1 mark Clapeyron; 1 mark approximation; 1 mark separation; 1 mark integration)
(b) . K⁻¹. kJ/mol. (1 mark ; 1 mark reciprocal difference; 1 mark substitution; 1 mark answer)
(c) Gibbs phase rule: . Here , (two coexisting phases): . One degree of freedom (the coexistence line). (1 + 1)
Question 4 (11 marks)
(a) . At : step function — for , for ; all states below filled. (1 + 1)
(b) Solve for : , so (1 mark integral setup; 1 mark integration; 1 mark rearrangement; 2 marks final result)
(c) Divide by expression: . Hence . (1 mark integral; 1 mark integration; 1 mark ratio; 1 mark result)
Question 5 (8 marks)
(a) (geometric series). (1 mark sum; 1 mark closed form; 1 mark formula; 1 mark differentiation; 1 mark result)
(b) High : , , so . (2 marks) This matches equipartition: an oscillator has two quadratic degrees of freedom (kinetic + potential), each , giving . (1 mark)
[
{"claim":"Q3: molar latent heat L ≈ 3.01e4 J/mol","code":"R=8.314; T1=300; T2=330; P1=1e4; P2=3e4; L=-R*log(P2/P1)/(1/T2-1/T1); result = abs(L-3.014e4) < 200"},
{"claim":"Q3: Gibbs phase rule F=1 for 1 component 2 phases","code":"C=1; P=2; F=C-P+2; result = (F==1)"},
{"claim":"Q2: high-T entropy limit is N kB ln2 (Omega=2**N)","code":"N=symbols('N',positive=True); kB=symbols('k_B',positive=True); S=kB*log(2**N); result = simplify(S - N*kB*log(2))==0"},
{"claim":"Q4: U = (3/5) N E_F from ratio of integrals","code":"E,EF=symbols('E E_F',positive=True); num=integrate(E*sqrt(E),(E,0,EF)); den=integrate(sqrt(E),(E,0,EF)); result = simplify(num/den - Rational(3,5)*EF)==0"},
{"claim":"Q5: high-T limit of Planck energy is kBT","code":"h,nu,kB,T=symbols('h nu k_B T',positive=True); E=h*nu/(exp(h*nu/(kB*T))-1); lim=limit(E,T,oo); result = simplify(lim-kB*T)==0"}
]