Year 9: Integer indices

This cheat sheet covers integer indices - powers with negative and fractional exponents.

Key concepts

  • Integer index: A number raised to a power, like xn.
  • Positive integer exponent:xn=x×x * ... * x (n times)
  • Negative integer exponent:x-n=1/xn (Inverse of xn)
  • Fractional Index:x1/n=n√x (nth root of x)

Rules

  • xm×xn=xm+n (Multiplying with the same base)
  • xm/xn=xm-n (Dividing with the same base)
  • (xm)n=xm×n (Raising a power to another power)
  • (xm×yn)m=xm×n×ym×n (Order of operations - BIDMAS/BODMAS)

Examples

Example 1:2-3=1/23=1/8

Example 2:32=3×3=9

Example 3:41/2=24=2

Remember to simplify your answers as much as possible!