sign up I login
 advanced
» win an I-Phone. check i-points

Community Contributions - Articles by goIITians

  Back to Community Shelf like the article? email it to a friend. email this article!  
  Maxwell-Boltzmann Distribution graph   2 Nickels awarded!
Tagged with:    [Post New]posted on 25 Jun 2007 13:37:51 IST    

Physical applications of the Maxwell?Boltzmann distribution

The Maxwell?Boltzmann distribution forms the basis of the kinetic theory of gases, which explains many fundamental gas properties, including pressure and diffusion. The Maxwell?Boltzmann distribution is usually thought of as the distribution of molecular speeds in a gas, but it can also refer to the distribution of velocities, momenta, and magnitude of the momenta of the molecules, each of which will have a different probability distribution function, all of which are related.
The Maxwell?Boltzmann distribution can be derived using statistical mechanics . It corresponds to the most probable speed distribution in a collisionally-dominated system consisting of a large number of non-interacting particles in which quantum effects are negligible. Since interactions between the molecules in a gas are generally quite small, the Maxwell-Boltzmann distribution provides a very good approximation of the conditions in a gas.
There are many cases (such as elastic collisions) where these conditions do not apply. For example, the physics of the ionosphere and space plasmas where recombination and collisional excitation (i.e. radiative processes) are important: especially for electrons. If you applied the Maxwell distribution and its assumptions here, you would get the wrong numbers, and you miss the basic physics of the problem. Another example where applying the Maxwell-Boltzmann Distribution would give incorrect results is in cases where the quantum thermal wavelength of the gas is not small compared to the distance between particles. There, the theory would fail to account for significant quantum effects. Also, as it is based on nonrelativistic assumptions, the Maxwell-Boltzmann distribution does not predict zero probability for molecular velocities in excess of the speed of light.
Originally suggested by Maxwell who assumed all three directions would behave in the same fashion, a later derivation by Boltzmann dropped this assumption using kinetic theory. The Maxwell?Boltzmann distribution can now most readily be derived from the Boltzmann distribution for energies:
\frac{N_i}{N} = \frac{g_i \exp\left(-E_i/kT \right) } { \sum_{j}^{} g_j \,{\exp\left(-E_j/kT\right)} } \qquad\qquad (1)
where Ni is the number of molecules at equilibrium temperature T, in a state i which has energy Ei and degeneracy gi, N is the total number of molecules in the system and k is the Boltzmann constant. (Note that sometimes the above equation is written without the degeneracy factor gi. In this case the index i will specify an individual state, rather than a set of gi states having the same energy Ei.) Because velocity and speed are related to energy, Equation 1 can be used to derive relationships between temperature and the speeds of molecules in a gas. The denominator in this equation is known as the canonical partition function.

 Distribution of the momentum vector

What follows is a derivation wildly different from the derivation described by James Clerk Maxwell and later described with fewer assumptions by Ludwig Boltzmann. Instead it is close to Boltzmann's later approach of 1877.
For the case of an "ideal gas" consisting of non-interacting atoms in the ground state, all energy is in the form of kinetic energy. The relationship between kinetic energy and momentum for massive particles is
E=\frac{p^2}{2m}
where p2 is the square of the momentum vector p = [pxpypz]. We may therefore rewrite Equation 1 as:
\frac{N_i}{N} = \frac{1}{Z} \exp \left[ \frac{-(p_x^2 + p_y^2 + p_z^2)}{2mkT} \right] \qquad\qquad (3)
where Z is the partition function, corresponding to the denominator in Equation 1. Here m is the molecular mass of the gas, T is the thermodynamic temperature and k is the Boltzmann constant. This distribution of Ni/N is proportional to the probability density function fp for finding a molecule with these values of momentum components, so:
f_\mathbf{p} (p_x, p_y, p_z) = \frac{c}{Z} \exp \left[ \frac{-(p_x^2 + p_y^2 + p_z^2)}{2mkT} \right]. \qquad\qquad (4)
The normalizing constant c, can be determined by recognizing that the probability of a molecule having any momentum must be 1. Therefore the integral of equation 4 over all px, py, and pz must be 1.
It can be shown that:
c = \frac{Z}{(\sqrt{2 \pi mkT}) ^ 3}. \qquad\qquad (5)
Substituting Equation 5 into Equation 4 gives:
f_\mathbf{p} (p_x, p_y, p_z) = \sqrt{\left( \frac{1}{2 \pi mkT} \right)^3} \exp \left[ \frac{-(p_x^2 + p_y^2 + p_z^2)}{2mkT} \right]. \qquad\qquad (6)
The distribution is seen to be the product of three independent normally distributed variables px py, and pz, with variance mkT. Additionally, it can be seen that the magnitude of momentum will be distributed as a Maxwell?Boltzmann distribution, with a=\sqrt{mkT}.

 Distribution of the energy

Using p2 = 2mE we get the energy distribution:
f_E\,dE=f_p\left(\frac{dp}{dE}\right)\,dE =2\sqrt{\frac{E}{\pi(kT)^3}}~\exp\left[\frac{-E}{kT}\right]\,dE. \qquad \qquad(7)
Since the energy is proportional to the sum of the squares of the three normally distributed momentum components, this distribution is a chi-square distribution with three degrees of freedom:
f_E(E)\,dE=\chi^2(x;3)\,dx
where
x=\frac{2E}{kT}.\,
The Maxwell?Boltzmann distribution can also be obtained by considering the gas to be a quantum gas.

Distribution of the velocity vector

Recognizing that the velocity probability density fv is proportional to the momentum probability density function by
f_\mathbf{v} d^3v = f_\mathbf{p} \left(\frac{dp}{dv}\right)^3 d^3v
and using p = mv we get
f_\mathbf{v} (v_x, v_y, v_z) = \sqrt{ \left(\frac{m}{2 \pi kT} \right)^3} \exp \left[ \frac{-m(v_x^2 + v_y^2 + v_z^2)}{2kT} \right], \qquad\qquad (8)
which is the Maxwell?Boltzmann velocity distribution. The probability of finding a particle with velocity in the infinitesimal element [dvxdvydvz] about velocity v = [vxvyvz] is
f_\mathbf{v} \left(v_x, v_y, v_z\right)\, dv_x\, dv_y\, dv_z.
Like the momentum, this distribution is seen to be the product of three independent normally distributed variables vx vy, and vz, but with variance kT / m. It can also be seen that the Maxwell?Boltzmann velocity distribution for the vector velocity [vxvyvz] is the product of the distributions for each of the three directions:
f_v \left(v_x, v_y, v_z\right) = f_v (v_x)f_v (v_y)f_v (v_z)
where the distribution for a single direction is
f_v (v_i) = \sqrt{\frac{m}{2 \pi kT}} \exp \left[ \frac{-mv_i^2}{2kT} \right]. \qquad\qquad (9)
This distribution has the form of a normal distribution, with variance \frac{kT}{m}. As expected for a gas at rest, the average velocity in any particular direction is zero.

 Distribution of speeds

The speed probability density functions of the speeds of a few noble gases at a temperature of 298.15K (25 C) approaches a normal distribution but is left-skewed. The y-axis is in s/m so that the area under any section of the curve (which represents the probability of the speed being in that range) will be unitless.
The speed probability density functions of the speeds of a few noble gases at a temperature of 298.15K (25 C) approaches a normal distribution but is left-skewed. The y-axis is in s/m so that the area under any section of the curve (which represents the probability of the speed being in that range) will be unitless.
Usually, we are more interested in the speeds of molecules rather than their component velocities. The Maxwell-Boltzmann distribution of speeds is written as
f (v) = 4 \pi \left(\frac{m}{2 \pi kT}\right)^{3/2}\!\!v^2 \exp \left[ \frac{-mv^2}{2kT} \right] \qquad (10)
where speed, v, is defined as
v = \sqrt{v_x^2 + v_y^2 + v_z^2}
Note that the units of f(v) in equation (10) are probability per speed, or just reciprocal speed as in the graph at the right.
Since the speed is the square root of the sum of squares of the three independent, normally distributed velocity components, this distribution is a Maxwell?Boltzmann distribution, with a=\sqrt{kT/m}.
We are often more interested in quantities such as the average speed of the particles rather than the actual distribution. The mean speed, most probable speed (mode), and root-mean-square can be obtained from properties of the Maxwell?Boltzmann distribution.

 Typical speeds

Although the above equation gives the distribution of speeds or in other words the fraction of molecules having a particular speed, we are often more interested in quantities such as the average speed of the particles rather than the actual distribution.
The most probable speed, vp, is the speed most likely to be possessed by any molecule in the system and corresponds to the maximum value or mode of f(v). To find it, we calculate df/dv, set it to zero and solve for v:
\frac{df(v)}{dv} = 0
which yields:
v_p = \sqrt { \frac{2kT}{m} } = \sqrt { \frac{2RT}{M} }
The mean speed is the mathematical average of the speed distribution
\langle v \rangle = \int_0^{\infin} v \, f(v) \, dv= \sqrt { \frac{8kT}{\pi m}}= \sqrt { \frac{8RT}{\pi M}}
The root mean square speed, vrms is the square root of the average squared speed:
v_\mathrm{rms} = \sqrt{\int_0^{\infin} v^2 \, f(v) \, dv}= \sqrt { \frac{3kT}{m} }= \sqrt { \frac{3RT}{M} }
The typical speeds are related as follows:
v_p < \langle v \rangle < v_\mathrm{rms}.
About the Author:
justnitin_1991 (0)

New kid on the Block

Olaaa!! Perrrfect answer. 0  [0 rates]

justnitin_1991's Avatar

total posts: 18    
online Offline
 this article: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
avb1989
avb1989 is offline comment by avb1989    (posted on 25 Jun 2007 15:14:15 IST)
hey we don't need these derivations.just remember the formula.
neeraj_agarwal_1990
neeraj_agarwal_1990 is offline comment by neeraj_agarwal_1990    (posted on 25 Jun 2007 17:40:35 IST)
its not required....but really useful!!
somebody taking a step towards understanding..and not just memorizing....
Go to:   

 Aakash Institute IIT/ AIEEE/ Medical Crash Course
Name  
E-mail  
Phone  
Mobile  
** Hurry. Exclusive goIIT Offer. Limited Seats Only!
available in: New Delhi, Amritsar, Bhatinda, Bokaro, Chandigarj, Dehradun, Guwhati, Hyderabad, Indore, Jaipur, Kanpur, Karnal, Kolkata, Kota, Lucknow, Ludhiana, Mumbai, Noida, Patiala, Patna, Pune, Ranchi, Varanasi
Top Offers for goIITians
Correspondence Courses
Brilliant Tutorials
Narayana Institute
Aakash Institute
Classroom/Crash Courses
Aakash-IITJEE : AIEEE
Aakash-IITJEE : DCE
Aakash-IITJEE : MHTCET
Aakash Institute : AIPMT
Online Test Series
Brilliant Tutorials
Narayana Institute
Aakash Institute
Mahesh Tutorials
AMITY      Sri Chaitanya