Question
Plot the atmospheric pressure as a function of elevation $(0-20000 \mathrm{~m})$ at a location where the ground pressure is $100 \mathrm{kPa}$ at $500 \mathrm{~m}$ elevation. Use the variation shown in Problem 1.64.
Step 1
We will use matplotlib and numpy for this purpose. The code for this is: ```python import matplotlib.pyplot as plt import numpy as np ``` Show more…
Show all steps
Your feedback will help us improve your experience
Mohammad Mehran and 83 other educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
The standard pressure in the atmosphere with elevation $(H)$ above sea level can be correlated as $P=$ $P_{0}(1-H / L)^{5.26}$ with $L=44300 \mathrm{~m} .$ With the local sea level pressure $P_{0}$ at $101 \mathrm{kPa}$, what is the pressure at $10000 \mathrm{~m}$ elevation?
The atmospheric pressure as a function of altitude can be expressed as (the barometric law): P(z) = P(0)e^(-z/H) H (=RT/Mg) is called the scale height, at which the air pressure is 0.37 (1/e) of the sea-level pressure (P(0)). Estimate the scale height at the mean atmospheric temperature of 250 K.
Meteorology The atmospheric pressure at a height of $x$ meters above sea level is $P(x)=10^{4} e^{-0.00012 x}$ kilograms per square meter. What is the rate of change of the pressure with respect to the height at $x=500 \mathrm{~m} ?$ At $x=750 \mathrm{~m} ?$
More About Derivatives
The Chain Rule
Transcript
Watch the video solution with this free unlock.
EMAIL
PASSWORD