Physics Lab

Dimensional Analysis

Dimensions tell you the kind of physical quantity (length, time, mass, …) independent of units. Dimensional analysis is a fast, powerful tool for checking equations, guessing formulas, and converting units.

Concept

We denote dimensions with capital letters inside brackets:

  • Length: [L][L]
  • Mass: [M][M]
  • Time: [T][T]
  • Current: [A][A]
  • Temperature: [Θ][\Theta]

Any mechanical quantity QQ has dimensions [Q]=MaLbTc[Q] = M^a L^b T^c for some exponents.

QuantityDimensions
VelocityLT1LT^{-1}
AccelerationLT2LT^{-2}
ForceMLT2MLT^{-2}
Energy / WorkML2T2ML^2T^{-2}
PowerML2T3ML^2T^{-3}
PressureML1T2ML^{-1}T^{-2}
MomentumMLT1MLT^{-1}
Angular momentumML2T1ML^2T^{-1}
FrequencyT1T^{-1}

The Three Main Uses

1. Check Equation Consistency

Both sides of any physical equation must have the same dimensions.

For v=u+atv = u + at:

  • [v]=LT1[v] = LT^{-1}
  • [u]=LT1[u] = LT^{-1}
  • [at]=(LT2)(T)=LT1[at] = (LT^{-2})(T) = LT^{-1}

2. Derive Formulas (up to a constant)

If TT (period of simple pendulum) depends on ll, gg, mm, we write T=klagbmc.T = k\, l^a g^b m^c. Equate dimensions:

  • LHS: TT.
  • RHS: La(LT2)bMc=McLa+bT2bL^a (LT^{-2})^b M^c = M^c L^{a+b} T^{-2b}.

So c=0c = 0, 2b=1b=1/2-2b = 1 \Rightarrow b = -1/2, a+b=0a=1/2a + b = 0 \Rightarrow a = 1/2. Therefore T=kl/g.T = k\sqrt{l/g}. The dimensionless constant k=2πk = 2\pi must come from a full derivation.

3. Convert Units

A quantity is invariant; only its numerical value changes between unit systems.

n1[Unit1]=n2[Unit2]n_1 [\text{Unit}_1] = n_2 [\text{Unit}_2]

So if 1erg=107J1\,\text{erg} = 10^{-7}\,\text{J}, then 5×1075 \times 10^7 erg =5J= 5\,\text{J}.

Worked Example

Q: The velocity vv of a wave on a stretched string depends on tension TT (force) and linear mass density μ\mu (mass per length). Derive vv dimensionally.

Solution: Write v=kTaμbv = k\, T^a \mu^b.

Dimensions:

  • [v]=LT1[v] = LT^{-1}
  • [T]=MLT2[T] = MLT^{-2}
  • [μ]=ML1[\mu] = ML^{-1}

So LT1=(MLT2)a(ML1)b=Ma+bLabT2aLT^{-1} = (MLT^{-2})^a (ML^{-1})^b = M^{a+b}\, L^{a-b}\, T^{-2a}.

Solving: 2a=1a=1/2-2a = -1 \Rightarrow a = 1/2; a+b=0b=1/2a + b = 0 \Rightarrow b = -1/2; check: ab=1a - b = 1 ✓.

v=kT/μ.v = k\sqrt{T/\mu}. The exact derivation gives k=1k = 1, so v=T/μv = \sqrt{T/\mu}.

Common Confusions

  • Constants like π\pi, 22, 1/21/2 are dimensionless — dimensional analysis cannot recover them.
  • Trigonometric, exponential, and logarithmic arguments must be dimensionless: sin(ωt)\sin(\omega t) requires [ωt]=1[\omega t] = 1, so [ω]=T1[\omega] = T^{-1}.
  • Dimensional consistency is necessary but not sufficient: E=mvE = mv is dimensionally wrong, but even E=mv2E = mv^2 is dimensionally right despite missing the 1/21/2.

Key Takeaways

  • Use dimensional analysis to (i) check equations, (ii) guess formulas up to a constant, (iii) convert units.
  • Powers, exponentials, and trig arguments must be dimensionless.
  • Numerical constants and pure functions cannot be found dimensionally — full derivation is needed.

AI Summary

Summarize this page in your favorite LLM