Dimensional Analysis — Deriving and Checking Formulas

Understand dimensional analysis from first principles with intuitive explanations and solved problems.

CBSE JEE-MAIN NEET 9 min read

Dimensional analysis is one of the most underrated tools in physics. In 5 seconds, it can tell you whether an equation is definitely wrong. In 2 minutes, it can derive an entire formula. It catches the most common errors in calculation — wrong unit conversions, flipped fractions, forgotten factors.

At its core, dimensional analysis says: physics equations must balance dimensionally just as they balance numerically. Mass cannot equal velocity. Force cannot be added to energy. If both sides of an equation don’t have the same dimensions, the equation is wrong.

This is tested directly in CBSE Class 11 and JEE Main. But more importantly, it’s a habit of mind that makes you a better problem-solver.


Key Terms & Definitions

Physical Quantity: Anything measurable — length, mass, time, temperature, force, energy.

Fundamental Quantities: The seven base quantities: length [L], mass [M], time [T], temperature [θ], electric current [A], amount of substance [N], luminous intensity [J].

Dimensional Formula: Expression showing the powers of fundamental dimensions for a derived quantity. Example: [Force]=[MLT2][\text{Force}] = [MLT^{-2}].

Dimensionless Quantity: A quantity with dimensional formula [M0L0T0][M^0L^0T^0] — a pure number. Examples: angle, strain, relative density, refractive index.

Principle of Homogeneity: Every term added, subtracted, or equated in a physics equation must have the same dimensions.

Dimensional Constant: A constant that has dimensions, like GG (gravitational constant, [M1L3T2][M^{-1}L^3T^{-2}]), hh (Planck’s constant, [ML2T1][ML^2T^{-1}]).


Dimensional Formulas of Common Quantities

QuantityFormulaDimensional Formula
Velocitydistance/time[LT1][LT^{-1}]
Accelerationvelocity/time[LT2][LT^{-2}]
Forcemass × acceleration[MLT2][MLT^{-2}]
Work/Energyforce × distance[ML2T2][ML^2T^{-2}]
Powerwork/time[ML2T3][ML^2T^{-3}]
Pressureforce/area[ML1T2][ML^{-1}T^{-2}]
Momentummass × velocity[MLT1][MLT^{-1}]
Torqueforce × distance[ML2T2][ML^2T^{-2}]
Frequency1/time[T1][T^{-1}]
Angular velocityangle/time[T1][T^{-1}]
Gravitational constantF=Gm1m2/r2F = Gm_1m_2/r^2[M1L3T2][M^{-1}L^3T^{-2}]
Planck’s constantE=hνE = h\nu[ML2T1][ML^2T^{-1}]
Boltzmann constantE=kTE = kT[ML2T2θ1][ML^2T^{-2}\theta^{-1}]

Three Uses of Dimensional Analysis

Use 1 — Checking Dimensional Consistency

Any correct physics equation must be dimensionally homogeneous. If the dimensions don’t match on both sides, the equation is wrong.

Procedure:

  1. Find the dimensional formula of each term
  2. Verify they are all identical
  3. If any term differs, the equation is incorrect

Note: Dimensional consistency is necessary but not sufficient — an equation can be dimensionally correct but still wrong (wrong numerical constant, for instance).

Use 2 — Deriving Formulas (Dimensional Method)

Given that a quantity depends on certain variables, dimensional analysis can determine how they relate.

Procedure:

  1. Assume Q=kxaybzcQ = k \cdot x^a y^b z^c (where kk is dimensionless)
  2. Write dimensions of both sides
  3. Compare powers of M, L, T separately (three equations)
  4. Solve for aa, bb, cc

Limitation: Cannot find the dimensionless constant kk, and cannot work if the formula involves sums (like v2=u2+2asv^2 = u^2 + 2as — can’t derive this form dimensionally).

Use 3 — Unit Conversion Between Systems

To convert a quantity from one unit system to another:

n2=n1×(M1M2)a(L1L2)b(T1T2)cn_2 = n_1 \times \left(\frac{M_1}{M_2}\right)^a \left(\frac{L_1}{L_2}\right)^b \left(\frac{T_1}{T_2}\right)^c

Where aa, bb, cc are the powers in the dimensional formula, and subscripts 1, 2 refer to the two unit systems.


Solved Examples

Example 1 — Easy: Check Consistency

Is v=u+at2v = u + at^2 dimensionally correct?

LHS: [v]=[LT1][v] = [LT^{-1}]

RHS: [u]+[at2]=[LT1]+[LT2][T2]=[LT1]+[L][u] + [at^2] = [LT^{-1}] + [LT^{-2}][T^2] = [LT^{-1}] + [L]

[LT1][L][LT^{-1}] \neq [L]Dimensionally INCORRECT.

(The correct equation is v=u+atv = u + at, where [at]=[LT2][T]=[LT1][at] = [LT^{-2}][T] = [LT^{-1}] ✓)

Example 2 — Medium: Derive Time Period

Time period TT of a simple pendulum depends on length LL and gg. Find TT.

Assume T=kLagbT = k L^a g^b:

[T]=[L]a[LT2]b=[La+bT2b][T] = [L]^a [LT^{-2}]^b = [L^{a+b} T^{-2b}]

Comparing powers:

  • T1=T2bb=1/2T^1 = T^{-2b} \Rightarrow b = -1/2
  • L0=La+ba=1/2L^0 = L^{a+b} \Rightarrow a = 1/2
T=kLgT = k\sqrt{\frac{L}{g}}

(Physics gives k=2πk = 2\pi.)

Example 3 — Hard: Find Dimensions of G

Newton’s law: F=Gm1m2r2F = \dfrac{Gm_1 m_2}{r^2}

[G]=[F][r2][m1][m2]=[MLT2][L2][M][M]=[ML3T2][M2]=[M1L3T2][G] = \frac{[F][r^2]}{[m_1][m_2]} = \frac{[MLT^{-2}][L^2]}{[M][M]} = \frac{[ML^3T^{-2}]}{[M^2]} = [M^{-1}L^3T^{-2}]

Example 4 — Hard: Unit Conversion

Convert 1 joule to erg.

Energy=[ML2T2]\text{Energy} = [ML^2T^{-2}]

SI: M1=1M_1 = 1 kg, L1=1L_1 = 1 m, T1=1T_1 = 1 s.

CGS: M2=1M_2 = 1 g, L2=1L_2 = 1 cm, T2=1T_2 = 1 s.

n2=n1×(M1M2)1(L1L2)2(T1T2)2n_2 = n_1 \times \left(\frac{M_1}{M_2}\right)^1 \left(\frac{L_1}{L_2}\right)^2 \left(\frac{T_1}{T_2}\right)^{-2} =1×1 kg1 g×(1 m1 cm)2×1=1000×10000×1=107= 1 \times \frac{1 \text{ kg}}{1 \text{ g}} \times \left(\frac{1 \text{ m}}{1 \text{ cm}}\right)^2 \times 1 = 1000 \times 10000 \times 1 = 10^7

1 J=107 erg1 \text{ J} = 10^7 \text{ erg}

Example 5 — Advanced (JEE Style)

Van der Waals equation: (P+aV2)(Vb)=nRT\left(P + \frac{a}{V^2}\right)(V - b) = nRT

Find dimensions of aa and bb.

Solution: a/V2a/V^2 must have dimensions of pressure: [a]=[P][V2]=[ML1T2][L6]=[ML5T2][a] = [P][V^2] = [ML^{-1}T^{-2}][L^6] = [ML^5T^{-2}]

bb has dimensions of volume: [b]=[L3][b] = [L^3] (or [L3mol1][L^3 mol^{-1}] if VV is molar volume)


Exam-Specific Tips

CBSE Class 11: The standard 2-mark question: “Check if [equation] is dimensionally correct.” Show LHS, RHS separately, then state: “Since LHS and RHS have the same dimension [X], the equation is dimensionally correct/incorrect.” This template scores full marks.

JEE Main 2024 asked: “Which of the following has the same dimension as Planck’s constant?” Answer: angular momentum ([ML2T1][ML^2T^{-1}]). Always know [h]=[ML2T1][h] = [ML^2T^{-1}] and its look-alikes: angular momentum, action.

Pairs of quantities with the same dimensional formula are favourite MCQ options:

  • Force and surface tension × length: both [MLT2][MLT^{-2}]
  • Energy and torque: both [ML2T2][ML^2T^{-2}]
  • Pressure and energy density: both [ML1T2][ML^{-1}T^{-2}]
  • Planck’s constant and angular momentum: both [ML2T1][ML^2T^{-1}]

Common Mistakes to Avoid

Mistake 1: Thinking dimensional analysis can prove a formula correct. It can only prove it WRONG. A dimensionally correct equation may still be wrong (missing or wrong constant). Dimensional analysis is a necessary, not sufficient, test.

Mistake 2: Forgetting that angles are dimensionless. Angles in radians = arc/radius = L/L = dimensionless. Therefore sin θ, cos θ, tan θ are all dimensionless. Arguments of trigonometric and exponential functions must always be dimensionless.

Mistake 3: Treating the numerical constant as part of dimensional analysis. The number 2π, ½, etc. are dimensionless — ignore them when checking dimensions. Write [v2=u2+2as][v^2 = u^2 + 2as] as [v2]=[u2][v^2] = [u^2] and [2as]=[as][2as] = [as], not [2as][2as] treating 2 as a separate dimensional entity.

Mistake 4: Wrong powers in unit conversion. When converting energy (dimension [ML2T2][ML^2T^{-2}]), the length must be squared: (L1/L2)2(L_1/L_2)^2, not (L1/L2)1(L_1/L_2)^1. Using the power 1 instead of 2 for a squared dimension is a very common calculation error.

Mistake 5: Using dimensions of force for pressure or vice versa. [F]=[MLT2][F] = [MLT^{-2}], [P]=[ML1T2][P] = [ML^{-1}T^{-2}]. The difference is L2L^{-2} — because pressure is force per unit area. Many students confuse these in complex dimensional problems.


Practice Questions

Q1. Find the dimensional formula of Boltzmann constant kBk_B from E=kBTE = k_B T.

[kB]=[E/T]=[ML2T2]/[θ]=[ML2T2θ1][k_B] = [E/T] = [ML^2T^{-2}] / [\theta] = [ML^2T^{-2}\theta^{-1}]

Q2. Check: E=mc2E = mc^2 (where cc = speed of light)

[mc2]=[M][LT1]2=[ML2T2][mc^2] = [M][LT^{-1}]^2 = [ML^2T^{-2}] = [E][E] ✓ Dimensionally correct.

Q3. Is 12mv2+mgh\frac{1}{2}mv^2 + mgh dimensionally valid?

[12mv2]=[M][LT1]2=[ML2T2][\frac{1}{2}mv^2] = [M][LT^{-1}]^2 = [ML^2T^{-2}]

[mgh]=[M][LT2][L]=[ML2T2][mgh] = [M][LT^{-2}][L] = [ML^2T^{-2}]

Both terms have [ML2T2][ML^2T^{-2}] ✓ The sum is valid.

Q4. By dimensional analysis, find how velocity of a wave on a string depends on tension TT (dimensions [MLT2][MLT^{-2}]) and linear density μ\mu ([ML1][ML^{-1}]).

[v]=[Ta][μb]=[MLT2]a[ML1]b=[Ma+bLabT2a][v] = [T^a][\mu^b] = [MLT^{-2}]^a [ML^{-1}]^b = [M^{a+b} L^{a-b} T^{-2a}]

L:1=abL: 1 = a - b, T:1=2aa=1/2T: -1 = -2a \Rightarrow a = 1/2, then b=1/2b = -1/2

v=kT/μv = k\sqrt{T/\mu} (the physics gives k=1k = 1, so v=T/μv = \sqrt{T/\mu})


FAQs

Can dimensional analysis work for all physics problems?

No. It cannot determine dimensionless constants. It cannot distinguish between quantities with the same dimensions (force and surface tension × length are both [MLT2][MLT^{-2}]). It fails for equations with sums or differences of variables. But as a quick consistency check, it works universally.

What does it mean for a quantity to be dimensionless?

A dimensionless quantity has the same value regardless of the unit system. Examples: refractive index (ratio of two speeds), strain (ratio of two lengths), specific gravity (ratio of two densities). They are pure ratios, independent of measurement units.

Why can we not add force and energy?

Force has dimension [MLT2][MLT^{-2}] and energy has [ML2T2][ML^2T^{-2}]. Adding them is like adding meters to kilograms — physically meaningless. The principle of homogeneity mathematically encodes this physical truth.

Is dimensional analysis the same as unit analysis?

Very similar. Dimensional analysis works with abstract dimensions (M, L, T). Unit analysis works with specific units (kg, m, s). Unit analysis is more concrete; dimensional analysis is more general. For checking formulas, dimensional analysis is preferred; for numerical calculations, unit analysis is cleaner.


Additional Solved Examples

Example 6 — JEE Main Style: Finding which quantity has given dimensions

Which of the following has dimensions [ML2T3][ML^2T^{-3}]? (a) Force (b) Energy (c) Power (d) Momentum

[Force]=[MLT2][Force] = [MLT^{-2}], [Energy]=[ML2T2][Energy] = [ML^2T^{-2}], [Power]=[ML2T3][Power] = [ML^2T^{-3}], [Momentum]=[MLT1][Momentum] = [MLT^{-1}].

Answer: (c) Power.

Example 7 — Deriving viscosity dimensions

Viscous force: F=6πηrvF = 6\pi\eta rv (Stokes’ law). Find [η][\eta].

[η]=[F][r][v]=[MLT2][L][LT1]=[MLT2][L2T1]=[ML1T1][\eta] = \frac{[F]}{[r][v]} = \frac{[MLT^{-2}]}{[L][LT^{-1}]} = \frac{[MLT^{-2}]}{[L^2T^{-1}]} = [ML^{-1}T^{-1}]

Unit: Pa s (pascal second) or poise (CGS).

Pairs with same dimensions (JEE favourite)

PairCommon dimension
Work and torque[ML2T2][ML^2T^{-2}]
Pressure and stress and energy density[ML1T2][ML^{-1}T^{-2}]
Angular momentum and Planck’s constant[ML2T1][ML^2T^{-1}]
Impulse and momentum[MLT1][MLT^{-1}]
Force and surface tension ×\times length[MLT2][MLT^{-2}]
Frequency and decay constant[T1][T^{-1}]

When JEE asks “which pair has same dimensions?”, check these standard pairs. They recur almost every year.

Additional Practice Questions

Q5. Find the dimensions of the coefficient of thermal conductivity from Q=kAΔTtdQ = \frac{kA\Delta T \cdot t}{d}.

[k]=[Q][d][A][ΔT][t]=[ML2T2][L][L2][θ][T]=[MLT3θ1][k] = \frac{[Q][d]}{[A][\Delta T][t]} = \frac{[ML^2T^{-2}][L]}{[L^2][\theta][T]} = [MLT^{-3}\theta^{-1}].

Q6. Show that e24πε0mec2\frac{e^2}{4\pi\varepsilon_0 m_e c^2} has dimensions of length.

[e2/ε0]=[Force×r2]=[MLT2][L2]=[ML3T2][e^2/\varepsilon_0] = [Force \times r^2] = [MLT^{-2}][L^2] = [ML^3T^{-2}].

[mec2]=[M][LT1]2=[ML2T2][m_e c^2] = [M][LT^{-1}]^2 = [ML^2T^{-2}].

[ML3T2][ML2T2]=[L]\frac{[ML^3T^{-2}]}{[ML^2T^{-2}]} = [L]. Confirmed — this is the classical electron radius.