Navier-Stokes equation for a viscous fluid
At a Glance
- Frequency: 4 sub-parts across 4 of 14 years (2014, 2023, 2025, 2026)
- Priority tier: T3
- Marks (count): 20 (3)
- Average solve time: ~17 min
- Difficulty mix: hard 2, medium 1
- Section: B | Dominant type: derivation
Why This Chapter Matters
Navier-Stokes questions carry 20 marks each and appear in Section B — the highest-value slot in the paper. Two distinct archetypes have appeared: deriving the parabolic velocity profile for channel (Poiseuille) flow by reducing and integrating the NS equations (2014), and verifying that a given velocity field satisfies the full NS equations and recovering the pressure distribution (2023, 2025). The verification type has appeared twice in the last three years and is likely to recur. Both types reduce to straightforward algebra once the student knows the Navier-Stokes equation, the continuity equation, and the structure of the inertia term — there is no need to know the full derivation of NS from first principles.
Minimum Theory
Navier-Stokes Equation. For an incompressible Newtonian viscous fluid with constant viscosity :
together with the incompressibility condition . The four terms on the two sides are: inertia (left), pressure gradient, viscous stress , and body force. For steady flow .
Channel-Flow Reduction (Poiseuille/Couette–Poiseuille). For parallel flow : continuity gives automatically; the convective term ; the -momentum equation reduces to:
With (constant, drives flow) and no-slip at the walls, the solution is the parabolic (Poiseuille) profile. For Couette–Poiseuille flow (one wall moving at speed ), the profile has an additional linear term.
Circular Couette Reduction (rotating cylinders). A channel is not an annulus, and the Cartesian reduction above does not transfer. For purely azimuthal axisymmetric flow in cylindrical polars :
- Continuity reduces to — so -independence of is deduced, not assumed.
- Every inertial term in the -equation vanishes (each contains , , or a -derivative), leaving only the viscous term:
Note the term: this is a Cauchy–Euler equation with indicial roots , so
the rigid-body rotation (vorticity ) plus the irrotational free vortex (vorticity ). Dropping the term gives and loses entirely — the commonest fatal slip.
- The -equation is not redundant: it reads , the centripetal balance, and determines once is known.
- cancels from the reduced equation, so the steady profile is independent of viscosity. Viscosity fixes the torque, not the shape: , and the torque per unit length is independent of , as steady balance requires.
Verification Approach. When a velocity field is given and you must “show it satisfies the equations of motion”: (1) check continuity; (2) compute the inertia and viscous terms; (3) substitute into each component of NS; (4) show the residual in each component is zero or is balanced by ; (5) integrate to find , checking compatibility (mixed partial conditions).
Question Archetypes
| Archetype | Recognition |
|---|---|
| navier-stokes-verification | Given velocity field; show it satisfies NS; find pressure distribution |
| navier-stokes-channel | ”Find the velocity profile for laminar flow between parallel plates” |
| couette-annulus | Fluid between two concentric rotating cylinders; formulate the velocity for each cylinder driven in turn |
navier-stokes-verification (2 question(s); 2023, 2025)
Recognition Cues — The question provides explicit velocity components , , (or a profile ) and asks you to “show that this satisfies the equation of motion” or “determine under what conditions” it is a solution. The task is substitution and verification, not derivation.
Solution Template
- Continuity: compute and show it equals zero.
- Inertia term: for each component, compute .
- Viscous term: for each component, compute .
- NS equations: for each component, the equation is . If inertia and viscous terms are both zero, . Otherwise, set (viscous term) (inertia term).
- Pressure: integrate for each ; check compatibility (); assemble .
Worked Example(s)
2023 Paper 2, 2023-P2-Q8c (20 marks)
Determine under what conditions , , is a solution to Navier-Stokes with , .
Step 1 — Continuity.
Incompressibility is satisfied for any constant .
Step 2 — Viscous terms. Each velocity component is harmonic:
Viscous stresses vanish, so NS reduces to Euler form: .
Step 3 — Inertia terms.
Step 4 — Conditions. From the NS equations:
Compatibility check: ✓. The system is consistent for any constant and any viscosity . The only condition needed is incompressibility — which already holds.
Step 5 — Pressure. Integrate in :
Differentiate in and match : .
Match : .
Noting :
This is the Bernoulli form since (by the same identity as MF-08).
2025 Paper 2, 2025-P2-Q7c (20 marks)
Show that , , , satisfies the equation of motion with no body force.
Step 1 — Continuity. since depends only on ; . So . ✓
Step 2 — Inertia term vanishes. (since has no -dependence). The convective acceleration is zero.
Step 3 — -momentum. The NS -equation reduces to .
Let (constant). Expand :
Then:
So . Satisfied. ✓
Step 4 — and momentum. and gives and , so both equations read . ✓
The balance is : viscous stress equals the pressure gradient. This is the plane Couette–Poiseuille profile (linear Couette part parabolic Poiseuille part).
Common Traps
- Not showing the inertia term vanishes. In the 2025 problem the convective acceleration is zero because has no -dependence. This must be stated explicitly; examiners award marks for it.
- Viscous terms vanishing (2023). The Laplacian because each component is harmonic (linear in second-order terms that cancel). This is the key condition that removes from the equations. State it after the computation.
- Checking only the -momentum equation. The and equations (with ) also need to be addressed — even if they reduce trivially to , show the step.
- Pressure integration constants. When integrating for a 2D or 3D flow, the “constant” after integrating in is a function of and , not a number. Carry it through and pin it down with the remaining equations.
navier-stokes-channel (1 question(s); 2014)
Recognition Cues — “Find the Navier-Stokes equation for steady laminar flow between two parallel plates” or “derive the velocity distribution for viscous flow in a channel”. You are expected to start from the full NS equation, apply the symmetry assumptions, reduce to an ODE, and integrate with no-slip boundary conditions.
Solution Template
- Assume . State why: steady + parallel laminar flow.
- Continuity: ✓ (since depends only on ).
- Convective term: (no -gradient of ). State this makes the problem linear.
- - and -momentum: , so only.
- -momentum: . Set (const).
- Integrate twice: .
- Apply no-slip at : determine , .
- State key results: , volume flux , mean velocity .
Worked Example(s)
2014 Paper 2, 2014-P2-Q8c (20 marks)
Find the Navier-Stokes equation for steady laminar flow of a viscous incompressible fluid between two infinite parallel plates.
Plates at ; flow in the -direction driven by pressure gradient .
Step 1 — Assumptions and NS. With , steady flow:
Steady: . Continuity: ✓. Convective: .
Step 2 — Reduced equations.
- : .
- : .
Set :
Step 3 — Integrate.
Step 4 — Boundary conditions. No-slip at :
Subtract: . Add: .
Step 5 — Profile and derived quantities.
Maximum at : .
Volume flux per unit width:
Mean velocity: .
Common Traps
- Convective term is zero, but it must be shown. Write (since has no -dependence); this is what makes the problem linear.
- Sign of pressure gradient. Setting with gives flow in the direction. Without the minus sign, would be negative everywhere.
- Symmetric BCs give . Using only and forgetting leaves undetermined.
- Volume flux formula. , and the mean velocity is , not .
couette-annulus (1 question(s); 2026)
The geometry is an annulus, not a channel, and the driving is rotation, not a pressure gradient. Everything up to “posit the field, kill the terms with a reason, integrate, apply no-slip” transfers from navier-stokes-channel; the operator and the boundary conditions do not.
Recognition Cues
- “Viscous incompressible fluid between two concentric cylinders of radii and .”
- One cylinder is given angular velocity and the other held at rest — usually asked twice, once for each.
- “Steady, no body forces” is stated; “discuss and formulate” signals that a bare pair of formulae will not carry the marks.
Solution Template
- State the hypotheses the question omits — infinitely long cylinders (or end effects neglected), axisymmetric, purely azimuthal, no-slip, laminar. Without them is an assumption, not a deduction, and saying so is worth a mark. Note that does not need assuming — continuity gives it.
- Reduce the -equation term by term, with a reason attached to each vanishing term. This is the bulk of a 20-mark “formulate”.
- Solve by integrating twice: , so .
- Convert angular velocity to a wall speed before applying no-slip: , not .
- Fit the constants separately in each case — do not assert case (ii) “by symmetry”, the constants genuinely differ.
- Discuss: the -cancellation, the pressure from the -equation, the two limiting cases, and the torque.
Worked Example
2026 Paper 2, 2026-P2-Q8c (20 marks)
Viscous incompressible fluid fills the region between concentric cylinders of radii (); steady flow, no body forces. Formulate the velocity if (i) the inner cylinder has angular velocity and the outer is at rest; (ii) the outer is rotated with angular velocity and the inner is at rest.
Source: analysis/solutions/2026-P2-Q8c.md
Reduction. With continuity holds identically; every inertial term in the -momentum equation contains , or and so vanishes, leaving . Since it divides out, and integrating twice gives . The -equation gives and the -equation .
Case (i): inner spins. No-slip: , . Using (linear in the constants):
Check: ✓, ✓.
Case (ii): outer spins. No-slip: , :
Note the mirror structure: the roles of and , and of the rigid-rotation and free-vortex parts, are interchanged.
Discussion (this is what “discuss” is asking for).
- cancels. All inertial terms vanished, so the only surviving term is viscous and is an overall factor on a homogeneous equation. Physically: in the steady state the net viscous torque on every annulus is zero, so torque is transmitted unchanged from wall to wall; viscosity fixes how much torque, not the shape of the profile.
- Pressure. , increasing outwards — the correct sense for fluid moving in circles.
- Limits. Case (i) with gives : a cylinder spinning in unbounded viscous fluid produces a flow that is irrotational everywhere in the fluid. Case (ii) with gives : rigid-body rotation, no shear, no dissipation.
- Torque. per unit length in both cases, opposite in sense — the Couette (Margules) viscometer formula. The instrument works precisely because the profile is -independent while the torque is -proportional.
- Stability. By Rayleigh’s criterion, . Case (i) has — angular momentum decreases outwards, Rayleigh-unstable, and above a critical Taylor number the profile breaks into Taylor vortices. Case (ii) has , stable. That asymmetry is almost certainly why the paper asks for the two cases side by side.
Common Traps
- Losing the term. Solving instead of throws away and makes both boundary conditions unsatisfiable. The operator is — write it in that form and integrate it directly rather than expanding.
- Writing . Angular velocity is not a speed. ; the dimensional error destroys the answer.
- Doing case (i) and asserting case (ii) by symmetry. The constants differ: versus . Both cases must be fitted.
- Dropping the radial equation. It is not redundant — it is what determines the pressure, via the centripetal term .
- Assuming -independence. Continuity gives it; claiming it as a hypothesis wastes an available mark.
Marks-Aware Writing
20-mark derivation (channel flow). The examiner wants to see the full NS equation written out, the reduction steps stated with justification (steady, continuity, parallel flow), the ODE, the double integration, the application of both boundary conditions, and the final profile. State and since these are standard results that full-marks answers include. Expect to write 8–10 lines of algebra.
20-mark verification. The examiner wants to see each of the four steps: continuity, inertia calculation, viscous/Laplacian calculation, and pressure integration. For flows where the inertia or viscous term vanishes, state this explicitly and show the computation — do not skip the calculation because the answer is zero. Show the compatibility check when integrating . A complete verification of all three momentum components (not just the -component) is needed for full marks.