The Laws of Indices (Powers)

Indices (or powers) are a compact way to write repeated multiplication. For a non-zero number a and integers m, n, the expression an means that a is multiplied by itself n times.


1. Product Law (Same Base)

Rule: When you multiply powers with the same base, you add the indices:

am × an = am + n

Example:

23 × 24 = 23 + 4 = 27


2. Quotient Law (Same Base)

Rule: When you divide powers with the same base, you subtract the indices:

am / an = am − n,   a ≠ 0

Example:

57 / 53 = 57 − 3 = 54


3. Power of a Power

Rule: When you raise a power to another power, you multiply the indices:

(am)n = amn

Example:

(32)4 = 32 × 4 = 38


4. Power of a Product

Rule: When you raise a product to a power, each factor is raised to that power:

(ab)n = anbn

Example:

(2 × 5)3 = 23 × 53 = 8 × 125 = 1000


5. Power of a Quotient

Rule: When you raise a fraction to a power, both numerator and denominator are raised to that power:

(a / b)n = an / bn,   b ≠ 0

Example:

(3 / 4)2 = 32 / 42 = 9 / 16


6. Zero Index

Rule: Any non-zero number raised to the power zero is equal to 1:

a0 = 1,   a ≠ 0

Example:

70 = 1,   1000 = 1,   (−3)0 = 1

(We do not define 00 here – it is left undefined in most contexts.)


7. Negative Indices

Rule: A negative index moves the factor to the denominator and makes the index positive:

a−n = 1 / an,   a ≠ 0

Examples:

  • 2−3 = 1 / 23 = 1 / 8
  • 5−1 = 1 / 5

8. Fractional Indices (Roots)

Rule: A fractional index represents a root. For a positive number a:

a1/n means “the n-th root of a”, with a > 0.

Example:

91/2 = √9 = 3,   81/3 = the cube root of 8 = 2


9. General Fractional Indices

Rule: For a rational index p/q with integers p, q and q > 0:

ap/q = (a1/q)p = (the q-th root of a)p,   a > 0

Examples:

  • 163/4 = (161/4)3 = 23 = 8
  • 272/3 = (271/3)2 = 32 = 9

Summary of the Laws of Indices

  • Product: am × an = am + n
  • Quotient: am / an = am − n,   a ≠ 0
  • Power of a power: (am)n = amn
  • Power of a product: (ab)n = anbn
  • Power of a quotient: (a / b)n = an / bn,   b ≠ 0
  • Zero index: a0 = 1,   a ≠ 0
  • Negative index: a−n = 1 / an,   a ≠ 0
  • Fractional index: ap/q = (a1/q)p,   a > 0

Popular posts from this blog

A Geometric Way to Visualise sin(x + y) and cos(x + y)

The Method of Differences — A Clean Proof of the Sum of Cubes

2×2 Orthogonal Matrix Mastery — A Generalised Construction