Intuition What this page is for
The parent note taught you the rules . Rules only stick when you have seen them fire in every situation they can meet. Below we first list every kind of case this topic can throw at you (the "scenario matrix"), then work one example per cell so that when an exam surprises you, you have already seen its shape.
Think of each row as a cell — a distinct trap or trick the topic can present. We will hit every one.
Cell
Case class
What is special / dangerous
A
Straight check of a given equation
passes → "not disproved" only
B
Failed check (spot the broken term)
a decisive verdict
C
Derive a relation, 3 unknowns = 3 equations
fully solvable
D
Under-determined derivation (unknowns > 3)
method breaks — must show WHY
E
Zero / degenerate exponent (a power comes out 0 )
a variable drops out
F
Dimensionless argument of sin / ln / e x
forces a hidden constraint
G
Unit conversion via dimensions (sign & power of each base)
exponents steer the factors
H
Real-world word problem
translate story → dimensions
I
Exam twist — find dimension of an unknown constant
isolate the symbol
Nine cells, nine worked examples. Each is labelled with the cell it fills.
Intuition The one habit behind all of them
Every problem reduces to the same three moves: (1) write [ Q ] for each quantity in terms of [ M ] , [ L ] , [ T ] ; (2) apply homogeneity — equal terms have equal dimension; (3) read off or solve. If you catch yourself skipping move (1), stop and go back.
Worked example Is the kinetic-energy–work relation
2 1 m v 2 = F d dimensionally sound?
Forecast: guess before reading — energy on the left, force×distance on the right. Same or different? Jot your bet.
Step 1 — dimension of the left term.
[ 2 1 m v 2 ] = [ m ] [ v ] 2 = M ( L T − 1 ) 2 = M L 2 T − 2 .
Why this step? The 2 1 is a pure number ([ M 0 L 0 T 0 ] ), so it carries no dimension and is dropped. We square [ v ] because v is squared.
Step 2 — dimension of the right term.
[ F d ] = [ F ] [ d ] = ( M L T − 2 ) ( L ) = M L 2 T − 2 .
Why this step? [ F ] = M L T − 2 from F = ma ; multiply by a length [ d ] = L .
Step 3 — compare. Both sides are M L 2 T − 2 . ✅
Verify: the shared dimension is exactly that of energy (see parent table). Passing means not disproved — it does not prove the 2 1 . That is the correct, humble conclusion for Cell A.
Worked example A student writes impulse as
J = F / t . Is it right? (F = force, t = time.)
Forecast: impulse should equal a change in momentum, [ M L T − 1 ] . Do you expect F / t to match? Guess.
Step 1 — dimension of the proposed right side.
[ F / t ] = T M L T − 2 = M L T − 3 .
Why this step? Dividing by time subtracts 1 from the exponent of T : − 2 − 1 = − 3 .
Step 2 — dimension impulse should have.
[ J ] = [ Δ ( m v )] = M L T − 1 .
Why this step? Momentum is mass×velocity; impulse equals a change in it, same dimension.
Step 3 — compare and diagnose. M L T − 3 = M L T − 1 . The exponent of T is off by 2 . ❌
Verify / fix: the correct relation is J = F t , giving ( M L T − 2 ) ( T ) = M L T − 1 ✅. A failed check is a proof the formula is wrong — the strongest thing dimensional analysis can say.
Worked example How does the speed
v of a wave on a string depend on the tension F , the mass-per-length μ , and possibly the length ℓ ?
Forecast: do you expect ℓ to survive, or drop out? Bet now — the method will tell us.
Setup. Guess a product of powers:
v = k F a μ b ℓ c , k dimensionless .
Dimensions: [ v ] = L T − 1 , [ F ] = M L T − 2 , [ μ ] = M L − 1 (mass per length), [ ℓ ] = L .
Step 1 — expand the right side.
L T − 1 = ( M L T − 2 ) a ( M L − 1 ) b ( L ) c = M a + b L a − b + c T − 2 a .
Why this step? Collect each base separately — each of M , L , T is an independent axis, so their exponents must match one axis at a time.
Step 2 — match powers of each base.
M : a + b = 0
L : a − b + c = 1
T : − 2 a = − 1 ⇒ a = 2 1
Step 3 — solve. From M : b = − a = − 2 1 . Substitute into L : 2 1 − ( − 2 1 ) + c = 1 ⇒ 1 + c = 1 ⇒ c = 0 .
Step 4 — assemble.
v = k F 1/2 μ − 1/2 ℓ 0 = k μ F .
Verify: [ F / μ ] = M L − 1 M L T − 2 = L 2 T − 2 = L T − 1 = [ v ] ✅. And c = 0 says length drops out — your forecast is now settled. (True value k = 1 .)
Worked example The drag force
F on a sphere might depend on speed v , radius r , fluid density ρ , and viscosity η . Try to derive it.
Forecast: we have four unknown powers but only three base dimensions. Do you think one clean answer will pop out? Guess yes/no.
Setup. F = k v a r b ρ c η d with
[ F ] = M L T − 2 , [ v ] = L T − 1 , [ r ] = L , [ ρ ] = M L − 3 , [ η ] = M L − 1 T − 1 .
Step 1 — match powers.
M L T − 2 = ( L T − 1 ) a ( L ) b ( M L − 3 ) c ( M L − 1 T − 1 ) d .
M : c + d = 1
L : a + b − 3 c − d = 1
T : − a − d = − 2 ⇒ a + d = 2
Why this step? Same recipe as Cell C — but count the unknowns.
Step 2 — count. Four unknowns a , b , c , d ; only three equations. One free parameter remains — say we leave d undetermined.
Step 3 — express in terms of d . From the equations: a = 2 − d , c = 1 − d , and b = 1 − a + 3 c + d = 1 − ( 2 − d ) + 3 ( 1 − d ) + d = 2 − d .
F = k v 2 − d r 2 − d ρ 1 − d η d = k ( ρ v 2 r 2 ) ( ρ v r η ) d .
Verify / lesson: the leftover group ρ v r η is dimensionless (it is 1/ Reynolds number ). Dimensional analysis cannot fix d — that needs experiment or the Buckingham Pi theorem , which formalises exactly this "one free dimensionless group per extra variable." This is the boundary the parent note warned about.
Worked example Re-derive the simple-pendulum period and show mass genuinely drops out.
Forecast: you already met this; here we spotlight the zero exponent . Which base equation forces mass out?
Setup. T = k ℓ a m b g c , with [ ℓ ] = L , [ m ] = M , [ g ] = L T − 2 , [ T ] = T .
Step 1 — match.
T 1 = M b L a + c T − 2 c .
M : b = 0 ← the mass equation
L : a + c = 0
T : − 2 c = 1 ⇒ c = − 2 1 , a = 2 1
Step 2 — read the zero. b = 0 appears because no other quantity carries mass : ℓ and g are mass-free, so the only way to make M b equal M 0 on the left is b = 0 .
Step 3 — assemble.
T = k g ℓ , m 0 = 1 (mass vanished) .
Verify: [ ℓ / g ] = L / ( L T − 2 ) = T 2 = T ✅. A degenerate/zero exponent is not an error — it is the method telling you a dependence does not exist .
Worked example A pulse travels as
y = A sin ( k x − ω t ) . Find the dimensions of k and ω , and confirm the argument is pure.
Forecast: x is a length and t is a time. What must k and ω carry so that k x and ω t are pure numbers? Guess.
Step 1 — the governing rule. The argument of sin must be dimensionless (parent corollary). So each piece inside must be [ M 0 L 0 T 0 ] :
[ k x ] = 1 and [ ω t ] = 1.
Why this step? sin is a sum of powers of its argument; you cannot add a length to its cube — the argument has to be a pure number.
Step 2 — solve for k . [ k ] [ L ] = 1 ⇒ [ k ] = L − 1 (per metre — a wave number).
Step 3 — solve for ω . [ ω ] [ T ] = 1 ⇒ [ ω ] = T − 1 (per second — an angular frequency).
Step 4 — dimension of the amplitude A . Since sin ( ⋅ ) is dimensionless and y is a displacement, [ A ] = [ y ] = L .
Verify: [ k x − ω t ] = ( L − 1 ) ( L ) − ( T − 1 ) ( T ) = 1 − 1 , both pure numbers — subtraction is legal (same kind). ✅ Notice homogeneity even inside the bracket: both terms must be dimensionless , not just their difference.
1 joule in ergs (CGS energy unit, g⋅cm 2 ⋅s − 2 ).
Forecast: energy is [ M L 2 T − 2 ] . Mass scales by 1 0 3 , length by 1 0 2 — but length is squared . What total power of ten? Guess before Step 3.
Step 1 — dimension drives the recipe. [ E ] = M 1 L 2 T − 2 . Each base unit is replaced by (new-per-old factor) raised to its power in the dimension .
1 J = ( 1 kg ) 1 ( 1 m ) 2 ( 1 s ) − 2 .
Why this step? The exponents 1 , 2 , − 2 are copied straight from [ E ] ; that is the whole point of tracking dimensions.
Step 2 — substitute the conversion factors.
1 kg = 1 0 3 g , 1 m = 1 0 2 cm , 1 s = 1 s .
1 J = ( 1 0 3 g ) 1 ( 1 0 2 cm ) 2 ( 1 s ) − 2 .
Step 3 — combine the powers of ten.
1 0 3 × 1 0 2 ⋅ 2 = 1 0 3 × 1 0 4 = 1 0 7 .
1 J = 1 0 7 g⋅cm 2 ⋅s − 2 = 1 0 7 erg .
Verify: the exponent of length being 2 is what turned 1 0 2 into 1 0 4 — exactly the trap the forecast flagged. If you had forgotten the square you would get 1 0 5 , wrong by 100 × . See Units and the SI system for the general scaling rule.
Worked example A raindrop of mass
m falling through air reaches a terminal speed where drag balances gravity. The drag force has magnitude F = c v 2 for some constant c with [ c ] = M L − 1 . Estimate how terminal speed v t scales with m and g .
Forecast: heavier drops fall faster or slower? Stronger gravity — faster or slower? Guess both trends.
Step 1 — translate the physics into a balance. At terminal speed the net force is zero, so weight = drag:
m g = c v t 2 .
Why this step? "Terminal" means no more acceleration — the two forces are equal in size, so their dimensions must already match ([ m g ] = M L T − 2 , [ c v 2 ] = ( M L − 1 ) ( L T − 1 ) 2 = M L T − 2 ✅ — homogeneity confirms the setup before we solve).
Step 2 — solve for v t .
v t = c m g .
Step 3 — read the scaling. v t ∝ m and v t ∝ g . Bigger mass → faster; stronger gravity → faster. Compare with your forecast.
Verify: [ m g / c ] = M L − 1 M ⋅ L T − 2 = L 2 T − 2 = L T − 1 = [ v ] ✅. See Equations of motion (kinematics) for what happens before terminal speed is reached.
Worked example In the van der Waals equation for a real gas, one term reads
V 2 a and it is added to a pressure P . Given V is a volume, find [ a ] .
Forecast: a divided by volume-squared must be a pressure. So a carries pressure × volume². What dimension is that? Guess.
Step 1 — use homogeneity on the sum. Since V 2 a is added to P , it must share P 's dimension:
[ V 2 a ] = [ P ] = M L − 1 T − 2 .
Why this step? You may only add like to like — that single rule pins the whole answer.
Step 2 — isolate [ a ] . Multiply both sides by [ V 2 ] = ( L 3 ) 2 = L 6 :
[ a ] = [ P ] [ V 2 ] = ( M L − 1 T − 2 ) ( L 6 ) = M L 5 T − 2 .
Verify: put it back — [ V 2 ] [ a ] = L 6 M L 5 T − 2 = M L − 1 T − 2 = [ P ] ✅. The trick for every "find the dimension of the constant" twist: whatever the constant sits inside must combine to the dimension of the term it lives beside.
The wave-on-a-string result (Cell C) and the exponent-matching machine (Cell C/D) are worth seeing as pictures.
The figure above shows the three base "axes" (M , L , T ) as bookkeeping columns: derivation means balancing each column separately.
The second figure plots how terminal speed (Cell H) grows as m — a curve that starts steep and flattens, the visual signature of a square root.
Recall Which move solves which cell?
Check that passes (A) ::: compute both sides, conclude "not disproved" only.
Check that fails (B) ::: a single mismatched exponent proves the equation wrong.
Solvable derivation (C) ::: 3 base equations, 3 unknown powers → unique law up to constant k .
Under-determined (D) ::: unknowns > 3 leaves a dimensionless group free; needs experiment / Buckingham Pi.
Zero exponent (E) ::: a base with no carrier forces that power to 0 ; the variable drops out.
Dimensionless argument (F) ::: inside sin / ln / e x every piece must be a pure number, fixing [ k ] , [ ω ] .
Unit conversion (G) ::: scale each base factor raised to its exponent in the dimension.
Word problem (H) ::: translate the physics to a force/energy balance, then match powers.
Unknown constant (I) ::: the constant's dimension is whatever makes its term match its neighbour.
"CAB-DEF-GHI" — remember the cells run Check-fails, Assemble, Balance, Drop, Empty-argument, Factor, Isolate . All of them are the same three moves: write [ Q ] , match M , L , T , read off.