Skip to main content
  1. Grade 11 Mathematics/
  2. Fundamentals: Grade 10 Skills You Need/

Exponent Laws

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
#

LawRuleExample
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
#

RuleMeaningExample
$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 2Base 3Base 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
#

  1. $a^m \times b^m \neq (ab)^{2m}$: Different bases can only combine using Law 4: $a^m \times b^m = (ab)^m$.
  2. $(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$.
  3. $2^3 \times 2^4 = 2^{12}$: WRONG. You ADD exponents when multiplying: $2^3 \times 2^4 = 2^7$.
  4. $x^0 = 0$: WRONG. $x^0 = 1$ (for $x \neq 0$).
  5. Confusing $-x^2$ and $(-x)^2$: $-x^2 = -(x^2)$ is always negative. $(-x)^2 = x^2$ is always positive.
  6. $\frac{a^6}{a^2} = a^3$: WRONG. You SUBTRACT exponents: $a^{6-2} = a^4$.

🏠 Back to Fundamentals | ⏮️ Factorisation Toolkit | ⏭️ Equation Solving

Related

Variance, Standard Deviation & Data Representation

Master the logic of dispersion — why we square deviations, how to calculate variance and standard deviation by hand and from frequency tables, how to read ogives, compare datasets, detect outliers, and interpret skewness — with full worked examples.