doPhysics.in
Profile

Mathematical Tools & Measurement

  1. 01Basic Essential Mathematics
  2. 02Vectors
  3. 03Differentiation
  4. 04Applications of Differentiation
  5. 05Integration
  6. 06Applications of Integration
  7. 07Physical Quantities and Units
  8. 08Dimensional Formula
  9. 09Dimensional Analysis and Its Applications
  10. 10Experimental Skills

Kinematics

  1. 01Motion in One Dimension
  2. 02Motion in Multiple Dimensions
  3. 03Relative Velocity
  4. 04Circular Motion Kinematics
  5. 05Circular Motion Dynamics

Dynamics

  1. 01Forces and Laws of Motion
  2. 02Laws of Motion
  3. 03Friction
  4. 04Force and Potential Energy
  5. 05Fundamentals of Force
  6. 06Newton's Laws and Free Body Diagrams
  7. 07Applications: Objects in Equilibrium
  8. 08Applications: Objects in Motion
  9. 09Constraint Relations
  10. 10Inertial and Non-Inertial Frames
  11. 11Basics of Friction
  12. 12Applications of Friction

Work, Energy, and Power

  1. 01Conservation of Mechanical Energy
  2. 02Work and the Work-Energy Theorem
  3. 03Work and Kinetic Energy Theorem
  4. 04Energy and its Conservation
Theory/Mathematical Tools & Measurement

Mathematical Tools & Measurement · Chapter 09

Dimensional Analysis and Its Applications

Dimensional Analysis and Its Applications detailed theory study guide for Physics.

28 min read · 4 topics

01

Checking Correctness of Equations

The Dimensional 'Lie Detector'

The first and most common use of dimensional analysis is as a 'lie detector' for equations. Based on the Principle of Homogeneity, we can quickly test if a formula is dimensionally plausible. If it fails the test, it is guaranteed to be incorrect. If it passes, it is dimensionally consistent, which is a good sign, but not a complete proof of its correctness.

How to Check an Equation

We test the formula for the period of a pendulum: T=2πl/gT = 2\pi \sqrt{l/g}T=2πl/g​, where T is the time period, l is the length, and g is the acceleration due to gravity.

Step 1: Isolate and Analyze the Left-Hand Side (LHS)

The LHS is just the time period, T.
[LHS] = [T]

Step 2: Isolate and Analyze the Right-Hand Side (RHS)

The RHS is 2πl/g2\pi \sqrt{l/g}2πl/g​.
First, ignore any dimensionless constants (like 2π2\pi2π).
Now, substitute the dimensions for the remaining variables:
[RHS] = [l]/[g]=[L][LT−2]\sqrt{[l]/[g]} = \sqrt{\frac{[L]}{[LT^{-2}]}}[l]/[g]​=[LT−2][L]​​

Step 3: Simplify the RHS and Compare

Simplify the expression for the RHS dimensions using algebra.
[RHS] = [L][L][T−2]=1[T−2]=[T2]=[T]\sqrt{\frac{[L]}{[L][T^{-2}]}} = \sqrt{\frac{1}{[T^{-2}]}} = \sqrt{[T^2]} = [T][L][T−2][L]​​=[T−2]1​​=[T2]​=[T]
Now, compare: [LHS] = [T] and [RHS] = [T].

Step 4: Conclude

Since [LHS] = [RHS], the equation is dimensionally consistent.

The consistency check: write the dimensional formula of every term, compare the dimensions of all terms, and conclude — all equal means the equation is consistent; any difference means it is wrong.
The consistency check: write the dimensional formula of every term, compare the dimensions of all terms, and conclude — all equal means the equation is consistent; any difference means it is wrong.

You are checking the equation F=maF = maF=ma. You've found the dimension for the LHS (Force) is [MLT⁻²]. What is the next step?

While checking T=2πl/gT = 2\pi\sqrt{l/g}T=2πl/g​, how should the factor 2π2\pi2π be treated?

02

Deriving Relations Between Quantities

Building a Formula from Scratch

Dimensional analysis can be used to deduce the form of a physical equation if we have a good idea of which physical quantities are involved. This technique allows us to see how a quantity must depend on others based solely on their dimensions.

The limitation: This method cannot determine any dimensionless constants in the formula (like 2π2\pi2π or 1/21/21/2). Those must be found through experiment or a more complete theory.

How to Derive a Formula

We derive the formula for the time period (T) of a simple pendulum. Our physical intuition tells us that the period might depend on:

  • The mass of the bob (m)
  • The length of the string (l)
  • The acceleration due to gravity (g)

We can follow a clear, step-by-step process to find the relationship.

Deriving the pendulum formula: assume T ∝ mᵃlᵇgᶜ, write the dimensions, equate the powers of M, L and T to get a = 0, b = 1/2, c = −1/2, and conclude T = k√(l/g).
Deriving the pendulum formula: assume T ∝ mᵃlᵇgᶜ, write the dimensions, equate the powers of M, L and T to get a = 0, b = 1/2, c = −1/2, and conclude T = k√(l/g).

Result for the Pendulum

By following the steps, we equate the exponents for each dimension (M, L, and T) on both sides of our proposed equation. This gives us a system of equations that we can solve for the unknown powers.

For the pendulum, this process reveals that the period TTT must be proportional to m0l1/2g−1/2m^0 l^{1/2} g^{-1/2}m0l1/2g−1/2. This gives us the final relationship:

T=klgT = k \sqrt{\frac{l}{g}}T=kgl​​

Dimensional analysis alone tells us that the period of a pendulum does not depend on its mass. The dimensionless constant, kkk, is later found to be 2π2\pi2π through more advanced mechanics.

More Practice with the Method

The pendulum example shows the pattern; the following worked examples apply the exact same method — propose the dependent variables, write the equation with unknown powers, and equate exponents of each dimension — to a range of other physical situations.

Worked Example: Viscous Drag on a Sphere

Problem: A small sphere falling through a viscous fluid experiences a retarding (drag) force FFF. Physical intuition (and experiment) suggests this force depends on the fluid's coefficient of viscosity η\etaη, the sphere's radius rrr, and its velocity vvv. Derive the form of FFF using dimensional analysis.

Solution: We propose F=k ηarbvcF = k\,\eta^a r^b v^cF=kηarbvc, where kkk is a dimensionless constant. Writing the dimension of each quantity — [F]=[MLT−2][F] = [MLT^{-2}][F]=[MLT−2], [η]=[ML−1T−1][\eta] = [ML^{-1}T^{-1}][η]=[ML−1T−1], [r]=[L][r] = [L][r]=[L], [v]=[LT−1][v] = [LT^{-1}][v]=[LT−1] — the dimensional equation becomes:

[MLT−2]=[ML−1T−1]a[L]b[LT−1]c=MaL(−a+b+c)T(−a−c)[MLT^{-2}] = [ML^{-1}T^{-1}]^a [L]^b [LT^{-1}]^c = M^{a}L^{(-a+b+c)}T^{(-a-c)}[MLT−2]=[ML−1T−1]a[L]b[LT−1]c=MaL(−a+b+c)T(−a−c)

Equating powers of M, L, and T on both sides gives three equations:

M: a=1T: −a−c=−2L: −a+b+c=1M:\ a = 1 \qquad T:\ -a-c=-2 \qquad L:\ -a+b+c=1M: a=1T: −a−c=−2L: −a+b+c=1

From the first, a=1a=1a=1. Substituting into the T-equation gives c=1c=1c=1, and then the L-equation gives b=1b=1b=1. So the drag force must have the form:

F=k η r vF = k\,\eta\, r\, vF=kηrv

This is exactly the structure of Stokes' law, F=6πηrvF = 6\pi\eta r vF=6πηrv, where the dimensionless constant k=6πk = 6\pik=6π comes from a full fluid-dynamics calculation that dimensional analysis alone cannot supply.

Worked Example: Dimensions of the van der Waals Constants

Problem: The van der Waals equation of state for a real gas is (P+aV2)(V−b)=RT\left(P + \dfrac{a}{V^2}\right)(V - b) = RT(P+V2a​)(V−b)=RT, where PPP is pressure and VVV is volume. Find the dimensional formulas of the constants aaa and bbb.

Solution: By the principle of homogeneity, every term added to or subtracted from another must share its dimension. Since a/V2a/V^2a/V2 is added to PPP, it must itself have the dimension of pressure:

[aV2]=[P]⇒[a]=[P][V]2=[ML−1T−2][L3]2=[ML5T−2]\left[\frac{a}{V^2}\right] = [P] \quad\Rightarrow\quad [a] = [P][V]^2 = [ML^{-1}T^{-2}][L^3]^2 = [ML^5T^{-2}][V2a​]=[P]⇒[a]=[P][V]2=[ML−1T−2][L3]2=[ML5T−2]

Similarly, since bbb is subtracted from VVV, it must have the same dimension as volume:

[b]=[V]=[M0L3T0][b] = [V] = [M^0L^3T^0][b]=[V]=[M0L3T0]

This is a common exam trap: dimensional homogeneity lets you find the dimensions of an unfamiliar constant just by looking at what it is added to or subtracted from, without knowing the physical origin of the term.

Worked Example: Time Period of an LC Oscillator

Problem: An inductor of inductance LLL and a capacitor of capacitance CCC form an oscillating circuit whose natural time period is TTT. Using [L]=[ML2T−2A−2][L] = [ML^2T^{-2}A^{-2}][L]=[ML2T−2A−2] and [C]=[M−1L−2T4A2][C] = [M^{-1}L^{-2}T^4A^2][C]=[M−1L−2T4A2], derive how TTT depends on LLL and CCC.

Solution: Assume T=k L aC bT = k\,L^{\,a}C^{\,b}T=kLaCb. Substituting dimensions:

[T]=[ML2T−2A−2]a[M−1L−2T4A2]b[T] = [ML^2T^{-2}A^{-2}]^{a}[M^{-1}L^{-2}T^4A^2]^{b}[T]=[ML2T−2A−2]a[M−1L−2T4A2]b

Equating powers of M, L, T, and A on both sides:

M: a−b=0L: 2a−2b=0T: −2a+4b=1A: −2a+2b=0M:\ a-b=0 \qquad L:\ 2a-2b=0 \qquad T:\ -2a+4b=1 \qquad A:\ -2a+2b=0M: a−b=0L: 2a−2b=0T: −2a+4b=1A: −2a+2b=0

The M, L, and A equations all reduce to a=ba=ba=b. Substituting into the T-equation: −2a+4a=1⇒a=12-2a+4a=1 \Rightarrow a=\tfrac12−2a+4a=1⇒a=21​, so b=12b=\tfrac12b=21​ as well. Therefore:

T=kLCT = k\sqrt{LC}T=kLC​

This matches the well-known result for an LC circuit, T=2πLCT = 2\pi\sqrt{LC}T=2πLC​, with the dimensionless constant k=2πk = 2\pik=2π supplied by the full circuit analysis.

Worked Example: Speed of a Water Wave

Problem: The speed vvv of a gravity wave on deep water is believed to depend on its wavelength λ\lambdaλ and the acceleration due to gravity ggg (density does not appear, since gravity waves at a free surface are not a function of the fluid's density). Derive the form of vvv.

Solution: Assume v=k λagbv = k\,\lambda^{a} g^{b}v=kλagb. Substituting dimensions [v]=[LT−1][v]=[LT^{-1}][v]=[LT−1], [λ]=[L][\lambda]=[L][λ]=[L], [g]=[LT−2][g]=[LT^{-2}][g]=[LT−2]:

[LT−1]=[L]a[LT−2]b=L(a+b)T−2b[LT^{-1}] = [L]^{a}[LT^{-2}]^{b} = L^{(a+b)}T^{-2b}[LT−1]=[L]a[LT−2]b=L(a+b)T−2b

Equating powers of T: −2b=−1⇒b=12-2b=-1 \Rightarrow b=\tfrac12−2b=−1⇒b=21​. Equating powers of L: a+b=1⇒a=12a+b=1 \Rightarrow a=\tfrac12a+b=1⇒a=21​. So:

v=kλgv = k\sqrt{\lambda g}v=kλg​

Once again, dimensional analysis pins down the functional form — wave speed grows with the square root of wavelength — while leaving the exact dimensionless constant kkk (found from full wave theory to be 1/2π1/\sqrt{2\pi}1/2π​ for deep-water waves) outside its reach.

You want to derive the formula for centripetal force (F). You assume it depends on mass (m), velocity (v), and radius (r). What is the correct initial setup for the dimensional equation?

For the simple pendulum, the method gives a=0a = 0a=0 as the exponent of mass. What does this result mean?

03

Limitations of Dimensional Analysis

What Dimensional Analysis Cannot Tell You

Dimensional analysis is a powerful tool, but it has definite limits. To apply it correctly, we must understand what it cannot do. The main limitations are these:

1. It Cannot Find Dimensionless Constants

The biggest limitation is that the method has no way of finding numerical constants like 2π2\pi2π, 1/21/21/2, or any other 'pure number' in an equation. It can tell us that KE∝mv2KE \propto mv^2KE∝mv2, but it cannot tell us the correct formula is KE=12mv2KE = \frac{1}{2}mv^2KE=21​mv2. These constants must be found by experiment or a full mathematical derivation.

2. It Cannot Handle Sums or Complex Functions

Dimensional analysis only works for relationships that can be expressed as a product of powers (like F=kmavbrcF = k m^a v^b r^cF=kmavbrc). It cannot derive equations that involve sums or differences (like s=ut+12at2s = ut + \frac{1}{2}at^2s=ut+21​at2) or equations that use trigonometric, exponential, or logarithmic functions.

3. It Cannot Distinguish Between Similar Dimensions

Some very different physical quantities happen to have the same dimensions. For example, Work and Torque both have the dimensions [ML2T−2][ML^2T^{-2}][ML2T−2]. Dimensional analysis cannot tell them apart; it only sees their fundamental recipe.

You use dimensional analysis to derive the formula for kinetic energy and arrive at KE=k⋅mv2KE = k \cdot mv^2KE=k⋅mv2, which is dimensionally consistent. How would you find the value of the dimensionless constant 'k'?

04

Unit Conversion Using Dimensions

Same Quantity, Different Numbers

A third powerful use of dimensional analysis is to convert a quantity from one system of units to another (e.g., from SI to CGS). The core principle is simple: the physical quantity itself does not change. A certain amount of force is the same amount of force whether you measure it in Newtons or Dynes. Only the numerical value and the unit change.

Q=n1u1=n2u2Q = n_1 u_1 = n_2 u_2Q=n1​u1​=n2​u2​

Our goal is to find the new numerical value, n2n_2n2​, given the old value n1n_1n1​.

How to Convert Units

We convert 1 Newton (the SI unit of force) into dynes (the CGS unit of force).

Step 1: Find the Dimensional Formula

First, we need the 'recipe' for the quantity. For Force, the dimensional formula is [M1L1T−2][M^1 L^1 T^{-2}][M1L1T−2].

Step 2: Set Up the Conversion Equation

We start with the core principle: n1u1=n2u2n_1 u_1 = n_2 u_2n1​u1​=n2​u2​. We want to find n2n_2n2​.
n2=n1u1u2n_2 = n_1 \frac{u_1}{u_2}n2​=n1​u2​u1​​

Step 3: Substitute Dimensions for Units

Replace the units u1u_1u1​ and u2u_2u2​ with their base units from each system, raised to the powers from the dimensional formula.
n2=n1(M1M2)1(L1L2)1(T1T2)−2n_2 = n_1 \left( \frac{M_1}{M_2} \right)^1 \left( \frac{L_1}{L_2} \right)^1 \left( \frac{T_1}{T_2} \right)^{-2}n2​=n1​(M2​M1​​)1(L2​L1​​)1(T2​T1​​)−2

Step 4: Plug in Conversion Factors and Solve

Now, substitute the known ratios of the base units.
n2=1×(1 kg1 g)×(1 m1 cm)×(1 s1 s)−2n_2 = 1 \times \left( \frac{1 \text{ kg}}{1 \text{ g}} \right) \times \left( \frac{1 \text{ m}}{1 \text{ cm}} \right) \times \left( \frac{1 \text{ s}}{1 \text{ s}} \right)^{-2}n2​=1×(1 g1 kg​)×(1 cm1 m​)×(1 s1 s​)−2
n2=1×(1000)×(100)×(1)−2=100,000=105n_2 = 1 \times (1000) \times (100) \times (1)^{-2} = 100,000 = 10^5n2​=1×(1000)×(100)×(1)−2=100,000=105

Result: 1 Newton = 10510^5105 dynes.

The dimensional formula for Energy is [ML²T⁻²]. You are converting from SI (Joules) to CGS (ergs). Which term in the conversion formula will contribute the most to the final numerical value?

PreviousDimensional FormulaNextExperimental Skills
doPhysics
TheoryPricingAboutPrivacy PolicyTerms and Conditions

© 2026 doPhysics. All rights reserved.

Engineered by Ankit Shukla