Thermodynamics
Level 4: Application (Novel Problems, No Hints)
Time limit: 60 minutes Total marks: 50 Instructions: Answer all questions. Use , , , . Show all working.
Question 1 — Calorimetry with phase change (10 marks)
A sealed copper vessel of mass contains of water, all at . A block of ice of mass at is dropped in and the system sealed.
Data: , , (all ), latent heat of fusion .
(a) Determine the final equilibrium temperature of the system, showing that not all the ice necessarily melts (or that it does). (7) (b) State the final composition (masses of ice and liquid water present). (3)
Question 2 — Adiabatic + heat transfer chain (12 marks)
of an ideal diatomic gas () initially at and volume is compressed adiabatically and reversibly to one quarter of its volume.
(a) Find the final temperature and pressure. (4) (b) Find the work done on the gas during this compression. (3) (c) The gas (now at the compressed state) is placed in contact with a reservoir and allowed to cool at constant volume back to . Find the heat expelled in this step. (3) (d) The compressed hot gas, before cooling, is contained by a spherical steel shell of surface area and emissivity . Treating it as a grey body radiating into surroundings at , find the net instantaneous radiated power at the instant compression ends. (2)
Question 3 — Kinetic theory / Maxwell–Boltzmann (10 marks)
(a) For a gas of molecular mass at temperature , starting from the Maxwell–Boltzmann speed distribution derive expressions for the most probable speed and show that . (5)
(b) Nitrogen gas () is at . Compute , the mean speed , and numerically. (3)
(c) A rocket propulsion designer wants the fraction of molecules with speed above some threshold. Without full integration, explain qualitatively (using the distribution) why heating the gas from to increases the high-speed tail population more than proportionally, and what happens to the peak height of . (2)
Question 4 — Cycle efficiency and entropy (12 marks)
An inventor claims a heat engine operating between reservoirs at and that absorbs per cycle and delivers of work.
(a) Compute the claimed efficiency and the Carnot efficiency; state whether the claim is possible and justify using the second law. (4)
(b) For the claimed engine, compute the total entropy change of the universe per cycle () and comment. (4)
(c) A valid engine on the same reservoirs is instead run as a Carnot engine. It is then reversed to act as a refrigerator extracting heat from the space. Compute the coefficient of performance (COP) of this refrigerator. (2)
(d) If the refrigerator in (c) must extract from the cold space per cycle, find the work input required. (2)
Question 5 — Thermal expansion (short applied) (6 marks)
A steel measuring tape is calibrated correct at (). On a hot day at a surveyor reads a distance as using this tape.
(a) Is the true distance greater or less than the reading? Explain in one sentence. (2) (b) Compute the true distance. (4)
Answer keyMark scheme & solutions
Question 1 (10 marks)
Strategy: Compare heat available from cooling water+vessel to C against heat needed to warm ice to C and melt it.
(a) Heat released by water + copper cooling from C: (2)
Heat to warm ice from C: (1)
Heat to melt all ice: (1)
Remaining after warming ice: . Since , not all ice melts — system settles at C. (2)
Final temperature (1)
(b) Mass of ice melted: Ice remaining . Liquid water . (3) (Composition: ≈0.0378 kg ice + ≈0.242 kg water at 0°C.)
Question 2 (12 marks)
(a) Adiabatic: const, , . (2) Initial pressure . (2)
(b) Adiabatic , so work on gas , . (3)
(c) Constant-volume cooling K: Heat expelled (magnitude). (3)
(d) Net radiated power: , , difference . (2)
Question 3 (10 marks)
(a) : maximise ; set : (2) (standard result / from ). (2) (1)
(b) ; use , . (3)
(c) Raising shifts to higher speed and broadens the distribution; the exponential decays more slowly, so the tail beyond a fixed threshold grows disproportionately (exponentially sensitive). Normalisation (area fixed) plus broadening means the peak height decreases. (2)
Question 4 (12 marks)
(a) Claimed (56.0%). Carnot (50.0%). (2) Since claimed , the engine violates the second law (Kelvin–Planck / Carnot's theorem: no engine can exceed Carnot efficiency between the same reservoirs). Impossible. (2)
(b) For claimed engine, dumped to cold reservoir. (3) violates the second law (entropy of universe must not decrease) — confirms impossibility. (1)
(c) Reversed Carnot refrigerator: . (2)
(d) . (2)
Question 5 (6 marks)
(a) At C the steel tape has expanded, so each marked interval is longer than nominal; the tape under-reads, hence the true distance is greater than the reading. (2)
(b) . Each division length scales by : (4)
[
{"claim":"Q1: heat available (16112 J) < warm+melt-all (2016+26720), and melted ice mass ~0.0422 kg",
"code":"Qav=(0.200*4186+0.150*386)*18.0; Qwarm=0.0800*2100*12.0; Qmeltall=0.0800*3.34e5; mmelt=(Qav-Qwarm)/3.34e5; result = (Qav < Qwarm+Qmeltall) and abs(mmelt-0.0422)<0.001"},
{"claim":"Q2a: adiabatic final T = 300*4**0.4 ≈ 522.3 K",
"code":"Tf=300*4**0.4; result = abs(Tf-522.3)<0.5"},
{"claim":"Q2b: work on gas ≈1848 J and equals Q2c magnitude",
"code":"Tf=300*4**0.4; W=0.400*2.5*8.314*(Tf-300); result = abs(W-1848)<3"},
{"claim":"Q4a: claimed eff 0.56 exceeds Carnot 0.50",
"code":"eta=560/1000; etac=1-310/620; result = (eta>etac) and abs(etac-0.5)<1e-9"},
{"claim":"Q4b: dS_univ negative ≈ -0.1935 J/K",
"code":"dS=-1000/620+440/310; result = (dS<0) and abs(dS+0.1935)<0.001"},
{"claim":"Q5b: true distance ≈86.423 m",
"code":"L=86.400*(1+1.2e-5*22); result = abs(L-86.4228)<0.001"}
]