Pressure
Why this matters
Have you ever gone to the deep end of a swimming pool and felt that strange pressure building in your ears? Or maybe you've seen a documentary about deep-sea exploration and wondered how a submarine can withstand the crushing force of the ocean. That feeling and that force are all about pressure. It’s not just some abstract idea; it's a physical quantity you experience all the time.
Pressure is why a sharp knife cuts better than a dull one, and why wearing snowshoes helps you walk on top of deep snow instead of sinking. It’s the "unseen" force that holds up airplanes and makes hydraulic jacks lift cars. In this lesson, we're going to demystify pressure. We'll break down exactly what it is, how to calculate it, and explore why the pressure at the bottom of the Mariana Trench is over 1,000 times greater than the air you're breathing right now.
Diagram
Concept map
flowchart TD
subgraph Pressure Calculation
direction LR
F[Force, F_perp] --> P_Def
A[Area, A] --> P_Def
P_Def{P = F_perp / A} --> P_Solid[Pressure on a Solid]
end
subgraph Fluid Pressure
direction LR
rho[Fluid Density, ρ] --> P_Gauge
g[Gravity, g] --> P_Gauge
h[Depth, h] --> P_Gauge
P_Gauge{P_gauge = ρgh} --> P_Abs
P0[Surface Pressure, P₀] --> P_Abs
P_Abs{P_abs = P₀ + ρgh} --> P_Fluid[Absolute Pressure in Fluid]
end
P_Solid --> Result
P_Fluid --> Result
Result((Final Pressure))
Core explanation
Hey there. Let's talk about one of the most fundamental concepts in fluids: pressure. It's everywhere, and once you understand it, you'll see the world a little differently.
What is Pressure?
At its core, pressure is a measure of how concentrated a force is. Imagine your friend Carlos, who weighs 150 pounds, is standing on your foot. Ouch. Now, imagine he's standing on your foot while wearing ice skates. Double ouch!
Why does the ice skate hurt so much more? His weight (the force) is the same. The difference is the area over which that force is applied. The blade of the ice skate has a tiny area, so all 150 pounds are concentrated on a very small spot. This is high pressure. His regular shoes spread that same force over a much larger area, resulting in lower pressure.
This gives us our fundamental equation for pressure:
P = F_⊥ / A
Where:
Pis the pressure.F_⊥(F-perp) is the magnitude of the force acting perpendicular to the surface.Ais the area over which the force is applied.
The standard unit for pressure is the Pascal (Pa), which is equal to one Newton per square meter (N/m²).
Another key point: Pressure is a scalar, not a vector. Even though force is a vector (it has magnitude and direction), pressure has only magnitude. Think about it: when you're underwater, the pressure pushes on you from all directions at once—from above, below, and the sides. It doesn't have one single direction.
Pressure in Fluids
Now let's apply this to fluids (liquids and gases). The pressure you feel at the bottom of a pool is caused by the weight of all the water directly above you. Imagine a column of water stretching from your head all the way to the surface. The weight of that entire column is the force pressing down on you.
To figure out this pressure, we need a few things. First, we assume the fluid is incompressible. This is a great approximation for liquids like water. It means the fluid's density (ρ, the Greek letter rho) is constant. You can't squeeze a bottle of water into a smaller volume.
Let's build the equation for fluid pressure.
The pressure is Force/Area, and the force is the weight of the fluid column (mg).
So, P = mg / A.
How do we find the mass m of that fluid column? We know that density ρ = m/V, so m = ρV.
Let's substitute that in: P = (ρV)g / A.
What's the volume V of that column? It's a cylinder, so its volume is its base area A times its height h. So, V = A * h.
Let's substitute again: P = (ρ * A * h)g / A.
Look at that! The area A cancels out. We're left with:
P_gauge = ρgh
This is the gauge pressure. It's the pressure exerted only by the fluid itself, relative to the surface.
ρ(rho) is the density of the fluid (e.g., for fresh water, it's about 1000 kg/m³).gis the acceleration due to gravity (9.8 m/s²).his the depth from the surface, not the height from the bottom.
Absolute Pressure vs. Gauge Pressure
Here's the final piece of the puzzle. When you're at the bottom of a pool, the water is pushing on you. But what's pushing on the surface of the water? The entire atmosphere!
The air in our atmosphere is a fluid, and it has weight. The pressure it exerts at sea level is called atmospheric pressure (P_atm). A common reference value is P₀ = P_atm ≈ 1.01 x 10⁵ Pa.
So, the total pressure at a certain depth is the pressure from the water plus the pressure from the atmosphere pushing down on the water. This total is called absolute pressure.
The equation is beautifully simple:
P = P₀ + ρgh
Pis the absolute pressure.P₀is the pressure at the surface (often atmospheric pressure).ρghis the gauge pressure.
Think of it like this: Your friend Priya checks the tire pressure on her car in Boston. The gauge reads 32 PSI (pounds per square inch). That's the gauge pressure—the pressure above atmospheric pressure. The absolute pressure inside the tire is actually 32 PSI + 14.7 PSI (atmospheric pressure), or about 46.7 PSI. Your tire gauge is built to ignore the atmosphere and just tell you the difference.
That's it! You now have the tools to calculate pressure from a simple force or deep within a fluid.
Worked examples
The Elephant and the Thumbtack
Problem: A thumbtack has a flat head with a radius of 5 mm and a sharp point with a radius of 0.1 mm. If you push on the flat head with a force of 10 N, what is the pressure exerted (a) by your thumb on the head, and (b) by the point on the wall?
Solution:
This problem is all about P = F/A. The force is the same at both ends (10 N), but the areas are wildly different.
- Step 1: Calculate the areasRemember to convert millimeters (mm) to meters (m) to get the pressure in Pascals (Pa).
1 mm = 0.001 m. The area of a circle isA = πr².- Area of the head:
A_head = π * (0.005 m)² ≈ 7.85 x 10⁻⁵ m² - Area of the point:
A_point = π * (0.0001 m)² ≈ 3.14 x 10⁻⁸ m²
- Area of the head:
- Step 2: Calculate the pressure on the head
P_head = F / A_head = 10 N / (7.85 x 10⁻⁵ m²) ≈ 127,000 Paor 127 kPa. This is a manageable pressure for your thumb. - Step 3: Calculate the pressure on the wall
P_point = F / A_point = 10 N / (3.14 x 10⁻⁸ m²) ≈ 318,000,000 Paor 318 MPa. - Why this mattersLook at that difference! The pressure at the point is over 2,500 times greater than the pressure on your thumb. This immense pressure is what allows the tiny point to easily push its way into the wall.
- Common mistakeForgetting to convert units from mm to m, or from mm² to m². If you forget, your answer will be off by a factor of a million! Always convert to standard SI units (meters, kilograms, seconds) first.
Pressure in a Swimming Pool
Problem: A community swimming pool in Dallas is 4 meters deep. (a) What is the gauge pressure at the bottom of the pool? (b) What is the absolute pressure at the bottom? (Use ρ_water = 1000 kg/m³, g = 9.8 m/s², and P_atm = 1.01 x 10⁵ Pa).
Solution: This problem requires us to use our fluid pressure equations.
- Step 1: Identify your variables
- Depth
h = 4 m - Density of water
ρ = 1000 kg/m³ - Gravity
g = 9.8 m/s² - Atmospheric pressure
P₀ = 1.01 x 10⁵ Pa
- Depth
- Step 2: Calculate the gauge pressureThe gauge pressure is just the pressure from the water column itself.
P_gauge = ρghP_gauge = (1000 kg/m³) * (9.8 m/s²) * (4 m)P_gauge = 39,200 Pa - Step 3: Calculate the absolute pressureThe absolute pressure is the gauge pressure plus the atmospheric pressure pushing on the surface.
P = P₀ + P_gaugeP = (1.01 x 10⁵ Pa) + (39,200 Pa)P = 101,000 Pa + 39,200 Pa = 140,200 Paor1.402 x 10⁵ Pa. - Why this mattersThe total pressure at the bottom is significantly higher than atmospheric pressure. This is the pressure your ears would feel. Notice that the gauge pressure is about 40% of the atmospheric pressure. Every 10 meters of water depth adds roughly one more atmosphere of pressure!
- Common mistakeConfusing gauge and absolute pressure. If the question asks for "pressure," it usually means absolute pressure unless it specifies "gauge." Always read the question carefully to see what it's asking for.
Try it yourself
Ready to try a couple on your own? Don't worry about getting it perfect, just focus on setting up the problem correctly.
Problem 1: A large aquarium in a Boston museum has a viewing window that is 2 meters wide and 1 meter tall. The top of the window is 0.5 meters below the surface of the saltwater. What is the net force on the window due to the water pressure? (Hint: The pressure isn't constant over the whole window. Where should you calculate the pressure to find the average force? Use ρ_saltwater = 1025 kg/m³).
Problem 2: A hydraulic lift in a Chicago auto shop uses a small piston with a radius of 2 cm and a large piston that holds up a car. If a mechanic applies a force of 500 N to the small piston, what is the radius of the large piston if it is to support a 20,000 N car? (Hint: Pascal's Principle, which we'll cover more later, says that pressure is transmitted equally throughout a confined fluid. What does that imply about the pressure at the small piston and the large piston?)
Practice — 8 questions
In simple terms, pressure is about how a force is spread out over an area, and how the weight of a fluid like air or water creates pressure that increases with depth.
P = F_⊥ / A
- 8.2.A: Describe the pressure exerted on a surface by a given force.
- 8.2.B: Describe the pressure exerted by a fluid.
- 8.2.A.1
- Pressure is defined as the magnitude of the perpendicular force component exerted per unit area over a given surface area, as described by the equation P = F_⊥/A
- 8.2.A.2
- Pressure is a scalar quantity.
- 8.2.A.3
- The volume and density of a given amount of an incompressible fluid is constant regardless of the pressure exerted on that fluid.
- 8.2.B.1
- The pressure exerted by a fluid is the result of the entirety of the interactions between the fluid's constituent particles and the surface with which those particles interact.
- 8.2.B.2
- The absolute pressure of a fluid at a given point is equal to the sum of a reference pressure P₀, such as the atmospheric pressure P_atm, and the gauge pressure P_gauge. Relevant equation: P = P₀ + ρgh
- 8.2.B.3
- The gauge pressure of a vertical column of fluid is described by the equation P_gauge = ρgh.
flowchart TD
subgraph Pressure Calculation
direction LR
F[Force, F_perp] --> P_Def
A[Area, A] --> P_Def
P_Def{P = F_perp / A} --> P_Solid[Pressure on a Solid]
end
subgraph Fluid Pressure
direction LR
rho[Fluid Density, ρ] --> P_Gauge
g[Gravity, g] --> P_Gauge
h[Depth, h] --> P_Gauge
P_Gauge{P_gauge = ρgh} --> P_Abs
P0[Surface Pressure, P₀] --> P_Abs
P_Abs{P_abs = P₀ + ρgh} --> P_Fluid[Absolute Pressure in Fluid]
end
P_Solid --> Result
P_Fluid --> Result
Result((Final Pressure))
Read what Saavi narrates
(Sound of gentle, thoughtful music fades in and out)
Hey there. I'm Saavi, and I'm glad you're here.
Have you ever gone to the deep end of a swimming pool and felt that strange pressure building in your ears? Or maybe you've seen a documentary about deep-sea exploration and wondered how a submarine can withstand the crushing force of the ocean. That feeling and that force are all about pressure.
In simple terms, pressure is about how a force is spread out over an area. In fluids, like water or even the air around us, this pressure comes from the weight of the fluid itself, and it increases the deeper you go. Today, we're going to learn how to calculate it.
Let's take an example. A community swimming pool in Dallas is 4 meters deep. What is the absolute pressure at the bottom?
First, we need to find the gauge pressure, which is the pressure from just the water. The equation is gauge pressure equals density, times g, times depth. That's P equals rho g h.
The density of water, rho, is one thousand kilograms per cubic meter. Gravity, g, is 9.8 meters per second squared. And the depth, h, is 4 meters.
So, we multiply them: one thousand times 9.8 times 4. That gives us a gauge pressure of 39,200 Pascals.
But that's not the total pressure. The air in the atmosphere is also pushing down on the surface of the pool. This is atmospheric pressure, which is about 101,000 Pascals.
To get the absolute pressure, we add the two together. 101,000 plus 39,200 gives us a total, absolute pressure of 140,200 Pascals.
Here's a common mistake I see all the time: students calculate the gauge pressure, the rho g h part, and then stop. They forget to add the atmospheric pressure. If a question asks for "absolute pressure," or just "the pressure" in an open container, remember that final step. You have to account for the air pushing down, too.
Keep practicing this. You are more than capable of mastering it. You've got this.
(Music fades in)
Force is a push or a pull (a vector), measured in Newtons. Pressure is force distributed over an area (a scalar), measured in Pascals. A large force can create low pressure if the area is huge, and a small force can create high pressure if the area is tiny.
Always ask yourself: "Is this a total push (Force) or a push-per-unit-area (Pressure)?" Use the equation `P = F/A` to relate them.
The variable `h` in `P = ρgh` represents the height of the column of fluid *above* the point of interest. The pressure is caused by the weight of the fluid on top of you, not the distance to the floor.
Always measure `h` as the vertical distance from the fluid's surface down to the point where you are calculating the pressure.
`ρgh` only gives you the gauge pressure—the extra pressure from the fluid. Absolute pressure is the total pressure, which includes the atmospheric pressure `P₀` pushing down on the fluid's surface.
If a problem asks for "absolute pressure" or just "the pressure" at a depth in an open container, your final step should be `P = P₀ + ρgh`.
Different fluids have different densities. The pressure at a 10m depth in a tank of mercury (`ρ ≈ 13,600 kg/m³`) is vastly different from the pressure at 10m in a pool of water (`ρ ≈ 1000 kg/m³`).
Always check the problem statement for the density of the specific fluid involved. If it's not given, you may need to look it up on the AP Physics 1 equation sheet (e.g., density of water).
The equation is `P = F_⊥ / A`. If a force acts at an angle to a surface, only the component of the force perpendicular to the surface creates pressure. The parallel component creates shear stress, not pressure.
If given a force vector at an angle `θ` to the normal of the surface, use trigonometry (`F_⊥ = F cos(θ)`) to find the perpendicular component before calculating pressure.