Intuition What this page is
The parent note built the two viscosities. Here we drill the cases — every sign of a gradient, the zero-gradient trap, the degenerate thin-gap limit, both Newtonian and non-Newtonian regimes, and an exam twist. We forecast, solve, then check every number.
Before we start, three symbols the parent earned that we reuse. If any feels unfamiliar, re-read the parent first.
Recall The three symbols we lean on
τ (Greek "tau") ::: shear stress — force per unit area that neighbouring fluid layers exert on each other, measured in pascals (Pa).
μ (Greek "mu") ::: dynamic viscosity, the constant in τ = μ d u / d y , units Pa·s.
γ ˙ (gamma with a dot) ::: shear rate = velocity gradient d u / d y , "how fast speed changes across the gap", units s⁻¹ (per second).
The dot over γ means "rate" — a change per second — exactly like a dot over a distance would mean speed. So γ ˙ is literally the rate at which the layers shear (slide) apart .
Every problem this topic can throw at you falls into one of these cells. The rest of the page fills each cell with a worked example.
Cell
What changes
Example
A. Positive gradient
speed rises with height, d u / d y > 0
Ex 1
B. Negative gradient
speed falls with height, d u / d y < 0 — sign of τ flips
Ex 2
C. Zero gradient (degenerate)
uniform flow, d u / d y = 0
Ex 3
D. Thin-gap limit
h → 0 : stress blows up
Ex 4
E. μ vs ν ranking
which fluid diffuses momentum faster
Ex 5
F. Non-Newtonian, n < 1
shear-thinning apparent viscosity
Ex 6
G. Non-Newtonian, n > 1
shear-thickening apparent viscosity
Ex 7
H. Bingham yield (degenerate flow)
won't move until τ > τ 0
Ex 8
I. Real-world word problem
falling sphere, momentum-diffusion time
Ex 9
J. Exam twist
two fluids stacked, matching stress
Ex 10
The figure shows the four gradient signs side by side — look at the amber slope arrows: up-slope (A), flat (C), down-slope (B), and the near-vertical thin-gap case (D). The sign and steepness of that slope is the entire story of Newton's law.
Worked example Ex 1 — Standard Couette drag
Water-like oil, μ = 0.8 Pa·s, fills a gap h = 2 mm = 0.002 m. The top plate (y = h ) moves at U = 0.3 m/s; bottom fixed. Plate area A = 0.5 m 2 . Find the shear stress and the force.
Forecast: guess — will the force be closer to 6 N or 600 N? Write your guess down.
Shear rate. γ ˙ = d y d u = h − 0 U − 0 = 0.002 0.3 = 150 s − 1 .
Why this step? The profile is a straight line from 0 to U , and the slope of a straight line is (rise)/(run) = U / h . That slope is d u / d y .
Stress. τ = μ γ ˙ = 0.8 × 150 = 120 Pa.
Why this step? Newton's law: stress = viscosity × gradient.
Force. F = τ A = 120 × 0.5 = 60 N.
Why this step? Stress is force per area; multiply back by area to recover force.
Verify: units — ( Pa⋅s ) ( s − 1 ) = Pa ✓, then ( Pa ) ( m 2 ) = N ✓. The answer 60 N sits near your first guess bracket. Positive U gave positive τ : the fluid pushes back on the moving plate, dragging it, as expected.
Worked example Ex 2 — Speed decreasing with height
Same oil (μ = 0.8 Pa·s), but now the velocity decreases with height: at the bottom y = 0 the fluid moves at u = 0.4 m/s, and at the top y = h = 0.002 m it moves at u = 0.1 m/s. Find τ and interpret its sign.
Forecast: will τ come out positive or negative this time?
Shear rate. γ ˙ = h u top − u bottom = 0.002 0.1 − 0.4 = 0.002 − 0.3 = − 150 s − 1 .
Why this step? The gradient is (value at top − value at bottom)/gap. Because speed drops going up, the numerator is negative.
Stress. τ = μ γ ˙ = 0.8 × ( − 150 ) = − 120 Pa.
Why this step? Newton's law carries the sign straight through.
Interpret. The minus sign says the stress on the upper layer points in the negative flow direction — the slow top fluid is dragged forward while it drags the fast bottom fluid back. The magnitude, 120 Pa, is identical to Ex 1.
Why this step? Sign encodes direction of momentum transfer ; magnitude encodes how much .
Verify: flipping which plate is faster flips the sign but not the size — a good symmetry check. ∣ τ ∣ = 120 Pa matches Ex 1's magnitude exactly. ✓
Worked example Ex 3 — Uniform stream
A whole river of the same oil moves as a rigid slab: every layer travels at u = 10 m/s, top and bottom alike. Find the internal viscous stress.
Forecast: 10 m/s is fast — surely there's big stress? Guess before reading.
Shear rate. γ ˙ = h u top − u bottom = h 10 − 10 = 0 s − 1 .
Why this step? Viscosity cares about the difference between layers, not their common speed. No difference ⇒ zero gradient, whatever h is.
Stress. τ = μ × 0 = 0 Pa.
Why this step? Newton's law: no gradient, no stress — the whole point of writing τ = μ d u / d y rather than τ = μu .
Verify: dimension-free sanity — a uniformly moving fluid can be viewed from a frame moving with it, where everything is at rest and obviously stress-free. Physics can't depend on that frame choice, so the stress must be 0 in every frame. ✓ This is the parent's #1 misconception, defused.
Worked example Ex 4 — Squeezing the gap to zero
Take Ex 1 (μ = 0.8 Pa·s, U = 0.3 m/s fixed) and shrink the gap: h = 0.2 mm = 2 × 1 0 − 4 m. What happens to τ ? Then reason about h → 0 .
Forecast: ten times thinner gap — stress goes up by what factor?
New shear rate. γ ˙ = 2 × 1 0 − 4 0.3 = 1500 s − 1 .
Why this step? Same speed spread over a tenth of the distance ⇒ ten times steeper slope.
New stress. τ = 0.8 × 1500 = 1200 Pa — exactly 10 × the Ex 1 value.
Why this step? τ ∝ 1/ h at fixed U ; cut h by 10, multiply τ by 10.
Limit. As h → 0 , γ ˙ = U / h → ∞ , so τ → ∞ .
Why this step? This is why real machines keep a finite oil film — an infinitely thin film would demand infinite force (and shred the fluid). This is the seed of the Boundary Layer idea: near a wall the gradient is steepest.
Verify: ratio check τ new / τ old = 1200/120 = 10 = h old / h new ✓ — inverse proportionality confirmed.
Worked example Ex 5 — Which spreads motion faster, air or water?
Air: μ a = 1.8 × 1 0 − 5 Pa·s, ρ a = 1.2 kg/m 3 . Water: μ w = 1.0 × 1 0 − 3 Pa·s, ρ w = 1000 kg/m 3 . Compute both ν and rank them.
Forecast: water is obviously "thicker" than air — so water's ν is bigger, right?
Air's ν . ν a = ρ a μ a = 1.2 1.8 × 1 0 − 5 = 1.5 × 1 0 − 5 m 2 / s .
Why this step? Definition ν = μ / ρ ; dividing by density compares the viscous force to the inertia it must move.
Water's ν . ν w = 1000 1.0 × 1 0 − 3 = 1.0 × 1 0 − 6 m 2 / s .
Rank. ν a / ν w = 1.0 × 1 0 − 6 1.5 × 1 0 − 5 = 15 . Air diffuses momentum 15× faster per unit mass than water.
Why this step? Air's μ is ~55× smaller, but its ρ is ~830× smaller — the density factor wins, so ν a > ν w . This is Momentum Diffusion in numbers.
Verify: units kg/m 3 Pa⋅s = kg/m 3 kg/(m⋅s) = m 2 / s ✓. Answer contradicts the "thicker = higher ν" intuition — exactly the parent's counter-intuitive fact, made quantitative.
Worked example Ex 6 — Paint on a brush
Power-law paint τ = K γ ˙ n with K = 2 , n = 0.5 . Compare the apparent viscosity μ app = τ / γ ˙ at a gentle wall shear γ ˙ = 4 s − 1 versus a brisk brush shear γ ˙ = 100 s − 1 .
Forecast: does the paint get thicker or thinner when you brush it faster?
Apparent-viscosity formula. μ app = γ ˙ τ = γ ˙ K γ ˙ n = K γ ˙ n − 1 = 2 γ ˙ − 0.5 .
Why this step? "Apparent viscosity" is the slope-to-origin you'd read as if it were Newtonian at that shear rate. We use it because μ is no longer constant.
Slow shear. μ app = 2 × 4 − 0.5 = 2/ 4 = 2/2 = 1.0 Pa·s.
Fast shear. μ app = 2 × 10 0 − 0.5 = 2/ 100 = 2/10 = 0.2 Pa·s.
Why this step? n − 1 = − 0.5 < 0 , so raising γ ˙ lowers μ app — the definition of shear-thinning.
Verify: ratio 1.0/0.2 = 5 ; also ( 100/4 ) 0.5 = ( 25 ) 0.5 = 5 ✓. On the brush (thin, spreads) then on the wall (thick, doesn't drip) — the paint's whole selling point.
Worked example Ex 7 — Oobleck jams
Cornstarch suspension, τ = K γ ˙ n with K = 0.5 , n = 2 . Compare μ app at γ ˙ = 2 s − 1 (slow stir) and γ ˙ = 50 s − 1 (sharp punch).
Forecast: punch it hard — softer or harder than a slow stir?
Apparent viscosity. μ app = K γ ˙ n − 1 = 0.5 γ ˙ 1 = 0.5 γ ˙ .
Why this step? Same μ app = K γ ˙ n − 1 formula; here n − 1 = 1 > 0 .
Slow. μ app = 0.5 × 2 = 1.0 Pa·s.
Fast. μ app = 0.5 × 50 = 25 Pa·s.
Why this step? Positive exponent means μ app rises with shear rate — particles jam under fast loading. That's why you can run on oobleck but sink if you stand still.
Verify: ratio 25/1.0 = 25 = 50/2 ✓ (linear in γ ˙ so ratio equals the shear-rate ratio). Opposite trend to Ex 6, confirming the n -sign rule.
Worked example Ex 8 — Toothpaste won't budge
A Bingham plastic obeys τ = τ 0 + μ p γ ˙ with yield stress τ 0 = 60 Pa and plastic viscosity μ p = 0.4 Pa·s. (a) Applied stress τ = 40 Pa — does it flow? (b) Applied τ = 100 Pa — find the shear rate.
Forecast: at 40 Pa, does anything move at all?
Check the yield. Flow occurs only if τ > τ 0 . At (a) 40 < 60 , so γ ˙ = 0 — it stays put (a solid-like plug).
Why this step? Below yield the structure holds like a soft solid; there is no gradient because there is no motion.
Above yield (b). Rearrange: γ ˙ = μ p τ − τ 0 = 0.4 100 − 60 = 0.4 40 = 100 s − 1 .
Why this step? Only the excess stress beyond τ 0 drives flow; divide that excess by μ p .
Verify: plug back — τ = 60 + 0.4 × 100 = 60 + 40 = 100 Pa ✓. Case (a) correctly gives the degenerate no-flow answer, case (b) a clean 100 s⁻¹.
Worked example Ex 9 — How long for a jolt to reach across a mug of water
A spoon jolts one wall of a mug. Using momentum diffusion, estimate how long for that disturbance to spread a distance L = 3 cm = 0.03 m through still water, ν w = 1.0 × 1 0 − 6 m 2 / s .
Forecast: seconds, minutes, or hours?
Diffusion length rule. From the parent: in time t momentum spreads L ∼ ν t .
Why this step? ν has units m²/s (a diffusion coefficient), so the only length its combination with time can make is ν t — see Momentum Diffusion .
Solve for t . Square both sides: L 2 = ν t ⇒ t = ν L 2 = 1.0 × 1 0 − 6 ( 0.03 ) 2 = 1 0 − 6 9 × 1 0 − 4 = 900 s.
Why this step? Rearranging the scaling law gives the timescale for viscosity alone to carry the motion.
Verify: units m 2 / s m 2 = s ✓. 900 s = 15 minutes — startlingly slow! This is why real stirring works by bulk swirling (convection), not by viscosity; it also explains why viscous effects hide in a thin Boundary Layer and why Reynolds Number compares inertia to viscosity.
Worked example Ex 10 — Two stacked fluids, one plate
Two Newtonian layers fill a gap between a fixed floor and a moving ceiling at U = 0.5 m/s. Bottom layer: μ 1 = 0.2 Pa·s, thickness h 1 = 1 mm . Top layer: μ 2 = 0.6 Pa·s, thickness h 2 = 1 mm . The stress is the same through both (steady, no acceleration). Find the interface speed u i and the common stress τ .
Forecast: is the interface speed above or below the midpoint value 0.25 m/s?
Stress continuity. In steady shear with no body force, τ is uniform, so μ 1 h 1 u i − 0 = μ 2 h 2 U − u i .
Why this step? If the two stresses differed, the thin interface layer would have a net force and accelerate — impossible in steady state.
Insert numbers (h 1 = h 2 = 0.001 m cancel): 0.001 0.2 u i = 0.001 0.6 ( 0.5 − u i ) ⇒ 0.2 u i = 0.6 ( 0.5 − u i ) .
Solve. 0.2 u i = 0.3 − 0.6 u i ⇒ 0.8 u i = 0.3 ⇒ u i = 0.375 m/s.
Why this step? Algebra. The interface sits above the midpoint because the thinner-resisting bottom layer (smaller μ 1 ) shears more easily, so most of the speed is used up there.
Common stress. τ = μ 1 h 1 u i = 0.2 × 0.001 0.375 = 0.2 × 375 = 75 Pa.
Why this step? Now that u i is known, either layer gives τ .
Verify: top layer must give the same stress: μ 2 h 2 U − u i = 0.6 × 0.001 0.5 − 0.375 = 0.6 × 125 = 75 Pa ✓. Both agree, and u i = 0.375 > 0.25 as forecast — the less-viscous layer takes more of the velocity drop.
Recall Which cell was hardest?
The zero-gradient trap (Cell C) ::: stress is 0 even at 10 m/s — viscosity reads gradients , not speeds.
The μ-vs-ν ranking (Cell E) ::: air beats water on ν despite feeling thinner, because dividing by the tiny density dominates.
The stacked-fluid twist (Cell J) ::: enforce equal stress across the interface, not equal shear rate.
Mnemonic Sign & case checklist
"Slope up → +τ, slope down → −τ, flat → 0; thin gap → huge τ; divide by ρ before you rank speed of spread."