Introduction: The Power of Shorthand

Welcome to the chapter on Indices! If you have ever felt tired of writing out long strings of the same number being multiplied (like \(2 \times 2 \times 2 \times 2 \times 2\)), then you are going to love indices. In Mathematics A - H240, indices are your best friend for simplifying complex expressions and solving equations quickly.

Think of an index (also called a power or exponent) as mathematical shorthand. It tells you how many times a "base" number is multiplied by itself. This chapter is a cornerstone of the Pure Mathematics: Algebra and Functions section, meaning these rules will pop up everywhere—from calculus to coordinate geometry. Let’s dive in!

1. The Anatomy of an Expression

Before we learn the rules, let’s make sure we know what we are looking at. In the term \(x^a\):

1. \(x\) is the Base (the number being multiplied).
2. \(a\) is the Index, Power, or Exponent (how many times the base appears).

Example: In \(5^3\), the base is 5 and the index is 3. It means \(5 \times 5 \times 5 = 125\).

2. The Core Laws of Indices

When working with indices, we follow a specific set of "laws" that allow us to combine terms. Don't worry if these seem like a lot to memorize—they follow a very logical pattern!

Law 1: Multiplication (Adding the Powers)

When you multiply terms with the same base, you add the indices:
\(x^a \times x^b = x^{a+b}\)

Analogy: Imagine you have 3 boxes of apples and someone gives you 2 more boxes. You now have \(3 + 2 = 5\) boxes. As long as the "items" (the base) are the same, you just total them up!

Example: \(y^4 \times y^3 = y^{4+3} = y^7\).

Law 2: Division (Subtracting the Powers)

When you divide terms with the same base, you subtract the indices:
\(x^a \div x^b = x^{a-b}\)

Example: \(p^8 \div p^2 = p^{8-2} = p^6\).

Law 3: Power of a Power (Multiplying the Powers)

When a term with an index is raised to another power, you multiply the indices:
\((x^a)^b = x^{ab}\)

Example: \((3^2)^4 = 3^{2 \times 4} = 3^8\).

Quick Review Box:
- Multiply bases \(\rightarrow\) Add powers
- Divide bases \(\rightarrow\) Subtract powers
- Power of a power \(\rightarrow\) Multiply powers

Key Takeaway: These laws only work if the bases are identical. You cannot use Law 1 to combine \(2^3 \times 5^4\) because the bases (2 and 5) are different!

3. Zero and Negative Indices

Sometimes you will encounter powers that aren't positive whole numbers. These often trip students up, but the rules are very consistent.

The Zero Index

Any non-zero base raised to the power of zero is always 1:
\(x^0 = 1\)

Did you know? This isn't just a random rule. If you take \(x^3 \div x^3\), using Law 2 gives you \(x^{3-3} = x^0\). But we know that any number divided by itself is 1. Therefore, \(x^0\) must be 1!

Negative Indices

A negative index represents a reciprocal (flipping the number into a fraction):
\(x^{-a} = \frac{1}{x^a}\)

Memory Aid: Think of the negative sign as an instruction to "move to the other side of the fraction line." If it's negative on top, move it to the bottom to make it positive.

Example: \(5^{-2} = \frac{1}{5^2} = \frac{1}{25}\).

Common Mistake to Avoid: A negative index does not make the number itself negative! \(3^{-2}\) is \(+\frac{1}{9}\), not \(-9\).

Key Takeaway: Zero power equals 1. Negative power means "one over" the positive power.

4. Fractional (Rational) Indices

This is often where students find things tricky. A fractional index is just another way of writing a root.

Unit Fractions (Roots)

When the index is \(1/n\), it represents the \(n\)-th root:
\(x^{1/n} = \sqrt[n]{x}\)

Example: \(9^{1/2} = \sqrt{9} = 3\).
Example: \(8^{1/3} = \sqrt[3]{8} = 2\).

General Rational Exponents

When the fraction has a numerator other than 1, use this rule:
\(x^{m/n} = \sqrt[n]{x^m}\) or \((\sqrt[n]{x})^m\)

Memory Aid: "The Root is at the Bottom"
In a plant, the root is at the bottom. In a fractional index, the root (the \(n\)) is the bottom number of the fraction!

Step-by-Step Process for \(x^{m/n}\):

It is almost always easier to find the root first and then apply the power.
1. Look at the denominator: Find that root of the base.
2. Look at the numerator: Raise your answer to that power.

Example: Calculate \(16^{3/4}\).
Step 1: Find the 4th root of 16. \(\sqrt[4]{16} = 2\) (because \(2 \times 2 \times 2 \times 2 = 16\)).
Step 2: Raise that result to the power of 3. \(2^3 = 8\).
Final Answer: 8.

Key Takeaway: For fractional indices, the bottom number is the root and the top number is the power. Root first, then power!

5. Solving Complex Problems

In your OCR exam, you might see problems that combine several laws at once. Don't panic! Just break them down step-by-step.

Example: Simplify \(\frac{(2x^3)^4}{x^{-2}}\)

Step 1: Deal with the bracket first (Law 3).
Remember the power of 4 applies to everything inside the bracket, including the 2!
\((2x^3)^4 = 2^4 \times (x^3)^4 = 16x^{12}\)

Step 2: Deal with the division (Law 2).
Now we have \(\frac{16x^{12}}{x^{-2}}\). Subtract the powers: \(12 - (-2)\).
Remember: subtracting a negative is the same as adding!
\(12 + 2 = 14\)

Final Answer: \(16x^{14}\)

Summary: The Master List

Here are all the rules from the syllabus in one place. Keep this list handy while you practice!

- Multiplication: \(x^a \times x^b = x^{a+b}\)
- Division: \(x^a \div x^b = x^{a-b}\)
- Power of a Power: \((x^a)^b = x^{ab}\)
- Negative: \(x^{-a} = \frac{1}{x^a}\)
- Fractional: \(x^{m/n} = \sqrt[n]{x^m}\)
- Zero: \(x^0 = 1\)

Final Tip: When you see a number like 4, 8, 16, 25, or 27, try to write it as a power of a smaller prime number (e.g., \(8 = 2^3\)). This often makes index problems much easier to solve!