Uses:
-
Checking equations: Every term in an equation must have the same dimensions. If [LHS] ≠ [RHS], the equation is certainly wrong. But dimensional correctness does NOT guarantee physical correctness.
-
Deriving relations: If a quantity Q depends on variables x, y, z, write Q = k*. Equate dimensions of both sides to get a, b, c. This gives the functional form but NOT the constant k.
-
Unit conversion: Use the formula = ^a^b*^c.
Limitations:
- Cannot find dimensionless constants (2*pi, 1/2, e, etc.)
- Cannot distinguish quantities with the same dimensions (work vs torque)
- Cannot handle log, exp, sin, cos functions
- Limited to 3 unknowns in mechanics (M, L, T provide 3 equations)
- Fails for dimensionless combinations (e.g., angle dependence)
Classic example: T = ksqrt for a simple pendulum. Dimensional analysis finds the dependence but not k = 2*pi.