Physics · Units and Measurement

Dimensional Analysis and Applications

Once a quantity's dimensional formula is fixed — and the sibling article builds 41 of them — the next question is what to do with it. NCERT §1.6 lists three classical applications: check the dimensional consistency of an equation, deduce the form of an unknown relation, and convert between unit systems. All three rest on a single rule — the principle of homogeneity of dimensions. This deep-dive works each application end-to-end with NEET-grade numerics, then closes with the five limitations the examiner exploits and four PYQs from NEET 2017, 2021 and 2022 that map directly onto these techniques.

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.

Worked check · simple pendulum period

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.

Worked check · NCERT §1.6.1 — uniform acceleration

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.)

Worked check · a broken equation

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.

Worked derivation · NCERT Example 1.5 — pendulum period

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}$.

Worked derivation · Stokes' law — viscous drag

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 \;}$$
Worked conversion · joule to erg

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.

Worked conversion · newton to dyne

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}$.

Worked conversion · NCERT Exercise 1.3

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.
Quick recap

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.

NEET PYQ Snapshot — Dimensional Analysis

Four PYQs that map directly onto the three applications and their limitations. Solutions are reconstructed from the official NEET solution key.

NEET 2017

A physical quantity of the dimensions of length that can be formed out of $c$, $G$ and $\dfrac{e^2}{4\pi\varepsilon_0}$ is ($c$ is velocity of light, $G$ is the universal gravitational constant, $e$ is charge):

  1. $\dfrac{1}{c^2}\sqrt{\dfrac{e^2}{G\,4\pi\varepsilon_0}}$
  2. $\dfrac{1}{c^2}\left[\dfrac{e^2 G}{4\pi\varepsilon_0}\right]^{1/2}$
  3. $c^2\left[\dfrac{e^2}{G\,4\pi\varepsilon_0}\right]^{1/2}$
  4. $\dfrac{1}{c}\sqrt{\dfrac{e^2}{G\,4\pi\varepsilon_0}}$
Answer: (2)

Why: Set up an ansatz $L = c^x G^y \left(\dfrac{e^2}{4\pi\varepsilon_0}\right)^z$. From the master table, $[c] = [L T^{-1}]$, $[G] = [M^{-1} L^3 T^{-2}]$, and $\left[\dfrac{e^2}{4\pi\varepsilon_0}\right] = [M L^3 T^{-2}]$ (force $\times$ length squared, since $F = q^2/(4\pi\varepsilon_0 r^2)$ gives $q^2/(4\pi\varepsilon_0) = F r^2$). Substitute: $$[L] = [L T^{-1}]^x [M^{-1} L^3 T^{-2}]^y [M L^3 T^{-2}]^z = [M^{-y+z}\, L^{x+3y+3z}\, T^{-x-2y-2z}]$$ Equating to $[M^0 L^1 T^0]$ gives $-y + z = 0$, $x + 3y + 3z = 1$, $-x - 2y - 2z = 0$. Solving: $y = z = +\tfrac{1}{2}$, $x = -2$. So $L = c^{-2}\left[G \cdot \dfrac{e^2}{4\pi\varepsilon_0}\right]^{1/2}$, matching option (2). Distractors (1), (3) and (4) carry wrong powers of $c$ — the result of misreading one of the three exponent equations.

NEET 2021

If force $[F]$, acceleration $[A]$ and time $[T]$ are chosen as the fundamental physical quantities, find the dimensions of energy in this new system.

  1. $[F][A^{-1}][T]$
  2. $[F][A][T]$
  3. $[F][A][T^2]$
  4. $[F][A][T^{-1}]$
Answer: (3)

Why: Energy in conventional dimensions is $[E] = [M L^2 T^{-2}]$. Assume $[E] = [F]^a [A]^b [T]^c$ and substitute $[F] = [M L T^{-2}]$, $[A] = [L T^{-2}]$: $$[M L^2 T^{-2}] = [M^a\, L^{a+b}\, T^{-2a-2b+c}]$$ So $a = 1$, $a + b = 2 \Rightarrow b = 1$, and $-2a - 2b + c = -2 \Rightarrow c = 2$. Hence $[E] = [F][A][T^2]$. Distractor (1) and (4) get the time exponent wrong; (2) drops the square on $T$. This is exactly the deduction technique of Application 2 applied to a re-chosen basis.

NEET 2021

If $E$ and $G$ respectively denote energy and gravitational constant, then $E/G$ has the dimensions of

  1. $[M^2][L^{-2}][T^{-1}]$
  2. $[M^2][L^{-1}][T^0]$
  3. $[M][L^{-1}][T^{-1}]$
  4. $[M][L^0][T^0]$
Answer: (2)

Why: Direct dimensional manipulation. $[E] = [M L^2 T^{-2}]$ and $[G] = [M^{-1} L^3 T^{-2}]$. Dividing: $$\left[\frac{E}{G}\right] = \frac{[M L^2 T^{-2}]}{[M^{-1} L^3 T^{-2}]} = [M^2\, L^{-1}\, T^0]$$ Distractors sign-flip or mis-subtract the exponents. The question tests whether you can subtract exponents reliably when dividing two dimensional formulae — a recurring NEET pattern.

NEET 2022

The dimensions $[M L T^{-2} A^{-2}]$ belong to the

  1. Self inductance
  2. Magnetic permeability
  3. Electric permittivity
  4. Magnetic flux
Answer: (2) Magnetic permeability

Why: This is the dimensional-formula recognition problem — a direct test of the master table. From Ampere's force-per-unit-length law $F/L = \mu_0 I_1 I_2 / (2\pi r)$, rearranging gives $[\mu_0] = ([MLT^{-2}]/[L]) \cdot [L] / [A]^2 = [MLT^{-2} A^{-2}]$, the dimensions in the stem. Distractor (1) self-inductance has $[ML^2 T^{-2} A^{-2}]$ — an extra $L$. (3) electric permittivity has $[M^{-1} L^{-3} T^4 A^2]$ — every exponent of opposite sign. (4) magnetic flux has $[ML^2 T^{-2} A^{-1}]$ — an extra $L$, only one $A^{-1}$. This is the same PYQ flagged in the sibling article — it sits at the intersection of "looking up the master table" (sibling) and "knowing what to do with it" (this article).

FAQs — Dimensional Analysis and Applications

Short answers to the questions NEET aspirants ask most about the principle of homogeneity, its three applications and its limitations.

What is the principle of homogeneity of dimensions?
The principle of homogeneity states that in a physically meaningful equation, every term — on both sides — must have the same dimensional formula. NCERT puts it bluntly in §1.6.1: if the dimensions of all the terms are not same, the equation is wrong. The principle is necessary but not sufficient: a dimensionally correct equation need not be the exact relation, but a dimensionally wrong equation is always wrong.
Why can dimensional analysis not give the constant 2π in the pendulum formula?
Dimensional analysis matches powers of M, L, T on both sides. A pure number like 2π has dimensions [M⁰L⁰T⁰], so multiplying any expression by 2π leaves its dimensions unchanged. The method therefore cannot distinguish T = √(L/g) from T = 2π√(L/g). NCERT writes T = k√(L/g) and notes that the value k = 2π must be supplied by experiment or theory, not dimensions.
Can dimensional analysis be used for any equation?
No. The method fails when (1) the quantity depends on more than three variables — the system of equations is under-determined; (2) the relation involves trigonometric, exponential or logarithmic functions; (3) dimensionless constants need to be found; (4) two quantities share dimensions but represent different physics; (5) you need to know whether a quantity is a vector or a scalar. The classical workable case is a single product of up to three variables with unknown powers, no transcendental functions.
How does the n₁u₁ = n₂u₂ rule convert units?
The numerical value of a physical quantity changes inversely with the size of the unit used. If a quantity has dimensions [Mᵃ Lᵇ Tᶜ], then n₁u₁ = n₂u₂ where u = MᵃLᵇTᶜ in each system. Rearranging gives n₂ = n₁ × (M₁/M₂)ᵃ × (L₁/L₂)ᵇ × (T₁/T₂)ᶜ. Applied to energy [ML²T⁻²], the SI-to-CGS factor is 10³ × 10⁴ × 1 = 10⁷, recovering 1 J = 10⁷ erg.
Why do work and torque share dimensions but obey the same homogeneity rule?
Both work and torque have dimensions [ML²T⁻²]. The principle of homogeneity requires every term in an equation to have the same dimensional formula — it does not require the terms to be the same physical quantity. So dimensional analysis cannot tell you whether the [ML²T⁻²] appearing on the right of a derived equation is energy, work or torque. You must supply that distinction from physical reasoning or experiment. This is exactly limitation (4) in the table above.
Is a dimensionally correct equation always physically correct?
No. NCERT §1.6.1 ends with the precise statement: a dimensionally correct equation need not be actually an exact equation, but a dimensionally wrong equation must be wrong. Homogeneity catches all dimensional errors but is blind to dimensionless multipliers, missing terms inside trigonometric functions, sign errors and the difference between work and torque. Use it to rule out, not to confirm.