Dimensional analysis — how to derive formulas and check equations

easy CBSE JEE-MAIN NEET 3 min read
Tags Units

Question

How do you use dimensional analysis to (a) check the correctness of a formula, (b) derive a new formula, and (c) convert units between systems? What are the limitations of this method?

(JEE Main 2024 asked a derivation using dimensions; CBSE 11 boards test the checking method)


Solution — Step by Step

Every valid physics equation must have the same dimensions on both sides. Dimensions are expressed in terms of the 7 fundamental quantities: [M],[L],[T],[A],[K],[mol],[cd][M], [L], [T], [A], [K], [mol], [cd].

For mechanics, we mostly use [M],[L],[T][M], [L], [T]. For example: force has dimensions [MLT2][MLT^{-2}], energy has [ML2T2][ML^2T^{-2}].

To check if v=u+atv = u + at is dimensionally correct:

  • LHS: [v]=[LT1][v] = [LT^{-1}]
  • RHS: [u]=[LT1][u] = [LT^{-1}], [at]=[LT2][T]=[LT1][at] = [LT^{-2}][T] = [LT^{-1}]

Both terms on the RHS have the same dimensions as the LHS. The equation is dimensionally consistent.

Suppose the time period of a simple pendulum depends on length (ll), mass (mm), and gravitational acceleration (gg).

Let T=klambgcT = k \cdot l^a \cdot m^b \cdot g^c

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

Comparing: b=0b = 0, a+c=0a + c = 0, 2c=1-2c = 1c=1/2c = -1/2, a=1/2a = 1/2

T=klgT = k\sqrt{\frac{l}{g}}

The dimensionless constant k=2πk = 2\pi cannot be determined by this method.

  • Cannot determine dimensionless constants (2π2\pi, 1/21/2, etc.)
  • Cannot distinguish between quantities with the same dimensions (work and torque both have [ML2T2][ML^2T^{-2}])
  • Does not work if the relation involves exponential, logarithmic, or trigonometric functions
  • Can only be used when the relationship involves power law dependence
flowchart TD
    A["Dimensional Analysis"] --> B["Check formula:<br/>LHS dimensions = RHS dimensions?"]
    A --> C["Derive formula:<br/>Assume power law dependence"]
    A --> D["Convert units:<br/>Ratio of fundamental units"]
    B --> E["If dimensions match: may be correct<br/>If not: definitely wrong"]
    C --> F["Compare exponents of M, L, T<br/>Solve for powers"]
    F --> G["Cannot find dimensionless constants"]
    style G fill:#ff6b6b,stroke:#333

Why This Works

Dimensional analysis works because the laws of physics are independent of the units we choose. An equation that is true in SI must also be true in CGS — and this invariance places strict constraints on how quantities can combine.

If an equation has different dimensions on its two sides, it is definitely wrong (you are adding apples and oranges). If dimensions match, the equation may be correct — but dimensional consistency is necessary, not sufficient.


Alternative Method

For unit conversion using dimensions: 1 J=1 kgm2s21 \text{ J} = 1 \text{ kg} \cdot \text{m}^2 \cdot \text{s}^{-2}. In CGS: =1000 g(100 cm)2s2=107 erg= 1000 \text{ g} \cdot (100 \text{ cm})^2 \cdot \text{s}^{-2} = 10^7 \text{ erg}. The conversion factor comes from replacing each fundamental unit. This is faster than memorising conversion factors.


Common Mistake

Students assume a dimensionally correct equation is necessarily physically correct. Dimensional analysis only checks necessary consistency, not sufficiency. For example, F=mvF = mv has correct dimensions of [MLT2][MLT^{-2}] on both sides… wait, it does not: [mv]=[MLT1][mv] = [MLT^{-1}]. But F=maF = ma and F=mv2/rF = mv^2/r both have the same dimensions — dimensional analysis cannot distinguish between them. The correct formula depends on the physics, not just the dimensions.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next