← All notes
mathsGrade 9-102 min read

The laws of indices on one page

Six rules cover every power you'll meet, and they all come from one idea: an index just counts how many times you multiply. Includes the negative and fractional ones everyone forgets.

An index (a power) is just shorthand for repeated multiplication: x4x^4 means x×x×x×xx\times x\times x\times x. Every rule below falls straight out of that idea — you can rebuild any of them by writing the multiplication out longhand if you forget.

The three core laws

When the base is the same:

xa×xb=xa+bxaxb=xab(xa)b=xabx^a \times x^b = x^{a+b} \qquad \frac{x^a}{x^b} = x^{a-b} \qquad \left(x^a\right)^b = x^{ab}

Multiplying adds the powers (you're just stacking more lots of xx); dividing subtracts them; a power of a power multiplies. That's it for the everyday cases.

The three everyone forgets

These are where exam marks hide:

x0=1xn=1xnx1n=xnx^0 = 1 \qquad x^{-n} = \frac{1}{x^{n}} \qquad x^{\frac{1}{n}} = \sqrt[n]{x}

Worked example

x5×x2x4=x5+(2)x4=x3x4=x34=x1=1x\frac{x^5 \times x^{-2}}{x^{4}} = \frac{x^{5 + (-2)}}{x^4} = \frac{x^{3}}{x^4} = x^{3-4} = x^{-1} = \frac{1}{x}

One law at a time, sign by sign.

The base must match before you add powers. x3×y2x^3 \times y^2 does not simplify — different bases stay apart. The index laws only let you combine powers of the same thing.

Last revised 25 February 2025.