Fluids and Conservation Laws
Why this matters
Have you ever used a garden hose and put your thumb over the end to make the water spray farther? You've already got an intuitive feel for today's topic. When you block part of the opening, the water shoots out much faster. But why? It seems like you're making it harder for the water to get out, yet it speeds up.
This isn't just a backyard curiosity. It's the principle behind everything from how airplanes fly to how a cardiologist in Dallas understands blood flow through an artery. We're going to explore the two big conservation laws that govern moving fluids. By the end of this lesson, you'll be able to predict exactly how a fluid's speed and pressure will change as it moves.
Diagram
Concept map
flowchart TD
A[Start: Fluid Flow Problem] --> B{Is pipe area changing?};
B -->|Yes| C[Use Continuity Eq:<br>A₁v₁ = A₂v₂<br>to find new speed];
B -->|No| D{Is height or speed changing?};
C --> D;
D -->|Yes| E[Use Bernoulli's Eq:<br>P + ρgy + ½ρv² = const<br>to find new P or y];
D -->|No| F[Static Fluid<br>(Previous Topic)];
E --> G[End: Solved];
F --> G;
Core explanation
Alright, let's dive into the physics of moving fluids. We'll start with a simple idea and build up to one of the most important equations in this unit.
Conservation of Mass: The Continuity Equation
Imagine a river. Where the river is wide and deep, the water flows slowly and calmly. Where it narrows into a gorge, the water rushes through at a high speed. This is the core idea of the continuity equation.
For an incompressible fluid—one whose density (ρ) doesn't change, like water—the amount of mass flowing past any point in a pipe per second must be constant. If it weren't, fluid would either be magically appearing or disappearing inside the pipe!
Let's think about the volume flow rate, which is the volume of fluid (V) that passes a point in a certain amount of time (t). We can write this as V/t.
Now, picture a small "cylinder" of water moving through a pipe.
- The volume of this cylinder is its cross-sectional area (
A) times its length (L). So,V = A * L. - The speed of the fluid (
v) is the length it travels divided by time,v = L/t.
If we substitute these into our flow rate, we get:
Flow Rate = V/t = (A * L) / t = A * (L/t) = A * v
So, the volume flow rate is simply Area × speed.
Now, consider a pipe that narrows, like the one in our diagram. Let's call the wide part "point 1" and the narrow part "point 2". Since mass is conserved, the volume flow rate must be the same at both points.
Flow Rate at point 1 = Flow Rate at point 2
This gives us the Equation of Continuity:
A₁v₁ = A₂v₂
Where:
A₁andv₁are the area and speed at point 1.A₂andv₂are the area and speed at point 2.
This simple equation is powerful. It mathematically confirms our garden hose intuition: if the area A₂ gets smaller, the speed v₂ must get larger to keep the product constant.
Conservation of Energy: Bernoulli's Equation
Now for the main event. We know from mechanics that in the absence of non-conservative forces like friction, total mechanical energy (KE + PE) is conserved. A similar principle applies to fluids, but with an extra term: pressure.
Bernoulli's equation is essentially a statement of conservation of energy for a moving fluid. It relates pressure, speed, and height between two points in a fluid's path.
The full equation looks intimidating at first, but we'll break it down.
P₁ + ρgy₁ + ½ρv₁² = P₂ + ρgy₂ + ½ρv₂²
This means the sum of these three terms is constant everywhere along a streamline in the fluid. Let's look at each piece. They represent energy per unit volume (Joules/m³).
P: This is the static pressure. It's the pressure you'd measure if you were moving along with the fluid. Think of it as the energy related to the work done by the fluid.ρgy: This is the gravitational potential energy density. It's just like themghyou know and love, but divided by volume (sinceρ = m/V). It accounts for the energy a fluid has due to its height (y).½ρv²: This is the kinetic energy density. It's like½mv², but again, divided by volume. It represents the energy the fluid has due to its motion (v).
Faster fluid flow means lower static pressure.
Think of it like an energy budget. If the fluid "spends" more energy on moving faster (kinetic energy), it has less energy left to exert as pressure. In our garden hose example, the fast-moving water at the nozzle is actually at a lower pressure than the slow-moving water back in the hose.
A Special Case: Torricelli's Theorem
Let's use Bernoulli's equation to solve a classic problem. Imagine a large, open water tank with a small spigot near the bottom. How fast does the water shoot out of the spigot?
Let's apply Bernoulli's equation between the top surface of the water (point 1) and the spigot's opening (point 2).
- Point 1 (top surface)
- The tank is open to the air, so
P₁ = P_atm(atmospheric pressure). - The tank is large, so the water level drops very slowly. We can approximate its speed as
v₁ ≈ 0. - Let's set the height of the spigot as
y₂ = 0, so the height of the top surface isy₁ = h.
- The tank is open to the air, so
- Point 2 (the spigot)
- The water is exiting into the air, so
P₂ = P_atm. - Its height is
y₂ = 0. - Its speed
v₂is what we want to find.
- The water is exiting into the air, so
Now, plug these into Bernoulli's equation:
P₁ + ρgy₁ + ½ρv₁² = P₂ + ρgy₂ + ½ρv₂²
P_atm + ρgh + ½ρ(0)² = P_atm + ρg(0) + ½ρv₂²
The P_atm terms on both sides cancel out. The zero terms drop away. We're left with:
ρgh = ½ρv₂²
The density ρ also cancels! Solving for v₂, we get:
v₂ = √2gh
This is Torricelli's Theorem. Notice something amazing? This is the exact same speed an object would have if you dropped it from rest from a height h. It's a beautiful example of energy conservation connecting two different areas of physics.
Worked examples
Let's put these principles into practice with a few examples.
The Continuity Equation
Problem: Water flows through a horizontal pipe at a speed of 2.0 m/s. The pipe has a diameter of 10 cm. The pipe then narrows to a diameter of 5.0 cm. What is the speed of the water in the narrow section?
Solution:
- 1Identify the principleThe pipe's area is changing, so the speed must change. This is a job for the continuity equation:
A₁v₁ = A₂v₂. - 2List your knowns
v₁ = 2.0 m/sd₁ = 10 cm = 0.10 md₂ = 5.0 cm = 0.05 m
- 3Calculate the areasThe pipe is circular, so
A = πr². Be careful! The problem gives diameters, not radii.r₁ = d₁ / 2 = 0.05 mr₂ = d₂ / 2 = 0.025 mA₁ = π(0.05 m)² = 0.0025π m²A₂ = π(0.025 m)² = 0.000625π m²
- 4Solve for the unknown (
v₂):- Rearrange the continuity equation:
v₂ = v₁ * (A₁ / A₂) v₂ = (2.0 m/s) * (0.0025π m² / 0.000625π m²)- The
πterms cancel.v₂ = (2.0 m/s) * 4 v₂ = 8.0 m/s
- Rearrange the continuity equation:
Why this makes sense: The diameter was halved, which means the radius was halved. Since area depends on the radius squared (A = πr²), the area decreased by a factor of four. To keep the flow rate constant, the speed must increase by a factor of four.
Bernoulli's Equation (Horizontal Pipe)
Problem: In the same pipe from Example 1, if the pressure in the wider section (P₁) is 180,000 Pa, what is the pressure in the narrower section (P₂)? (Assume the density of water, ρ, is 1000 kg/m³).
Solution:
- 1Identify the principleWe have changes in speed and pressure, but not height. This is a classic Bernoulli's equation problem.
P₁ + ρgy₁ + ½ρv₁² = P₂ + ρgy₂ + ½ρv₂². - 2Simplify for a horizontal pipeSince the pipe is horizontal,
y₁ = y₂. This means theρgyterms are equal on both sides and can be canceled out.P₁ + ½ρv₁² = P₂ + ½ρv₂²
- 3List your knowns (from both examples)
P₁ = 180,000 Pav₁ = 2.0 m/sv₂ = 8.0 m/s(we found this in Example 1)ρ = 1000 kg/m³
- 4Solve for the unknown (
P₂):- Rearrange the simplified equation:
P₂ = P₁ + ½ρv₁² - ½ρv₂² P₂ = P₁ + ½ρ(v₁² - v₂²)P₂ = 180,000 Pa + ½(1000 kg/m³)((2.0 m/s)² - (8.0 m/s)²)P₂ = 180,000 Pa + 500(4 - 64)P₂ = 180,000 Pa + 500(-60)P₂ = 180,000 Pa - 30,000 PaP₂ = 150,000 Pa
- Rearrange the simplified equation:
Why this is important: Notice that the pressure decreased from 180 kPa to 150 kPa. This confirms the counterintuitive rule: where the fluid is moving faster, the pressure is lower.
Try it yourself
Ready to try on your own? Don't just jump to the answer; think through the steps and the principles.
-
A firefighter in Chicago is using a hose with a 9.0 cm diameter. The water flows at 1.5 m/s. The nozzle at the end of the hose has an opening with a 3.0 cm diameter. a. What is the speed of the water as it exits the nozzle? b. If the pressure in the hose is 400,000 Pa, what is the pressure at the nozzle? (Assume the hose is level).
Hint: This is a two-step problem. First, find the exit speed using continuity. Then, use that speed in Bernoulli's equation to find the new pressure.
-
A large water barrel at a farm in rural Georgia has a small leak 1.8 meters below the water's surface. How fast is the water leaking out of the hole?
Hint: What can you assume about the pressure at the water's surface and at the leak? This is a perfect chance to use a special case we discussed.
Practice — 8 questions
In simple terms, this topic is about how a fluid's speed and pressure change when it flows through pipes of different sizes and heights, all while conserving mass and energy.
A₁v₁ = A₂v₂
- 8.4.A: Describe the flow of an incompressible fluid through a cross-sectional area by using mass conservation.
- 8.4.B: Describe the flow of a fluid as a result of a difference in energy between two locations within the fluid-Earth system.
- 8.4.A.1
- A difference in pressure between two locations causes a fluid to flow.
- 8.4.A.1.i
- The rate at which matter enters a fluid-filled tube open at both ends must equal the rate at which matter exits the tube.
- 8.4.A.1.ii
- The rate at which matter flows into a location is proportional to the cross-sectional area of the flow and the speed at which the fluid flows. Derived equation: V/t = Av
- 8.4.A.2
- The continuity equation for fluid flow describes conservation of mass flow rate in incompressible fluids. Relevant equation: A₁v₁ = A₂v₂
- 8.4.B.1
- A difference in gravitational potential energies between two locations in a fluid will result in a difference in kinetic energy and pressure between those two locations that is described by conservation laws.
- 8.4.B.2
- Bernoulli's equation describes the conservation of mechanical energy in fluid flow. Relevant equation: P₁ + ρgy₁ + (1/2)ρv₁² = P₂ + ρgy₂ + (1/2)ρv₂²
- 8.4.B.3
- Torricelli's theorem relates the speed of a fluid exiting an opening to the difference in height between the opening and the top surface of the fluid and can be derived from conservation of energy principles. Derived equation: v = √2gΔy
flowchart TD
A[Start: Fluid Flow Problem] --> B{Is pipe area changing?};
B -->|Yes| C[Use Continuity Eq:<br>A₁v₁ = A₂v₂<br>to find new speed];
B -->|No| D{Is height or speed changing?};
C --> D;
D -->|Yes| E[Use Bernoulli's Eq:<br>P + ρgy + ½ρv² = const<br>to find new P or y];
D -->|No| F[Static Fluid<br>(Previous Topic)];
E --> G[End: Solved];
F --> G;
Read what Saavi narrates
Have you ever used a garden hose and put your thumb over the end to make the water spray farther? You've already got an intuitive feel for today's topic. When you block part of the opening, the water shoots out much faster. But why?
Today, we're going to explore the two big conservation laws that govern moving fluids. First, conservation of mass, which we call the continuity equation. It tells us that what flows in, must flow out. If you squeeze the pipe, the water has to speed up to get the same amount through. The equation is simple: Area one times velocity one equals Area two times velocity two.
The second law is conservation of energy, which gives us Bernoulli's equation. This one looks a bit more complex, but it's just an energy budget for the fluid. It connects the fluid's pressure, its speed, and its height.
Let's walk through an example. Imagine a horizontal pipe where the pressure is one hundred eighty thousand Pascals, and the water is moving at two meters per second. The pipe then gets narrower, and the water speeds up to eight meters per second. What's the new pressure?
We use Bernoulli's equation. Since the pipe is horizontal, the height term, rho g y, is the same on both sides, so we can ignore it. We're left with P-one plus one-half rho v-one squared equals P-two plus one-half rho v-two squared.
We're solving for P-two. So, P-two equals P-one plus one-half times the density, times the change in the velocities squared. Plugging in the numbers... we get one hundred eighty thousand plus five hundred times... four minus sixty-four. That's a negative number. The pressure *drops* by thirty thousand Pascals, to a final pressure of one hundred fifty thousand Pascals.
And this brings up the most common mistake I see. Students always think faster flow means higher pressure. It's the opposite! The fluid is trading its pressure energy for kinetic energy. Remember: Faster speed, lower pressure.
You've got this. These two equations are powerful tools. Take your time, watch your units, and think about the energy trade-offs. You'll do great.
The area of a circle is `A = πr²`. Using diameter (`d`) will give you an area that is four times too large, because `d = 2r`.
Always convert diameter to radius (`r = d/2`) before calculating area. Double-check your formula sheet.
This ignores the conservation of energy. Bernoulli's equation shows that an increase in kinetic energy (higher speed) must be balanced by a decrease in potential energy or pressure.
Remember the energy trade-off: **Fast speed = Low pressure**. Say it to yourself until it sticks.
The kinetic energy term is `½ρv²`, not `½ρv`. This is a very common algebraic slip-up under exam pressure.
When you write down Bernoulli's equation, consciously pause and point to the squares on the velocity terms to remind yourself they are there.
The constants and formulas in physics (like pressure in Pascals, which is N/m²) rely on standard SI units (meters, kilograms, seconds). Mixing units will lead to incorrect numerical answers.
Before you plug any numbers into an equation, convert everything to base SI units. Make it the very first step in your problem-solving process.
The simple form `v = √2gh` only works when the pressure at the top surface and the exit hole are both atmospheric pressure. If the tank is sealed and pressurized, you must use the full Bernoulli equation.
Always start with the full Bernoulli equation. Only cancel the pressure terms if you are certain they are equal (e.g., both open to the atmosphere).