Compositepro said:
Yes, and don't forget other critical factors, like the fact that the air pressure inside the tire is greater at the bottom than the top do to the effect of gravity.
LOL! [highlight]Critical?[/highlight]
More like insignificant!
There is a 'well known' formula - well known at least by people that are interested in such things - for how pressure drops with altitude due to gravity. The formula predicts exponential decay,
exp(-mgh/2T)
where m is the molecular mass of the gas, eg 29 atomic mass units for air, g is gravity, h is the height, and T is the temperature. (The gas constant 2 is modified by a conversion factor if inconsistent units are used for measuring energy, eg k/2 if one uses joules for potential energy m*g*h and kelvin for thermal energy T. The 2 then becomes the Bolzmann constant k in joules per kelvin. If molecular mass is replaced by molar mass, then a further conversion constant of a kmol is intoroduced and the constant k become R, the gas constant in joules per kmol kelvin.)
Using that, I get a 0.006% drop in pressure at an altitude of 1 metre.
I would say air pressure changes with height in a tire due to gravity are effectively nil for all practical purposes.
For a reference for the atmospheric lapse rate formula, see
about half way down, where it is called Equation 2.
Incidentally, I disagree with the formula. If you throw a ball in the air, it loses kinetic energy as it gains potential energy. Air molecules do the same, that it they will get colder as they go higher. However the formula is derived assuming constant temperature as one goes higher, instead of conservation of energy. But that doesn't really affect the fact that pressure drop due to altitude within a tire is completely negligable in my opinion.
PRINT (1-EXP(29*amu*g*1*m/(2*300*kelvin)))/percent) "%"
Adding this line of BASIC to a program that already has atomic mass units, gravity, metres, kelvin and percent already defined prints
-0.00570569177%
So the pressure drop in a metre should be about 0.006%, not a lot.