Dimensional Analysis: The Most Underused Tool in Physics
You can check any formula, catch any arithmetic error, and sometimes derive results without solving a single equation — using only the units. This is dimensional analysis, and most students never use it properly.
Dimensional Analysis: The Most Underused Tool in Physics
You have just solved a long problem. The answer is 47. The unit is... you are not sure. Metres per second? Metres per second squared? Just metres?
Most students guess the unit from context and move on. But the unit is not a label you attach at the end — it is a consequence of the mathematics. If you track the units through every step of the calculation, the unit of the answer falls out automatically. And if it doesn't match what the problem requires, you made an error somewhere.
That is the first power of dimensional analysis: automatic error detection.
The second power is more surprising: you can sometimes derive the form of a formula — without solving any equations — just by demanding that the units on both sides match.
Both powers come from one simple rule.
The one rule
Every term in a valid physical equation must have the same dimensions.
You cannot add metres to seconds. You cannot set a force equal to an energy. The dimensions on the left side of any equation must equal the dimensions on the right side — always, without exception.
This is called dimensional homogeneity. It is not a convention or a choice — it is a logical necessity. Saying "5 metres + 3 seconds = 8" is as meaningless as saying "5 apples + 3 oranges = 8 fruits of unknown type." The things being combined must be the same kind of thing.
The fundamental dimensions
Every physical quantity is built from a small set of fundamental dimensions. The standard set for mechanics:
M — mass (kilograms) L — length (metres) T — time (seconds)
Electromagnetism adds I (current), thermodynamics adds θ (temperature), and so on. But for most of mechanics, M, L, T are enough.
We write the dimensions of a quantity in square brackets. Some examples:
| Quantity | Symbol | Dimensions |
|---|---|---|
| Length | x | [L] |
| Mass | m | [M] |
| Time | t | [T] |
| Velocity | v | [LT⁻¹] |
| Acceleration | a | [LT⁻²] |
| Force | F | [MLT⁻²] |
| Energy | E | [ML²T⁻²] |
| Momentum | p | [MLT⁻¹] |
| Pressure | P | [ML⁻¹T⁻²] |
The dimensions of velocity come from its definition: v = displacement/time = L/T = LT⁻¹. Force: F = ma = M × LT⁻² = MLT⁻². Energy: W = Fd = MLT⁻² × L = ML²T⁻². Each one follows directly from the definition.
Power 1: Checking a formula
You have derived — or been given — a formula. Is it dimensionally consistent?
Example: is the formula for kinetic energy, KE = ½mv², correct dimensionally?
Left side: [KE] = [ML²T⁻²] (energy)
Right side: [½mv²] = [M][LT⁻¹]² = [M][L²T⁻²] = [ML²T⁻²]
Left equals right. Dimensionally consistent. ✓
Example: a student writes the formula for time period of a pendulum as T = 2π√(g/L). Is this correct?
Left side: [T] = [T] (time)
Right side: [√(g/L)] = √([LT⁻²]/[L]) = √([T⁻²]) = [T⁻¹]
Left side is [T], right side is [T⁻¹]. They do not match. The formula is wrong — the correct formula is T = 2π√(L/g), with L and g in the opposite positions.
Dimensional analysis caught the error immediately, without needing to remember which way round the formula goes.
Power 2: Deriving a formula
The more powerful application: use dimensional analysis to find the form of an unknown formula.
Example: the time period T of a simple pendulum depends on its length L, the mass of the bob m, and gravitational acceleration g. Find how T depends on these quantities.
Assume the formula has the form:
where k is a dimensionless constant (like 2π) and a, b, c are unknown exponents.
Write the dimensions of both sides:
For dimensions to match, the exponents of M, L, T on both sides must be equal:
M: 0 = b → b = 0 (mass does not appear)
T: 1 = −2c → c = −½
L: 0 = a + c = a − ½ → a = ½
Therefore:
Dimensional analysis tells us T ∝ √(L/g), with mass not appearing at all. The constant k = 2π cannot be found this way — dimensional analysis never gives dimensionless constants. But the entire structure of the formula is recovered without solving a single differential equation.
Power 3: Converting between unit systems
Dimensional analysis makes unit conversion systematic.
Convert 1 m/s² into km/h².
Each conversion factor is written so the unwanted unit cancels — metres cancel with metres, seconds cancel with seconds. The units are treated as algebraic quantities that multiply and divide.
The limits of dimensional analysis
Dimensional analysis is powerful but has clear limits — worth knowing so you do not over-rely on it.
It cannot find dimensionless constants. The 2π in the pendulum formula, the ½ in kinetic energy, the 4/3 in the volume of a sphere — these are invisible to dimensional analysis.
It cannot distinguish between similar quantities. Kinetic energy and potential energy have the same dimensions. Dimensional analysis cannot tell you which combination of quantities gives KE and which gives PE.
It fails when a formula involves dimensionless arguments. The formula x = A sin(ωt) involves sinθ, which is dimensionless. Dimensional analysis would tell you nothing about the sine function's presence.
It assumes a power-law form. The derivation method assumes the formula is a product of powers. Formulas involving sums (like v = u + at) cannot be derived this way — though they can still be checked.
A worked example
A student derives the following formula for the range of a projectile:
Check whether this is dimensionally consistent.
Left side: [R] = [L]
Right side:
- [v²] = [LT⁻¹]² = [L²T⁻²]
- [sin 2θ] is dimensionless (sine of an angle is always dimensionless)
- [g] = [LT⁻²]
Left equals right. Dimensionally consistent. ✓
The formula passes the dimensional check. This doesn't prove it's correct — but a formula that fails this check is definitely wrong.
What to remember
Every valid physical equation is dimensionally homogeneous — the same dimensions on both sides. This is not a convention; it is a logical necessity.
Use dimensional analysis to: check formulas for errors, derive the form of unknown formulas, and convert between unit systems.
Dimensional analysis cannot find dimensionless constants, and dimensional consistency does not guarantee correctness — it only rules out certain errors.
The three fundamental dimensions for mechanics are M (mass), L (length), T (time). Build the dimensions of every derived quantity from these.
This completes the Mathematical Tools chapter. The next chapter — Kinematics — begins with position, velocity, and acceleration: the three levels of describing motion. The calculus and vectors from this chapter will be used from the very first article.