Laws of Indices

5 minQuiz at the end

The Six Laws of Indices

LawRuleExample
Multiplicationaᵐ × aⁿ = aᵐ⁺ⁿx³ × x⁵ = x⁸
Divisionaᵐ ÷ aⁿ = aᵐ⁻ⁿy⁶ ÷ y² = y⁴
Power of a power(aᵐ)ⁿ = aᵐⁿ(x²)³ = x⁶
Power of a product(ab)ⁿ = aⁿbⁿ(2x)³ = 8x³
Zero indexa⁰ = 15⁰ = 1
Negative indexa⁻ⁿ = 1/aⁿx⁻² = 1/x²

Negative Indices

A negative index means take the reciprocal:

  • x⁻³ = 1/x³
  • 2⁻¹ = 1/2

Fractional Indices

A fractional index represents a root:

  • a^(1/n) = ⁿ√a (the nth root of a)
  • a^(m/n) = (ⁿ√a)ᵐ

Examples:

  • 27^(1/3) = ∛27 = 3
  • 16^(3/4) = (⁴√16)³ = 2³ = 8

Mixed Example

Simplify (2x²)³:

  • Apply power of a product: 2³ × (x²)³
  • = 8 × x⁶ = 8x⁶

Why These Laws Work

The multiplication law arises because: x³ × x⁵ = (x·x·x) × (x·x·x·x·x) = x⁸

Counting the factors gives the sum of exponents.