0580

Powers, Roots and Standard Form

Number

The rules

  • Index laws apply only where the terms share the same base
LawWhat it doesExample
aᵐ × aⁿ = aᵐ⁺ⁿMultiplying adds the indices5⁶ × 5³ = 5⁹
aᵐ ÷ aⁿ = aᵐ⁻ⁿDividing subtracts the indices9⁷ ÷ 9⁴ = 9³
(aᵐ)ⁿ = aᵐⁿA power of a power multiplies the indices(2⁵)³ = 2¹⁵
(ab)ⁿ = abA power spreads across a product(4 × 7)² = 4² × 7²
a⁰ = 1Any non-zero base to the power 012⁰ = 1
a⁻ⁿ = 1 ÷ aA negative index gives the reciprocal3⁻² = 1/9
a^(1/n) = ⁿ√aA unit fraction index is a root16^(1/2) = 4
a^(m/n) = (ⁿ√a)ᵐRoot first, then power27^(2/3) = 3² = 9
  • Taking the root before applying the power keeps the numbers small, which matters without a calculator
  • A negative index never makes the answer negative: it makes it a reciprocal

Making the bases match

  • Where the two bases differ but one is a power of the other, rewrite so that they match, and the laws then apply
    • 4 = 2², so 2⁵ × 4³ = 2⁵ × (2²)³ = 2⁵ × 2⁶ = 2¹¹
  • Powers of 2, 3 and 5 are the ones worth recognising, since those are the bases questions use
  • Bases with no such relationship stay apart, so 2³ × 5² cannot be shortened by these laws at all
Worked example

Using the laws, and matching the bases

Simplify 2⁵ × 2³ ÷ 2², and solve 4ˣ = 8.

Solution:

  • Multiplying powers of the same base adds the indices: 2⁵ × 2³ = 2⁸
  • Dividing subtracts them: 2⁸ ÷ 2² = 2⁶
  • So the expression is 2⁶, which is 64
  • For the equation, the two sides have different bases, so rewrite both as powers of 2
  • 4 = 2², so 4ˣ = (2²)ˣ = 2²ˣ, and 8 = 2³
  • The equation becomes 2²ˣ = 2³
  • Equal powers of the same base must have equal indices, so 2x = 3 and x = 1.5