# Fluid Continuity Equation

> AP Physics 1 · Unit 8: Fluids and Thermal Physics
> Source: https://www.owlsprep.com/study/ap-physics-1-u8-fluid-continuity-equation/

This guide covers the fluid continuity equation for AP Physics 1, including its derivation from conservation of mass, applications for unbranched, branched and non-circular flow, and exam problem-solving strategies.

**Prerequisites:** Conservation of mass for closed systems; Definition of flow speed and cross-sectional area; Unit conversion for length and volume

## Learning objectives

- Derive the continuity equation from conservation of mass
- Apply the continuity equation to unbranched flow problems
- Calculate volume flow rate for incompressible fluids
- Solve continuity problems for branched and non-circular flow
- Identify and avoid common exam pitfalls

## Core Concept: Definition and Derivation

The fluid continuity equation is a statement of conservation of mass applied to steady-state flow of an incompressible fluid through a conduit like a pipe, blood vessel, or river channel. For AP Physics 1, we only consider steady flow, where fluid speed and density at any fixed point do not change over time.

**Fluid Continuity Equation (Incompressible Flow)** — For steady incompressible flow, no mass accumulates in the pipe, so volume flow rate is constant. This gives a core inverse relationship between cross-sectional area and flow speed.

*Notation:* $A_1, A_2$ = cross-sectional areas; $v_1, v_2$ = average flow speeds; $Q$ = volume flow rate

*Example:* When a pipe narrows, flow speed increases because cross-sectional area decreases.

**Derivation:** Derive the continuity equation from conservation of mass

*Starting from:* Conservation of mass for steady flow, incompressible fluid (constant density $\rho$)

1. Define a control volume between two cross-sections 1 and 2 in a pipe. In time $\Delta t$, fluid entering travels distance $v_1 \Delta t$, so volume entering is:
2. $$V_1 = A_1 v_1 \Delta t$$
3. Mass entering is $m_1 = \rho V_1$. By the same logic, mass exiting at cross-section 2 is:
4. $$m_2 = \rho A_2 v_2 \Delta t$$
5. For steady flow, mass in equals mass out, so:
6. $$\rho A_1 v_1 \Delta t = \rho A_2 v_2 \Delta t$$
7. Cancel constant terms $\rho$ and $\Delta t$ from both sides.

*Conclusion:* The core continuity equation for AP Physics 1 is:

$$A_1 v_1 = A_2 v_2 = Q = \text{constant}$$

**Worked example:** A horizontal pipe narrows from a radius of 0.12 m to a radius of 0.06 m. If the speed of water flow in the wide section is 1.0 m/s, what is the speed in the narrow section?

1. Rearrange the continuity equation for $v_2$, recall area of a circle is $A = \pi r^2$:
2. $$v_2 = v_1 \frac{A_1}{A_2} = v_1 \frac{\pi r_1^2}{\pi r_2^2}$$
3. Cancel $\pi$ and substitute values:
4. $$\frac{r_1^2}{r_2^2} = \frac{(0.12\ \text{m})^2}{(0.06\ \text{m})^2} = 4$$
5. Calculate final speed:
6. $$v_2 = 1.0\ \text{m/s} \times 4 = 4.0\ \text{m/s}$$

> **tip**
>
> The $\pi$ term always cancels out when taking the ratio of areas of circular pipes, so you never need to plug in 3.14 for ratio problems, saving time on multiple-choice questions.

## Volume Flow Rate Calculations

Volume flow rate $Q$ is defined as the volume of fluid passing a point per unit time, with SI units of cubic meters per second ($\text{m}^3/\text{s}$). For incompressible flow, $Q = A v$ is constant along any flow path, even when cross-sectional area changes. This quantity is used to calculate total volume delivered over time, or find unknown speed when you know the total flow rate.

Common unit conversions you will need on the exam: 1 cubic meter = 1000 liters. To convert liters per minute to $\text{m}^3/\text{s}$, divide by 60000. Always check that all length units are converted to meters before calculating area and flow rate.

**Worked example:** A kitchen faucet fills a 12-liter pan in 15 seconds. The faucet supply pipe has an inner diameter of 1.8 cm. What is the average speed of water inside the supply pipe?

1. Convert all quantities to SI units: 12 L = 0.012 m$^3$, time = 15 s, diameter = 1.8 cm = 0.018 m, so radius $r = 0.009$ m.
2. Calculate volume flow rate $Q$:
3. $$Q = \frac{\text{Total Volume}}{\text{Time}} = \frac{0.012\ \text{m}^3}{15\ \text{s}} = 8.0 \times 10^{-4}\ \text{m}^3/\text{s}$$
4. Calculate cross-sectional area of the pipe:
5. $$A = \pi r^2 = \pi (0.009\ \text{m})^2 \approx 2.54 \times 10^{-4}\ \text{m}^2$$
6. Rearrange $Q = A v$ to solve for speed $v$:
7. $$v = \frac{Q}{A} = \frac{8.0 \times 10^{-4}\ \text{m}^3/\text{s}}{2.54 \times 10^{-4}\ \text{m}^2} \approx 3.1\ \text{m/s}$$

> **tip**
>
> Always convert all lengths to meters before calculating area to get correct SI units for speed, which is required for free-response answers on the AP exam.

## Non-Circular Cross-Sections and Branched Flow

The continuity principle applies to any flow conduit, not just circular pipes. For any shape, $A$ is always the cross-sectional area perpendicular to the direction of flow. For example, a rectangular open river channel has cross-sectional area equal to width multiplied by average depth.

For branched flow, where one main pipe splits into multiple smaller branches, the core rule is that total volume flow entering the system equals the sum of volume flows exiting through all branches. The two-point relation $A_1 v_1 = A_2 v_2$ only applies to single unbranched flow paths.

**Worked example:** A main pipe with cross-sectional area $9.0 \times 10^{-4}\ \text{m}^2$ carries water at 1.2 m/s to a house, then splits into three identical branch pipes. If the speed of flow in each branch is 1.8 m/s, what is the cross-sectional area of each branch?

1. For three identical branches, total volume flow conservation gives $Q_{\text{main}} = 3 Q_{\text{branch}}$, so $Q_{\text{branch}} = \frac{Q_{\text{main}}}{3}$.
2. Calculate $Q_{\text{main}}$:
3. $$Q_{\text{main}} = A_{\text{main}} v_{\text{main}} = (9.0 \times 10^{-4}\ \text{m}^2)(1.2\ \text{m/s}) = 1.08 \times 10^{-3}\ \text{m}^3/\text{s}$$
4. Find $Q_{\text{branch}}$:
5. $$Q_{\text{branch}} = \frac{1.08 \times 10^{-3}\ \text{m}^3/\text{s}}{3} = 3.6 \times 10^{-4}\ \text{m}^3/\text{s}$$
6. Rearrange to solve for $A_{\text{branch}}$:
7. $$A_{\text{branch}} = \frac{Q_{\text{branch}}}{v_{\text{branch}}} = \frac{3.6 \times 10^{-4}\ \text{m}^3/\text{s}}{1.8\ \text{m/s}} = 2.0 \times 10^{-4}\ \text{m}^2$$

> **tip**
>
> Never use the two-point $A_1 v_1 = A_2 v_2$ to relate a main pipe to a single branch when flow splits into multiple branches. Always use total inflow equals sum of outflows.

## AP Style Concept Check

**Check your understanding**

Test your understanding with these AP-style questions:

1. A circular garden hose narrows from diameter 3 cm to diameter 1.5 cm at the nozzle. What is the ratio of the flow speed in the nozzle to the flow speed in the main hose?

   - 1:2
   - 2:1
   - 4:1
   - 1:4

   *Why:* Area scales with the square of diameter, so $\frac{v_2}{v_1} = \left(\frac{d_1}{d_2}\right)^2 = 2^2 = 4$, so the ratio is 4:1. The most common error is forgetting the square relationship.

2. A mountain river is 15 m wide and 2.0 m deep on average, with an average flow speed of 1.2 m/s. The river flows through a narrow canyon that is only 3.0 m wide and 1.5 m deep. What is the average flow speed in the canyon?

   *Why:* Cross-sectional area of the open section is $15 \times 2 = 30\ \text{m}^2$, canyon area is $3 \times 1.5 = 4.5\ \text{m}^2$. $v_2 = 1.2 \times \frac{30}{4.5} = 8.0\ \text{m/s}$.

## Common pitfalls

- **Wrong:** Using diameter instead of area, or forgetting to square the diameter when calculating the speed ratio
  - Why it fails: Students mix up linear pipe dimension and area, which scales with the square of linear size
  - Correct: Always explicitly write $\frac{A_1}{A_2} = \left(\frac{d_1}{d_2}\right)^2$ before plugging in values for circular pipes
- **Wrong:** Applying $A_1 v_1 = A_2 v_2$ to one main pipe and one branch when the main pipe splits into two branches
  - Why it fails: Students memorize the two-point continuity equation and forget it only applies to a single unbranched flow path
  - Correct: For any branched system, write total inflow equals the sum of all outflows, adding $Q$ for each branch
- **Wrong:** Leaving length units in centimeters when calculating area, leading to speed values off by a factor of 10,000
  - Why it fails: Problems often give pipe diameter in centimeters for convenience, and students skip unit conversion
  - Correct: Circle all length units in the problem statement, and convert every length to meters before starting calculations
- **Wrong:** Assuming doubling the diameter of a pipe doubles the flow speed for constant $Q$
  - Why it fails: Students confuse linear proportionality with area proportionality
  - Correct: Remember that speed is inversely proportional to the square of diameter, so doubling diameter quarters the speed for constant flow rate
- **Wrong:** Using the simplified continuity equation for compressible flow and assuming $Q$ is constant
  - Why it fails: Students forget the simplified equation only holds for constant density
  - Correct: On AP Physics 1, all fluids tested for continuity are incompressible, so the simplified form always applies unless the problem explicitly states density changes

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Core Continuity Equation | $A_1 v_1 = A_2 v_2$ | Steady, incompressible unbranched flow |
| Volume Flow Rate | $Q = A v$ | Units: $\text{m}^3/\text{s}$; constant for incompressible flow |
| Branched Flow | $Q_{\text{in}} = \sum Q_{\text{out}}$ | Total inflow equals sum of all outflows |
| Area (Circle) | $A = \pi r^2 = \frac{\pi d^2}{4}$ | Area scales with square of linear dimension |
| Speed-Diameter Proportionality | $v \propto \frac{1}{d^2}$ | Inverse square relation for constant $Q$ |
| Total Volume Over Time | $V_{\text{total}} = Q t$ | Calculate total fluid delivered over time $t$ |
| Non-Circular (River) | $A = \text{width} \times \text{depth}$ | Rectangular cross-section for open channels |

## What's next

The fluid continuity equation is the foundational prerequisite for Bernoulli's equation, which connects flow speed to fluid pressure and gravitational potential energy in moving fluids. Almost all AP Physics 1 free-response problems on fluids combine continuity and Bernoulli's equation, so you cannot solve these full problems if you cannot correctly apply continuity to find flow speed at different points. Beyond fluids, the core idea of continuity (conservation of a quantity through steady flow) reappears in other AP Physics 1 topics, including conservation of charge in electric circuits. Next, you will use flow speeds from continuity to solve for pressure changes in moving fluids.

- [Bernoulli's Principle](https://www.owlsprep.com/study/ap-physics-1-u8-bernoulli-s-principle/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-physics-1-u8-fluid-continuity-equation/
