This page is the drill floor . The parent note built the ideas; here we throw every kind of question at them and solve each one from the ground up. Nothing new is assumed — every symbol used below was earned in the parent, and we re-anchor each one as it appears.
Before touching numbers, let's list the master formulas we will keep reusing. Read each right-hand side as a sentence , not a spell.
Two coordinate symbols will recur, so let's anchor them once here (both are inherited from the parent's picture of the plate): x is the distance measured along the plate from the leading edge, and y is the height measured straight up from the wall (so y = 0 is the plate surface, y = δ is the top of the boundary layer). The symbol u means the fluid's horizontal speed at a given height y — it climbs from u = 0 at the wall (no-slip) up to u = U at the layer's edge. The expression ∂ u / ∂ y is simply the slope of that speed-versus-height curve: how fast the speed changes as you rise a little off the wall.
One extra convention we need repeatedly: the flow is laminar (smooth layers) roughly while R e x < 5 × 1 0 5 , and beyond that it goes turbulent (mixed-up eddies). See Laminar vs Turbulent flow . This threshold decides which formula is even allowed — Blasius below it, the 1/5 -power law above it.
Every fluid-boundary-layer question is really one of these cells. The examples below tick each box.
Cell
Case class
What's special about it
Example
A
Direct forward calc
given U , ν , x → find δ
Ex 1
B
Degenerate input: leading edge
x → 0
Ex 2
C
Limiting behaviour: U → ∞
very fast stream, layer → 0
Ex 2
D
Scaling / ratio (only one variable changes)
use proportionality, no full numbers
Ex 3
E
Inverse problem
given δ → find x (or U )
Ex 4
F
Transition check (R e x vs 5 × 1 0 5 )
is laminar formula even legal?
Ex 5
G
Wall shear / skin friction
τ w ∝ 1/ x , biggest at nose
Ex 6
H
Real-world word problem (units mixed, air)
translate story → symbols
Ex 7
I
Exam twist: two fluids / combine effects
change ν AND U together
Ex 8
J
Past transition: turbulent growth law
R e x > 5 × 1 0 5 , use δ ∝ x / R e x 1/5
Ex 9
Worked example Water over a plate
Water (ν = 1.0 × 1 0 − 6 m 2 / s ) streams at U = 2 m/s past a flat plate. Find δ at x = 0.2 m .
Forecast: Water is only mildly sticky and the plate is short — guess a millimetre-scale layer, not centimetres.
Step 1 — Compute R e x and check it is in range.
R e x = ν U x = 1.0 × 1 0 − 6 2 × 0.2 = 4.0 × 1 0 5
Why this step? Before choosing a thickness formula we must check which regime we are in. Here R e x = 4.0 × 1 0 5 < 5 × 1 0 5 , so the flow is laminar and the Blasius formula is legally applicable. (Had it exceeded 5 × 1 0 5 we would be forced to the turbulent law of Ex 9.)
Step 2 — Feed it into Blasius.
δ = R e x 5.0 x = 4.0 × 1 0 5 5.0 × 0.2 = 632.5 1.0 = 1.58 × 1 0 − 3 m
Why this step? The R e x in the denominator is exactly what turns "how thin" into a length. Large denominator → tiny δ .
Answer: δ ≈ 1.58 mm .
Verify: Units — x is metres, R e x is dimensionless, so δ is metres. ✓ Magnitude ~1.6 mm matches the forecast, and R e x sits safely below transition so the formula was legal. ✓
Worked example Two limits at once
For the same water flow (ν = 1 0 − 6 , U = 2 ): (a) what is δ at the leading edge x = 0 ? (b) What happens to δ at fixed x = 0.2 m as U → ∞ ?
Forecast: (a) The plate has just started grabbing fluid — guess zero . (b) A hurricane-fast stream gives the wall no time to slow anything — guess δ → 0 .
Step 1 — Leading edge. Put x = 0 into δ = 5.0 ν x / U :
δ ( 0 ) = 5.0 U ν ⋅ 0 = 0
Why this step? At the very front tip, no fluid has yet spent any time near the wall, so nothing has been slowed. The formula must (and does) give zero.
Step 2 — Infinite speed. Hold x fixed, let U → ∞ :
δ = 5.0 U ν x U → ∞ 5.0 ν x ⋅ U 1 → 0
Why this step? δ ∝ 1/ U . Faster stream = less "exposure time" for viscosity to diffuse sideways, so the slowed zone can't grow. In the ideal limit (ν → 0 or U → ∞ ) the layer vanishes — recovering the frictionless picture that gave d'Alembert's paradox .
Verify: Both limits push δ toward 0 , consistent with "high R e x ⇒ thin layer." Keeping the full Blasius constant, δ = 5.0 x / R e x ; since R e x = U x / ν → ∞ as U → ∞ , the denominator blows up and δ → 0 . ✓
Worked example Where is the layer twice as thick?
On a plate, the layer has thickness δ 1 at x 1 = 0.5 m . At what station x 2 is it twice as thick, everything else fixed (still laminar)?
Forecast: Because δ ∝ x , doubling thickness needs more than double the distance. Guess ~4 × .
Step 1 — Write the ratio. With U , ν fixed, only x survives:
δ 1 δ 2 = x 1 x 2
Why this step? Constants cancel in a ratio, so we never need their values — the shape of the growth law is all that matters.
Step 2 — Set the ratio to 2 and solve.
2 = x 1 x 2 ⇒ x 1 x 2 = 4 ⇒ x 2 = 4 ( 0.5 ) = 2.0 m
Why this step? Squaring undoes the square root. The is exactly why quadrupling distance only doubles thickness — growth slows downstream.
Verify: 2.0/0.5 = 4 = 2 . ✓ Matches the forecast "4 × distance." ✓
Worked example Read the thickness, recover the speed
Air (ν = 1.5 × 1 0 − 5 m 2 / s ) flows over a plate. At x = 0.3 m the laminar layer is measured to be δ = 3.0 mm . What is the free-stream speed U ?
Forecast: A fairly thick 3 mm layer in low-viscosity air over 30 cm suggests a slow stream (fast stream would give a thinner sliver). Guess a few m/s.
Step 1 — Invert Blasius for U . Start from δ = 5.0 ν x / U , square both sides:
δ 2 = 25 U ν x ⇒ U = δ 2 25 ν x
Why this step? We want U alone; squaring removes the root and lets us isolate it algebraically.
Step 2 — Plug numbers (δ = 3.0 × 1 0 − 3 m ):
U = ( 3.0 × 1 0 − 3 ) 2 25 × ( 1.5 × 1 0 − 5 ) × 0.3 = 9.0 × 1 0 − 6 1.125 × 1 0 − 4 = 12.5 m/s
Why this step? Direct substitution once U is isolated.
Answer: U = 12.5 m/s .
Verify (plug back): R e x = 1.5 × 1 0 − 5 12.5 × 0.3 = 2.5 × 1 0 5 ; then δ = 2.5 × 1 0 5 5 × 0.3 = 500 1.5 = 3.0 × 1 0 − 3 m . ✓ Exactly the given 3 mm. And R e x < 5 × 1 0 5 so laminar was legal. ✓
Worked example Transition check
Water (ν = 1.0 × 1 0 − 6 ) at U = 2 m/s flows over a long plate. Up to what distance x c is the flow laminar, and what is δ there?
Forecast: Transition is set by R e x = 5 × 1 0 5 . Since water diffuses momentum slowly, guess the laminar zone ends within tens of centimetres.
Step 1 — Set R e x to the critical value and solve for x c .
R e x , crit = 5 × 1 0 5 = ν U x c ⇒ x c = U 5 × 1 0 5 ν = 2 5 × 1 0 5 × 1 0 − 6 = 0.25 m
Why this step? Beyond x c the boundary layer trips into turbulence, and the smooth-layer Blasius formula no longer describes it. We must locate that frontier first. See Laminar vs Turbulent flow .
Step 2 — Thickness at transition.
δ ( x c ) = 5 × 1 0 5 5.0 × 0.25 = 707.1 1.25 = 1.77 × 1 0 − 3 m
Why this step? This is the thickest the laminar layer ever gets; past here we'd switch to a turbulent growth law (see Ex 9).
Answer: laminar up to x c = 0.25 m , where δ ≈ 1.77 mm .
Verify: R e x c = 2 × 0.25/1 0 − 6 = 5 × 1 0 5 ✓ exactly critical. Units of x c : [ ν ] / [ U ] = ( m 2 / s ) / ( m/s ) = m . ✓
Figure 6.1 below is the visual backbone of this example — read the caption first, then follow how the wall slope shrinks downstream.
Figure 6.1 — Velocity profiles u ( y ) at two stations along the plate. Blue arrows on the left are the uniform free stream U . At each station a coloured curve shows how the fluid speed u climbs from 0 at the wall (y = 0 ) up to U at the layer edge y = δ (dashed yellow curve δ ∝ x ). Near the nose (pink) the curve is squeezed into a thin layer, so its wall slope ∂ u / ∂ y — the short pink arrow — is steep; downstream (blue) the layer is fatter and the wall slope is gentle. Because τ w ∼ μ U / δ and δ is smallest at the nose, friction is fiercest at the leading edge and fades as 1/ x .
Worked example Where does the plate feel the most friction?
Air (ρ = 1.2 kg/m 3 , ν = 1.5 × 1 0 − 5 m 2 / s , so μ = ρ ν = 1.8 × 1 0 − 5 Pa⋅s ) flows at U = 10 m/s . Estimate the wall shear stress τ w at x = 0.1 m , and say where along the plate friction is strongest. (Recall from the master list: u is the horizontal speed at height y above the wall, and ∂ u / ∂ y is the slope of that speed profile.)
Forecast: In Figure 6.1 the velocity profile u ( y ) is steepest right at the leading edge (thinnest layer). Steepest slope → biggest stress. Guess: friction is largest at the nose and fades as 1/ x .
Step 1 — Confirm laminar, then find thickness at x = 0.1 m.
R e x = 1.5 × 1 0 − 5 10 × 0.1 = 6.67 × 1 0 4 < 5 × 1 0 5 ( laminar ) , δ = 6.67 × 1 0 4 5 × 0.1 = 258.2 0.5 = 1.94 × 1 0 − 3 m
Why this step? τ w needs δ : the wall slope ∂ u / ∂ y is roughly (full speed U ) ÷ (layer thickness δ ). Thin layer → steep slope → big stress. We check R e x first so we know Blasius is legal.
Step 2 — Estimate τ w ∼ μU / δ .
τ w ∼ μ ∂ y ∂ u y = 0 ∼ δ μU = 1.94 × 1 0 − 3 ( 1.8 × 1 0 − 5 ) ( 10 ) = 9.3 × 1 0 − 2 Pa
Why this step? Newton's law of viscosity says stress = μ × velocity slope ∂ u / ∂ y . We approximate that slope at the wall with the order-of-magnitude ratio U / δ (speed change U over height δ ).
Step 3 — Where is it largest? Since δ ∝ x , we get τ w ∝ μU / ν x / U ∝ 1/ x . As x → 0 (the leading edge), τ w → ∞ in this idealisation.
Why this step? The layer is thinnest at the nose, so the gradient ∂ u / ∂ y — and thus the friction — is fiercest there. This is the origin of Skin friction drag .
Verify: Units of τ w : m Pa⋅s ⋅ m/s = Pa . ✓ Direction of the trend matches the steep pink wall-slope arrow at the nose in Figure 6.1. ✓
Worked example Wind over a solar panel
A wind of 6 km/h blows along the top of a flat rooftop solar panel. Take air ν = 1.5 × 1 0 − 5 m 2 / s . How thick is the boundary layer 0.4 m from the panel's leading edge?
Forecast: A gentle breeze over half a metre of air — expect a chunky layer, several millimetres, because slow + low-viscosity-but-not-tiny-plate.
Step 1 — Translate the story into SI symbols. Speed must be m/s:
U = 6 km/h = 3600 s 6000 m = 1.667 m/s , x = 0.4 m , ν = 1.5 × 1 0 − 5 m 2 / s
Why this step? Every formula is in SI; mixing km/h into R e x silently corrupts the answer. Convert first, always.
Step 2 — Reynolds number and regime check.
R e x = 1.5 × 1 0 − 5 1.667 × 0.4 = 4.44 × 1 0 4
Why this step? Below 5 × 1 0 5 , so the laminar assumption is genuinely valid here — no need for the turbulent law.
Step 3 — Thickness.
δ = 4.44 × 1 0 4 5 × 0.4 = 210.8 2.0 = 9.49 × 1 0 − 3 m ≈ 9.5 mm
Why this step? Direct substitution once R e x is known and laminar is confirmed.
Answer: δ ≈ 9.5 mm .
Verify: Slow speed gave a thicker (~1 cm) layer than the fast-water cases (~1–2 mm), exactly as δ ∝ 1/ U predicts. ✓ Matches forecast "several mm." ✓
Worked example Change the fluid
and the speed
A plate is tested first in water (ν 1 = 1.0 × 1 0 − 6 ) at U 1 = 4 m/s , then in a light oil (ν 2 = 4.0 × 1 0 − 5 ) at U 2 = 1 m/s , at the same station x (both laminar). By what factor does δ change from water to oil?
Forecast: Oil is stickier (bigger ν → thicker) and slower (smaller U → thicker). Both push the same way, so expect δ to grow by a large factor.
Step 1 — Ratio at fixed x . From δ = 5.0 ν x / U , with x common:
δ 1 δ 2 = ν 1 / U 1 ν 2 / U 2 = ν 1 ν 2 ⋅ U 2 U 1
Why this step? Only the group ν / U varies between the two runs; forming the ratio cancels the constant 5.0 x , so no station value is even needed.
Step 2 — Insert numbers.
δ 1 δ 2 = 1.0 × 1 0 − 6 4.0 × 1 0 − 5 ⋅ 1 4 = 40 × 4 = 160 = 12.65
Why this step? Both factors (40 from viscosity, 4 from the slower speed) multiply, so their effects compound rather than partly cancel.
Answer: the oil layer is about 12.6 × thicker.
Verify: Both changes fatten the layer, and the product 40 ⋅ 4 = 160 ≈ 12.65 . Sanity: 160 lies between 144 = 12 and 169 = 13 . ✓ Matches forecast "large factor." ✓
Worked example The next logical step into turbulence
Air (ν = 1.5 × 1 0 − 5 m 2 / s ) flows at U = 30 m/s over a long wing panel. Find δ at x = 2.0 m — but first check whether the flow is laminar or turbulent, and use the correct law.
Forecast: At high speed over 2 m, R e x will be many millions, far past transition. So we must switch to the turbulent law. Turbulent layers mix vigorously and grow faster than laminar ones, so expect a centimetre-scale layer, much fatter than the millimetre laminar cases.
Step 1 — Reynolds number and transition test.
R e x = ν U x = 1.5 × 1 0 − 5 30 × 2.0 = 4.0 × 1 0 6
Why this step? Compare with 5 × 1 0 5 : since 4.0 × 1 0 6 > 5 × 1 0 5 , the flow is turbulent here, so Blasius (δ = 5 x / R e x ) is not allowed — using it would badly under-predict the thickness. This is the very cell (J) the earlier examples deliberately stayed below.
Step 2 — Apply the turbulent 1/5 -power law.
δ = R e x 1/5 0.37 x = ( 4.0 × 1 0 6 ) 1/5 0.37 × 2.0
Why this step? In turbulent flow, mixing eddies spread the wall's influence with a weaker R e x − 1/5 (not R e x − 1/2 ) dependence, so the layer thickens more quickly downstream. This is the empirical replacement for Blasius.
Step 3 — Crunch the fifth root.
( 4.0 × 1 0 6 ) 1/5 = 20.91 , δ = 20.91 0.74 = 3.54 × 1 0 − 2 m ≈ 35.4 mm
Why this step? The fifth root of 4 × 1 0 6 is a much smaller divisor than the square root (≈ 2000 ) would be, which is why turbulent layers come out thicker.
Answer: turbulent, δ ≈ 35 mm (about 3.5 cm).
Verify: A quick contrast — if we had wrongly used Blasius: δ lam = 5 ( 2 ) / 4 × 1 0 6 = 10/2000 = 5.0 mm , seven times thinner. The turbulent answer being centimetre-scale matches the forecast. ✓ Units: x (m) × dimensionless = m. ✓
Recall Cover the answers and test yourself
The layer thickness at the leading edge x = 0 is ::: exactly zero (no fluid has been slowed yet).
To go from δ to x you ::: invert Blasius: x = δ 2 U / ( 25 ν ) (square and rearrange).
The laminar formula stops being valid once ::: R e x exceeds about 5 × 1 0 5 (transition to turbulence).
Past transition, the layer thickness follows ::: the turbulent law δ = 0.37 x / R e x 1/5 (grows faster than laminar).
Doubling the free-stream speed U multiplies δ by ::: 1/ 2 ≈ 0.707 (thinner, laminar).
Wall shear stress varies with distance as ::: τ w ∝ 1/ x , largest at the leading edge.
If you switch to a fluid with 4 × the viscosity and half the speed, δ grows by ::: 4/0.5 = 8 ≈ 2.83 .
Mnemonic The one-line summary of every cell
Thin where fast, fat where sticky, zero at the nose, while smooth — and R e − 1/5 once it churns.