Skip to main content
  1. Grade 12 Mathematics/
  2. Grade 12 Fundamentals (Assumed You Know)/

Exponents & Exponential Form

Why Exponents Matter in Grade 12
#

Exponents are the language of Calculus and Functions:

  • Calculus: You CANNOT use the Power Rule until every term is in the form $ax^n$. This means converting roots and fractions into exponential form.
  • Functions: The exponential function $y = ab^x$ and its inverse (logarithms) are built entirely on exponent laws.
  • Sequences: Geometric sequences use $r^{n-1}$ — you need to be comfortable with powers.

1. The Laws of Exponents
#

These must be automatic — no thinking required:

LawRuleExample
Product$a^m \times a^n = a^{m+n}$$x^3 \times x^4 = x^7$
Quotient$\frac{a^m}{a^n} = a^{m-n}$$\frac{x^5}{x^2} = x^3$
Power of a Power$(a^m)^n = a^{mn}$$(x^3)^2 = x^6$
Power of a Product$(ab)^n = a^n b^n$$(2x)^3 = 8x^3$
Power of a Fraction$\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$$\left(\frac{x}{3}\right)^2 = \frac{x^2}{9}$
Zero Exponent$a^0 = 1$ (if $a \neq 0$)$5^0 = 1$, $(3x)^0 = 1$
Negative Exponent$a^{-n} = \frac{1}{a^n}$$x^{-2} = \frac{1}{x^2}$
Fractional Exponent$a^{\frac{m}{n}} = \sqrt[n]{a^m}$$x^{\frac{1}{2}} = \sqrt{x}$

2. Converting to Exponential Form
#

This is the most important skill for Calculus. You must convert every root and fraction involving $x$ into $ax^n$ form before differentiating.

Roots → Fractional Exponents
#

Root FormExponential Form
$\sqrt{x}$$x^{\frac{1}{2}}$
$\sqrt[3]{x}$$x^{\frac{1}{3}}$
$\sqrt{x^3}$$x^{\frac{3}{2}}$
$\sqrt[3]{x^2}$$x^{\frac{2}{3}}$
$\frac{1}{\sqrt{x}}$$x^{-\frac{1}{2}}$

Fractions → Negative Exponents
#

Fraction FormExponential Form
$\frac{1}{x}$$x^{-1}$
$\frac{1}{x^2}$$x^{-2}$
$\frac{3}{x^4}$$3x^{-4}$
$\frac{5}{2x^3}$$\frac{5}{2}x^{-3}$
$\frac{2}{\sqrt{x}}$$2x^{-\frac{1}{2}}$

3. Simplifying Exponents — Worked Examples
#

Example 1: Product Rule
#

$2x^3 \times 3x^{-2} = 6x^{3+(-2)} = 6x^1 = 6x$

Example 2: Quotient Rule
#

$\frac{12x^5}{4x^2} = 3x^{5-2} = 3x^3$

Example 3: Mixed — Preparing for Calculus
#

Simplify $\frac{x^2 + 3\sqrt{x}}{x}$:

Split the fraction: $= \frac{x^2}{x} + \frac{3\sqrt{x}}{x} = x + 3x^{\frac{1}{2} - 1} = x + 3x^{-\frac{1}{2}}$

Now you can differentiate: $f'(x) = 1 - \frac{3}{2}x^{-\frac{3}{2}}$

Example 4: Power of a Power
#

$(2x^3)^4 = 2^4 \cdot x^{3 \times 4} = 16x^{12}$

Example 5: Negative Exponents in Finance
#

$A = P(1+i)^{-n}$ means $A = \frac{P}{(1+i)^n}$

The negative exponent in the Present Value formula is just a way of writing “divide by $(1+i)^n$”.


4. Fractional Exponent Arithmetic
#

This trips students up constantly in Calculus. Practise these:

CalculationResult
$\frac{1}{2} - 1$$-\frac{1}{2}$
$-\frac{1}{2} - 1$$-\frac{3}{2}$
$\frac{3}{2} - 1$$\frac{1}{2}$
$\frac{2}{3} - 1$$-\frac{1}{3}$
$-\frac{1}{3} - 1$$-\frac{4}{3}$

Tip: When differentiating $x^{\frac{1}{2}}$, the new power is $\frac{1}{2} - 1 = \frac{1}{2} - \frac{2}{2} = -\frac{1}{2}$. Write it out as fractions if you’re not 100% sure.


5. Exponential Equations (Grade 11 Revision)
#

To solve $2^x = 16$, rewrite both sides with the same base:

$2^x = 2^4 \Rightarrow x = 4$

Harder example
#

$3^{2x+1} = 27^x$

Rewrite: $3^{2x+1} = (3^3)^x = 3^{3x}$

Same base, so: $2x + 1 = 3x \Rightarrow x = 1$

When bases can’t match: Use Logarithms
#

$5^x = 20$

$x = \log_5 20 = \frac{\log 20}{\log 5} = \frac{1.301}{0.699} = 1.861$


Build on Your Lower-Grade Foundations
#

If exponent work still feels shaky, revise the source lessons where these skills are first built:


🚨 Common Mistakes
#

  1. $(2x)^3 \neq 2x^3$: The power applies to EVERYTHING inside the brackets. $(2x)^3 = 8x^3$, not $2x^3$.
  2. $x^2 \times x^3 \neq x^6$: When multiplying, ADD the powers. $x^2 \times x^3 = x^5$.
  3. $\frac{x^5}{x^2} \neq x^{\frac{5}{2}}$: When dividing, SUBTRACT the powers. $\frac{x^5}{x^2} = x^3$.
  4. $x^{-2} \neq -x^2$: A negative exponent means “reciprocal”, not “negative”. $x^{-2} = \frac{1}{x^2}$.
  5. Fractional exponent subtraction: $\frac{1}{2} - 1 = -\frac{1}{2}$, NOT $-\frac{3}{2}$ or $\frac{1}{2}$. This error alone ruins hundreds of Calculus answers every year.
  6. Not converting before differentiating: You CANNOT differentiate $\sqrt{x}$ or $\frac{1}{x^2}$ directly. Convert to $x^{\frac{1}{2}}$ or $x^{-2}$ first.

⏮️ Factoring & Cancelling | 🏠 Back to Fundamentals | ⏭️ Other Skills

Related