roam said:
1 atm = 1.01325 × 105, so number density of molecules is given by
n = \frac{p}{kT} = \frac{1.01325 \times 10^5}{(1.38 \times 10^{-23}) \times 293.15 \ K} = 2.504 \times 10^{25}
so that the mean separation between molecules is given by
d = n^{-1/3} = (92.504 \times 10^{25})^{-1/3} = 3.417 \times 10^{-9} \approx 3.4 \ nm
I haven't checked your arithmetic, but I agree with your method. Now, naively, I would just assume that the mean free path is equal to this mean spacing d that you have calculated above. But I guess that's only true for the case where the molecules themselves do not take up any space.
roam said:
Mean free path between collisions is
\lambda = \frac{1}{n \pi d^2}
Ah, I see. So you already had a canned formula for mean free path. Let me see if it makes any sense to me. Suppose a molecule of the gas in question has radius r. Then, as it travels, it presents a circular "cross-section" of area \pi r^2 for collision with other molecules. If it travels a distance λ, then you can consider it to have "swept out" a cylindrical volume. The volume of this cylinder is \pi r^2 \lambda. So, the number of collisions to have occurred over this distance is simply equal to the number (N) of other molecules contained within this cylindrical volume. This number N is just given by the number density multiplied by the volume:N = n\pi r^2 \lambdaHowever, as soon as the molecule collides with one other molecule, it will be sent off in some other direction. So, we want to figure out the cylindrical volume that contains only one other molecule, so that we can figure out how far our traveling molecule gets before its first collision. In others, we want to find the volume such that N = 1:1 = n\pi r^2 \lambdaSolving for λ, we get\lambda = \frac{1}{n\pi r^2}
So, your equation makes sense to me provided that the "d" in your equation is in fact the radius of the molecule. So be careful with your notation. You have the letter "d" doing double duty as both the molecular radius and the mean separation. In any case, it looks like we didn't need the mean separation after all. Using the argument above, I've shown that the molecule, on average, will travel a distance λ given by the expression above before colliding with another molecule.
roam said:
The collision rate per unit volume is given by
n^2 \pi d^2 \bar{v}
where the mean velocity is given by
\bar{v} = \sqrt{\frac{8kT}{\pi m}}
Is that the right equation for comparing the collision rates?
Well, I have no idea if it's the right equation for the collision rate. But I can do what I did above for the mean free path, and use physical reasoning to try and
derive an equation for the collision rate. This is a skill you should develop: physics is not about memorizing formulae and then plugging numbers into them. It is about
understanding physical concepts and then applying them to different situations in order to understand how things work.
I imagine that the collision rate for a molecule would be given by the reciprocal of the
average time \bar{t}between collisions. For example, if the average time between collisions was 1/10 th of a second, then you'd expect a collision rate of 10 collisions per second. Now, since distance = speed*time, it follows that time = distance/speed. Therefore, you'd expect the average time between collisions to be given by\bar{t} = \frac{\lambda}{\bar{v}}which means that the collision rate is given by\frac{1}{\bar{t}} = \frac{\bar{v}}{\lambda} = n\pi r^2 \bar{v}But this is just the collision rate for a single molecule. There are n molecules in a unit of volume. Therefore, we'd expect the number of collisions per unit volume and per unit time to be "n" times the rate for a single molecule:\frac{n}{\bar{t}} = n^2 \pi r^2 \bar{v}So, as far as I can tell just using simple reasoning, your equations seem to be right.