Lesson 4 of 15

Thermal Velocity

Thermal Velocity

Particles in a plasma follow a Maxwell-Boltzmann distribution of speeds. Several characteristic speeds describe this distribution.

Thermal Velocity

The thermal velocity (root-mean-square of one velocity component):

vth=kBTmv_{th} = \sqrt{\frac{k_B T}{m}}

Most Probable Speed

The speed at the peak of the Maxwell-Boltzmann distribution:

vp=2kBTmv_p = \sqrt{\frac{2 k_B T}{m}}

Mean Speed

The average speed of particles:

vˉ=8kBTπm\bar{v} = \sqrt{\frac{8 k_B T}{\pi m}}

Where kB=1.381×1023k_B = 1.381 \times 10^{-23} J/K, and the masses are:

  • Electron: me=9.109×1031m_e = 9.109 \times 10^{-31} kg
  • Proton: mp=1.673×1027m_p = 1.673 \times 10^{-27} kg

Comparing Electrons and Ions

Since vth1/mv_{th} \propto 1/\sqrt{m}, electrons are much faster than ions at the same temperature:

vth,evth,i=mime43 (for hydrogen)\frac{v_{th,e}}{v_{th,i}} = \sqrt{\frac{m_i}{m_e}} \approx 43 \text{ (for hydrogen)}

Physical Significance

  • Thermal velocities determine transport properties (diffusion, conductivity)
  • Particles with v>vthv > v_{th} can escape confinement (loss cone in mirrors)
  • Comparing vthv_{th} with wave phase velocities determines wave-particle interactions (Landau damping)

Implement the three thermal speed functions — all constants must live inside the function bodies.

Python runtime loading...
Loading...
Click "Run" to execute your code.