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 = 2√4 = 2
Remember to simplify your answers as much as possible!