Physics Lab

Dimensional Analysis

Dimensions express how a physical quantity depends on the base quantities mass [M][M], length [L][L] and time [T][T] (and sometimes current, temperature). Dimensional analysis lets you check the correctness of an equation, derive the form of a relation up to a constant, and convert quantities between unit systems without memorising conversion factors.

Concept

Every term in a valid physical equation must have the same dimensions (principle of homogeneity). For instance, in v=u+atv = u + at, each side has dimension [L][T]1[L][T]^{-1}. The dimensional formula of a quantity QQ is written as [MaLbTc][M^{a} L^{b} T^{c}].

Common formulas to memorise:

  • Velocity: [LT1][L T^{-1}]
  • Acceleration: [LT2][L T^{-2}]
  • Force: [MLT2][M L T^{-2}]
  • Energy/Work: [ML2T2][M L^{2} T^{-2}]
  • Power: [ML2T3][M L^{2} T^{-3}]
  • Pressure: [ML1T2][M L^{-1} T^{-2}]

Formula Derivation

Suppose the time period TT of a simple pendulum depends on length \ell, mass mm and gravity gg:

T=kambgcT = k \, \ell^{a} m^{b} g^{c}

Equating dimensions on both sides ([T]=[L]a[M]b[LT2]c[T] = [L]^{a}[M]^{b}[L T^{-2}]^{c}):

[M0L0T1]=[MbLa+cT2c][M^{0} L^{0} T^{1}] = [M^{b} L^{a+c} T^{-2c}]

Comparing powers: b=0b=0, a+c=0a+c=0, 2c=1c=1/2-2c=1 \Rightarrow c=-1/2, a=1/2a=1/2.

T=kgT = k \sqrt{\frac{\ell}{g}}

Experiment fixes k=2πk = 2\pi, giving T=2π/gT = 2\pi \sqrt{\ell/g}.

NEET-style Worked Example

The viscous force on a sphere of radius rr moving with velocity vv in a fluid of viscosity η\eta is F=kηarbvcF = k \eta^{a} r^{b} v^{c}. Find a,b,ca, b, c.

Dimensions: [η]=[ML1T1][\eta] = [M L^{-1} T^{-1}], [r]=[L][r] = [L], [v]=[LT1][v] = [L T^{-1}], [F]=[MLT2][F] = [M L T^{-2}].

[MLT2]=[MaLa+b+cTac][M L T^{-2}] = [M^{a} L^{-a+b+c} T^{-a-c}]

So a=1a=1, ac=2c=1-a-c=-2 \Rightarrow c=1, a+b+c=1b=1-a+b+c=1 \Rightarrow b=1.

F=kηrvF = k\,\eta r v

This is Stokes' law (experimentally k=6πk = 6\pi).

Common Confusions

  • Dimensional analysis cannot find dimensionless constants like 2π2\pi or 1/21/2.
  • It cannot distinguish terms that have the same dimensions but different physics (e.g. work and torque both are [ML2T2][M L^{2} T^{-2}]).
  • Trigonometric, exponential and log arguments must always be dimensionless.

Key Takeaways

  • Both sides of any physical equation must have identical dimensions.
  • Use dimensional analysis to spot wrong formulas and derive proportionalities.
  • Constants of integration and pure numbers are invisible to dimensions.

AI Summary

Summarize this page in your favorite LLM