Powers and Roots
- Apply all five index laws correctly to numerical and algebraic expressions
- Evaluate expressions with zero and negative indices, including $a^0=1$ and $a^{-n}=\tfrac{1}{a^n}$
- Work with fractional indices — evaluate $a^{m/n} = \bigl(\sqrt[n]{a}\bigr)^m$
- Simplify algebraic index expressions involving multiple index laws in one problem
- Solve equations involving indices by converting to the same base and equating indices
🔑 Core Concepts
Powers and Indices — The Basics
The two most important cases are squares (index 2) and cubes (index 3):
$5^2 = 5 \times 5 = 25$ — "5 squared" $4^3 = 4 \times 4 \times 4 = 64$ — "4 cubed"
Key cubes: $1^3=1,\ 2^3=8,\ 3^3=27,\ 4^3=64,\ 5^3=125$.
Square Roots and Cube Roots
The Five Index Laws
These five laws govern all arithmetic with indices. They must be memorised and applied with precision — Grade 9 questions chain multiple laws in a single problem.
Law 1 — Multiplying Powers (Same Base)
Why it works: $a^m \times a^n = \underbrace{(a \times \cdots \times a)}_{m} \times \underbrace{(a \times \cdots \times a)}_{n} = \underbrace{a \times \cdots \times a}_{m+n} = a^{m+n}$
Example: $x^4 \times x^3 = x^{4+3} = x^7$
Law 2 — Dividing Powers (Same Base)
Example: $y^9 \div y^4 = y^{9-4} = y^5$ Also: $\dfrac{x^3}{x^7} = x^{3-7} = x^{-4} = \dfrac{1}{x^4}$
Law 3 — Power of a Power
Why it works: $(a^m)^n = \underbrace{a^m \times a^m \times \cdots \times a^m}_{n} = a^{m+m+\cdots+m} = a^{mn}$
Example: $(x^3)^5 = x^{15}$ Careful with coefficients: $(2x^3)^4 = 2^4 \times (x^3)^4 = 16x^{12}$
Law 4 — Zero Index
Proof using Law 2: $a^n \div a^n = a^{n-n} = a^0$. But also $a^n \div a^n = 1$ (any non-zero value divided by itself). Therefore $a^0 = 1$.
This holds for any non-zero base: $\pi^0 = 1$, $(-7)^0 = 1$, $(2x+3)^0 = 1$.
Law 5 — Negative Index
Proof using Law 2: $a^0 \div a^n = a^{0-n} = a^{-n}$. But $a^0 \div a^n = \dfrac{1}{a^n}$. Therefore $a^{-n} = \dfrac{1}{a^n}$.
Examples: $2^{-3} = \dfrac{1}{8}$ $x^{-4} = \dfrac{1}{x^4}$ $\dfrac{1}{5^{-2}} = 5^2 = 25$ $\left(\dfrac{2}{3}\right)^{-1} = \dfrac{3}{2}$
Fractional Indices
Step-by-step evaluation of $a^{m/n}$:
- Take the $n$th root of the base: $\sqrt[n]{a}$
- Raise the result to the power $m$: $\bigl(\sqrt[n]{a}\bigr)^m$
Example: Evaluate $32^{3/5}$
$\sqrt[5]{32} = 2$ (since $2^5 = 32$), then $2^3 = 8$. So $32^{3/5} = 8$.
Combining negative and fractional: For $a^{-m/n}$, take the reciprocal first (or at any stage): $a^{-m/n} = \dfrac{1}{a^{m/n}}$
- Root first: $27^{2/3} = (\sqrt[3]{27})^2 = 3^2 = 9$ ✓ (small numbers)
- Power first: $27^{2/3} = \sqrt[3]{27^2} = \sqrt[3]{729} = 9$ ✓ (harder arithmetic)
Simplifying Algebraic Index Expressions
When an expression contains a number coefficient and one or more variable bases, simplify in three steps: (1) simplify the number parts; (2) apply index laws to each variable base separately; (3) write the final answer with positive indices unless instructed otherwise.
Numbers: $4 \times 3 = 12$
$x$ terms: $x^3 \times x^{-1} = x^{3+(-1)} = x^2$
$y$ terms: $y^2 \times y^4 = y^{6}$
Answer: $12x^2y^6$
🗺 Visual Notes
- $a^m \times a^n = a^{m+n}$ — add
- $a^m \div a^n = a^{m-n}$ — subtract
- $(a^m)^n = a^{mn}$ — multiply
- All require the same base
- $a^0 = 1$ (any non-zero $a$)
- $a^{-n} = \dfrac{1}{a^n}$ — reciprocal
- $a^{1/2} = \sqrt{a}$ — square root
- $a^{1/n} = \sqrt[n]{a}$ — $n$th root
- $a^{m/n} = \bigl(\sqrt[n]{a}\bigr)^m$
- Denominator $\rightarrow$ root
- Numerator $\rightarrow$ power
- Take root first — stay small!
- Separate numbers from variables
- Apply index law to each variable
- Convert negative indices at end
- Power outside bracket: apply to ALL
- Express both sides as same base
- Equate the exponents
- Solve the resulting equation
- Check: substitute answer back
All Six Index Rules — Summary Table
| Rule | Formula | Numerical Example | Algebraic Example |
|---|---|---|---|
| Multiply (same base) | $a^m \times a^n = a^{m+n}$ | $2^3 \times 2^5 = 2^8 = 256$ | $x^4 \times x^3 = x^7$ |
| Divide (same base) | $a^m \div a^n = a^{m-n}$ | $5^7 \div 5^3 = 5^4 = 625$ | $y^9 \div y^4 = y^5$ |
| Power of a power | $(a^m)^n = a^{mn}$ | $(3^2)^4 = 3^8 = 6561$ | $(x^3)^5 = x^{15}$ |
| Zero index | $a^0 = 1$ | $17^0 = 1$ | $(2x+1)^0 = 1$ |
| Negative index | $a^{-n} = \dfrac{1}{a^n}$ | $2^{-5} = \dfrac{1}{32}$ | $x^{-3} = \dfrac{1}{x^3}$ |
| Fractional index | $a^{m/n} = \bigl(\!\sqrt[n]{a}\bigr)^m$ | $8^{2/3} = (\sqrt[3]{8})^2 = 4$ | $x^{3/2} = (\sqrt{x})^3$ |
Decision Process — Evaluating $a^{m/n}$
If yes → take reciprocal: $\dfrac{1}{a^{m/n}}$
Comparison Table — Base 4, Various Indices
| Expression | Rewrite as | Step | Answer |
|---|---|---|---|
| $4^2$ | $4 \times 4$ | Multiply | $16$ |
| $4^0$ | $1$ | Zero index law | $1$ |
| $4^{-2}$ | $\dfrac{1}{4^2}$ | Negative index | $\dfrac{1}{16}$ |
| $4^{1/2}$ | $\sqrt{4}$ | Square root | $2$ |
| $4^{3/2}$ | $(\sqrt{4})^3 = 2^3$ | Root then power | $8$ |
| $4^{-1/2}$ | $\dfrac{1}{\sqrt{4}} = \dfrac{1}{2}$ | Reciprocal of root | $\dfrac{1}{2}$ |
| $4^{-3/2}$ | $\dfrac{1}{(\sqrt{4})^3} = \dfrac{1}{8}$ | Reciprocal of root-then-power | $\dfrac{1}{8}$ |
✏️ Worked Examples
Substitute $x = 2$ into (1): $3(2) + 2y = 10 \Rightarrow 6 + 2y = 10 \Rightarrow y = 2$.
Check (2): $27^2 \div 9^2 = 729 \div 81 = 9 = 3^2$ ✓
❓ Exam Questions
Write down the value of $4^0 + 4^{-1}$.
$4^0 = 1$ and $4^{-1} = \dfrac{1}{4}$ [implied by correct answer]
$1 + \dfrac{1}{4} = \dfrac{5}{4}$ [B1]
Answer: $\dfrac{5}{4}$
Evaluate $27^{\frac{2}{3}}$.
$\sqrt[3]{27} = 3$ [M1]
$3^2 = 9$ [A1]
Answer: $9$
Simplify $\dfrac{6a^5b^{-2}}{2a^3b^4}$. Give your answer with positive indices only.
Number part: $\dfrac{6}{2} = 3$ [M1]
$a$ part: $a^{5-3} = a^2$ [M1]
$b$ part: $b^{-2-4} = b^{-6}$, written as $\dfrac{1}{b^6}$ [A1]
Answer: $\dfrac{3a^2}{b^6}$
Solve $4^{x-1} = 8^x$.
Write as powers of 2: $4 = 2^2$, $8 = 2^3$ [M1]
$(2^2)^{x-1} = (2^3)^x \Rightarrow 2^{2(x-1)} = 2^{3x}$ [M1]
Equate indices: $2x - 2 = 3x$ [M1]
$x = -2$ [A1]
Answer: $x = -2$
(a) Simplify $(3x^2y)^3$. [2 marks]
(b) Simplify $\dfrac{x^5 \cdot x^{-3/2}}{x^{7/2}}$. [2 marks]
$(3x^2y)^3 = 3^3 \cdot (x^2)^3 \cdot y^3$ [M1]
$= 27x^6y^3$ [A1]
Part (b):
Numerator: $x^5 \cdot x^{-3/2} = x^{5-3/2} = x^{7/2}$ [M1]
$\dfrac{x^{7/2}}{x^{7/2}} = x^{7/2 - 7/2} = x^0 = 1$ [A1]
Answers: (a) $27x^6y^3$ (b) $1$
(a) Simplify $\dfrac{(2x^2)^3}{4x^3 \cdot x^{-3}}$. [3 marks]
(b) Hence solve $\dfrac{(2x^2)^3}{4x^3 \cdot x^{-3}} = 128$. [3 marks]
Numerator: $(2x^2)^3 = 8x^6$ [M1]
Denominator: $4x^3 \cdot x^{-3} = 4x^{3+(-3)} = 4x^0 = 4$ [M1]
$\dfrac{8x^6}{4} = 2x^6$ [A1]
Part (b):
Set $2x^6 = 128$ [M1]
$x^6 = 64$ [M1]
$x = \pm\,64^{1/6} = \pm\,2$ (since $2^6 = 64$; both roots required) [A1]
Answers: (a) $2x^6$ (b) $x = \pm 2$
⭐ Grade 9 Model Answers
Full annotated solution to Q6 — the highest-demand question. Each annotation identifies exactly which examiner mark is earned and why.
📋 Revision Sheet
| Term | Meaning |
|---|---|
| Index / Power / Exponent | Tells you how many times the base is multiplied by itself |
| Base | The number being raised to a power |
| Square number | The result of $n^2$ for integer $n$: 1, 4, 9, 16, 25 … |
| Cube number | The result of $n^3$ for integer $n$: 1, 8, 27, 64, 125 … |
| Square root $\sqrt{a}$ | Positive number that squares to give $a$ |
| Cube root $\sqrt[3]{a}$ | Number that cubes to give $a$ |
| Fractional index $a^{m/n}$ | Root ($n$th) then power ($m$); denominator = root |
| Negative index $a^{-n}$ | Reciprocal of $a^n$: equals $\frac{1}{a^n}$ |
$a^m \times a^n = a^{m+n}$
$a^m \div a^n = a^{m-n}$
$(a^m)^n = a^{mn}$
$a^0 = 1 \quad (a \neq 0)$
$a^{-n} = \dfrac{1}{a^n}$
$a^{1/n} = \sqrt[n]{a}$
$a^{m/n} = \bigl(\sqrt[n]{a}\bigr)^m$
$\left(\dfrac{a}{b}\right)^{-n} = \left(\dfrac{b}{a}\right)^{n}$
- Multiply → ADD the indices (same base only)
- Divide → SUBTRACT the indices (same base only)
- Power of a power → MULTIPLY the indices
- Anything to the 0 = 1 (except $0^0$)
- Negative index = FLIP (take reciprocal)
- Fraction index: BOTTOM = root, TOP = power
- Root FIRST — keeps numbers manageable
- Even power = TWO solutions ($\pm$)
- Always verify bases are identical before using Laws 1 or 2
- Power outside brackets applies to the coefficient too: $(2x)^3 = 8x^3$
- To solve index equations, rewrite all terms as powers of the same base
- "Hence" means use the previous answer — don't start over
- Write answers with positive indices unless the question says otherwise
- For $x^n = k$ with $n$ even: always write $x = \pm k^{1/n}$
- $\sqrt{a} = a^{1/2}$ links the radical and index notation
- Check your answer: substitute back into the original expression
🔄 Flashcards
Click a card to flip it and reveal the answer. Work through all 15 cards until you can answer each without hesitation.
✗ Common Mistakes
Correct: $3^4 = 3 \times 3 \times 3 \times 3 = 81$
Why marks are lost: This shows a fundamental misunderstanding of index notation and will lose all marks on any powers question.
How to avoid: The index is a count of how many copies of the base are multiplied together, never the multiplier itself.
Correct: $2^3 \times 3^4 = 8 \times 81 = 648$ (no simplification by index laws)
Why marks are lost: Laws 1 and 2 only work when the bases are identical. $2^3 \times 3^4$ cannot be simplified because the bases (2 and 3) differ.
How to avoid: Before applying any law, confirm all bases match.
Correct: $(x^3)^4 = x^{3 \times 4} = x^{12}$
Why marks are lost: Law 3 requires multiplication of indices, not addition. Confusing this with Law 1 (which does add) is a very common error.
How to avoid: A power outside a bracket means multiply; powers on the same level being multiplied together means add.
Correct: $9^0 = 1$
Why marks are lost: One mark is dedicated to the zero-index rule on many papers. Confusing zero power with zero result is a direct mark loss.
How to avoid: Prove it to yourself: $a^n \div a^n = 1$ (anything divided by itself). By Law 2, $a^n \div a^n = a^{n-n} = a^0$. Therefore $a^0 = 1$.
Correct: $8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4$
Why marks are lost: A fractional index is about roots and powers, not arithmetic division. This mistake almost always produces a non-integer answer that should be a warning sign.
How to avoid: Remember: denominator = root, numerator = power. Take the $n$th root first, then raise to the power $m$.
Correct: $x^4 = 81 \Rightarrow x = \pm 3$ (since $3^4 = 81$ and $(-3)^4 = 81$)
Why marks are lost: The A mark in these questions is almost always specifically for giving both the positive and negative root.
How to avoid: Whenever the index is an even integer and the right-hand side is positive, there are always two solutions. Always write $\pm$.
✅ Final Checklist
Click each item once you are confident with it. Your progress is saved automatically.
- I can state what index notation means: $a^n$ = base $a$ multiplied by itself $n$ times
- I know square numbers to $15^2 = 225$ and cube numbers to $5^3 = 125$
- I can apply Law 1: $a^m \times a^n = a^{m+n}$ (same base, add indices)
- I can apply Law 2: $a^m \div a^n = a^{m-n}$ (same base, subtract indices)
- I can apply Law 3: $(a^m)^n = a^{mn}$ (power of a power, multiply indices)
- I know $a^0 = 1$ and can prove it using Law 2
- I can evaluate and simplify negative indices: $a^{-n} = \frac{1}{a^n}$
- I can evaluate $a^{1/n}$ as an $n$th root (e.g. $64^{1/3} = 4$)
- I can evaluate $a^{m/n}$ by taking the root first, then raising to power $m$
- I can evaluate negative fractional indices such as $a^{-m/n} = \frac{1}{(\sqrt[n]{a})^m}$
- I can simplify algebraic expressions combining multiple index laws in one problem
- I can solve equations of the form $a^{f(x)} = a^{g(x)}$ by equating indices
- I can set up simultaneous equations from two index equations with different bases
- I always give both $\pm$ solutions when solving $x^n = k$ with even $n$
- I have completed at least three past-paper questions on this topic under timed conditions