Problem Set | Physics - Wyatt's Notes
Problem 1
Section titled “Problem 1”Calculate the Fermi energy and Fermi temperature for sodium. Given: electron density , kg.
Solution
Problem 2
Section titled “Problem 2”A 3D Bose gas of particles of mass is confined to volume . Show that the heat capacity at constant volume has a discontinuity at and find the jump.
Solution
Above (classical regime): .
Below : .
At :
, :
At : .
The jump is .
Problem 3
Section titled “Problem 3”Derive the virial expansion for a non-ideal gas in terms of the second virial coefficient And show that can be expressed in terms of the two-particle interaction potential .
Solution
The pressure of a real gas is expanded as .
For a classical gas with pairwise interaction :
For a hard-sphere gas ( for , for ):
Where is the volume of one sphere. The van der Waals excluded volume parameter is .
Problem 4
Section titled “Problem 4”Show that the classical limit of the Fermi-Dirac distribution reproduces the Maxwell-Boltzmann distribution, and derive the condition for the classical limit in terms of the density of states.
Solution
The Fermi-Dirac distribution is:
The total number of particles is:
In the classical limit The is negligible:
e^{\beta\mu} = \frac{N}{\int_0^\infty g(\varepsilon)\, e^{-\beta\varepsilon}\, d\varepsilon} = \frac{N\lambda_{\mathrm{th}^3}{V}}
The classical limit requires I.e., Or equivalently, the average inter-particle spacing must be much larger than .
Problem 5
Section titled “Problem 5”Compute the partition function for a single quantum harmonic oscillator and verify that the average energy is where .
Solution
At high (): (equipartition). At low : (zero-point energy).
Problem 6
Section titled “Problem 6”A paramagnetic salt consists of non-interacting spin-1/2 particles with magnetic moment . The system is placed in an external magnetic field at temperature . Compute the magnetisation and the magnetic susceptibility .
Solution
For a single spin-1/2 particle, the energy levels are and . The single-particle partition function is:
For non-interacting spins, .
The magnetisation is:
The susceptibility at small (or high , where ):
This is the Curie law with , showing that paramagnetic susceptibility obeys a dependence at high temperatures.
Problem 7
Section titled “Problem 7”Derive the Stefan-Boltzmann law for blackbody radiation from the Planck distribution. Compute the photon number density and the average energy per photon at temperature .
Solution
The Planck distribution gives the spectral energy density:
Integrating over all frequencies:
Let :
where is the Stefan-Boltzmann constant.
The photon number density is:
The average energy per photon is .
Problem 8
Section titled “Problem 8”For the Ising model on a 2D square lattice, explain why the mean-field approximation predicts a phase transition at (where for the square lattice), while the exact Onsager solution gives . Why is mean-field theory inaccurate in low dimensions?
Solution
In mean-field theory, each spin experiences an effective field . The self-consistency equation is . For , only the trivial solution exists; below , a non-zero magnetisation appears.
For the square lattice, , so . The exact Onsager solution gives . The discrepancy arises because mean-field theory neglects fluctuations, which are significant in low dimensions. In 1D, mean-field theory incorrectly predicts a phase transition at finite , while the exact solution shows no spontaneous magnetisation at any . The lower critical dimension for the Ising model is , below which fluctuations destroy long-range order.
Problem 9
Section titled “Problem 9”A system consists of distinguishable three-level particles, each with energies , , and . The system is in contact with a heat bath at temperature . (a) Write the single-particle partition function. (b) Find the average energy of the system. (c) Compute the heat capacity and sketch it as a function of . What is the limiting behaviour as and ?
Solution
(a) .
(b) For distinguishable particles, . The average energy is:
= N\frac{\varepsilon e^{-\beta\varepsilon} + 2\varepsilon e^{-2\beta\varepsilon}}{1 + e^{-\beta\varepsilon} + e^{-2\beta\varepsilon}}$$ (c) $C_V = \frac{\partial \langle E \rangle}{\partial T} = \frac{1}{k_B T^2}\frac{\partial \langle E \rangle}{\partial \beta}$. As $T \to 0$: $\beta \to \infty$, all particles are in the ground state, $\langle E \rangle \to 0$, $C_V \to 0$ (all degrees of freedom frozen out). As $T \to \infty$: $\beta \to 0$, all three states are equally populated with probability $1/3$, $\langle E \rangle \to N\varepsilon$, $C_V \to 0$ (saturation). The heat capacity shows a peak (Schottky anomaly) at intermediate temperatures where the thermal energy $k_B T$ is comparable to $\varepsilon$. $\blacksquare$ </details> ```mermaid flowchart TD A[9_Problem Set] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage] ``` ## Intuition Thermal physics connects the microscopic world of individual particles to the macroscopic world of temperature, pressure, and entropy. The partition function is the central object: it encodes all thermodynamic information about a system by summing Boltzmann weights over every possible state. From it, one can derive free energies, equations of state, and response functions. The key insight is that entropy counts the number of microstates consistent with a macrostate, and equilibrium corresponds to the macrostate with the most microstates. ## Cross-References - **[Statistical Mechanics](2_statistical-mechanics)**: The Fermi energy and partition function calculations in this problem set apply the canonical ensemble methods from this chapter. - **[Fermi Gas at Finite Temperature](4_fermi-gas-at-finite-temperature)**: The Fermi energy problems are direct applications of the finite-temperature electron gas theory. - **[Classical Limit and the Maxwell-Boltzmann Distribution](7_classical-limit-and-the-maxwell-boltzmann-distribution)**: The high-temperature limit of quantum statistics recovers the classical ideal gas results tested in several problems. - [Calculus](https://mathematics.wyattau.com/docs/calculus) - [Linear Algebra](https://mathematics.wyattau.com/docs/linear-algebra) - [Vector Calculus](https://mathematics.wyattau.com/docs/vector-calculus) - [Quantum Computing](https://computer-science.wyattau.com/docs/quantum-computing) ## Common Mistakes **Using wrong units for temperature in statistical mechanics:** All statistical formulas require absolute temperature (Kelvin). Using Celsius or Fahrenheit gives exponentially wrong Boltzmann factors. **Confusing specific heat at constant volume vs pressure:** C_V = (∂U/∂T)_V; C_P = (∂H/∂T)_P. For ideal gases C_P = C_V + nR, but this relation fails for real gases and solids. **Forgetting the density of states in Fermi energy calculations:** The Fermi energy depends on the number density n through E_F = (ℏ²/2m)(3π²n)^(2/3). Omitting the density of states factor gives incorrect degeneracy temperatures.