Physics Lab

Dimensional Method

Dimensional analysis is the cheapest sanity check in physics. It cannot give numerical constants, but it tells you instantly whether an answer can possibly be correct and lets you guess the form of unknown formulae from the relevant variables.

Concept

Each physical quantity carries dimensions in mass MM, length LL, time TT (and optionally II, Θ\Theta). Three uses dominate JEE:

  1. Checking homogeneity. Every additive term must have identical dimensions.
  2. Converting units. n1[u1]=n2[u2]n_1 [u_1] = n_2 [u_2].
  3. Deriving relations. If yy depends on a,b,ca,b,c, write y=kaxbyczy = k\, a^x b^y c^z and match exponents.

Pure numbers, angles (radian) and arguments of sin,log,exp\sin, \log, \exp are dimensionless.

Derivation

Suppose the time period TT of a simple pendulum may depend on length \ell, mass mm and gravity gg. Assume T=kambgc.T = k\,\ell^{a}\, m^{b}\, g^{c}. Matching dimensions [T]=[L]a[M]b[LT2]c=MbLa+cT2c[T] = [L]^{a}[M]^{b}[L T^{-2}]^{c} = M^{b} L^{a+c} T^{-2c}:

  • MM: b=0b = 0,
  • TT: 2c=1c=1/2-2c = 1 \Rightarrow c = -1/2,
  • LL: a+c=0a=1/2a + c = 0 \Rightarrow a = 1/2.

So T=k/gT = k\sqrt{\ell/g}. The dimensionless constant k=2πk = 2\pi requires another method.

JEE Worked Example

Q. The terminal velocity vv of a sphere through a viscous fluid depends on radius rr, viscosity η\eta and effective weight per unit volume ρg\rho g. Find vv by dimensions.

Solution. Let v=kraηb(ρg)cv = k\, r^{a}\, \eta^{b}\, (\rho g)^{c}. Dimensions: η=[ML1T1]\eta = [M L^{-1} T^{-1}], ρg=[ML2T2]\rho g = [M L^{-2} T^{-2}].

[LT1]=La(ML1T1)b(ML2T2)c.[L T^{-1}] = L^{a}\,(M L^{-1} T^{-1})^{b}\,(M L^{-2} T^{-2})^{c}.

MM: b+c=0b + c = 0. TT: b2c=1-b - 2c = -1. Solving: b=1,c=1b = -1, c = 1. LL: ab2c=1a=2a - b - 2c = 1 \Rightarrow a = 2.

Therefore vr2ρg/ηv \propto r^{2}\rho g/\eta, matching Stokes' law with k=2/9k = 2/9.

Traps

  • Treating an exponent or trig argument as dimensional.
  • Assuming dimensional analysis gives the numerical constant.
  • Using it when a quantity depends on more than three independent dimensional groups (over-determined).
  • Forgetting that scalars and vectors of the same dimensions can still be physically inequivalent.

Key Takeaways

  • Match dimensions term-by-term; constants are dimensionless.
  • Three-variable power-law guesses are the bread and butter.
  • Dimensional methods fail for trigonometric/exponential dependencies and numerical prefactors.

AI Summary

Summarize this page in your favorite LLM