☰ Course contents
Mathematics 📐 Grade 8 Laws of Exponents
📐 Grade 8 · Lesson 12 of 15

Laws of Exponents

Every exponent rule is just repeated multiplication in disguise — expand it once, and the shortcut proves itself.

Grade 8Pre-Algebra / Algebra 1
Laws of Exponents — illustration
💡
The big idea: An exponent is shorthand for repeated multiplication: a³ means a · a · a. Every “law of exponents” — multiplying same-base powers, dividing them, raising a power to a power, even what a zero or negative exponent means — is not a rule to memorise blindly. It falls straight out of writing the multiplication longhand and counting factors. Once the pattern is derived rather than asserted, it is nearly impossible to forget or misapply.
🎯 By the end, you'll be able to
  • Derive the product rule aᵐ · aⁿ = a^(m+n) by expanding repeated multiplication
  • Derive the quotient rule and the power-of-a-power rule the same way
  • Explain why a⁰ = 1 (for a ≠ 0) and what a negative exponent means
  • Evaluate square roots and cube roots, and recognise that x² = p has solutions ±√p
📎 You should already know
  • Powers and exponents (basic notation)
  • Multiplying and dividing integers

The product rule, derived

a³ is not a mysterious symbol — it simply means a · a · a, three copies of a multiplied together. Every rule about exponents you're about to learn is a consequence of that one fact, not something to memorise blindly.

Consider a³ · a². Write each factor out: (a · a · a) · (a · a). That's five a's multiplied together in total — no more, no less. So a³ · a² = a⁵. In general, multiplying two powers of the same base just adds up how many factors you have.

\[ a^{m}\cdot a^{n}=a^{m+n} \]
Product rule: same base, add the exponents. This works because each side counts the same total number of a-factors.
⚠️ The base must match — and a⁰ has one exception
The product rule only works when the bases are identical. 2³ · 3² is not 6⁵ — there is no shared factor to count, so you must evaluate each power separately (8 · 9 = 72). Likewise, a⁰ = 1 holds for every base except a = 0: 0⁰ is undefined, since it doesn't correspond to a consistent count of factors.

The quotient rule, derived

Now divide instead: a⁵ ÷ a² = (a·a·a·a·a) ÷ (a·a). Two of the five a's in the top cancel with the two on the bottom, leaving three a's: a³. Dividing same-base powers subtracts the exponents, the mirror image of multiplying.

\[ \dfrac{a^{m}}{a^{n}}=a^{m-n}\ \ (a\neq 0) \]
Quotient rule: same base, subtract the exponents.
📝 Worked example: Simplify a⁵ ÷ a⁵, and use the result to explain why a⁰ = 1.
  1. By the quotient rule, a⁵ ÷ a⁵ = a⁵⁻⁵ = a⁰.
  2. But any nonzero number divided by itself equals 1, so a⁵ ÷ a⁵ must also equal 1.
  3. Both expressions describe the same division, so a⁰ = 1 — as long as a ≠ 0, since division by 0 is never allowed.
✓ <strong>a&#8304; = 1</strong> for every a &ne; 0; this follows directly from the quotient rule, not from a separate assumption.

Power of a power, and negative exponents

What about (a²)³? That means three copies of a² multiplied together: a² · a² · a², which by the product rule is a⁶. Multiplying the exponents (2 × 3 = 6) gives the same answer as adding them three times over.

Now push the quotient rule past zero: a² ÷ a⁵ = a²⁻⁵ = a⁻³. But written longhand, a²÷a⁵ = (a·a)÷(a·a·a·a·a), and cancelling leaves 1÷a³ on the bottom. So a⁻³ and 1/a³ must be the same value — a negative exponent doesn't mean a negative number, it means reciprocal.

\[ (a^{m})^{n}=a^{mn} \]
Power of a power: multiply the exponents.
\[ a^{-n}=\dfrac{1}{a^{n}}\ \ (a\neq 0) \]
A negative exponent flips the base to the denominator; it never makes the result negative.
🎮 Exponent Rule Lab LIVE
Pick two integer exponents on a shared base and watch the multiplication expand out to prove each rule.
📝 Worked example: Simplify (2&sup3;)&sup2; &middot; 2&#8315;&#8308;.
  1. Apply the power-of-a-power rule first: (2³)² = 2³×² = 2⁶.
  2. Now multiply same-base powers: 2⁶ · 2⁻⁴ = 2⁶⁻⁴ = 2².
  3. 2² = 4.
✓ (2&sup3;)&sup2; &middot; 2&#8315;&#8308; = <strong>4</strong>.

Square roots, cube roots, and &plusmn;&radic;p

A square root of p asks: what number, squared, gives p? Since (−3)² = 9 just as much as 3² = 9, the equation x² = p has two solutions whenever p > 0: x = √p and x = −√p, written together as x = ±√p. A cube root asks what number, cubed, gives p — and because a negative number cubed stays negative, every real number has exactly one real cube root.

✨ Where this is going next
The product rule you just derived — multiply same-base powers by adding exponents — is the exact tool the next lesson relies on to multiply numbers written in scientific notation. When you multiply (a × 10ᵍ)(b × 10ⁿ), the powers of ten combine using precisely this rule.

Check your understanding

1. Simplify a&#8308; &middot; a&sup3; by expanding the multiplication.
Writing it out gives (a·a·a·a)·(a·a·a) = seven a's multiplied together, so a⁴·a³ = a⁷ — the exponents add.
2. Why is 2&sup3; &middot; 3&sup2; NOT equal to 6&#8309;?
The product rule aᵐ·aⁿ = a^(m+n) only applies when both powers share the same base. 2³ and 3² have different bases, so each must be evaluated separately: 8 · 9 = 72, not 6⁵.
3. What is 0⁰?
a⁰ = 1 holds for every nonzero base, but that derivation relies on dividing aⁿ by aⁿ, which is impossible when a = 0. So 0⁰ is left undefined.
4. Simplify (a²)⁴.
(a²)⁴ means four copies of a² multiplied together, which by the product rule is a²⁺²⁺²⁺² = a⁸ — multiply the exponents: 2 × 4 = 8.
5. How many real solutions does x² = 9 have, and what are they?
Both 3² = 9 and (−3)² = 9, so x² = 9 has two solutions, written x = ±√9 = ±3.
✅ Key takeaways
  • An exponent counts repeated factors: aⁿ = a · a · … (n times) &mdash; every rule below follows from this.
  • Product rule aᵐ·aⁿ = a^(m+n) and quotient rule aᵐ÷aⁿ = a^(m−n) require the SAME base; different bases cannot be combined this way.
  • Power of a power multiplies exponents: (aᵐ)ⁿ = a^(mn).
  • a⁰ = 1 for every a ≠ 0 (0⁰ is undefined), and a negative exponent means reciprocal: a⁻ⁿ = 1/aⁿ.
  • x² = p has two solutions, ±√p, while a cube root gives exactly one real answer for any p &mdash; and the product rule here is exactly what scientific notation multiplication depends on next.