Welcome to Dimensional Analysis!

Hi there! Welcome to the world of Dimensional Analysis. This is a brilliant part of the Mechanics Minor section because it acts like a "secret weapon" for checking your work. Have you ever finished a long physics or mechanics calculation and wondered if your final formula was even possible? Dimensional Analysis allows you to check if a formula "makes sense" before you even plug in any numbers. It's essentially checking the "DNA" of a mathematical relationship!

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

In Mechanics, almost every physical quantity can be broken down into three fundamental building blocks. We use square brackets [ ] to represent the "dimensions" of a quantity.

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

Deriving Other Dimensions

Don't worry if this seems tricky at first! You can find the dimensions of almost anything just by looking at its formula or units:

• Velocity: Distance / Time. Distance is a Length [L] and time is [T]. So, Velocity = \(LT^{-1}\).
• Acceleration: Change in velocity / Time. That is \(LT^{-1} / T\). So, Acceleration = \(LT^{-2}\).
• Force: From \(F = ma\). Mass [M] times Acceleration [LT^{-2}]. So, Force = \(MLT^{-2}\).

Important Syllabus Quantities

The MEI syllabus specifically highlights these ones for you to know:
• Density: Mass / Volume. Volume is \(Length \times Length \times Length\), which is \(L^3\). So, Density = \(ML^{-3}\).
• Pressure: Force / Area. Force is \(MLT^{-2}\) and Area is \(L^2\). Dividing them gives \(ML^{-1}T^{-2}\).
• Frequency: 1 / Time period. So, Frequency = \(T^{-1}\).

Did you know? Angles are actually dimensionless! This is because an angle (in radians) is defined as Arc Length divided by Radius. Since that is \(Length / Length\), the dimensions cancel out. We represent dimensionless quantities with the number 1 or simply say they have no dimensions.

Key Takeaway: Every mechanics formula is made of Mass (M), Length (L), and Time (T). If you know the basic formula for a quantity, you can "build" its dimensions.

2. Dimensional Consistency: The Golden Rule

Imagine you are baking. You can add 200g of flour to 100g of sugar, but you can't add 200g of flour to 5 miles of road. It just doesn't make sense!

The same applies to Mathematics. In any equation like \(A = B + C\), the dimensions of A, B, and C must be identical. This is called Dimensional Consistency.

Example: Checking \(v^2 = u^2 + 2as\)

1. Left side (\(v^2\)): \((LT^{-1})^2 = L^2T^{-2}\)
2. Right side term 1 (\(u^2\)): \((LT^{-1})^2 = L^2T^{-2}\)
3. Right side term 2 (\(2as\)): The number 2 is dimensionless. Acceleration is \(LT^{-2}\), displacement \(s\) is \(L\). Multiplying gives \(L^2T^{-2}\).

Since every term has dimensions \(L^2T^{-2}\), the equation is dimensionally consistent.

Quick Review: Numbers (like \(2\), \(\pi\), or \(1/2\)) and trig functions (like \(\sin\theta\)) have no dimensions. Ignore them when checking for consistency!

3. Changing Units

The syllabus requires you to be able to convert units using dimensions. A classic exam task is changing density from \(kg\,m^{-3}\) to \(g\,cm^{-3}\).

Step-by-Step: \(kg\,m^{-3}\) to \(g\,cm^{-3}\)

Let's say we have a density of \(1000\,kg\,m^{-3}\).
1. Convert the Mass: \(1\,kg = 10^3\,g\).
2. Convert the Length: \(1\,m = 10^2\,cm\).
3. Apply the power: Since the dimension is \(ML^{-3}\), the conversion factor is \((10^3) \times (10^2)^{-3}\).
4. Calculate: \(10^3 \times 10^{-6} = 10^{-3}\).
5. Final Answer: \(1000\,kg\,m^{-3} = 1000 \times 10^{-3} = 1\,g\,cm^{-3}\).

Common Mistake: Forgetting to apply the power to the conversion factor. If you are converting \(m^2\) to \(cm^2\), you must square the 100!

4. Formulating Models (Finding Unknown Indices)

This is the most common exam question. You are given a dependent variable and told it depends on other factors. You need to find the powers (indices) for each factor.

Example: The Period of a Pendulum

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

1. Write out the dimensions for each side:
\(T = (L)^a \cdot (M)^b \cdot (LT^{-2})^c\)

2. Group the dimensions on the right:
\(T = M^b \cdot L^{a+c} \cdot T^{-2c}\)

3. Match the powers 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: The power on the left is 1. On the right, it's \(-2c\). So, \(1 = -2c\), which means \(c = -1/2\).
• For L: There is no L on the left, so \(a + c = 0\). If \(c = -1/2\), then \(a = 1/2\).

4. Result: \(t = k \cdot l^{1/2} \cdot g^{-1/2}\), or \(t = k\sqrt{\frac{l}{g}}\).

Key Takeaway: By comparing the powers of M, L, and T on both sides of an equation, you can discover the exact relationship between physical variables.

5. Using Models and Percentage Changes

Once you have a model, you might be asked how a change in one variable affects another. For example, using our pendulum formula \(t = k\sqrt{\frac{l}{g}}\):

"If the length \(l\) increases by 10%, what is the percentage change in the time period \(t\)?"

1. The new length is \(1.1l\).
2. The new time is \(t_{new} = k\sqrt{\frac{1.1l}{g}}\).
3. This can be written as \(t_{new} = \sqrt{1.1} \times (k\sqrt{\frac{l}{g}})\).
4. Since \(\sqrt{1.1} \approx 1.0488\), the time period increases by about 4.9%.

Encouragement: You don't need to know the constant \(k\) to calculate percentage changes! It cancels out during the comparison.

Summary: Dimensional Analysis Checklist

• Fundamental Dimensions: Always start with M, L, and T.
• Check Consistency: Every term in a sum must have the same dimensions.
• Dimensionless: Angles, ratios, and pure numbers have no dimensions.
• Indices: Use the method of comparing powers to find unknown formulas.
• Units: Use dimensions as a guide when converting between different unit systems.

Great job! You now have the tools to analyze any mechanics formula like a pro. Keep practicing those index-matching problems—they are the key to high marks in this chapter!