The principle of dimensional homogeneity
Every physically meaningful equation rests on a single grammatical rule. NCERT §1.6.1 states it twice: magnitudes may be added or subtracted only if they have the same dimensions, and physical quantities represented by symbols on both sides of a mathematical equation must have the same dimensions. Combined, these give the principle of homogeneity of dimensions:
In a physically correct equation, every term — on both sides of the equality, and inside every sum or difference — must reduce to the same dimensional formula.
NCERT Class 11 Physics, §1.6.1
The kinematic equation NCERT chooses to illustrate this — $v^2 = u^2 + 2as$ — makes the rule visible at a glance:
$$[v^2] = [L T^{-1}]^2 = [L^2 T^{-2}]; \quad [u^2] = [L^2 T^{-2}]; \quad [2as] = [L T^{-2}] \cdot [L] = [L^2 T^{-2}]$$All three terms collapse to $[L^2 T^{-2}]$. The factor of 2 is a pure number — it has dimension $[M^0 L^0 T^0]$ and so cannot disturb the balance. Square brackets around a quantity mean "the dimensions of"; the rule cares only about exponents of $[M]$, $[L]$, $[T]$, not about magnitudes.
Why does the rule have any force? Because dimensions enter the world through definitions — force is $ma$, kinetic energy is $\tfrac{1}{2}mv^2$ — and a single defining act fixes which base quantities appear and with what exponent. If two terms in an equation have different dimensional signatures, no choice of unit system can convert one into the other, because the conversion factors are different powers of metres, kilograms and seconds. The equation cannot be a statement about nature; it can at best be a typographical accident.
NCERT closes the section with the precise statement every NEET aspirant must internalise: a dimensionally correct equation need not be the exact (correct) equation, but a dimensionally wrong equation must be wrong. Homogeneity is necessary, not sufficient. It catches mistakes; it does not certify truth.
Application 1 — Checking the dimensional consistency of an equation
This is the application most students reach for first and the one most commonly tested in NEET. The procedure is mechanical: write each term in the equation, replace every symbol with its dimensional formula from the master table, simplify, and ask whether all terms reduce to the same signature.
Check whether $T = 2\pi\sqrt{L/g}$ is dimensionally consistent.
LHS: $[T] = [M^0 L^0 T]$.
RHS: the factor $2\pi$ is dimensionless. Inside the square root, $L/g$ has dimensions $[L]/[L T^{-2}] = [T^2]$. So $\sqrt{L/g}$ has $[T]$. Hence $[\text{RHS}] = [T]$, identical to LHS. The equation passes the homogeneity test.
Note: the test cannot tell you that the constant on the right is $2\pi$ — the same check would accept $T = 5\sqrt{L/g}$ or $T = \sqrt{L/g}$. Dimensional analysis is silent on dimensionless multipliers.
Check $x = x_0 + v_0 t + \tfrac{1}{2} a t^2$ for dimensional consistency.
Term by term, using NCERT's exact working:
$[x] = [L]$. $[x_0] = [L]$. $[v_0 t] = [L T^{-1}] \cdot [T] = [L]$. $[\tfrac{1}{2} a t^2] = [L T^{-2}] \cdot [T^2] = [L]$.
Every term has dimension $[L]$, equal to the LHS. The equation is dimensionally consistent. (This does not prove it is the correct kinematic relation — it merely prevents a unit clash. The physical content comes from calculus.)
A student writes $v = u + at^2$ for uniformly accelerated motion. Reject it on dimensional grounds.
$[v] = [L T^{-1}]$. $[u] = [L T^{-1}]$. But $[at^2] = [L T^{-2}] \cdot [T^2] = [L]$ — a length, not a velocity. The right side mixes a velocity ($u$) and a length ($at^2$) inside the same sum, which violates the principle of homogeneity. The equation is dimensionally inconsistent and therefore wrong. The correct relation, of course, is $v = u + at$, in which both terms on the right reduce to $[L T^{-1}]$.
NCERT's Example 1.4 applies this filter to five candidate formulas for kinetic energy:
- $K = m^2 v^3 \Rightarrow [M^2 L^3 T^{-3}]$ — wrong, ruled out.
- $K = \tfrac{1}{2} m v^2 \Rightarrow [M L^2 T^{-2}]$ — passes.
- $K = ma \Rightarrow [M L T^{-2}]$ — wrong dimensions of force, ruled out.
- $K = \tfrac{3}{16} m v^2 \Rightarrow [M L^2 T^{-2}]$ — passes.
- $K = \tfrac{1}{2} m v^2 + ma$ — fails: the two terms in the sum have different dimensions, ruled out.
The screen of dimensional analysis catches (a), (c) and (e). It cannot distinguish (b) from (d), because both have the same dimensional formula and differ only by a numerical constant. To choose between them you need the actual definition of kinetic energy — which is (b). This is precisely the boundary where the method begins to fail; it returns in the limitations section below.
Application 2 — Deducing the relation among physical quantities
NCERT §1.6.2 turns the principle around. Instead of checking a given equation, assume the unknown quantity depends on at most three others as a product of unknown powers, write the dimensional equation, and read off the exponents by matching $M$, $L$, $T$ on both sides. The classic NCERT example is the simple pendulum.
The period $T$ of a simple pendulum depends on its length $\ell$, the mass $m$ of the bob and the acceleration due to gravity $g$. Find the form of $T(\ell, g, m)$ using dimensional analysis.
Step 1. Write a power-law ansatz:
$$T = k\, \ell^x g^y m^z$$
where $k$ is a dimensionless constant.
Step 2. Substitute dimensions on both sides:
$$[M^0 L^0 T^1] = [L]^x [L T^{-2}]^y [M]^z = [M^z\, L^{x+y}\, T^{-2y}]$$
Step 3. Equate exponents of $M$, $L$, $T$:
$z = 0$, $x + y = 0$, $-2y = 1$.
Step 4. Solve: $y = -\tfrac{1}{2}$, $x = +\tfrac{1}{2}$, $z = 0$.
Step 5. Recover the relation:
$$T = k\, \ell^{1/2} g^{-1/2} = k\,\sqrt{\frac{\ell}{g}}$$
The mass drops out — this is the dimensional explanation of the experimental observation that a pendulum's period does not depend on the bob's mass. The constant $k$ cannot be obtained by this method; experiment fixes $k = 2\pi$, giving the familiar $T = 2\pi\sqrt{\ell/g}$.
The viscous drag $F$ on a sphere of radius $r$ moving with velocity $v$ through a fluid of viscosity $\eta$ is observed to depend only on $\eta$, $r$ and $v$. Deduce the form of $F$.
Ansatz: $F = k\, \eta^a r^b v^c$, with $[F] = [M L T^{-2}]$, $[\eta] = [M L^{-1} T^{-1}]$, $[r] = [L]$, $[v] = [L T^{-1}]$.
$$[M L T^{-2}] = [M L^{-1} T^{-1}]^a [L]^b [L T^{-1}]^c = [M^a\, L^{-a+b+c}\, T^{-a-c}]$$
Equating exponents: $a = 1$; $-a + b + c = 1 \Rightarrow b + c = 2$; $-a - c = -2 \Rightarrow c = 1$. Hence $b = 1$.
Result: $F = k\,\eta\, r\, v$. Experiment (Stokes 1851) gives $k = 6\pi$, producing Stokes' law $F = 6\pi\eta r v$. Once again, the geometric factor lies beyond the reach of dimensional analysis; it has to be supplied externally.
The method works cleanly when the unknown depends on at most three quantities, because the three exponent equations from $M$, $L$ and $T$ then have a unique solution. If a fourth independent variable enters, the system is under-determined and the technique fails — see Limitation 2 below.
Application 3 — Converting units between systems
The third application is purely mechanical and underlies every unit conversion you have ever done. The magnitude of a physical quantity is fixed; the number you assign to it changes with the size of the unit. If a quantity has dimensional formula $[M^a L^b T^c]$, and it is expressed first with numerical value $n_1$ in a system with units $M_1, L_1, T_1$ and then with value $n_2$ in a system with units $M_2, L_2, T_2$, the physical quantity itself cannot change, so:
$$n_1 \left[ M_1^a L_1^b T_1^c \right] = n_2 \left[ M_2^a L_2^b T_2^c \right]$$Rearranging gives the working rule:
$$\boxed{\; n_2 = n_1 \left(\frac{M_1}{M_2}\right)^a \left(\frac{L_1}{L_2}\right)^b \left(\frac{T_1}{T_2}\right)^c \;}$$Convert 1 joule of energy into ergs, where 1 J is the SI unit and 1 erg is the CGS unit of energy.
Energy has dimensional formula $[M L^2 T^{-2}]$, so $a = 1$, $b = 2$, $c = -2$.
SI to CGS: $M_1 = 1\text{ kg} = 10^3\text{ g} = 10^3 M_2$, $L_1 = 1\text{ m} = 10^2\text{ cm} = 10^2 L_2$, $T_1 = 1\text{ s} = T_2$.
$$n_2 = 1 \cdot (10^3)^1 \cdot (10^2)^2 \cdot (1)^{-2} = 10^3 \cdot 10^4 = 10^7$$
Hence $1\text{ J} = 10^7\text{ erg}$ — the conversion factor every student knows, derived in three lines from dimensional analysis alone.
Convert 1 N of force into dynes.
Force has $[M L T^{-2}]$, so $a = 1$, $b = 1$, $c = -2$.
$n_2 = 1 \cdot 10^3 \cdot 10^2 \cdot 1 = 10^5$, so $1\text{ N} = 10^5\text{ dyne}$.
Express a calorie (4.2 J) in a system whose unit of mass equals $\alpha$ kg, unit of length equals $\beta$ m and unit of time equals $\gamma$ s.
Energy is $[M L^2 T^{-2}]$. In SI, $n_1 = 4.2$. The "old" base units are $M_1 = 1\text{ kg}$, $L_1 = 1\text{ m}$, $T_1 = 1\text{ s}$; the "new" units are $M_2 = \alpha\text{ kg}$, $L_2 = \beta\text{ m}$, $T_2 = \gamma\text{ s}$.
$$n_2 = 4.2 \cdot \left(\frac{1}{\alpha}\right)^1 \cdot \left(\frac{1}{\beta}\right)^2 \cdot \left(\frac{1}{\gamma}\right)^{-2} = 4.2\, \alpha^{-1} \beta^{-2} \gamma^{2}$$
This is NCERT's stated answer. The reason $\gamma$ enters with a positive exponent: time is in the denominator of the dimensional formula ($T^{-2}$), and shrinking the unit of time makes the numerical value of an energy larger, not smaller.
Five limitations the NEET examiner exploits
NCERT §1.6.2 closes with one short sentence — "the method of dimensions can only test the dimensional validity, but not the exact relationship between physical quantities in any equation. It does not distinguish between the physical quantities having same dimensions." That single line hides at least five distinct failure modes. Each one has spawned a NEET-style question.
| # | Limitation | Why it fails | NEET-style symptom |
|---|---|---|---|
| 1 | Cannot find dimensionless constants | Numbers like $2\pi$, $\tfrac{1}{2}$, $6\pi$ have $[M^0 L^0 T^0]$. Multiplying any expression by them leaves dimensions unchanged, so the method is blind to their presence. | Pendulum: derivation gives $T = k\sqrt{\ell/g}$; the $2\pi$ must be supplied by experiment or theory. |
| 2 | Fails for > 3 variables in mechanics | Matching exponents of $M$, $L$, $T$ gives three equations. If the quantity depends on four unknowns, the system is under-determined and has infinitely many solutions. | Period of a damped oscillator depends on $m$, $k$, $b$ and $A_0$ — dimensional analysis cannot decide the combination. |
| 3 | Cannot handle trigonometric, exponential or logarithmic relations | $\sin x$, $\log x$, $e^x$ require dimensionless arguments. Their power-series expansions mix all powers of $x$, so the form is not a single product. | $x(t) = A\sin(\omega t + \phi)$ for an oscillator; $N(t) = N_0 e^{-\lambda t}$ for radioactive decay. |
| 4 | Cannot distinguish quantities with the same dimensions | Work and torque both have $[M L^2 T^{-2}]$; pressure and Young's modulus both have $[M L^{-1} T^{-2}]$. Dimensional formula is degenerate. | NEET 2022: dimensions $[ML^2T^{-2}]$ could be (a) work, (b) torque, (c) energy, (d) all of the above. |
| 5 | Cannot tell scalar from vector | Dimensions record only powers of base quantities, not direction. A scalar and a vector with the same magnitude carry identical dimensional formulae. | Distance vs displacement, speed vs velocity, work vs torque — every paired scalar–vector clash. |
When to use dimensional analysis — a cheat sheet
Use it for
- Ruling out wrong textbook formulas at a glance.
- Finding the dimensional formula of an unfamiliar constant (van der Waals' $a$, drag coefficient).
- Guessing the form of a relation with $\le 3$ variables and no transcendental functions.
- Converting a magnitude from one unit system to another via $n_1 u_1 = n_2 u_2$.
- Constraining $\omega t$, $kx$, $\lambda t$ to be dimensionless inside $\sin$ or $e^x$.
Do not use it for
- Determining $2\pi$, $\tfrac{1}{2}$, $\tfrac{3}{16}$ or any pure numerical multiplier.
- Relations involving $\sin$, $\cos$, $\log$, $\exp$ — the form is not a single product.
- Problems with more than three independent variables (in mechanics).
- Distinguishing two quantities with identical dimensions (work vs torque).
- Deciding whether the unknown is a scalar or a vector.
What this subtopic locked in
- Homogeneity principle. Every term in a physically correct equation must share the same dimensional formula. Necessary, not sufficient.
- Application 1 — checking. Substitute dimensions for each symbol; if any term differs, the equation is wrong. Use to filter, never to certify.
- Application 2 — deducing. Write a power-law ansatz with three unknown exponents, match $M$, $L$, $T$ on both sides, solve. Works for $\le 3$ variables.
- Application 3 — converting. $n_1[M_1^a L_1^b T_1^c] = n_2[M_2^a L_2^b T_2^c]$. Gives 1 J = $10^7$ erg, 1 N = $10^5$ dyne, calorie = $4.2\,\alpha^{-1}\beta^{-2}\gamma^{2}$.
- Five limitations. Blind to dimensionless constants; fails for > 3 variables; fails for transcendental relations; cannot distinguish work from torque; cannot tell scalar from vector.