Intuition The one core idea
The Navier–Stokes equation is nothing more than ==Newton's F = m a applied to a tiny cube of fluid==, where the forces are pressure, viscous friction, and gravity. Everything on this page is just the vocabulary — the arrows, the little symbols, the slopes — you need before that one sentence can make sense.
This page assumes you know nothing . We will earn every symbol the parent note (the parent topic ) throws at you, in an order where each item leans only on the ones before it. We build the picture first, then the coordinates , then the quantities , and only then the operators that combine them.
Intuition Why we chop the fluid into cubes
A river has far too many molecules to track one by one. So we imagine slicing the fluid into a huge grid of tiny cubes. Each cube is small enough that the fluid's properties are almost constant inside it, but big enough to still contain trillions of molecules (so it behaves like smooth "stuff", not individual bouncing dots). We apply Newton's law to one such cube, then let the cube shrink to a point.
The cube in the figure is our hero. Everything that follows — coordinates, quantities, operators — is built so we can write F = m a for this cube . To even measure its size and mass, we first need directions to measure along. That is the next section.
Definition The three axis directions
x = left–right, y = forward–back, z = up–down (we will point gravity along − z ). A quantity with a little subscript, like u x , means "the x -part of u ".
Picture: three arrows meeting at a corner of the room, at right angles.
Definition Position vector
r = ( x , y , z )
Three numbers pinning down where a point sits in space: how far along x , along y , along z .
Picture: an arrow from the origin (corner of the room) to the point.
Definition The differentials
d x , d y , d z
d x is a tiny step along the x -direction — an amount so small we let it shrink toward zero. Likewise d y along y and d z along z .
Picture: the three coloured edge-lengths of the cube in the figure above.
Now that we have directions and tiny steps along them, we can finally size and weigh the cube.
Definition Volume element
d V and its mass
d V = d x d y d z is the tiny volume of one cube — length × width × height of an infinitesimally small box (using the tiny steps just defined).
The topic needs it because forces and mass are measured per cube , and we divide by d V at the end to get a law "per unit volume" that works at every point. (Its mass needs density , which we meet in Section 5.)
Intuition Two kinds of quantity
Some quantities are just a number (a scalar ): temperature, for example. Others need a number AND a direction (a vector ): a push, or a velocity. We draw a little arrow over a letter to say "this one is a vector."
a vs a
A letter with an arrow (u , F ) is a vector — it carries a direction. A plain letter (P , ρ ) is a scalar — just a magnitude. ∣ u ∣ or just u = the length of the arrow.
Picture: a scalar is a colour shade filling space; a vector is an arrow drawn at each point.
Reveal-check:
Will density ρ (Section 5) be a scalar or a vector? A scalar — just a number at each point, no direction.
Will velocity u (Section 4) be a scalar or a vector? A vector — it carries both a speed and a direction (note the arrow on top).
Definition Velocity field
u ( r , t ) = the velocity vector (a scalar-with-arrow, from Section 3) at position r , at time t . It is written as a function of both space and time.
Picture: the arrow-forest below — an arrow drawn at every point of the flow. Where arrows are long, fluid is fast; where short, slow.
Intuition Why velocity depends on TWO things
A weather map of wind arrows can change hour to hour (time dependence), and at a single instant the arrows already differ from place to place (space dependence). A drifting leaf feels both effects at once — this double dependence is exactly what forces us to invent the material derivative later.
ρ (Greek "rho")
ρ = mass packed into each unit of volume, measured in kg / m 3 . It is a scalar . A cube's mass is then d m = ρ d V (this completes the mass we deferred in Section 2).
Picture: how "heavy per box" the fluid is — mercury is a dense (crowded) fluid, air is a thin one.
P (a scalar) — force per unit area
P = area of that surface force pushing on a surface , measured in pascals , Pa = N / m 2 . Pressure is a scalar : at each point it is a single number, the same squeeze in every direction.
Picture: the fluid pressing on each face of our cube. Multiply P by a face's area and you recover an actual force on that face — this is exactly why a difference in P across the cube will later give a net force per volume − ∇ P .
μ (Greek "mu")
μ = how sticky / gooey the fluid is — how strongly one moving layer drags its neighbour. Measured in pascal-seconds , Pa ⋅ s (pressure × time). Honey has large μ ; water small (≈ 0.001 Pa ⋅ s ); air tiny.
Picture: two stacked sheets of fluid sliding past each other; μ is the "grip" between them. The units Pa ⋅ s say it literally: a stress (Pa ) produced per unit of shearing-rate (1/ s ). Fully explained in Viscosity & Newton's law of viscosity .
Intuition What a derivative
is , from zero
A derivative answers "if I nudge the input a little, how much does the output change?" It is the steepness of a graph — rise over run when the run shrinks to almost nothing.
Definition Ordinary derivative
d x df
The slope of f as x changes. Big slope = f changes fast.
Picture: the tangent line hugging a curve; its tilt is the derivative.
Definition Partial derivative
∂ x ∂ f
When f depends on several things (x , y , z , t ), the partial derivative means "wiggle only x , freeze everything else, and measure the change." The curly ∂ is just a "d" that says "hold the others still."
Picture: slicing a hilly surface along one direction and reading that slice's slope.
Why the topic needs derivatives: forces come from differences — a pressure difference across a cube, a velocity difference between layers — and a difference-per-distance is a derivative.
Definition The del symbol
∇ ("nabla")
∇ is a packaging of the three partial derivatives into one arrow-shaped operator:
∇ = ( ∂ x ∂ , ∂ y ∂ , ∂ z ∂ )
By itself it is not a number; it is an instruction waiting for something to act on.
Definition Gradient of a scalar:
∇ P
∇ P = ( ∂ x ∂ P , ∂ y ∂ P , ∂ z ∂ P ) — a vector pointing in the direction pressure rises fastest, with length = how steeply it rises.
Picture: on a hill, the gradient arrow points straight uphill. Fluid gets pushed down the pressure hill, which is why the pressure force per volume is − ∇ P (a minus, i.e. downhill — remember P is force-per-area, so its gradient is a force-per-volume).
∇ ⋅ u
The dot between ∇ and a vector gives a scalar : ∇ ⋅ u = ∂ x ∂ u x + ∂ y ∂ u y + ∂ z ∂ u z . It measures how much fluid is spreading out from a point (a source) or piling in (a sink).
Picture: arrows all pointing outward from a spot → positive divergence. For an incompressible fluid nothing piles up, so ∇ ⋅ u = 0 — the Continuity equation .
Definition The advection operator
( u ⋅ ∇ )
u ⋅ ∇ = u x ∂ x ∂ + u y ∂ y ∂ + u z ∂ z ∂ is a scalar operator meaning "rate of change as you move along with the flow ." Apply it to u and you get the convective acceleration ( u ⋅ ∇ ) u — see Material derivative .
Picture: riding downstream and feeling the arrows around you change.
Definition The Laplacian:
∇ 2
∇ 2 = ∇ ⋅ ∇ = ∂ x 2 ∂ 2 + ∂ y 2 ∂ 2 + ∂ z 2 ∂ 2 — a second derivative in every direction. It compares a point's value to the average of its neighbours.
Picture: a bump that is higher than its surroundings has negative ∇ 2 ; a dip has positive. Viscosity uses ∇ 2 u because friction is a difference of a difference (the change in the sliding-rate across the cube).
∇ 2 acts on a vector u
∇ 2 was defined above for a scalar . On a vector it acts component by component :
∇ 2 u = ( ∇ 2 u x , ∇ 2 u y , ∇ 2 u z )
i.e. do the scalar Laplacian separately on each of the three parts u x , u y , u z , then collect them back into a vector. So μ ∇ 2 u is a vector force-per-volume, one number for each direction.
∇ P and ∇ ⋅ u are the same operation."
Why it feels right: both use ∇ .
The flaw: ∇ on a scalar makes a vector (gradient); ∇ ⋅ on a vector makes a scalar (divergence). The little dot changes everything.
Fix: read the neighbours: no dot + scalar → gradient (vector out); dot + vector → divergence (scalar out).
Definition Gravitational acceleration
g
g is a constant downward vector of length 9.81 m/s 2 , i.e. g = ( 0 , 0 , − g ) . Weight of a cube = ρ g d V .
Picture: an arrow pointing straight down, the same everywhere.
F and Newton's law F = m a
F = total push (a vector). m = mass. a = acceleration (rate of change of velocity). The whole topic is this one law, re-dressed for a fluid cube.
Read this as a short chain, not a spider-web: picture → coordinates → quantities → operators → the equation .
operators grad div laplacian
Each foundation becomes one word in the final sentence: acceleration (D u / D t ) = pressure push (− ∇ P ) + viscous drag (μ ∇ 2 u ) + weight (ρ g ).
Test yourself — you are ready for the derivation only if you can answer each without peeking.
What are the differentials d x , d y , d z , and what is d V ? Tiny steps along the x , y , z directions; d V = d x d y d z is the cube's tiny volume.
What is the mass of the cube d V ? d m = ρ d V , using the density ρ .
What is the difference between a scalar and a vector, with one fluid example of each? A scalar is just a number (pressure
P ); a vector has magnitude and direction (velocity
u , marked with an arrow).
Why does the velocity field u ( r , t ) depend on both r and t ? The flow can differ from place to place (space) and can change over time (time); a moving particle feels both.
What is pressure P , and in what units? Force per unit area, P = force / area , measured in pascals Pa = N / m 2 ; it is a scalar.
What does μ mean and in what units? Viscosity — the stickiness/drag between fluid layers, measured in pascal-seconds Pa ⋅ s .
What is the difference between d x df and ∂ x ∂ f ? The ordinary derivative varies the single input; the partial derivative wiggles one variable while holding the others fixed.
What kind of object does ∇ P produce, and which way does it point? A vector, pointing in the direction pressure increases fastest (fluid is pushed the opposite way, hence − ∇ P ).
What does ∇ ⋅ u = 0 physically mean? The fluid is incompressible — no net spreading-out or piling-up at any point (continuity).
How does ∇ 2 act on a vector u ? Component by component:
∇ 2 u = ( ∇ 2 u x , ∇ 2 u y , ∇ 2 u z ) .
Why does viscosity use the second derivative and not the first? Net viscous force is a difference of stresses across the cube; stress is already one derivative, so the net force needs one more.
What are the three forces on a fluid cube, and what equation ties them to acceleration? Pressure (
− ∇ P ), viscosity (
μ ∇ 2 u ), gravity (
ρ g ); together they equal
ρ D u / D t (Newton's
F = m a ).