MaxwellBoltzmann - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Maxwell-Boltzmann Distribution

Copyright (c) RDMCHEM LLC 2020

 

 

Overview

Maxwell-Boltzmann Distribution

Molecular Speeds

Overview

In the 1800s James Clerk Maxwell and Ludwig Boltzmann independently investigated the distribution of velocities of atoms or molecules in an ideal gas at a given temperature.  The distribution of molecular speeds became known as the Maxwell-Boltzmann distribution.  In this lessons we will explore this distribution as a function of temperature and mass of the gaseous particles.       

Maxwell-Boltzmann Distribution

The Maxwell-Boltzmann distribution is

fv = 4πM2πRT32v2expMv22RT

where v is the speed of the gas particles, M is the molar mass, T is the temperature, and R is the gas constant.  
   
From the distribution we can approximate the probability P(v) of finding a gas particle with a speed v between v-dv/2 and v+dv/2 as

Pv  fvdv

where dv is a small (differential) interval about the velocity v.


If the distribution is correctly defined, the total probability of finding the particle at some speed must be unity, that is

0fvdv=1 .

 

Before we begin, we define the ideal gas constant in SI units

RSI  evalfScientificConstantsConstant'R';

RSI8.3144598

(2.1)

 

We can define the Maxwell-Boltzmann distribution with Maple

fv,M,T,R  4PiM2PiRT32v2expMv22RT;

fv,M,T,Rπ2MπRT32v2ⅇMv22RT

(2.2)

 

Let us check that the total probability of the particle having some speed is unity for a gas with a molar mass of 0.1 kg/mol at a temperature of 273 K

P_total  intfv,0.1,273,RSI, v=0..infinity;

P_total0.9999999999

(2.3)

 

(a) Does the total probability equal the expected value of unity?

 

We can explore the Maxwell-Boltzmann distribution as a function of the temperature and molar mass of the gas.

Exploreplotfv,M,T,RSI, v=0..2000, axes=boxed,labels='vms','fv', color=blue, thickness=2, T=100..1000,M=0.01..1;

T

M

 

 

Using the slide rules to change temperature T in K and molar mass M in kg/mol (SI units), answer the following questions:

 

(b) Approximately from the graph, what is the most probably velocity for water H2O at 275 K?

 

(c) Approximately from the graph, what is the most probably velocity for methane CH4 at 550 K?

Molecular Speeds

Most Probable Speed

The most probable speed for a gas molecule occurs at the peak (maximum) of the Maxwell-Boltzmann distribution.   

 

We can compute an analytical expression for the most probable speed by solving for the speed at which the derivative of the distribution vanishes

eq  difffv,M,T,R, v = 0;v_mp  solveeq,v; 

eq2π2MπRT32vⅇMv22RTπ2MπRT32v3MⅇMv22RTRT=0

v_mp0,2MRTM,2MRTM

(3.1.1)

 

(d) Which of the three answers for the most probable speed is physically realistic?  Explain briefly.

 

(e) Show the simplification of this result to match the textbook result.

 

Average Speed

The average speed for a gas molecule can be derived by integrating the Maxwell-Boltzmann distribution with the speed for all possible speeds    

v_ave  intfv,M,T,Rv, v=0..infinity;

v_avelimvTR2MRT32MⅇMv22RTv2+2ⅇMv22RTTR2RTπM2

(3.2.1)

 

Taking this limit by substitution and simplification, we have

v_ave  simplifysubsⅇMv22RT=0, v_ave;

v_ave2TR2MRTMπ

(3.2.2)

 

(f) Show the simplification of this result to match the textbook result.

 

(g) Take the ratio of the formulas for vmp and vave.  Which speed is always greater?  Explain briefly.