Indices

Tier: #Foundation #Higher

🔗What you need to know first
How to

Indices (also called powers or exponents) follow a set of rules that let you simplify expressions without a calculator.

The index laws

Law Example
$a^m \times a^n = a^{m+n}$ $x^3 \times x^4 = x^7$
$a^m \div a^n = a^{m-n}$ $x^5 \div x^2 = x^3$
$(a^m)^n = a^{mn}$ $(x^3)^2 = x^6$
$a^0 = 1$ $7^0 = 1$
$a^1 = a$ $5^1 = 5$

Negative indices

A negative index means "one over". Think of it as the index going below zero and flipping to the denominator:

$$a^{-n} = \frac{1}{a^n}$$

Examples:

  • $2^{-3} = \frac{1}{2^3} = \frac{1}{8}$
  • $x^{-1} = \frac{1}{x}$
  • $5^{-2} = \frac{1}{25}$

Change of base

Sometimes a number can be rewritten as a power of a simpler base. This is useful when solving equations where both sides need to share the same base.

Examples:

  • $8 = 2^3$, so $8^x = (2^3)^x = 2^{3x}$
  • $\frac{1}{9} = 3^{-2}$
  • $\sqrt{5} = 5^{\frac{1}{2}}$

If a question gives you something like $2^x = 8$, rewrite 8 as $2^3$ so both sides have the same base, giving $x = 3$.

Questions to practise

Practise these questions →

New to Bow Tie Maths? It generates questions on this topic, marks them instantly, and tracks what you've mastered. Free to sign up.

📝Past paper questions
💬What the examiners say
  • "Centres may wish to encourage step-by-step presentation of working, particularly when applying fractional powers."
⬆️How you can quickly improve
  • Write the index rule you're applying before each step — 'multiply → add indices', 'divide → subtract indices', 'power of a power → multiply indices'.
  • Rewrite any negative index as a fraction first, before you evaluate anything: a⁻ⁿ = 1/aⁿ. That one step prevents most sign errors.
  • Rewrite fractional indices as roots before evaluating: a^(1/n) = ⁿ√a, and a^(m/n) = (ⁿ√a)ᵐ — write it out, don't try to do it mentally.
💡Watch
🔓What this unlocks
ℹ️Calculator tricks

Use CALC to verify index calculations. Type an expression like $2^{-3}$ or $(8)^{1/3}$ directly — the calculator handles fractional and negative indices. For change-of-base problems, type both sides of the equation and confirm they give the same value.

For solving equations like $2^x = 50$, enter $2^X - 50$ and use SOLVE (Shift → Calc) with an initial guess to find $x$.