Quantum Statistics
Identical particles, the spin-statistics theorem, Bose-Einstein and Fermi-Dirac distributions, density of states, and occupation number formalism
Historical Context
In 1924, Satyendra Nath Bose derived Planck's radiation law by treating photons as indistinguishable particles, sending his paper to Einstein who extended the method to massive particles. In 1926, Enrico Fermi and Paul Dirac independently developed the statistics for particles obeying the Pauli exclusion principle. The spin-statistics theorem, proved by Pauli in 1940, established that integer-spin particles (bosons) obey Bose-Einstein statistics while half-integer-spin particles (fermions) obey Fermi-Dirac statistics.
These quantum distributions reduce to Maxwell-Boltzmann statistics in the dilute (\(n\lambda_{dB}^3 \ll 1\)) limit but produce dramatically different behavior at low temperatures, giving rise to phenomena like superconductivity, superfluidity, and white dwarf stability.
1. Identical Particles and Symmetry
In quantum mechanics, identical particles are truly indistinguishable. The exchange operator \(\hat{P}_{12}\) satisfies \(\hat{P}_{12}^2 = 1\), so its eigenvalues are \(\pm 1\):
Bosons (+1)
Integer spin (0, 1, 2, ...). Wave function symmetric under exchange. Any number can occupy the same state.
Examples: photons, phonons, \(^4\text{He}\), gluons, W/Z bosons, Higgs
Fermions (-1)
Half-integer spin (1/2, 3/2, ...). Wave function antisymmetric under exchange. At most one per quantum state (Pauli exclusion).
Examples: electrons, protons, neutrons, \(^3\text{He}\), quarks
Derivation 1: Counting States for Identical Particles
For \(N\) distinguishable particles distributed among \(G\) states, the number of arrangements is \(G^N\). For identical particles:
In the dilute limit \(N \ll G\), both reduce to \(G^N/N!\), which is the Maxwell-Boltzmann result with the Gibbs correction.
2. Quantum Distribution Functions
Derivation 2: Bose-Einstein Distribution
For bosons in a single-particle state \(k\) with energy \(\epsilon_k\), the occupation number \(n_k\) can be 0, 1, 2, .... The grand partition function for this mode is:
The mean occupation number:
For bosons, \(\mu \leq \epsilon_{\text{min}}\) (usually \(\mu \leq 0\)) to ensure non-negative occupation numbers.
Derivation 3: Fermi-Dirac Distribution
For fermions, \(n_k = 0\) or \(1\) only:
At \(T = 0\), this becomes a step function:\(\langle n_k \rangle = \theta(\mu - \epsilon_k)\). The chemical potential at\(T = 0\) defines the Fermi energy\(\epsilon_F = \mu(T=0)\).
3. Density of States
Derivation 4: Free Particle Density of States
For free particles in a box of volume \(V = L^3\) with periodic boundary conditions, the allowed momenta are \(\mathbf{p} = \hbar\mathbf{k}\) with\(\mathbf{k} = (2\pi/L)(n_x, n_y, n_z)\). The number of states with energy less than \(\epsilon\):
where \(g_s\) is the spin degeneracy. The density of states is:
In \(d\) dimensions, \(g(\epsilon) \propto \epsilon^{d/2 - 1}\). For 2D: \(g(\epsilon) = \text{const}\); for 1D: \(g(\epsilon) \propto \epsilon^{-1/2}\).
4. Thermodynamic Quantities
All thermodynamic quantities for quantum gases can be expressed as integrals over the density of states weighted by the distribution function:
Derivation 5: Equation of State \(PV = \frac{2}{3}E\)
Starting from the grand potential for a single mode:
Converting to an integral and integrating by parts:
Using \(g(\epsilon) \propto \epsilon^{1/2}\) in 3D and integrating by parts with \(\Phi(\epsilon) \propto \epsilon^{3/2}\):
This is a purely kinematic result, valid for both bosons and fermions, depending only on the non-relativistic dispersion \(\epsilon = p^2/(2m)\).
5. Comparing the Three Statistics
Unified Formula
In the limit \(\beta(\epsilon - \mu) \gg 1\) (dilute regime), all three converge to \(\langle n \rangle \approx e^{-\beta(\epsilon - \mu)}\). Quantum effects become important when \(n\lambda_{dB}^3 \gtrsim 1\), i.e., when the interparticle spacing becomes comparable to the de Broglie wavelength.
Degeneracy Parameter
The dimensionless quantity \(n\lambda_{dB}^3\) (where \(n = N/V\)) determines when quantum effects become important:
For air at room temperature: \(n\lambda_{dB}^3 \sim 10^{-6}\) (classical). For electrons in a metal: \(n\lambda_{dB}^3 \sim 10^3\) (deeply quantum). For liquid \(^4\text{He}\) at 2K: \(n\lambda_{dB}^3 \sim 7\) (strongly quantum).
6. Application: Photon Gas and Planck Distribution
Photons are massless bosons with \(\mu = 0\) (photon number is not conserved). The mean number of photons per mode with frequency \(\omega\) is:
The energy density per unit frequency is the Planck distribution:
Integrating gives the Stefan-Boltzmann law: \(U/V = (\pi^2 k_B^4 / 15\hbar^3 c^3)T^4\).
7. Computational Exploration
This simulation compares quantum distribution functions, demonstrates the density of states, shows Planck's radiation law, and visualizes the crossover from quantum to classical regimes.
Quantum Statistics: Distribution Functions, Planck Spectrum, and Density of States
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
8. Summary and Key Results
Core Formulas
- BE: \(\langle n \rangle = 1/(e^{\beta(\epsilon-\mu)}-1)\)
- FD: \(\langle n \rangle = 1/(e^{\beta(\epsilon-\mu)}+1)\)
- DOS (3D): \(g(\epsilon) \propto \epsilon^{1/2}\)
- Kinematic: \(PV = \frac{2}{3}E\)
Physical Insights
- Spin-statistics theorem: bosons symmetric, fermions antisymmetric
- Quantum effects when \(n\lambda_{dB}^3 \gtrsim 1\)
- Photons: \(\mu = 0\), Planck spectrum
- Classical limit recovered for dilute systems