You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Dimensional analysis is the art of reasoning about physics from the units of quantities alone — without solving any equation of motion. It is astonishingly powerful for so simple an idea: it catches algebraic errors instantly (a wrong formula is almost always dimensionally wrong), it predicts the form of physical laws up to a dimensionless constant, and it underlies the scaling arguments that explain why small animals can fall from great heights unhurt and why model aircraft must be tested at adjusted speeds. The whole subject rests on one principle — that you can only add or equate quantities of the same dimensions — and on three fundamental mechanical dimensions: mass M, length L and time T. This lesson develops the method rigorously, applies it to checking and to deriving formulae, and is honest about what it can and cannot do.
This is Paper 3, the Mechanics option (7367/3M). Dimensional analysis is a self-contained Further-Mechanics topic that rewards careful, systematic algebra: the "derive the form of a law" questions are pure AO2/AO3 (set up and solve simultaneous equations in the exponents, then interpret), while "check this formula" parts are quick AO1 marks. Paper 3 weights these objectives AO1 40% / AO2 25% / AO3 35%. There are no heavy prerequisites beyond solving simultaneous linear equations and confident index laws — but precision with signs of exponents is everything, and the topic ties neatly to the variable-force and SHM material elsewhere in this course.
Every mechanical quantity has a dimension, written in square brackets, expressible as a product of powers of the three fundamentals:
[Q]=MαLβTγ.| Dimension | Symbol |
|---|---|
| Mass | M |
| Length | L |
| Time | T |
From the definitions of the quantities, their dimensions follow by substitution:
| Quantity | Definition | Dimensions |
|---|---|---|
| Displacement | s | L |
| Velocity | s/t | LT−1 |
| Acceleration | v/t | LT−2 |
| Force | ma | MLT−2 |
| Momentum | mv | MLT−1 |
| Impulse | Ft | MLT−1 |
| Energy / Work | Fs | ML2T−2 |
| Power | W/t | ML2T−3 |
| Pressure | F/A | ML−1T−2 |
| Angular velocity | θ/t | T−1 |
| Moment of inertia | mr2 | ML2 |
| Torque | Fr | ML2T−2 |
| Spring constant | F/x | MT−2 |
| Gravitational constant G | Fr2/(m1m2) | M−1L3T−2 |
Two observations are worth internalising. First, angles are dimensionless (radian = arc length / radius = L/L), which is why ω=θ/t has dimension T−1. Second, energy and torque share dimensions ML2T−2 yet are physically different — dimensional analysis cannot tell them apart, a limitation we return to.
How does one find the dimensions of an unfamiliar quantity? Always trace it back to a defining equation built from quantities whose dimensions you know. For the gravitational constant, rearrange Newton's law of gravitation F=Gm1m2/r2 to G=Fr2/(m1m2), then substitute: [G]=(MLT−2)(L2)/(M⋅M)=M−1L3T−2. For the spring constant, F=kx gives [k]=MLT−2/L=MT−2. For pressure, P=F/A gives (MLT−2)/L2=ML−1T−2. The method never requires memorising a long table; it requires knowing a handful of definitions and substituting carefully. This is why the table above is best regarded not as something to learn by rote but as the output of the procedure — you should be able to regenerate every row in a few seconds from its defining formula.
A particularly important corollary concerns ratios of like quantities. Any ratio of two quantities with the same dimensions is itself dimensionless: a strain (length/length), an efficiency (energy/energy), a Mach number (speed/speed). These pure numbers are the raw material from which the more advanced theory (the Buckingham Π theorem in the stretch section) builds, and they are invisible to a dimensional check — which is both the strength and the limitation of the method.
A physically valid equation must be dimensionally homogeneous: every additive term has the same dimensions. You cannot add a length to a time, any more than you can add metres to seconds. This single rule does almost all the work: it is necessary (though not sufficient) for correctness, so any dimensionally inhomogeneous formula is certainly wrong. It is the mathematician's first line of defence against algebraic blunders: at the end of any derivation, glance at the dimensions of each term, and if they fail to match you know — before checking a single number — that an error has crept in somewhere. Many an examination mark has been saved by a candidate who noticed at the last moment that a "v" should have been a "v2" because the dimensions refused to balance.
A corollary: the argument of any transcendental function (sin, cos, ln, ex) must be dimensionless. sin(ωt) is fine because [ωt]=T−1⋅T=1; sin(x) for a length x is meaningless.
Check that v2=u2+2as is dimensionally consistent.
[v2]=(LT−1)2=L2T−2,[u2]=L2T−2,[2as]=(LT−2)(L)=L2T−2.(M1)All three terms are L2T−2; the equation is homogeneous and so passes the check. (A1) (Note 2 is dimensionless and is ignored.)
Is E=mgh+21mv dimensionally correct?
[mgh]=M(LT−2)(L)=ML2T−2,[21mv]=M(LT−1)=MLT−1.(M1)These differ (ML2T−2 vs MLT−1), so the formula is wrong: the kinetic term should be 21mv2, giving ML2T−2 to match. (A1)
A student writes the impulse as J=Ft2. Check it.
[Ft2]=(MLT−2)(T2)=ML.(M1)But impulse =Δ(momentum) has dimensions MLT−1. Since ML=MLT−1, the formula is wrong; the correct form is J=Ft (dimensions MLT−1✓). (A1)
If a quantity Q is believed to depend on variables x1,x2,…, assume a power-law form Q=kx1ax2b⋯ with k dimensionless, then equate the powers of M, L, T on each side and solve for the exponents.
The period T is assumed to depend on length l, mass m and gravity g. Find the form.
T=klambgc,[l]=L, [m]=M, [g]=LT−2.(M1 assume power law) T1M0L0=MbLa+cT−2c.Equate powers (M1):
M: b=0,T: −2c=1⇒c=−21,L: a+c=0⇒a=21.Hence T=kl1/2g−1/2=kgl. (A1) The mass drops out (b=0) — dimensional analysis predicts that the period is independent of mass, before any equation of motion is solved. The constant k is undetermined by this method; theory gives k=2π.
(M1 power-law ansatz; M1 equate M,L,T powers; A1 T=kl/g. The key insight — mass cancels — is worth stating explicitly for the AO2 mark.)
The drag force F on a sphere is assumed to depend on fluid density ρ, speed v and radius r. Find the form.
F=kρavbrc,[F]=MLT−2, [ρ]=ML−3, [v]=LT−1, [r]=L.(M1) M1L1T−2=MaL−3a+b+cT−b.Equate (M1): M: a=1; T: −b=−2⇒b=2; L: −3a+b+c=1⇒−3+2+c=1⇒c=2. Therefore
F=kρv2r2.(A1)This is exactly the structure of the standard drag law F=21CDρv2(πr2), with the dimensionless drag coefficient absorbed into k=21CDπ. Dimensional analysis gets the ρv2r2 dependence for free; only the dimensionless CD needs experiment.
A dimensionless quantity has dimensions M0L0T0=1: examples are the coefficient of restitution e, the coefficient of friction μ, angles in radians, ratios of like quantities, the Reynolds number, and pure numbers like π. These are invisible to dimensional analysis and appear only as the undetermined constant k.
The method has clear limitations:
These limitations are not weaknesses so much as a precise statement of the method's scope. Dimensional analysis is a filter, not an oracle: it rejects the dimensionally impossible and constrains the possible, but it cannot select among dimensionally-equivalent candidates or supply pure numbers. The art lies in choosing the input variables wisely — include too few and you miss a dependence; include too many (especially several with related dimensions) and the exponents become under-determined. A physicist's judgement about which quantities a result can sensibly depend on is therefore an essential, irreducible ingredient. When the pendulum derivation returned b=0 for the mass exponent, that was the method correctly telling us mass is irrelevant — but only because we had the wisdom to offer l, m and g as candidates and let the algebra decide. Offer the wrong list and the method faithfully gives the wrong answer; the discipline is in the modelling, and the algebra merely enforces consistency.
(specimen-style — not from any past paper)
The speed v of a transverse wave on a stretched string is believed to depend on the tension Ts in the string (a force) and on the mass per unit length μ of the string. (a) Write down the dimensions of v, Ts and μ. (b) Use dimensional analysis to find how v depends on Ts and μ. (c) Explain why the constant of proportionality cannot be found this way, and state one assumption the method requires.
Model solution. (a) [v]=LT−1; [Ts]=MLT−2 (a force); [μ]=ML−1 (mass per length).
(b) Assume v=kTsaμb. Then
LT−1=(MLT−2)a(ML−1)b=Ma+bLa−bT−2a.Equate powers: M: a+b=0; T: −2a=−1⇒a=21; L: a−b=1. From a=21 and a+b=0, b=−21 (consistent with a−b=1✓). So
v=kTs1/2μ−1/2=kμTs.Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.