Speed distribution¶
For a system containing a large number of identical non-interacting non-relativistic classical particles in thermodynamic equilibrium, the speed distribution function is a function such that \(f(v) dv\) gives the fraction of particles with speeds in the interval \(dv\) at speed \(v\).
Notation:
\(k_\text{B}\) (
k_B
) isboltzmann_constant
.
Notes:
Number of particles is big enough that the laws of thermodynamics can be applied.
Particles are identical, non-interacting, non-relativistic, and classical.
The ensemble of particles is at thermodynamic equilibrium.
Links:
- speed_distribution_function¶
Speed distribution function.
- Symbol:
f(v)
- particle_speed¶
Particle speed.
- Symbol:
v
- equilibrium_temperature¶
Equilibrium
temperature
of the ensemble.- Symbol:
T
- Latex:
\(T\)
- Dimension:
temperature
- law¶
f(v) = sqrt(2 / pi) * (m / (k_B * T))^(3/2) * v^2 * exp(-1 * m * v^2 / (2 * k_B * T))
- Latex:
- \[f(v) = \sqrt{\frac{2}{\pi}} \left( \frac{m}{k_\text{B} T} \right)^{3/2} v^2 \exp \left( - \frac{m v^2}{2 k_\text{B} T} \right)\]