Skip to content

The laws of indices

An index tells you how many times a number or expression is used as a factor. For example,

x4=x×x×x×x.x^4=x\times x\times x\times x.

The familiar index laws are not disconnected rules. They all follow from this idea and from extending it consistently to zero, negative and fractional powers.

When the base is the same, multiplying joins the factors together:

xa×xb=xa+b.x^a\times x^b=x^{a+b}.

For example,

x3×x5=(x×x×x)(x×x×x×x×x)=x8.x^3\times x^5=(x\times x\times x)(x\times x\times x\times x\times x)=x^8.

The bases must match. You cannot simplify x3y5x^3y^5 to a single power because xx and yy may have different values.

Division cancels matching factors, so

xaxb=xab,x0.\frac{x^a}{x^b}=x^{a-b},\qquad x\ne0.

If a<ba<b, the result has a negative index. For instance,

x2x5=x3=1x3.\frac{x^2}{x^5}=x^{-3}=\frac{1}{x^3}.

This explains the negative-index rule rather than requiring a new one.

In (xa)b(x^a)^b, the factor xax^a is repeated bb times. Therefore,

(xa)b=xab.(x^a)^b=x^{ab}.

Be careful not to add the indices here. For example, (x3)4=x12(x^3)^4=x^{12}, not x7x^7.

For non-zero xx,

x0=1.x^0=1.

You can see this from division: x3/x3=x33=x0x^3/x^3=x^{3-3}=x^0, while any non-zero number divided by itself is 11.

A fractional index describes a root:

x1/n=xn,xm/n=xmn=(xn)m.x^{1/n}=\sqrt[n]{x},\qquad x^{m/n}=\sqrt[n]{x^m}=(\sqrt[n]{x})^m.

For example,

272/3=(273)2=32=9.27^{2/3}=(\sqrt[3]{27})^2=3^2=9.

  • The addition rule applies when multiplying, not when adding: x2+x3x^2+x^3 does not equal x5x^5.
  • (x+y)2(x+y)^2 is not x2+y2x^2+y^2; expanding gives x2+2xy+y2x^2+2xy+y^2.
  • A negative index creates a reciprocal. It does not make the value negative.
  • Apply powers to every factor: (3x2)3=27x6(3x^2)^3=27x^6.

Simplify (2x3)24x1\dfrac{(2x^3)^2}{4x^{-1}}.

The numerator is 4x64x^6, so

4x64x1=x6(1)=x7.\frac{4x^6}{4x^{-1}}=x^{6-(-1)}=x^7.