Welcome to Dimensional Analysis!

Ever looked at a physics formula and wondered if it’s actually correct? Dimensional Analysis is your math superpower for checking equations. It’s a way of looking at the "ingredients" of a physical quantity (like mass, length, and time) to make sure everything balances out. Think of it like checking a recipe: you can't add three eggs to five miles and expect a cake! In this chapter, we’ll learn how to break down any formula into its core components.

1. The Building Blocks: M, L, and T

In Mechanics, almost every quantity can be described using three fundamental dimensions. We use square brackets \([ \ ]\) to mean "the dimensions of":

  • Mass [M]: Measured in kilograms (\(kg\)).
  • Length [L]: Measured in meters (\(m\)).
  • Time [T]: Measured in seconds (\(s\)).

How to Build Other Dimensions

Most other quantities are just combinations of these three. To find them, just look at their formulas or units:

  • Velocity: Distance divided by time. Dimensions: \(L \div T = [LT^{-1}]\).
  • Acceleration: Change in velocity over time. Dimensions: \(LT^{-1} \div T = [LT^{-2}]\).
  • Force: Using \(F = ma\). Dimensions: \(M \times LT^{-2} = [MLT^{-2}]\).
  • Density: Mass divided by volume. Dimensions: \(M \div L^3 = [ML^{-3}]\).
  • Pressure: Force divided by area. Dimensions: \(MLT^{-2} \div L^2 = [ML^{-1}T^{-2}]\).
  • Frequency: Cycles per second (\(1/s\)). Dimensions: \([T^{-1}]\).
Quick Review: The Brackets

When you see \([v]\), it means "What are the dimensions of velocity?" The answer is \([LT^{-1}]\). Don't confuse dimensions with units! Dimensions are the type of thing (Length/Time), while units are how we measure it (meters/seconds).

2. Dimensionless Quantities

Some things don't have dimensions at all. We call these dimensionless. They are just pure numbers.

  • Pure Numbers: \(2, \pi, \frac{1}{2}\).
  • Angles: Even though we measure them in degrees or radians, an angle is a ratio of arc length to radius (\(L \div L\)), so the dimensions cancel out.
  • Ratios: Like the coefficient of friction (\(\mu\)), which is Force divided by Force.

Memory Tip: If the dimensions cancel out perfectly, the quantity is dimensionless. In exams, you can represent this as [1].

3. Dimensional Consistency: The Golden Rule

This is the most important rule in the chapter: You can only add or subtract quantities if they have the same dimensions.

Imagine the equation \(s = ut + \frac{1}{2}at^2\). For this to be "dimensionally consistent," every term must have the dimension of Length \([L]\):

  • Left side: \(s\) is distance, so \([L]\).
  • Term 1: \(ut\) is \(LT^{-1} \times T = [L]\).
  • Term 2: \(\frac{1}{2}at^2\) is \(1 \times LT^{-2} \times T^2 = [L]\).

Since every part is \([L]\), the equation is dimensionally consistent. If they weren't the same, the equation would be impossible!

Common Mistake to Avoid

Just because an equation is dimensionally consistent doesn't mean it's 100% correct. For example, \(s = 10ut + 5at^2\) is dimensionally consistent, but we know the numbers are wrong! Dimensional analysis checks the types of variables, not the numerical constants.

4. Changing Units

The syllabus requires you to be able to change units using dimensions. Let's look at Density as an example.

Example: Convert a density of \(1 \ kg \ m^{-3}\) into \(g \ cm^{-3}\).
1. We know \(1 \ kg = 1000 \ g\).
2. We know \(1 \ m = 100 \ cm\), so \(1 \ m^3 = (100 \ cm)^3 = 1,000,000 \ cm^3\).
3. Therefore: \(1 \ kg/m^3 = \frac{1000 \ g}{1,000,000 \ cm^3} = 0.001 \ g \ cm^{-3}\).

5. Predicting Formulas (The Indices Method)

If we know which variables affect a physical system, we can use dimensional analysis to "guess" the formula. This usually involves finding unknown powers (indices).

Step-by-Step: The Period of a Pendulum

Suppose the time period \(t\) of a pendulum depends on its length \(l\), the mass of the bob \(m\), and gravity \(g\). We can write: \(t = k \ l^a \ m^b \ g^c\), where \(k\) is a dimensionless constant.

Step 1: Write the dimensions of everything.
\([t] = T\)
\([l] = L\)
\([m] = M\)
\([g] = LT^{-2}\)

Step 2: Set up the dimensional equation.
\(T = L^a \times M^b \times (LT^{-2})^c\)
Simplify: \(T = M^b \times L^{a+c} \times T^{-2c}\)

Step 3: Compare the powers (indices) for M, L, and T.
For M: There is no \(M\) on the left, so \(b = 0\). (The mass doesn't affect the time!)
For T: On the left the power is \(1\). On the right it's \(-2c\). So, \(1 = -2c \Rightarrow c = -\frac{1}{2}\).
For L: No \(L\) on the left, so \(a + c = 0\). Since \(c = -\frac{1}{2}\), then \(a = \frac{1}{2}\).

Step 4: Write the final model.
\(t = k \ l^{1/2} \ m^0 \ g^{-1/2} = k\sqrt{\frac{l}{g}}\)

Did you know?

This is exactly how scientists often start exploring new areas of physics! By looking at the dimensions, they can figure out the relationship between variables before they even start their experiments.

6. Summary and Key Takeaways

Key Terms:
- Dimension: The physical nature of a quantity (\(M, L, T\)).
- Consistent: When all terms in an equation have the same dimensions.
- Dimensionless: A quantity with no units/dimensions (like a ratio or angle).

Don't forget:
- Always use square brackets \([ \ ]\) when writing dimensions in your working.
- Constants like \(2\) or \(\pi\) are invisible to dimensional analysis.
- If you're stuck, start by writing out the units of the quantity – it usually points you directly to the dimensions!

Quick Review Box:
- [Velocity] = \(LT^{-1}\)
- [Acceleration] = \(LT^{-2}\)
- [Force] = \(MLT^{-2}\)
- [Energy/Work] = \(ML^2T^{-2}\)
- [Power] = \(ML^2T^{-3}\)