Lagrangian vs Eulerian: Fluid Kinematics Explained
The two ways to describe a moving fluid — chase the particles, or stand still and watch them flow past.
Imagine you want to know the wind over a city. You could release a swarm of tiny balloons, each carrying a GPS, and follow where each one goes — that is one kind of knowledge. Or you could bolt a row of anemometers to rooftops and read the wind speed at each fixed spot as the air rushes past — that is another. Both describe the same wind, but they are fundamentally different descriptions, and fluid mechanics keeps both under separate names: the <em>Lagrangian</em> description chases the fluid, the <em>Eulerian</em> description watches it flow by. Almost every practising engineer uses Eulerian. Knowing why — and where the Lagrangian view still secretly does the work — is the foundation of everything in this module.
Two descriptions of the same motion
Solid mechanics is easy to describe because a solid body keeps its identity: a crane hook is the same crane hook at every instant, so you can attach a coordinate system to it and follow it around. A fluid does not cooperate. The drop of water entering a pipe is not the same drop leaving it microseconds later — fluid deforms, mixes, and splits, so there is no convenient 'body' to track. Faced with that, kinematics offers two ways to describe the motion, and the choice between them is the first real decision in fluid mechanics.
The Lagrangian description names each particle by where it started — a label a⃗, usually its initial position — and follows that particle forever. Its position is a function of the label and time, r⃗ = r⃗(a⃗, t). Because you are riding along with one particle, its ordinary velocity and acceleration are just simple time derivatives. This is exactly how Newton's laws were written for particles, so it feels natural. The weather-balloon swarm in the hook is Lagrangian.
The Eulerian description gives up on particle identity entirely. Instead it plants a grid of points fixed in space and asks, at each point and each instant, what is the velocity of whatever fluid is passing through here? The answer is the velocity field, V⃗(x, y, z, t) — a vector attached to every point in space, varying with time. The weather-station row is Eulerian. So is almost every instrument an engineer builds: a pressure tap, a thermocouple, a flow meter all sit still and let the fluid flow past them.
The reason is sheer numbers. A cup of water contains on the order of 10²⁵ molecules, and even if we lump them into 'particles' far larger than molecules, any real flow has vastly too many to label and track. The Lagrangian bookkeeping is hopeless at engineering scale. The Eulerian field, by contrast, is finite and measurable: you read it with a finite set of fixed instruments and you store it on a finite grid. Computational fluid dynamics (CFD) discretizes the Eulerian field, not a particle list. So while the Lagrangian view is conceptually clean, the Eulerian view is the practical language of the subject — and the rest of this course is written in it.
Reading a velocity field
An Eulerian velocity field is read like a weather map of arrows. At each point (x, y, z) the field assigns a vector with components u, v, w along x, y, z. To find the velocity at a particular spot you simply evaluate the field there; to find the speed you take the magnitude |V⃗| = √(u² + v² + w²). A field that contains no time t describes steady flow — the reading at every fixed point never changes, even though the fluid itself keeps moving through. A field with explicit time dependence is unsteady.
Here is the subtle point that the rest of this module builds on. In the Lagrangian view, a particle's acceleration is just dV⃗/dt. In the Eulerian view the obvious-looking derivative ∂V⃗/∂t is NOT the particle acceleration in general — it is only the rate of change observed at a fixed point (the local part). A particle can also accelerate simply by drifting into a region where the field is faster, even when the field itself never changes with time. Capturing that second, convective, contribution requires the material derivative, which is the subject of Lesson 3. For now, hold the warning: steady does not mean 'no acceleration'.
Despite the engineering preference for Eulerian fields, a few problems are genuinely easier in the Lagrangian frame. Tracking a pollutant plume, a blob of dye, or an air parcel's humidity over days is a follow-the-particle question — the quantity rides with the fluid, so a Lagrangian (or 'particle-tracking') simulation is the natural tool. Oceanography and atmospheric science use Lagrangian floats extensively. The two descriptions are equivalent pictures of the same physics; choosing between them is a matter of which makes your question easy to answer.
- Differentiate position to get velocity (holding the particle label fixed): vₓ = dx/dt = 4 m/s, v_y = dy/dt = 4t.
- At t = 3: v_y = 4(3) = 12 m/s. So the velocity vector is (4, 12) m/s.
- Differentiate velocity to get acceleration: aₓ = 0, a_y = d(4t)/dt = 4 m/s².
- The acceleration is constant at (0, 4) m/s² — independent of time, as expected for a quadratic trajectory.
- Speed at t = 3: |v| = √(4² + 12²) = √(16 + 144) = √160 = 12.6 m/s.
- vₓ = dx/dt = 3; v_y = dy/dt = 6 − 4t. At t = 2: v_y = 6 − 8 = −2 m/s.
- Velocity vector (3, −2) m/s.
- Speed |v| = √(3² + (−2)²) = √(9 + 4) = √13 = 3.61 m/s.
- Evaluate the field at (1, 3): u = 2 + 3 = 5 m/s, v = 0.
- Speed |V| = √(5² + 0²) = 5 m/s.
- The field contains no time t, so the flow is steady — the reading at any fixed point never changes.
Check your understanding
- The Lagrangian description follows identified particles (label a, position r(a,t)); the Eulerian description defines fields over fixed points V(x,y,z,t).
- Engineers use Eulerian because real flows have too many particles to track; instruments and CFD both live in the Eulerian frame.
- A velocity field with no time dependence is steady; its magnitude at a point is the local fluid speed.
- An Eulerian acceleration is not just ∂V/∂t — a particle can also accelerate by convecting into a faster region. That is the material derivative of Lesson 3.
🎓 Go deeper: external courses & trusted references
External sites are listed for reference only. This course is independent and has no affiliation with, or endorsement from, the institutions named.