I am trying to determine the mathematical difference between mean free path and root-mean-square free path. For an ideal gas, the relaxation time is τ=1√2πnd2ˉv
This would again cause vrms to cancel leaving the RMS free path as the same value as the mean free path which seems odd to me. Should I just use regular τ instead of τrms?
Answer
You're running into a tricky property of statistical variables: what is true for an individual particle is not necessarily true when averaged across a distribution. In particular, you can say that the distance one particle travels between collisions, its free path length ℓ, is equal to that one particle's speed times its free path time t:
ℓ=vt
but that does not necessarily mean that the mean free path length will be equal to the mean (or RMS) speed times the mean free time. So one needs to be careful when trying to write relations like Λ=ˉvτ.
Consider an event in which a particle traveling at a speed v bounces off one particle and then off another particle a time t later, traversing a distance ℓ between bounces. As I mentioned before, ℓ=vt for this one event.
Now, in a gas there are many of these events happening. The times t, the speeds v, and the lengths ℓ all have probability distributions: respectively,
pt(t)pv(v)pL(ℓ)
This means, for example, the probability that a randomly chosen event's path length is between a and b is
∫bapL(ℓ)dℓ
The mean and RMS free paths are then defined as
Λ=∫∞0ℓpL(ℓ)dℓΛrms=√∫∞0ℓ2pL(ℓ)dℓ
respectively, and similarly for mean (ˉv) and RMS (vrms) speed and time (τ and τrms).
Now, these probability distributions are uncorrelated except that we know ℓ=vt for each event. So we can write
pL(ℓ)=∫∞0∫∞0pv(v)pt(t)δ(ℓ−vt)dvdt
This is essentially stating that for each length ℓ, an event with that length can occur for any speed v (with probability pv(v)) and any time t (with probability pt(t)) such that vt=ℓ. Then you integrate over all possible v's and t's.
Plugging this into the definition of the mean free path,
Λ=∫∞0ℓpL(ℓ)dℓ=∫∞0∫∞0∫∞0ℓpv(v)pt(t)δ(ℓ−vt)dvdtdℓ=∫∞0∫∞0vtpv(v)pt(t)dvdt=∫∞0vpv(v)dv∫∞0tpt(t)dt=ˉvτ
You can do the same thing for the RMS free path:
Λ2rms=∫∞0ℓ2pL(ℓ)dℓ=∫∞0∫∞0∫∞0ℓ2pv(v)pt(t)δ(ℓ−vt)dvdtdℓ=∫∞0∫∞0v2t2pv(v)pt(t)dvdt=∫∞0v2pv(v)dv∫∞0t2pt(t)dt=v2rmsτ2rms
or
Λrms=vrmsτrms
thus confirming that the RMS free path is the product of RMS speed and RMS free time, and the mean free path is the product of mean speed and mean free time.
The other thing to check is whether τ=1√2πnd2ˉv carries over to RMS quantities. First, though, let's see where that relationship comes from.
In this other answer of mine, I explain why the probability distribution for a particle to experience an interaction after a time Δt is proportional to time for very short times:
Pint(Δt)∼nπd2√2ˉvΔt≡aΔt
(where n=NV is the number density of particles and a is defined to be that combination of constants). Over longer times, this produces an exponential distribution:
pt(t)=ae−at
The mean free time is then
τ=∫∞0tp(t)dt=∫∞0ate−atdt=1a=1nπd2√2ˉv
Now, doing the same thing for the RMS free time:
τ2rms=∫∞0t2p(t)dt=∫∞0at2e−atdt=2a2=1(nπd2ˉv)2
or
τrms=1nπd2ˉv
So the RMS free time actually differs from the mean free time by a factor of √2.
Incidentally, you can express this in terms of the RMS speed, by finding ˉv as a function of vrms, but doing so requires the use of the probability distribution for speed pv(v), which will be the Maxwell-Boltzmann distribution. I'll omit the derivations and simply copy the results from that Wikipedia page:
ˉv=2√πvpvrms=√32vp
so
ˉv=√83πvrms
which finally yields
τrms=√3π/8nπd2vrms
No comments:
Post a Comment