Dimensional analysis — how to derive formulas and check equations

easy CBSE JEE-MAIN NEET 4 min read
Tags Units

Question

How do we use dimensional analysis to check whether an equation is correct, and to derive the form of a physical formula?

Solution — Step by Step

Every valid physics equation must be dimensionally homogeneous — both sides must have the same dimensions. The seven base dimensions in SI are:

Mass [MM], Length [LL], Time [TT], Current [AA], Temperature [KK], Amount [molmol], Luminosity [cdcd]

For mechanics, we mainly use MM, LL, and TT.

Is v2=u2+2asv^2 = u^2 + 2as dimensionally correct?

  • LHS: v2=[LT1]2=[L2T2]v^2 = [LT^{-1}]^2 = [L^2T^{-2}]
  • RHS first term: u2=[L2T2]u^2 = [L^2T^{-2}]
  • RHS second term: 2as=[LT2][L]=[L2T2]2as = [LT^{-2}][L] = [L^2T^{-2}]

All terms have dimensions [L2T2][L^2T^{-2}]. The equation is dimensionally correct.

Now check v=u+at2v = u + at^2 (deliberately wrong):

  • v=[LT1]v = [LT^{-1}]
  • at2=[LT2][T2]=[L]at^2 = [LT^{-2}][T^2] = [L]

Dimensions do not match (LT1LLT^{-1} \neq L), so the equation is wrong.

Suppose we know the time period TT of a simple pendulum depends on mass mm, length LL, and acceleration due to gravity gg. Find the formula.

Assume: T=kmaLbgcT = k \cdot m^a \cdot L^b \cdot g^c (where kk is a dimensionless constant)

Dimensions: [T]=[M]a[L]b[LT2]c=[MaLb+cT2c][T] = [M]^a [L]^b [LT^{-2}]^c = [M^a L^{b+c} T^{-2c}]

Matching both sides:

  • MM: a=0a = 0 (time period does not depend on mass)
  • TT: 1=2c1 = -2c, so c=1/2c = -1/2
  • LL: 0=b+c0 = b + c, so b=1/2b = 1/2
T=kLgT = k \sqrt{\frac{L}{g}}

Dimensional analysis gives us k=2πk = 2\pi cannot be determined — only the form of the equation.

graph TD
    A[Dimensional Analysis] --> B{Purpose?}
    B -->|Check equation| C[Find dimensions of each term]
    C --> D{All terms same dimension?}
    D -->|Yes| E[Equation may be correct]
    D -->|No| F[Equation is definitely wrong]
    B -->|Derive formula| G[Assume power law dependence]
    G --> H[Match dimensions on both sides]
    H --> I[Solve for powers]
    I --> J["Get formula form (not constants)"]

Why This Works

Dimensional analysis works because physical laws must be independent of the choice of units. If an equation holds in SI units, it must hold in CGS units too — and this is only possible if both sides have the same dimensions.

Limitations:

  1. Cannot determine dimensionless constants (2π2\pi, 1/21/2, etc.)
  2. Cannot distinguish between quantities with the same dimensions (work and torque both have [ML2T2][ML^2T^{-2}])
  3. Cannot derive equations involving sums of multiple terms with different functional forms (like v=u+atv = u + at)

Alternative Method

Some useful dimensional formulas to memorise for quick checking:

QuantityDimensional Formula
Force[MLT2][MLT^{-2}]
Energy/Work[ML2T2][ML^2T^{-2}]
Power[ML2T3][ML^2T^{-3}]
Pressure[ML1T2][ML^{-1}T^{-2}]
Momentum[MLT1][MLT^{-1}]
Angular momentum[ML2T1][ML^2T^{-1}]
Gravitational constant GG[M1L3T2][M^{-1}L^3T^{-2}]
Planck’s constant hh[ML2T1][ML^2T^{-1}]

For JEE Main, a common question type is “which of the following has the same dimensions as X?” This requires knowing the dimensional formula of each option. Practice matching — angular momentum and Planck’s constant have the same dimensions ([ML2T1][ML^2T^{-1}]), and this appears almost every year.

Common Mistake

A dimensionally correct equation is not necessarily physically correct. For example, v=u+2atv = u + 2at is dimensionally correct (all terms have [LT1][LT^{-1}]) but physically wrong (the correct equation is v=u+atv = u + at). Dimensional analysis can only tell us if an equation is definitely wrong (dimensions do not match) — it cannot confirm that an equation is right.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next