Determining pressure at various altitudes using integration

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
joseph_kijewski
Messages
12
Reaction score
0
1. The problem statement

Solve the following problems assuming air density is proportional to respective pressure at each height: What is the normal pressure at the atmosphere at the summit of a. Mt. McKinley, 6168m above sea level and b. Mt. Everest, 8850m above sea level c. At what elevation is the air pressure equal to one fourth of the pressure at sea level (assume the same air temperature).

Homework Equations



The Attempt at a Solution



I started by considering a block of air with the bottom at sea level and the top at the top of each of the mountains, such that (P+dp)A+dy*A*density*g-PA=0, which simplifies to dp=-dy*density*g. I can't figure out how to go on from here though, as the density is variable.
 
on Phys.org
I just don't really understand how to do that. I've been trying to formulate an equation but I assume it involves integration which I can do in some cases but don't conceptually understand how to apply to this problem.
 
joseph_kijewski said:
I just don't really understand how to do that. I've been trying to formulate an equation but I assume it involves integration which I can do in some cases but don't conceptually understand how to apply to this problem.
$$\rho=kp$$ where k can be determined from the ideal gas law using the pressure and temperature at the Earth's surface.
 
I might (?) be making progress here. Assuming temperature is constant, nRT should be constant as well, thus P is inversely proportional to V, and hence directly proportional to density. Thus I can substitute in 1.29*P/P(sea level) for density, yielding the equation dp=g*(1.29P/101,325)*dy. From there I get dp/P=1.247668*10^-4. I then integrate from 0 to 6168 meters and get lnP=1.247668*10^-4*6168. Unfortunately, the answer I get is way off. Where am I going wrong here?