Fast Molecules, Slow Gas

Open a bottle of perfume at one end of a still room. The molecules leaving it are moving at roughly the speed of sound — a few hundred metres per second. At that speed a molecule should cross a 3 m room in about seven milliseconds.

It takes minutes.

That gap between the speed of a molecule and the speed of a smell is the whole subject of this section, and the quantity that explains it has a name.

First, one piece of bookkeeping

In this chapter nn is the number density — molecules per cubic metre, n=NVn = \frac{N}{V} — and μ\mu is the number of moles, which is the reverse of the convention used in the previous chapter, so read every formula below with that in mind.

Why the molecule cannot go straight

A molecule is not a point. Give it a finite size and it is bound to run into the others. Between two hits it flies in a perfectly straight line at constant velocity — there are no forces on it — and then a collision knocks it off in some new direction. Its actual trajectory is a zig-zag of straight segments of wildly different lengths.

Zig-zag molecular path with free paths labelled, and a random walk

Call those segments l1,l2,l3,l_1, l_2, l_3, \ldots Some are short, some are long; there is no way to predict any one of them. But their average is a perfectly definite property of the gas.

Key Point — the mean free path: The mean free path ll is the average distance a molecule travels between two successive collisions. l=l1+l2++lNN=total path lengthnumber of collisionsl = \frac{l_1 + l_2 + \cdots + l_N}{N} = \frac{\text{total path length}}{\text{number of collisions}} It is a length, measured in metres. It is not the distance between neighbouring molecules, and it is not the size of a molecule — as you will see, it is far bigger than both.

[Board Important] Read the definition once more and note the word successive. Students sometimes describe ll as "the average distance between molecules". That is the mean separation, a completely different (and much smaller) quantity, and mixing the two up is a guaranteed lost mark.

What we are going to need

Two things go into the calculation, and both come from earlier sections.

  • The number density nn, molecules per cubic metre. From the gas equation in the form P=nkBTP = nk_BT, at 273.15273.15 K and one atmosphere, n=PkBT=1.013×1051.38×1023×273.15=2.69×1025 per cubic metren = \frac{P}{k_BT} = \frac{1.013 \times 10^5}{1.38 \times 10^{-23} \times 273.15} = 2.69 \times 10^{25}\ \text{per cubic metre} (The molar route agrees: one mole occupies about 22.4 L at STP, so n=6.022×102322.4×103n = \frac{6.022 \times 10^{23}}{22.4 \times 10^{-3}}, which is the same 2.69×10252.69 \times 10^{25}.)

  • The mean speed vˉ\bar{v} — not the rms speed — which is vˉ=8RTπM0\bar{v} = \sqrt{\frac{8RT}{\pi M_0}} For air, taking M0=0.029M_0 = 0.029 kg/mol at 273.15273.15 K, this gives vˉ=447\bar{v} = 447 m/s. For comparison vrms=485v_{rms} = 485 m/s for the same air; they are close but they are not the same number, and collision counting needs the mean.

[JEE Tip] Collision frequency counts how many collisions happen per second, so what matters is the average distance covered per second, which is vˉ\bar{v}. The rms speed is the right tool for energy questions, because energy goes as v2v^2. Use each where it belongs.

The Collision Cylinder, and the 2\sqrt{2} Nobody Should Drop

Now build the formula. Model each molecule as a hard sphere of diameter dd.

When does a collision happen?

Two spheres of diameter dd touch when the distance between their centres falls to dd. Not d2\frac{d}{2}, not 2d2d — exactly dd, because each sphere reaches out d2\frac{d}{2} from its own centre and the two radii add.

Collision criterion and the cylinder of cross-section pi d squared swept in time

Key Point — the trap that costs the most marks in this chapter: dd is the molecular DIAMETER. If a problem hands you a molecular radius rr, you must use d=2rd = 2r before you go anywhere near the formula. Since the formula contains d2d^2, forgetting this makes your answer wrong by a factor of 4.

Following one molecule

Pick one molecule and, just for the moment, freeze all the others in place. Our molecule moves with speed vˉ\bar{v} in a straight line.

Every other molecule whose centre lies within a distance dd of that line gets hit. So the region our molecule sweeps clean is a cylinder whose axis is the line of flight and whose radius is dd — giving it a cross-sectional area of σ=πd2\sigma = \pi d^2 This σ\sigma is called the collision cross-section. Notice again that it is πd2\pi d^2, not π(d2)2\pi\left(\frac{d}{2}\right)^2; the radius of the cylinder is the full collision distance dd.

In a time Δt\Delta t the molecule travels a distance vˉΔt\bar{v}\Delta t, so the cylinder it sweeps has volume Vswept=πd2vˉΔtV_{\text{swept}} = \pi d^2\,\bar{v}\,\Delta t

If there are nn molecules per unit volume, the number of centres sitting inside that cylinder — that is, the number of collisions in time Δt\Delta t — is Ncoll=nπd2vˉΔtN_{\text{coll}} = n\,\pi d^2\,\bar{v}\,\Delta t

Divide the distance travelled by the number of collisions and you have the mean free path: l=vˉΔtnπd2vˉΔt=1nπd2l = \frac{\bar{v}\,\Delta t}{n\pi d^2\,\bar{v}\,\Delta t} = \frac{1}{n\pi d^2}

That is clean, it is memorable — and it is not quite right.

The other molecules are moving too

We froze them. In reality every target is moving as fast as our tagged molecule is. What actually decides how often two molecules meet is not the speed of one of them through a field of stationary obstacles, but the average relative speed of a pair.

Two molecules with the same average speed vˉ\bar{v}, approaching from random directions, have an average relative speed of 2vˉ\sqrt{2}\,\bar{v} rather than vˉ\bar{v}. (You can feel where the 2\sqrt{2} comes from: for two perpendicular velocities of equal magnitude the relative speed is v2+v2=2v\sqrt{v^2 + v^2} = \sqrt{2}\,v, and averaging properly over all directions gives the same factor.) Collisions therefore happen 2\sqrt{2} times more often than the frozen-target count suggests, and the mean free path is 2\sqrt{2} times shorter.

Key Point — the mean free path, the form you must actually use:   l=12nπd2  \boxed{\;l = \frac{1}{\sqrt{2}\,n\pi d^2}\;} and, substituting n=PkBTn = \dfrac{P}{k_BT},   l=kBT2πd2P  \boxed{\;l = \frac{k_BT}{\sqrt{2}\,\pi d^2 P}\;} The first form is the one to reach for when you are told the number density; the second when you are told pressure and temperature.

[JEE Tip] The naive 1nπd2\frac{1}{n\pi d^2} is a useful stepping stone and it is worth being able to derive it, because it shows you where every symbol came from. But every number you report must carry the 2\sqrt{2}. Dropping it inflates your answer by 41% — enough to land on a distractor option in a multiple-choice paper, which is exactly what the distractor is there for.

Reading the formula

Both boxed forms say the same three things:

  • ll falls as nn rises. Pack more molecules in and each one gets less room to run.
  • ll falls as d2d^2 rises. Fat molecules are easier targets. Double the diameter and the mean free path drops to a quarter.
  • In the second form, ll rises with TT and falls with PP — but only because TT and PP are acting through nn. Hold nn fixed and temperature does nothing at all to ll, which is a favourite exam trick and gets its own treatment two blocks below.

Collision Frequency, Collision Time, and What the Numbers Look Like

The mean free path is a distance. Divide it into a speed and you get the two quantities that turn it into a rate.

The two new definitions

Key Point — collision frequency and collision time: The collision frequency fcollf_{\text{coll}} is the number of collisions one molecule suffers per second: fcoll=vˉl=2nπd2vˉf_{\text{coll}} = \frac{\bar{v}}{l} = \sqrt{2}\,n\pi d^2\,\bar{v} measured in per second. The collision time (or relaxation time) τ\tau is the average time between two successive collisions: τ=1fcoll=lvˉ\tau = \frac{1}{f_{\text{coll}}} = \frac{l}{\bar{v}} measured in seconds. The three quantities lock together as l=vˉτl = \bar{v}\,\tau

Note the symbol. Elsewhere in this chapter ff counts quadratic energy terms per molecule; here fcollf_{\text{coll}} is a frequency in hertz. They are unrelated quantities that unluckily share a letter, so keep the subscript on.

Air at STP: the numbers worth remembering

Take air at 273.15273.15 K and one atmosphere, with d=2d = 2 Å =2×1010= 2 \times 10^{-10} m. We already have n=2.69×1025n = 2.69 \times 10^{25} per cubic metre and vˉ=447\bar{v} = 447 m/s.

l=12nπd2=11.414×2.69×1025×3.142×(2×1010)2=2.1×107 ml = \frac{1}{\sqrt{2}\,n\pi d^2} = \frac{1}{1.414 \times 2.69 \times 10^{25} \times 3.142 \times (2 \times 10^{-10})^2} = 2.1 \times 10^{-7}\ \text{m}

fcoll=vˉl=4472.1×107=2.1×109 per secondf_{\text{coll}} = \frac{\bar{v}}{l} = \frac{447}{2.1 \times 10^{-7}} = 2.1 \times 10^{9}\ \text{per second}

τ=1fcoll=4.7×1010 s\tau = \frac{1}{f_{\text{coll}}} = 4.7 \times 10^{-10}\ \text{s}

Put those alongside the other lengths in a gas and the picture snaps into focus:

Quantity for air at STP Value In molecular diameters
molecular diameter dd 2×10102 \times 10^{-10} m 1
mean spacing between molecules, n1/3n^{-1/3} 3.3×1093.3 \times 10^{-9} m about 17
mean free path ll 2.1×1072.1 \times 10^{-7} m about 1000
distance travelled in one second 447 m about 2×10122 \times 10^{12}

Key Point — the one-line summary of a gas: At ordinary temperature and pressure a molecule is about a thousand times smaller than the distance it travels between collisions, and it makes roughly two billion collisions every second.

[NEET Important] Learn the order of magnitude, not the digits: at STP, l107l \sim 10^{-7} m (a few tenths of a micrometre), fcoll109f_{\text{coll}} \sim 10^{9} per second, τ1010\tau \sim 10^{-10} s. A question that asks "the mean free path of air at STP is of the order of" wants exactly that.

Why this makes a gas behave ideally

Look at the middle two rows of the table. The mean free path is about sixty times the mean spacing between molecules. A molecule sails past dozens of neighbours before it actually strikes one, which means that at any instant almost every molecule is in free flight and not interacting with anything.

That is precisely the picture the kinetic theory assumes, and it is why the ideal gas equation works so well for real air. Compress the gas hard and ll shrinks towards the spacing; then the molecules are permanently within reach of each other, the assumption collapses, and the gas stops being ideal.

How ll Responds to Everything You Can Change

Exam questions on this topic are almost always proportionality questions, so it pays to have the responses at your fingertips rather than re-deriving them under time pressure.

Mean free path against pressure on log axes, and against temperature at fixed pressure

The four dependences

l=12nπd2=kBT2πd2Pl = \frac{1}{\sqrt{2}\,n\pi d^2} = \frac{k_BT}{\sqrt{2}\,\pi d^2 P}

Change What happens to ll Why
number density nn doubles halves l1nl \propto \frac{1}{n}
molecular diameter dd doubles falls to one quarter l1d2l \propto \frac{1}{d^2}
TT doubles at constant pressure doubles the gas expands, nn halves
PP doubles at constant temperature halves the gas is squeezed, nn doubles
TT doubles at constant volume no change at all n=NVn = \frac{N}{V} has not moved

Key Point — the trap in that table: l=kBT2πd2Pl = \frac{k_BT}{\sqrt{2}\pi d^2 P} makes it look as though heating a gas always lengthens the mean free path. It does not. Temperature enters only through the number density. Heat a gas in a sealed rigid vessel and ll does not change by a hair, because nn is fixed by the vessel. What does change is vˉ\bar{v}, so the molecule covers the same free path faster — fcollf_{\text{coll}} rises as T\sqrt{T} while ll stays put.

[JEE Tip] For a combined change, take the ratio and let everything cancel: l2l1=T2T1P1P2(same gas, same d)\frac{l_2}{l_1} = \frac{T_2}{T_1}\cdot\frac{P_1}{P_2} \qquad\text{(same gas, same }d\text{)} Triple the temperature while doubling the pressure and ll goes up by 32\frac{3}{2}. No constants, no unit conversions, no chance to slip a factor.

The vacuum case

Push the pressure down and ll grows without limit — until it runs into the vessel.

At 300300 K with d=3d = 3 Å, a pressure of about 0.10.1 Pa (roughly a ten-millionth of an atmosphere) already gives l=10l = 10 cm. In a tube 10 cm across, that means a molecule leaving one wall crosses to the other side without meeting anything on the way. The formula has not stopped being true; it has simply stopped being the smallest length in the problem, and the effective free path becomes the size of the container.

Key Point: In a highly evacuated vessel the mean free path calculated from 12nπd2\frac{1}{\sqrt{2}n\pi d^2} can exceed the dimensions of the vessel. When it does, the molecules travel wall to wall in straight lines and the vessel size, not the gas, sets the free path.

This is not a curiosity, it is an industry:

  • A thermos flask. The silvered double wall encloses a vacuum. Conduction through a gas is a hand-to-hand relay of energy from molecule to molecule; make ll bigger than the gap and there is no relay left, so the only heat that gets across is what the (silvered, hence poorly emitting) walls radiate.
  • Vacuum tubes, CRTs and electron microscopes. An electron beam has to cross the tube without being scattered, so the tube is pumped until the residual gas has a mean free path far longer than the beam path.
  • Thin-film coating and semiconductor fabrication. Atoms evaporated from a source must reach the target in a straight line, which again means ll must exceed the chamber size.

Diffusion, and Graham's Law

Now come back to the perfume bottle.

Why a smell crawls

A molecule leaving the bottle is doing 447 m/s, but it changes direction two billion times a second. Its progress across the room is not a journey — it is a random walk, a stagger of 2×1092 \times 10^{9} tiny steps per second, each one pointing wherever the last collision happened to send it.

In a random walk of NN steps of length ll, the forward and backward steps very nearly cancel. What survives is not NlNl but net displacementlN\text{net displacement} \approx l\sqrt{N}

Put the STP numbers in. In one second N=2.1×109N = 2.1 \times 10^{9} and l=2.1×107l = 2.1 \times 10^{-7} m, so the molecule covers 447 m of path and ends up about lN=2.1×107×2.1×1090.01 ml\sqrt{N} = 2.1 \times 10^{-7} \times \sqrt{2.1 \times 10^{9}} \approx 0.01\ \text{m} from where it started — about a centimetre. To random-walk right across a 3 m room takes of the order of 10510^{5} s, which is more than a day. Real rooms are much faster than that only because the air is never truly still: draughts and convection carry the smell bodily, and diffusion alone does the last few centimetres.

Key Point — diffusion: Diffusion is the gradual mixing of one gas into another by molecular motion alone, without any bulk flow. It is slow, not because molecules are slow, but because collisions make them take an enormously indirect route.

[Board Important] This is the standard "explain why" question: molecular speeds in a gas are comparable with the speed of sound, yet a gas leaking from a cylinder takes a long time to reach the far corner of a room — why? The answer is the finite molecular size, hence the finite mean free path, hence the random walk.

Graham's law

Now put two different gases side by side at the same temperature and ask which one diffuses faster.

Same temperature means the same average kinetic energy per molecule. So the lighter molecule must be the faster one, and from the mean speed vˉ=8RTπM0vˉ1M0at a given T\bar{v} = \sqrt{\frac{8RT}{\pi M_0}} \quad\Longrightarrow\quad \bar{v} \propto \frac{1}{\sqrt{M_0}} \quad\text{at a given }T

The rate at which a gas diffuses is proportional to how fast its molecules move, so:

Key Point — Graham's law of diffusion: At the same temperature and pressure, the rate of diffusion of a gas is inversely proportional to the square root of its molar mass (equivalently, of its density): r1M0so  r1r2=M0,2M0,1=ρ2ρ1  r \propto \frac{1}{\sqrt{M_0}} \qquad\text{so}\qquad \boxed{\;\frac{r_1}{r_2} = \sqrt{\frac{M_{0,2}}{M_{0,1}}} = \sqrt{\frac{\rho_2}{\rho_1}}\;} Note which way round the subscripts go: the heavier gas is on top of the fraction whenever the lighter gas's rate is on the left. If instead you are comparing the times two gases take to move the same amount, the relation inverts: t1t2=M1M2\frac{t_1}{t_2} = \sqrt{\frac{M_1}{M_2}}.

Diffusion rate against molar mass, and isotope separation through a porous barrier

The square root is the whole point. Hydrogen is 16 times lighter than oxygen, so it diffuses 16=4\sqrt{16} = 4 times faster — not 16 times faster. Halving the molar mass buys you a factor of only 2=1.41\sqrt{2} = 1.41.

Graham's law is stated only in passing in the rationalised syllabus, with no formula attached, but Boards, JEE and NEET all ask it every year, so it is developed in full here.

The same square-root rule governs the escape of a gas through a very small hole into a vacuum, a closely related process called effusion.

The most consequential application

Uranium found in the ground is 99.3% 238^{238}U and only 0.7% of the fissile 235^{235}U. The two are chemically identical, so no chemical process can separate them — but they have different masses, and Graham's law does not care about chemistry.

Convert the uranium to the gas uranium hexafluoride, UF6UF_6. The two isotopic versions have molar masses of 349 and 352 g/mol. Push the gas through a porous barrier and the lighter one gets through slightly faster, in the ratio r235r238=352349=1.0043\frac{r_{235}}{r_{238}} = \sqrt{\frac{352}{349}} = 1.0043

A 0.43% advantage per stage. It is a tiny edge — which is why real gaseous-diffusion plants cascade the process through more than a thousand stages, and why they were among the largest and most power-hungry industrial buildings ever constructed.

One Length Behind Three Properties

There is a reason the mean free path is worth this much attention, and it is not the mean free path itself.

Whenever something has to be carried across a gas from one place to another — momentum, energy or molecules — it is carried by molecules that fly one free path, collide, and hand it on. The same length therefore turns up in three different measurable properties of a gas, each with the same structure:

Property What is transported Kinetic-theory estimate
viscosity η\eta momentum η13ρvˉl\eta \approx \frac{1}{3}\rho\,\bar{v}\,l
thermal conductivity KK energy K13ρcvvˉlK \approx \frac{1}{3}\rho\,c_v\,\bar{v}\,l
diffusion coefficient DD molecules D13vˉlD \approx \frac{1}{3}\bar{v}\,l

You are not expected to derive these, and the numerical factor of 13\frac{1}{3} is only approximate — a fuller treatment shifts it somewhat. What matters is the structure: all three are the product of a speed and the mean free path.

For air at STP, 13vˉl\frac{1}{3}\bar{v}l gives a diffusion coefficient of about 3×1053 \times 10^{-5} square metres per second, and 13ρvˉl\frac{1}{3}\rho\bar{v}l with ρ=1.29\rho = 1.29 kg per cubic metre gives a viscosity of about 4×1054 \times 10^{-5} Pa s against a measured 1.7×1051.7 \times 10^{-5} Pa s. Within a factor of about two and a half, from a model of billiard balls — which for a first-principles estimate is a triumph.

Key Point — how molecules were first measured: Viscosity and thermal conductivity are things you can measure in a laboratory with a stopwatch and a thermometer, without ever seeing a molecule. Each of them depends on ll, and ll depends on dd through 12nπd2\frac{1}{\sqrt{2}n\pi d^2}. So a measurement of viscosity can be inverted to give dd — and this is how the sizes of molecules were first estimated, decades before anyone could image an atom. Run it backwards on the viscosity of air and you get d3d \approx 3 Å, which is right.

[JEE Tip] There is one lovely and thoroughly counter-intuitive consequence sitting in that table. Since ρn\rho \propto n and l1nl \propto \frac{1}{n}, their product ρl\rho l has no nn in it at all — so the viscosity of a gas does not depend on its pressure. Halve the pressure and you have half as many momentum carriers, but each one now carries momentum twice as far, and the two effects cancel exactly. Maxwell predicted this, refused to believe it, tested it himself, and found it was true.

And it is the same reasoning that explains the thermos flask from the previous block. The cancellation only holds while ll is smaller than the container. Pump the gap down until ll exceeds it, and there is nothing left to hand the energy on with — which is when the conduction finally collapses.

Solved Examples

Constants used throughout, unless a problem says otherwise: kB=1.38×1023k_B = 1.38 \times 10^{-23} J/K, R=8.314R = 8.314 J/(mol K), NA=6.022×1023N_A = 6.022 \times 10^{23} per mol, 1 atm =1.013×105= 1.013 \times 10^5 Pa, 0°C=273.150°C = 273.15 K. One angstrom (Å) is 101010^{-10} m.

Example 1: The mean free path of air, from scratch

Estimate the mean free path of an air molecule at STP, taking the molecular diameter as 2 Å. Take the molar mass of air as 29 g/mol.

Solution:

  1. Number density. Both temperature and pressure are given, so use P=nkBTP = nk_BT with T=273.15T = 273.15 K (absolute, as every formula in this chapter demands): n=PkBT=1.013×1051.38×1023×273.15=2.69×1025 per cubic metren = \frac{P}{k_BT} = \frac{1.013 \times 10^5}{1.38 \times 10^{-23} \times 273.15} = 2.69 \times 10^{25}\ \text{per cubic metre}

  2. The diameter, squared. d=2d = 2 Å =2×1010= 2 \times 10^{-10} m, so d2=4×1020d^2 = 4 \times 10^{-20} m2^2 and πd2=3.142×4×1020=1.257×1019 m2\pi d^2 = 3.142 \times 4 \times 10^{-20} = 1.257 \times 10^{-19}\ \text{m}^2

  3. Put it together, with the 2\sqrt{2}: l=12nπd2=11.414×2.69×1025×1.257×1019l = \frac{1}{\sqrt{2}\,n\pi d^2} = \frac{1}{1.414 \times 2.69 \times 10^{25} \times 1.257 \times 10^{-19}} l=14.78×106=2.1×107 ml = \frac{1}{4.78 \times 10^{6}} = 2.1 \times 10^{-7}\ \text{m}

  4. Sanity check. ld=2.1×1072×10101000\frac{l}{d} = \frac{2.1 \times 10^{-7}}{2 \times 10^{-10}} \approx 1000. A molecule travels about a thousand of its own diameters between hits — the right order for a gas.

  5. What the naive formula would have given. Without the 2\sqrt{2}, l=1nπd2=2.9×107l = \frac{1}{n\pi d^2} = 2.9 \times 10^{-7} m — bigger by 41%, and wrong.

Final Answer: l=2.1×107l = 2.1 \times 10^{-7} m, about 0.210.21 micrometres.

Takeaway: Two steps, in this order: get nn from PkBT\frac{P}{k_BT}, then divide by 2πd2\sqrt{2}\pi d^2. Quote the 2\sqrt{2} version and nothing else.

Example 2: They gave you a radius

The radius of a certain gas molecule is 1.51.5 Å. Find its mean free path at STP, and state what answer you would have got by careless substitution.

Solution:

  1. Convert the radius to a diameter first. This is the whole point of the question: d=2r=2×1.5=3.0 A˚=3.0×1010 md = 2r = 2 \times 1.5 = 3.0\ \text{Å} = 3.0 \times 10^{-10}\ \text{m}

  2. Number density at STP is the same as before, n=2.69×1025n = 2.69 \times 10^{25} per cubic metre.

  3. Substitute: πd2=3.142×(3×1010)2=2.827×1019 m2\pi d^2 = 3.142 \times (3 \times 10^{-10})^2 = 2.827 \times 10^{-19}\ \text{m}^2 l=11.414×2.69×1025×2.827×1019=9.3×108 ml = \frac{1}{1.414 \times 2.69 \times 10^{25} \times 2.827 \times 10^{-19}} = 9.3 \times 10^{-8}\ \text{m}

  4. The careless answer. Feeding the radius straight in as if it were dd gives πd2\pi d^2 smaller by a factor of 4, hence lwrong=4×9.3×108=3.7×107 ml_{\text{wrong}} = 4 \times 9.3 \times 10^{-8} = 3.7 \times 10^{-7}\ \text{m} Four times too big — and it will be sitting there as one of the options.

Final Answer: l=9.3×108l = 9.3 \times 10^{-8} m.

Takeaway: Underline the word "radius" the moment you read it, and write d=2rd = 2r on the next line before doing anything else. The error factor is exactly 4, every time.

Example 3: Collision frequency and collision time for nitrogen

Nitrogen gas (M0=28M_0 = 28 g/mol) is at 300300 K and one atmosphere. Taking the molecular diameter as 3 Å, find the mean free path, the collision frequency and the collision time.

Solution:

  1. Number density. n=PkBT=1.013×1051.38×1023×300=2.45×1025 per cubic metren = \frac{P}{k_BT} = \frac{1.013 \times 10^5}{1.38 \times 10^{-23} \times 300} = 2.45 \times 10^{25}\ \text{per cubic metre}

  2. Mean speed. Convert the molar mass to kilograms per mole first — M0=28M_0 = 28 g/mol =0.028= 0.028 kg/mol, not 2828: vˉ=8RTπM0=8×8.314×3003.142×0.028=2.268×105=476 m/s\bar{v} = \sqrt{\frac{8RT}{\pi M_0}} = \sqrt{\frac{8 \times 8.314 \times 300}{3.142 \times 0.028}} = \sqrt{2.268 \times 10^{5}} = 476\ \text{m/s}

  3. Mean free path. l=12nπd2=11.414×2.45×1025×2.827×1019=1.02×107 ml = \frac{1}{\sqrt{2}\,n\pi d^2} = \frac{1}{1.414 \times 2.45 \times 10^{25} \times 2.827 \times 10^{-19}} = 1.02 \times 10^{-7}\ \text{m}

  4. Collision frequency and collision time. fcoll=vˉl=4761.02×107=4.7×109 per secondf_{\text{coll}} = \frac{\bar{v}}{l} = \frac{476}{1.02 \times 10^{-7}} = 4.7 \times 10^{9}\ \text{per second} τ=1fcoll=2.1×1010 s\tau = \frac{1}{f_{\text{coll}}} = 2.1 \times 10^{-10}\ \text{s}

  5. Check the loop closes: vˉτ=476×2.1×1010=1.0×107\bar{v}\tau = 476 \times 2.1 \times 10^{-10} = 1.0 \times 10^{-7} m, which is ll again.

Final Answer: l=1.02×107l = 1.02 \times 10^{-7} m; fcoll=4.7×109f_{\text{coll}} = 4.7 \times 10^{9} per second; τ=2.1×1010\tau = 2.1 \times 10^{-10} s.

Takeaway: Always close the loop with l=vˉτl = \bar{v}\tau. It costs one line and catches an arithmetic slip in either of the other two answers.

Example 4: Two things change at once

A sample of gas is taken from 300300 K and 1 atm to 900900 K and 2 atm. By what factor does its mean free path change?

Solution:

  1. Use the pressure form, because pressure and temperature are what you were given: l=kBT2πd2Pl = \frac{k_BT}{\sqrt{2}\,\pi d^2 P}

  2. Take the ratio. The gas is the same, so dd is unchanged and kBk_B, 2\sqrt{2} and π\pi all cancel: l2l1=T2T1×P1P2=900300×12=3×0.5=1.5\frac{l_2}{l_1} = \frac{T_2}{T_1} \times \frac{P_1}{P_2} = \frac{900}{300} \times \frac{1}{2} = 3 \times 0.5 = 1.5

  3. Read it out. The heating alone would have tripled ll; the doubled pressure halves it again; the net effect is a 50% increase.

Final Answer: ll increases by a factor of 1.51.5.

Takeaway: Ratio methods need no constants and no unit conversions — as long as both temperatures are absolute and both pressures are in the same unit, whatever that unit is.

Example 5: Water vapour above boiling water

Estimate the mean free path of a water molecule in steam at 373373 K and one atmosphere, taking the effective molecular diameter as 2 Å.

Solution:

  1. Number density, with T=373.15T = 373.15 K: n=PkBT=1.013×1051.38×1023×373.15=1.97×1025 per cubic metren = \frac{P}{k_BT} = \frac{1.013 \times 10^5}{1.38 \times 10^{-23} \times 373.15} = 1.97 \times 10^{25}\ \text{per cubic metre} Thinner than air at STP, as expected — same pressure, higher temperature.

  2. Mean free path: l=11.414×1.97×1025×1.257×1019=2.9×107 ml = \frac{1}{1.414 \times 1.97 \times 10^{25} \times 1.257 \times 10^{-19}} = 2.9 \times 10^{-7}\ \text{m}

  3. Shortcut check. At constant pressure lTl \propto T, so scaling the STP answer of Example 1 gives l=2.1×107×373.15273.15=2.9×107 ml = 2.1 \times 10^{-7} \times \frac{373.15}{273.15} = 2.9 \times 10^{-7}\ \text{m} Same answer, one line.

  4. Perspective. The mean spacing between molecules here is about 3.7×1093.7 \times 10^{-9} m, so the mean free path is roughly 80 times the spacing. Steam is a thoroughly gaseous gas.

Final Answer: l2.9×107l \approx 2.9 \times 10^{-7} m.

Takeaway: At fixed pressure, ll is directly proportional to absolute temperature — so you can scale a known answer instead of redoing the whole calculation.

Example 6: How good a vacuum do you need?

An electron tube is 11 m long. To what pressure must it be evacuated, at 300300 K, so that the mean free path of the residual gas is at least 11 m? Take d=3d = 3 Å. What number density is that?

Solution:

  1. Rearrange the pressure form for PP: l=kBT2πd2PP=kBT2πd2ll = \frac{k_BT}{\sqrt{2}\,\pi d^2 P} \qquad\Longrightarrow\qquad P = \frac{k_BT}{\sqrt{2}\,\pi d^2 l}

  2. Substitute, with l=1l = 1 m: P=1.38×1023×3001.414×3.142×(3×1010)2×1=4.14×10214.00×1019P = \frac{1.38 \times 10^{-23} \times 300}{1.414 \times 3.142 \times (3 \times 10^{-10})^2 \times 1} = \frac{4.14 \times 10^{-21}}{4.00 \times 10^{-19}} P=1.04×102 PaP = 1.04 \times 10^{-2}\ \text{Pa}

  3. In atmospheres: 1.04×1021.013×105=1.0×107\frac{1.04 \times 10^{-2}}{1.013 \times 10^{5}} = 1.0 \times 10^{-7} atm — a ten-millionth of atmospheric pressure.

  4. Number density there: n=PkBT=1.04×1021.38×1023×300=2.5×1018 per cubic metren = \frac{P}{k_BT} = \frac{1.04 \times 10^{-2}}{1.38 \times 10^{-23} \times 300} = 2.5 \times 10^{18}\ \text{per cubic metre} Still two and a half billion billion molecules in every cubic metre — and yet each one crosses the whole tube without meeting another.

Final Answer: P1.04×102P \approx 1.04 \times 10^{-2} Pa, about 10710^{-7} atm, at which n2.5×1018n \approx 2.5 \times 10^{18} per cubic metre.

Takeaway: A "good vacuum" is defined by the apparatus, not by the gauge. It means ll larger than the vessel — and even then the vessel is nowhere near empty.

Example 7: Hydrogen against oxygen

Under identical conditions, how much faster does hydrogen diffuse than oxygen? Molar masses: H2H_2, 2 g/mol; O2O_2, 32 g/mol.

Solution:

  1. Graham's law, with the lighter gas's rate on the left: rH2rO2=MO2MH2\frac{r_{H_2}}{r_{O_2}} = \sqrt{\frac{M_{O_2}}{M_{H_2}}}

  2. The molar masses appear only as a ratio, so grams per mole are safe here — the units cancel: rH2rO2=322=16=4\frac{r_{H_2}}{r_{O_2}} = \sqrt{\frac{32}{2}} = \sqrt{16} = 4

  3. Cross-check from the mean speeds directly, which is where the law comes from. At 300300 K, vˉH2=8×8.314×3003.142×0.002=1782\bar{v}_{H_2} = \sqrt{\frac{8 \times 8.314 \times 300}{3.142 \times 0.002}} = 1782 m/s and vˉO2=8×8.314×3003.142×0.032=446\bar{v}_{O_2} = \sqrt{\frac{8 \times 8.314 \times 300}{3.142 \times 0.032}} = 446 m/s. Their ratio is 1782446=4.0\frac{1782}{446} = 4.0. Agreed.

Final Answer: Hydrogen diffuses 4 times faster.

Takeaway: Sixteen times lighter is only four times faster. The square root is the entire content of Graham's law, and the option "16 times" is always on the paper.

Example 8: Identifying a gas from its diffusion rate

An unknown gas takes three times as long as helium to diffuse the same amount through the same apparatus under the same conditions. Find its molar mass. Helium: 4 g/mol.

Solution:

  1. Three times the time means one third the rate: runknownrHe=13\frac{r_{\text{unknown}}}{r_{He}} = \frac{1}{3}

  2. Apply Graham's law: runknownrHe=MHeMunknown=13\frac{r_{\text{unknown}}}{r_{He}} = \sqrt{\frac{M_{He}}{M_{\text{unknown}}}} = \frac{1}{3}

  3. Square both sides and solve: 4Munknown=19Munknown=36 g/mol\frac{4}{M_{\text{unknown}}} = \frac{1}{9} \qquad\Longrightarrow\qquad M_{\text{unknown}} = 36\ \text{g/mol}

  4. Check the direction. The unknown gas is slower, so it should be heavier than helium — and 36 is comfortably heavier than 4. The logic is consistent.

Final Answer: M0=36M_0 = 36 g/mol.

Takeaway: Convert "time" to "rate" before touching the formula, and then sanity-check the direction: slower gas, heavier gas, always.

Example 9: Separating uranium isotopes

235UF6^{235}UF_6 has a molar mass of 349 g/mol and 238UF6^{238}UF_6 has 352 g/mol. Find the ratio of their diffusion rates through a porous barrier, and comment on what that implies for the process.

Solution:

  1. Graham's law: r235r238=352349=1.00859=1.0043\frac{r_{235}}{r_{238}} = \sqrt{\frac{352}{349}} = \sqrt{1.00859} = 1.0043

  2. Read the number. Each pass through a barrier enriches the mixture in 235U^{235}U by only 0.43%0.43\% — a factor of 1.00431.0043, not 1.0431.043 and certainly not 1.431.43.

  3. What that costs. To move the 235U^{235}U fraction from its natural 0.7%0.7\% up to reactor or weapons levels, the ratio of the two isotopes must be multiplied by a factor of over a thousand. With a per-stage gain of 1.00431.0043, the number of stages needed is Nstages=ln(1277)ln(1.0043)1700N_{\text{stages}} = \frac{\ln(1277)}{\ln(1.0043)} \approx 1700 which is why gaseous-diffusion plants were built as cascades of thousands of stages covering hundreds of acres.

Final Answer: r235r238=1.0043\frac{r_{235}}{r_{238}} = 1.0043, a 0.43%0.43\% enrichment per stage.

Takeaway: Graham's law works on any mass difference at all, however small — but a square root of a ratio close to 1 gives a gain close to 1, and the engineering cost of that is enormous.

Example 10: A fat molecule and a thin one

At the same pressure and temperature, compare the mean free path of a carbon dioxide molecule (d=4.6d = 4.6 Å) with that of an air molecule (d=2.0d = 2.0 Å). Work out the CO2CO_2 value at STP.

Solution:

  1. Same PP and TT means the same nn, so everything except d2d^2 cancels: lCO2lair=dair2dCO22=(2.04.6)2=(0.435)2=0.189\frac{l_{CO_2}}{l_{\text{air}}} = \frac{d_{\text{air}}^2}{d_{CO_2}^2} = \left(\frac{2.0}{4.6}\right)^2 = (0.435)^2 = 0.189

  2. So the CO2CO_2 mean free path is about a fifth of the air value: lCO2=0.189×2.1×107=4.0×108 ml_{CO_2} = 0.189 \times 2.1 \times 10^{-7} = 4.0 \times 10^{-8}\ \text{m}

  3. Why it matters. A molecule only 2.3 times wider has a collision cross-section 5.35.3 times larger, so it is struck five times as often. Cross-section goes as the square of the size, which is why dd is the most sensitive input in the whole formula.

Final Answer: lCO24.0×108l_{CO_2} \approx 4.0 \times 10^{-8} m, about 19%19\% of the air value.

Takeaway: ll depends on 1d2\frac{1}{d^2}, so molecular size is the input that hurts most — a 10% error in dd is a 20% error in ll.

Example 11: How far does a molecule actually get?

An air molecule at STP makes 2.1×1092.1 \times 10^{9} collisions per second, with a mean free path of 2.1×1072.1 \times 10^{-7} m. Find (a) the total path length it covers in one second, and (b) its approximate net displacement in that second.

Solution:

  1. (a) Total path length. Path == number of hops ×\times length of each hop: path=fcoll×l=2.1×109×2.1×107=447 m\text{path} = f_{\text{coll}} \times l = 2.1 \times 10^{9} \times 2.1 \times 10^{-7} = 447\ \text{m} Which is just vˉ×1\bar{v} \times 1 second, as it must be.

  2. (b) Net displacement. The hops point in random directions, so this is a random walk of N=2.1×109N = 2.1 \times 10^{9} steps: displacementlN=2.1×107×2.1×109\text{displacement} \approx l\sqrt{N} = 2.1 \times 10^{-7} \times \sqrt{2.1 \times 10^{9}} =2.1×107×4.6×104=9.7×103 m= 2.1 \times 10^{-7} \times 4.6 \times 10^{4} = 9.7 \times 10^{-3}\ \text{m}

  3. Compare the two. The path is 447 m and the progress is about a centimetre — a ratio of about 46000 to 1.

Final Answer: (a) 447 m of path; (b) about 11 cm of net displacement.

Takeaway: Path length grows as NN, net displacement only as N\sqrt{N}. That single mismatch is the complete explanation of why diffusion is slow.

Example 12: Sizing a vacuum chamber

A coating chamber is 10 cm across. At 300300 K, and taking d=3d = 3 Å, find the number density and pressure at which the mean free path just equals the chamber size.

Solution:

  1. Solve the number-density form for nn, setting l=0.10l = 0.10 m: n=12πd2l=11.414×3.142×9×1020×0.10n = \frac{1}{\sqrt{2}\,\pi d^2 l} = \frac{1}{1.414 \times 3.142 \times 9 \times 10^{-20} \times 0.10} n=14.00×1020=2.5×1019 per cubic metren = \frac{1}{4.00 \times 10^{-20}} = 2.5 \times 10^{19}\ \text{per cubic metre}

  2. Convert to a pressure with P=nkBTP = nk_BT: P=2.5×1019×1.38×1023×300=0.10 PaP = 2.5 \times 10^{19} \times 1.38 \times 10^{-23} \times 300 = 0.10\ \text{Pa}

  3. Compare with atmospheric. That is 0.101.013×105106\frac{0.10}{1.013 \times 10^{5}} \approx 10^{-6} atm, so the chamber has to be pumped down by a factor of about a million — comfortably within reach of an ordinary laboratory pump.

Final Answer: n2.5×1019n \approx 2.5 \times 10^{19} per cubic metre at P0.10P \approx 0.10 Pa.

Takeaway: Set ll equal to the apparatus size and solve backwards for PP. That is the standard way a vacuum specification is actually written.