Thermodynamics
Level 1: Recognition (MCQ, Matching, True/False with Justification)
Time Limit: 20 minutes
Total Marks: 30
Section A — Multiple Choice (1 mark each) [10 marks]
Q1. The Zeroth Law of Thermodynamics allows us to define:
- (a) Internal energy
- (b) Temperature
- (c) Entropy
- (d) Enthalpy
Q2. For an ideal monatomic gas, the ratio equals:
- (a)
- (b)
- (c)
- (d)
Q3. In an isothermal process for an ideal gas, the change in internal energy is:
- (a) Positive
- (b) Negative
- (c) Zero
- (d) Equal to the work done
Q4. The power radiated by a black body is proportional to:
- (a)
- (b)
- (c)
- (d)
Q5. The RMS speed of gas molecules is given by:
- (a)
- (b)
- (c)
- (d)
Q6. For an adiabatic process, the correct relation is:
- (a)
- (b)
- (c)
- (d)
Q7. The efficiency of a Carnot engine operating between and is:
- (a) 100%
- (b) 25%
- (c) 75%
- (d) 33%
Q8. The Boltzmann relation for entropy is:
- (a)
- (b)
- (c)
- (d)
Q9. The first law of thermodynamics, , uses the sign convention where is:
- (a) Work done on the gas
- (b) Work done by the gas
- (c) Always zero
- (d) Heat added
Q10. The Third Law of Thermodynamics states that as :
- (a)
- (b)
- (c)
- (d)
Section B — Matching (1 mark each) [6 marks]
Q11. Match each process (Column A) to its constant quantity (Column B):
| Column A | Column B |
|---|---|
| (i) Isothermal | (P) Pressure constant |
| (ii) Isochoric | (Q) Temperature constant |
| (iii) Isobaric | (R) No heat exchange () |
| (iv) Adiabatic | (S) Volume constant |
Q12. Match the law/quantity (Column A) to its expression (Column B):
| Column A | Column B |
|---|---|
| (i) Fourier's law | (P) |
| (ii) Heat engine efficiency | (Q) |
Section C — True/False WITH Justification (2 marks each: 1 verdict + 1 justification) [14 marks]
Q13. "Heat is a form of energy stored inside a body." (True/False + justify)
Q14. "The efficiency of a real heat engine can equal that of a Carnot engine operating between the same two temperatures." (True/False + justify)
Q15. "For an ideal gas, temperature is a measure of the average kinetic energy of its molecules." (True/False + justify)
Q16. "In a free expansion of an ideal gas into vacuum, the temperature drops." (True/False + justify)
Q17. "The Clausius statement of the second law says heat cannot spontaneously flow from a cold body to a hot body." (True/False + justify)
Q18. "The internal energy of moles of an ideal gas with degrees of freedom is ." (True/False + justify)
Q19. "Entropy of an isolated system can decrease during an irreversible process." (True/False + justify)
Answer keyMark scheme & solutions
Section A
Q1. (b) Temperature. [1]
The Zeroth Law establishes transitivity of thermal equilibrium, which lets us assign a consistent temperature scale.
Q2. (c) . [1]
Monatomic: , , , so .
Q3. (c) Zero. [1]
depends only on for an ideal gas; isothermal ⇒ .
Q4. (d) . [1]
Stefan–Boltzmann law: .
Q5. (a) . [1]
From .
Q6. (b) . [1]
Standard adiabatic relation for an ideal gas.
Q7. (b) 25%. [1]
.
Q8. (b) . [1]
Boltzmann's entropy formula; = number of microstates.
Q9. (b) Work done by the gas. [1]
Convention: positive when gas expands and does work on surroundings.
Q10. (c) . [1]
Third law: entropy of a perfect crystal → 0 as .
Section B
Q11. (i)→Q, (ii)→S, (iii)→P, (iv)→R. [½ each = 2]
Isothermal = T const; isochoric = V const; isobaric = P const; adiabatic = no heat exchange.
Q12. (i)→ (conduction rate ; not listed among P/Q — see note), (ii)→P. [1 each = 2]
Correct intended pairing: Heat engine efficiency → (P) ; Entropy definition → (Q) . Award (i)→Q, (ii)→P.
(Fourier's law ; efficiency (P); Clausius entropy (Q).)
Section C
Q13. False. [1] Heat is energy in transit due to a temperature difference; it is not stored. What is stored is internal energy. [1]
Q14. False. [1] Carnot efficiency is the maximum possible (all real processes are irreversible), so real engines are always less efficient. [1]
Q15. True. [1] Kinetic theory gives , so average translational KE per molecule. [1]
Q16. False. [1] In free expansion of an ideal gas, and (no external pressure), so , hence is unchanged. [1]
Q17. True. [1] The Clausius statement: no process is possible whose sole result is heat transfer from a colder to a hotter body (without external work). [1]
Q18. True. [1] Each degree of freedom contributes per molecule; for moles, . [1]
Q19. False. [1] Second law: for an isolated system ; it can only increase or stay constant, never decrease. [1]
[
{"claim":"Monatomic gamma = 5/3","code":"Cv=Rational(3,2); Cp=Rational(5,2); result=(Cp/Cv==Rational(5,3))"},
{"claim":"Carnot efficiency between 400K and 300K is 0.25","code":"eta=1-Rational(300,400); result=(eta==Rational(1,4))"},
{"claim":"RMS speed squared equals 3kT/m from (1/2)m v2 = (3/2)kT","code":"k,T,m=symbols('k T m',positive=True); v2=solve(Eq(Rational(1,2)*m*symbols('vsq'),Rational(3,2)*k*T),symbols('vsq'))[0]; result=(simplify(v2-3*k*T/m)==0)"},
{"claim":"U=(f/2)nRT gives f=3 -> U=(3/2)nRT","code":"n,R,T=symbols('n R T',positive=True); f=3; U=Rational(f,2)*n*R*T; result=(simplify(U-Rational(3,2)*n*R*T)==0)"}
]