States of Matter (Quantitative)
Level: 5 — Mastery (cross-domain: derivation, physics, computation) Time limit: 75 minutes Total marks: 60
Constants (use as needed): , , .
Question 1 — Kinetic theory to Maxwell speeds (24 marks)
(a) Starting from the assumptions of the kinetic molecular theory, derive the expression for an ideal gas, clearly justifying the factor and the transition from a single-molecule momentum change to the total pressure on a wall. (8)
(b) Using the ideal gas equation, show that and hence that the average translational kinetic energy per mole is . (4)
(c) The Maxwell–Boltzmann speed distribution is Derive the most probable speed by maximising , and state (with the standard integral results) the relationships (6)
(d) For gas () at , compute , and in . Comment on which is largest and why. (6)
Question 2 — Real gases, van der Waals & critical state (20 marks)
(a) Explain the physical origin of the constants and in the van der Waals equation and state how each contributes to positive or negative deviation of the compressibility factor from 1. (4)
(b) By treating the critical point as the point where and , derive the critical constants: (8)
(c) Hence show the critical compressibility factor , independent of the gas, and state what deviation of real (~0.27–0.30) tells you about the van der Waals model. (4)
(d) For , , . Compute (K) and (atm). (4)
Question 3 — Solid state crystallography (16 marks)
(a) Derive the atomic packing fraction of the FCC lattice from first principles, expressing the relation between edge length and atomic radius , the number of atoms per cell, and hence obtaining the value . (6)
(b) Silver crystallises FCC with density and molar mass . Compute the edge length (in pm) and the atomic radius (in pm). (6)
(c) Distinguish Schottky and Frenkel defects, and state the effect of each on the density of the crystal. Give one example of an ionic solid favouring each. (4)
Answer keyMark scheme & solutions
Question 1
(a) Derivation of (8)
- Assume molecules mass in cube side ; consider one molecule with velocity component . On elastic collision with a wall , momentum change . (1)
- Time between successive collisions with same wall , so force from one molecule . (2)
- Pressure from all molecules on that wall . (2)
- Isotropy: ; this gives the factor . (2)
- , with and . (1)
(b) (4)
- . For 1 mole , , and : (1)
- . (2)
- KE per mole . (1)
(c) (6)
- Maximise : set . (1)
- . (2)
- . (1)
- Standard integrals give , ; factoring gives ratio . (2)
(d) (6) , .
- .
- . (2)
- . (2)
- . (1)
- because rms weights faster molecules more heavily (squares). (1)
Question 2
(a) (4)
- corrects for intermolecular attractions — reduces wall pressure (); dominates at moderate P/low T giving . (2)
- is the excluded volume (finite molecular size), molecular volume per mole; dominates at high P giving . (2)
(b) (8)
- . (1)
- . (2)
- . (2)
- Dividing the two conditions: . (1)
- Substitute back: . (1)
- . (1)
(c) (4)
- . (2)
- Universal independent of → law of corresponding states. Real –0.30 lower shows vdW overestimates ; model is approximate. (2)
(d) (4)
- . (2)
- . (2)
Question 3
(a) (6)
- FCC: atoms touch along face diagonal , so . (2)
- Atoms/cell . (2)
- APF . (2)
(b) (6) , .
- . (2)
- . (2)
- . (2)
(c) (4)
- Schottky: equal numbers of cation and anion vacancies; decreases density; e.g. NaCl, KCl. (2)
- Frenkel: ion (usually smaller cation) displaced to interstitial site — vacancy + interstitial; density unchanged; e.g. AgCl, ZnS. (2)
[
{"claim":"N2 rms speed at 300K ~517 m/s","code":"R=8.314;T=300;M=0.028;vrms=sqrt(3*R*T/M);result=abs(float(vrms)-517.0)<2"},
{"claim":"N2 mp speed ~422 m/s","code":"R=8.314;T=300;M=0.028;vmp=sqrt(2*R*T/M);result=abs(float(vmp)-422.1)<2"},
{"claim":"N2 avg speed ~476 m/s","code":"import sympy;R=8.314;T=300;M=0.028;vavg=sqrt(8*R*T/(pi*M));result=abs(float(vavg)-476.3)<2"},
{"claim":"CO2 Tc ~307.9 K","code":"a=3.640;b=0.04267;Rr=0.08206;Tc=8*a/(27*Rr*b);result=abs(float(Tc)-307.9)<1.0"},
{"claim":"CO2 Pc ~74 atm","code":"a=3.640;b=0.04267;Pc=a/(27*b**2);result=abs(float(Pc)-74.0)<1.0"},
{"claim":"Zc = 3/8","code":"result=Rational(3,8)==Rational(3,8)"},
{"claim":"FCC packing fraction ~0.7405","code":"apf=pi/(3*sqrt(2));result=abs(float(apf)-0.7405)<0.001"},
{"claim":"Ag radius ~144.5 pm","code":"NA=6.022e23;M=107.87;rho=10.5;Z=4;a3=Z*M/(NA*rho);a=a3**(Rational(1,3));r=a/(2*sqrt(2));result=abs(float(r)*1e8-144.5)<1.0"}
]