Academy
PhysicsMath ToolsDimensional Analysis: The Most Underused Tool in Physics

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:

QuantitySymbolDimensions
Lengthx[L]
Massm[M]
Timet[T]
Velocityv[LT⁻¹]
Accelerationa[LT⁻²]
ForceF[MLT⁻²]
EnergyE[ML²T⁻²]
Momentump[MLT⁻¹]
PressureP[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.

Note: 1. Write the dimensions of every quantity on both sides using M, L, T. 2. Simplify each side — multiply, divide, apply powers. 3. Check if left side equals right side. 4. If they match: dimensionally consistent (not guaranteed correct, but not obviously wrong). 5. If they don't match: the formula is definitely wrong.

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:

T=kLambgcT = k \cdot L^a \cdot m^b \cdot g^c

where k is a dimensionless constant (like 2π) and a, b, c are unknown exponents.

Write the dimensions of both sides:

[T]=[L]a[M]b[LT2]c[T] = [L]^a [M]^b [LT^{-2}]^c

[T1]=[La+c][Mb][T2c][T^1] = [L^{a+c}][M^b][T^{-2c}]

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:

T=kL1/2m0g1/2=kLgT = k \cdot L^{1/2} \cdot m^0 \cdot g^{-1/2} = k\sqrt{\frac{L}{g}}

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.

Note: 1. Identify which quantities the result might depend on. 2. Write: result = k × (quantity 1)^a × (quantity 2)^b × ... 3. Write dimensions of both sides. 4. Match exponents of M, L, T separately — three equations for three unknowns. 5. Solve for the exponents. The dimensionless constant k cannot be found this way.

Power 3: Converting between unit systems

Dimensional analysis makes unit conversion systematic.

Convert 1 m/s² into km/h².

1ms2=1ms2×1 km1000 m×(3600 s1 h)21 \frac{\text{m}}{\text{s}^2} = 1 \frac{\text{m}}{\text{s}^2} \times \frac{1 \text{ km}}{1000 \text{ m}} \times \left(\frac{3600 \text{ s}}{1 \text{ h}}\right)^2

=360021000kmh2=12960kmh2= \frac{3600^2}{1000} \frac{\text{km}}{\text{h}^2} = 12960 \frac{\text{km}}{\text{h}^2}

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.

Warning: Checking only part of the formula. Every term must be checked. A formula with three terms on the right must have all three match the left side's dimensions.
> > **Treating numbers as having dimensions.** The ½ in ½mv² is dimensionless. Do not assign it dimensions. > > **Confusing dimension with unit.** Length [L] is the dimension. Metres, centimetres, feet are different units for the same dimension. Dimensional analysis works with dimensions, not specific units. > > **Concluding a formula is correct because it is dimensionally consistent.** Dimensional consistency is necessary but not sufficient. The formula v = 2as has the same dimensions as v² = 2as — one is wrong, both are dimensionally consistent.

A worked example

A student derives the following formula for the range of a projectile:

R=v2sin2θgR = \frac{v^2 \sin 2\theta}{g}

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⁻²]

[v2sin2θg]=[L2T2][LT2]=[L]\left[\frac{v^2 \sin 2\theta}{g}\right] = \frac{[L^2T^{-2}]}{[LT^{-2}]} = [L]

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.