Question
How do we use dimensional analysis to check whether an equation is correct, and to derive the form of a physical formula?
Solution — Step by Step
Every valid physics equation must be dimensionally homogeneous — both sides must have the same dimensions. The seven base dimensions in SI are:
Mass [], Length [], Time [], Current [], Temperature [], Amount [], Luminosity []
For mechanics, we mainly use , , and .
Is dimensionally correct?
- LHS:
- RHS first term:
- RHS second term:
All terms have dimensions . The equation is dimensionally correct.
Now check (deliberately wrong):
Dimensions do not match (), so the equation is wrong.
Suppose we know the time period of a simple pendulum depends on mass , length , and acceleration due to gravity . Find the formula.
Assume: (where is a dimensionless constant)
Dimensions:
Matching both sides:
- : (time period does not depend on mass)
- : , so
- : , so
Dimensional analysis gives us cannot be determined — only the form of the equation.
graph TD
A[Dimensional Analysis] --> B{Purpose?}
B -->|Check equation| C[Find dimensions of each term]
C --> D{All terms same dimension?}
D -->|Yes| E[Equation may be correct]
D -->|No| F[Equation is definitely wrong]
B -->|Derive formula| G[Assume power law dependence]
G --> H[Match dimensions on both sides]
H --> I[Solve for powers]
I --> J["Get formula form (not constants)"]
Why This Works
Dimensional analysis works because physical laws must be independent of the choice of units. If an equation holds in SI units, it must hold in CGS units too — and this is only possible if both sides have the same dimensions.
Limitations:
- Cannot determine dimensionless constants (, , etc.)
- Cannot distinguish between quantities with the same dimensions (work and torque both have )
- Cannot derive equations involving sums of multiple terms with different functional forms (like )
Alternative Method
Some useful dimensional formulas to memorise for quick checking:
| Quantity | Dimensional Formula |
|---|---|
| Force | |
| Energy/Work | |
| Power | |
| Pressure | |
| Momentum | |
| Angular momentum | |
| Gravitational constant | |
| Planck’s constant |
For JEE Main, a common question type is “which of the following has the same dimensions as X?” This requires knowing the dimensional formula of each option. Practice matching — angular momentum and Planck’s constant have the same dimensions (), and this appears almost every year.
Common Mistake
A dimensionally correct equation is not necessarily physically correct. For example, is dimensionally correct (all terms have ) but physically wrong (the correct equation is ). Dimensional analysis can only tell us if an equation is definitely wrong (dimensions do not match) — it cannot confirm that an equation is right.