Exercises — Navier-Stokes equations — derivation from Newton's second law for fluid
Throughout, the incompressible Navier–Stokes equation is
Here is density (mass per volume), the velocity field, the pressure, the dynamic viscosity (how "sticky" the fluid is), and gravity. ("nabla") is the gradient operator — it measures how fast a quantity changes in space. is the Laplacian, a second spatial derivative.
Level 1 — Recognition
L1.1 — Name the terms
Given the full equation above, identify which physical force each of the four terms represents, and state its units (SI).
Recall Solution
- — local (unsteady) inertia. Units (force per volume).
- — convective inertia. Same units, .
- — net pressure force per volume. . ✓
- — net viscous force per volume. , , product . ✓
- — gravity (weight) per volume. . ✓
Every term is a force per unit volume — that is why they can be added.
L1.2 — Spot the acceleration
A leaf drifts in a steady river () that narrows. Does the leaf accelerate? Which term captures it?
Recall Solution
Yes. The flow is steady, so the local term is zero, but the leaf is carried into faster water. The acceleration is entirely the convective term . A fixed observer sees constant speed at their point; the particle still speeds up. See Material derivative.
Level 2 — Application
L2.1 — Compute a material derivative
A 1-D steady flow has (SI units, so in , in m). Find the acceleration of a fluid particle at .
Recall Solution
Steady ⟹ . Convective term in 1-D: At : . Notice the acceleration is nonzero despite steady flow — the convective term did all the work.
L2.2 — Hydrostatic pressure from NS
A tank of water () is at rest, . Using NS, find the pressure at depth below the surface where surface pressure is . Take .
Recall Solution
With , all inertia and viscous terms vanish. NS collapses to , i.e. . Taking depth downward: This is exactly Hydrostatic pressure — NS contains it as the zero-velocity case.
L2.3 — Reynolds number
Water (, ) flows at through a pipe of diameter . Compute the Reynolds number and state which NS term dominates.
Recall Solution
is the ratio (inertial force)/(viscous force). Here , so inertia (the term) dominates and the flow is turbulent. See Reynolds number.
Level 3 — Analysis
L3.1 — Which terms survive?
Classify each term of NS as kept or dropped for: (a) inviscid flow, (b) static fluid, (c) steady flow.
Recall Solution
| Case | |||||
|---|---|---|---|---|---|
| (a) inviscid () | keep | keep | keep | drop | keep |
| (b) static () | drop | drop | keep | drop | keep |
| (c) steady () | drop | keep | keep | keep | keep |
Case (a) gives the Euler equation (inviscid flow); case (b) gives hydrostatics.
L3.2 — Dimensional check of the viscous term
Show by dimensional analysis that has the same units as , confirming they may be added.
Recall Solution
. . Product: . . ✓ Identical — both forces per volume.
L3.3 — Why a second derivative?
A shear stress is . The stress on the bottom face of a blob is and on the top face . Derive the net viscous force per volume and explain why one derivative isn't enough.
Recall Solution
Net -force from the two horizontal faces (each area ): Per volume: . Why not first derivative? itself is a stress, not a net force. A net force needs the stress to differ across the blob — that difference is one more spatial derivative. See Viscosity & Newton's law of viscosity.

Level 4 — Synthesis
L4.1 — Plane Poiseuille flow
Steady flow between plates at and , driven by pressure gradient (with ), no gravity in . No-slip: . Derive and find where the speed is maximum.
Recall Solution
Steady, unidirectional ⟹ inertia terms vanish, the -momentum NS becomes Integrate twice: Apply . Apply . So Maximum where (the centre), with The parabola is the fingerprint of viscous pressure-driven flow. See Poiseuille flow.

L4.2 — Numeric Poiseuille
Using L4.1 with , , , compute and the speed at .
Recall Solution
At :
Level 5 — Mastery
L5.1 — Gravity-driven film down a wall
A thin film of thickness flows down a vertical wall under gravity. Steady, unidirectional flow where is distance from the wall ( wall, free surface). No pressure gradient. No-slip at wall ; zero shear at free surface . Derive and the maximum (surface) speed.
Recall Solution
Along the flow (, downward), NS gives , so Integrate: . Zero-shear at : . Integrate again: . No-slip . So Maximum at the free surface :

L5.2 — Numeric film
Take , , , . Find the surface speed .
Recall Solution
L5.3 — Convective vs. viscous (order-of-magnitude)
For the pipe flow of L2.3 (, , , ), estimate the ratio of the convective inertia term to the viscous term . Confirm it equals .
Recall Solution
Numerically: . ✓ This is why measures inertia-to-viscosity — it drops straight out of comparing two NS terms.
Recall Master checklist
Every term is a force per volume ::: so they add; check units are . Steady flow can still accelerate ::: via the convective term . Viscous force is a second derivative ::: it's the difference of stress across the blob. Second-order ODE ::: needs two boundary conditions. Free surface ::: zero shear, not no-slip.