Why This Matters for Grade 11#
Grade 11 surds and exponential equations build directly on these laws:
- Surds: $\sqrt[3]{x} = x^{\frac{1}{3}}$ — you MUST know how to convert between root and power form
- Exponential equations: Solving $2^{x+1} = 8$ requires rewriting $8 = 2^3$ — that’s exponent thinking
- Functions: The exponential graph $y = ab^{x+p} + q$ uses exponent laws for transformations
- Finance: Compound interest $A = P(1+i)^n$ — the exponent $n$ controls growth
The 5 Core Laws#
| Law | Rule | Example |
|---|---|---|
| 1. Multiplication | $a^m \times a^n = a^{m+n}$ | $x^3 \times x^4 = x^7$ |
| 2. Division | $\frac{a^m}{a^n} = a^{m-n}$ | $\frac{x^5}{x^2} = x^3$ |
| 3. Power of a power | $(a^m)^n = a^{mn}$ | $(x^3)^2 = x^6$ |
| 4. Power of a product | $(ab)^n = a^n b^n$ | $(2x)^3 = 8x^3$ |
| 5. Power of a quotient | $\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$ | $\left(\frac{x}{3}\right)^2 = \frac{x^2}{9}$ |
Critical: Laws 1 and 2 only work when the bases are the same. $2^3 \times 3^2 \neq 6^5$.
Zero & Negative Exponents#
| Rule | Meaning | Example |
|---|---|---|
| $a^0 = 1$ | Anything to the power 0 is 1 | $5^0 = 1$, $(3x)^0 = 1$ |
| $a^{-n} = \frac{1}{a^n}$ | Negative exponent = reciprocal | $2^{-3} = \frac{1}{8}$ |
| $\frac{1}{a^{-n}} = a^n$ | Reciprocal of a negative = positive | $\frac{1}{x^{-2}} = x^2$ |
Key for Grade 11: $a^{-1} = \frac{1}{a}$ and $\left(\frac{a}{b}\right)^{-1} = \frac{b}{a}$. Flipping a fraction = raising to $-1$.
Fractional Exponents (The Bridge to Surds)#
This is where Grade 10 exponents connect to Grade 11 surds:
$$ a^{\frac{1}{n}} = \sqrt[n]{a} $$$$ a^{\frac{m}{n}} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m $$Examples#
$8^{\frac{1}{3}} = \sqrt[3]{8} = 2$
$x^{\frac{2}{3}} = \sqrt[3]{x^2}$
$27^{\frac{2}{3}} = \left(\sqrt[3]{27}\right)^2 = 3^2 = 9$
Grade 11 strategy: Always convert surds to exponent form, apply the laws, then convert back if needed.
Solving Exponential Equations (Grade 10 Method)#
If the bases are equal, the exponents must be equal.
$$ a^x = a^y \implies x = y $$Worked Example#
Solve $3^{2x-1} = 27$
$3^{2x-1} = 3^3$ (rewrite 27 as a power of 3)
$2x - 1 = 3$
$x = 2$
Powers of Common Bases#
| Base 2 | Base 3 | Base 5 |
|---|---|---|
| $2^1 = 2$ | $3^1 = 3$ | $5^1 = 5$ |
| $2^2 = 4$ | $3^2 = 9$ | $5^2 = 25$ |
| $2^3 = 8$ | $3^3 = 27$ | $5^3 = 125$ |
| $2^4 = 16$ | $3^4 = 81$ | $5^4 = 625$ |
| $2^5 = 32$ | $3^5 = 243$ |
🚨 Common Mistakes#
- $a^m \times b^m \neq (ab)^{2m}$: Different bases can only combine using Law 4: $a^m \times b^m = (ab)^m$.
- $(a + b)^2 \neq a^2 + b^2$: The power law only works for products, NOT sums. $(a + b)^2 = a^2 + 2ab + b^2$.
- $2^3 \times 2^4 = 2^{12}$: WRONG. You ADD exponents when multiplying: $2^3 \times 2^4 = 2^7$.
- $x^0 = 0$: WRONG. $x^0 = 1$ (for $x \neq 0$).
- Confusing $-x^2$ and $(-x)^2$: $-x^2 = -(x^2)$ is always negative. $(-x)^2 = x^2$ is always positive.
- $\frac{a^6}{a^2} = a^3$: WRONG. You SUBTRACT exponents: $a^{6-2} = a^4$.
🏠 Back to Fundamentals | ⏮️ Factorisation Toolkit | ⏭️ Equation Solving
