Year 9 Mathematics | Victorian Curriculum 2.0
Exponent laws extended
Topic 02 | Number & Algebra | Practice

What you will learn

  • apply the zero exponent rule to algebraic expressions,
  • interpret and simplify expressions with negative integer exponents,
  • extend the product, quotient, and power-of-a-power laws to integer exponents,
  • simplify expressions involving multiple bases and integer exponents,
  • connect negative exponents to scientific notation for small numbers.
Why extend the laws?

In Year 8 you used the index laws with positive whole-number exponents. But the quotient rule naturally produces zero and negative exponents — for example a3a5=a−2\dfrac{a^3}{a^5} = a^{-2}a5a3​=a−2. Rather than calling this “undefined,” we give a−2a^{-2}a−2 a meaning (1a2\dfrac{1}{a^2}a21​) that keeps all the laws working consistently. This is how mathematics grows: extend definitions so that existing rules still hold.

Where you'll see this
  • Scientific notation: 3.2×10−43.2 \times 10^{-4}3.2×10−4 uses a negative exponent to represent 0.000320.000320.00032.
  • Physics: inverse-square laws like gravity (F∝r−2F \propto r^{-2}F∝r−2) use negative exponents naturally.
  • Computing: data compression ratios and hash functions use powers with variable exponents.
  • Chemistry: concentrations in solution (e.g. pH = −log⁡[H+]-\log[H^+]−log[H+]) rely on powers of 101010 with negative exponents.
Worked example 0 Real-world example: shrinking bacteria

A bacterial culture is being treated with an antibiotic. Each hour, the population is divided by 101010. If the initial count is 5×1085 \times 10^85×108 bacteria:

  1. After 111 hour: 5×108×10−1=5×1075 \times 10^8 \times 10^{-1} = 5 \times 10^75×108×10−1=5×107.
  2. After 222 hours: 5×108×10−2=5×1065 \times 10^8 \times 10^{-2} = 5 \times 10^65×108×10−2=5×106.
  3. After hhh hours: 5×108×10−h=5×108−h5 \times 10^8 \times 10^{-h} = 5 \times 10^{8-h}5×108×10−h=5×108−h.
  4. After 888 hours: 5×108−8=5×100=55 \times 10^{8-8} = 5 \times 10^0 = 55×108−8=5×100=5 bacteria.

Key idea: negative exponents model division and decay just as naturally as positive exponents model multiplication and growth.

1. Recap: the Year 8 index laws

Index laws (from Year 8, positive integer exponents)

Product of powers

am×an=am+na^m \times a^n = a^{m+n}am×an=am+n

Quotient of powers

am÷an=am−n,a≠0a^m \div a^n = a^{m-n}, \quad a \neq 0am÷an=am−n,a=0

Power of a power

(am)n=amn(a^m)^n = a^{mn}(am)n=amn

Power of a product

(ab)n=anbn(ab)^n = a^n b^n(ab)n=anbn

Power of a quotient

(ab)n=anbn,b≠0\left(\dfrac{a}{b}\right)^n = \dfrac{a^n}{b^n}, \quad b \neq 0(ba​)n=bnan​,b=0

These five laws were established for positive integers mmm and nnn. The goal of this topic is to show they still work when mmm and nnn are any integers (positive, zero, or negative).

2. Zero and negative exponents

The zero exponent

From the quotient rule: anan=an−n=a0\dfrac{a^n}{a^n} = a^{n-n} = a^0anan​=an−n=a0. But anan=1\dfrac{a^n}{a^n} = 1anan​=1, so:

Zero exponent

a0=1,a≠0.a^0 = 1, \qquad a \neq 0.a0=1,a=0.

This applies to any expression in the base — not just single variables:

Worked example 1 Zero exponent with algebraic expressions

Simplify: (3x2y)0(3x^2y)^0(3x2y)0 and 5m05m^05m0.

  1. (3x2y)0=1(3x^2y)^0 = 1(3x2y)0=1 — the entire expression raised to the power zero equals 111 (provided x,y≠0x, y \neq 0x,y=0).
  2. 5m0=5×1=55m^0 = 5 \times 1 = 55m0=5×1=5 — only mmm is raised to the power zero; the 555 is a coefficient.

Negative exponents

From the quotient rule: a3a5=a3−5=a−2\dfrac{a^3}{a^5} = a^{3-5} = a^{-2}a5a3​=a3−5=a−2. But also a3a5=1a2\dfrac{a^3}{a^5} = \dfrac{1}{a^2}a5a3​=a21​. So:

Negative exponent

a−n=1an,a≠0.a^{-n} = \dfrac{1}{a^n}, \qquad a \neq 0.a−n=an1​,a=0.

Equivalently, 1a−n=an\dfrac{1}{a^{-n}} = a^na−n1​=an — a negative exponent in the denominator moves the base to the numerator.

Worked example 2 Evaluating negative exponents

Evaluate: 2−32^{-3}2−3 and (34)−2\left(\dfrac{3}{4}\right)^{-2}(43​)−2.

  1. 2−3=123=182^{-3} = \dfrac{1}{2^3} = \dfrac{1}{8}2−3=231​=81​.
  2. (34)−2=(43)2=169\left(\dfrac{3}{4}\right)^{-2} = \left(\dfrac{4}{3}\right)^{2} = \dfrac{16}{9}(43​)−2=(34​)2=916​.

For the second: a negative exponent on a fraction flips the fraction, then applies the positive exponent.

The negative is in the exponent, not the base

(−3)2=9(-3)^2 = 9(−3)2=9 — the base is negative. But 3−2=193^{-2} = \dfrac{1}{9}3−2=91​ — the exponent is negative. These are completely different ideas. Always check where the minus sign sits.

3. Simplifying algebraic expressions with integer exponents

All five index laws extend to integer exponents. Use them in the same way, but expect negative exponents in your answers — then convert to positive exponents at the end if required.

Worked example 3 Product rule with negative exponents

Simplify x4×x−7x^4 \times x^{-7}x4×x−7.

Add the exponents:

x4×x−7=x4+(−7)=x−3=1x3.x^4 \times x^{-7} = x^{4+(-7)} = x^{-3} = \dfrac{1}{x^3}.x4×x−7=x4+(−7)=x−3=x31​.

Worked example 4 Quotient rule producing a negative exponent

Simplify a2b3a5b\dfrac{a^2 b^3}{a^5 b}a5ba2b3​.

Handle each base separately:

a2a5=a2−5=a−3,b3b1=b2.\dfrac{a^2}{a^5} = a^{2-5} = a^{-3}, \qquad \dfrac{b^3}{b^1} = b^{2}.a5a2​=a2−5=a−3,b1b3​=b2.

So a2b3a5b=a−3b2=b2a3\dfrac{a^2 b^3}{a^5 b} = a^{-3} b^2 = \dfrac{b^2}{a^3}a5ba2b3​=a−3b2=a3b2​.

Worked example 5 Power of a power with negative exponents

Simplify (m−2)3(m^{-2})^3(m−2)3.

Multiply the exponents:

(m−2)3=m(−2)×3=m−6=1m6.(m^{-2})^3 = m^{(-2) \times 3} = m^{-6} = \dfrac{1}{m^6}.(m−2)3=m(−2)×3=m−6=m61​.

Worked example 6 Combining multiple laws

Simplify (2x3)−2×4xx−4\dfrac{(2x^3)^{-2} \times 4x}{x^{-4}}x−4(2x3)−2×4x​.

  1. (2x3)−2=2−2×x−6=14x−6(2x^3)^{-2} = 2^{-2} \times x^{-6} = \dfrac{1}{4} x^{-6}(2x3)−2=2−2×x−6=41​x−6.
  2. Numerator: 14x−6×4x=x−6×x1=x−5\dfrac{1}{4} x^{-6} \times 4x = x^{-6} \times x^1 = x^{-5}41​x−6×4x=x−6×x1=x−5.
  3. Division: x−5x−4=x−5−(−4)=x−1=1x\dfrac{x^{-5}}{x^{-4}} = x^{-5-(-4)} = x^{-1} = \dfrac{1}{x}x−4x−5​=x−5−(−4)=x−1=x1​.

4. Connection to scientific notation

Negative exponents are exactly what scientific notation uses for small numbers:

0.00047=4.7×10−4.0.00047 = 4.7 \times 10^{-4}.0.00047=4.7×10−4.

The exponent −4-4−4 tells you to divide 4.74.74.7 by 10410^4104, which is the same as moving the decimal four places left.

Worked example 7 Scientific notation and exponent laws together

Simplify 6×10−32×104\dfrac{6 \times 10^{-3}}{2 \times 10^{4}}2×1046×10−3​ and express in scientific notation.

  1. Divide the coefficients: 62=3\dfrac{6}{2} = 326​=3.
  2. Subtract the exponents: 10−3−4=10−710^{-3-4} = 10^{-7}10−3−4=10−7.
  3. Result: 3×10−73 \times 10^{-7}3×10−7.
Converting final answers

Unless the question says otherwise, express algebraic answers with positive exponents only. Write 1x3\dfrac{1}{x^3}x31​ rather than x−3x^{-3}x−3, but keep scientific notation answers as they are (e.g. 3×10−73 \times 10^{-7}3×10−7 is standard).


Practice

Fluency

Tier 1: basic skills

    1. Evaluate 505^050.
    2. Evaluate (4x)0(4x)^0(4x)0 where x≠0x \neq 0x=0.
    3. Evaluate 3−23^{-2}3−2.
    4. Write 10−510^{-5}10−5 as a fraction.
    5. Simplify a3×a−5a^3 \times a^{-5}a3×a−5. Give the answer with a positive exponent.
    6. Simplify m4m7\dfrac{m^4}{m^7}m7m4​. Give the answer with a positive exponent.
    7. Simplify (x−3)2(x^{-3})^2(x−3)2.
    8. Simplify (2a)−3(2a)^{-3}(2a)−3.
    9. Evaluate (12)−4\left(\dfrac{1}{2}\right)^{-4}(21​)−4.
    10. Write 0.000 560.000\,560.00056 in scientific notation.
Reasoning

Tier 2: mixed practice

    1. Simplify a5b−2a−1b3\dfrac{a^5 b^{-2}}{a^{-1} b^3}a−1b3a5b−2​ and write with positive exponents only.
    2. Simplify (3x−2y)3(3x^{-2}y)^3(3x−2y)3.
    3. Simplify (p2q−1)3p−3q4\dfrac{(p^2 q^{-1})^3}{p^{-3} q^4}p−3q4(p2q−1)3​.
    4. Show that a−1+b−1≠(a+b)−1a^{-1} + b^{-1} \neq (a+b)^{-1}a−1+b−1=(a+b)−1 by substituting a=2a = 2a=2 and b=3b = 3b=3.
    5. Simplify 12x−3y24x2y−1\dfrac{12 x^{-3} y^2}{4 x^2 y^{-1}}4x2y−112x−3y2​ and express with positive exponents.
    6. A virus measures 8×10−88 \times 10^{-8}8×10−8 m across. Express this in nanometres.
    7. Simplify (2a3b−2)−1\left(\dfrac{2a^3}{b^{-2}}\right)^{-1}(b−22a3​)−1.
    8. If x−2=9x^{-2} = 9x−2=9, find the value of x2x^2x2.
Reasoning

Tier 3: explain and apply

    1. Explain why a−n=1ana^{-n} = \dfrac{1}{a^n}a−n=an1​ must be true if the quotient rule is to remain valid for all integer exponents.
    2. Simplify (5a2b−3)2(a−1b2)3\dfrac{(5a^2 b^{-3})^2}{(a^{-1} b^2)^3}(a−1b2)3(5a2b−3)2​ completely.
    3. The intensity of light decreases with the square of the distance: I=I0×d−2I = I_0 \times d^{-2}I=I0​×d−2. If you triple the distance, by what factor does the intensity change?
    4. A student writes (x+y)−1=x−1+y−1(x + y)^{-1} = x^{-1} + y^{-1}(x+y)−1=x−1+y−1. Disprove this with a counterexample and explain the error.
    5. Simplify (2×103)−2×(5×10−1)10−4\dfrac{(2 \times 10^3)^{-2} \times (5 \times 10^{-1})}{10^{-4}}10−4(2×103)−2×(5×10−1)​ and give the answer in scientific notation.

Challenge

Reasoning

Harder reasoning

    1. Simplify a2n×a−n+1(a2)n−1\dfrac{a^{2n} \times a^{-n+1}}{(a^2)^{n-1}}(a2)n−1a2n×a−n+1​ where nnn is a positive integer.
    2. Prove that for any non-zero aaa and integers m,nm, nm,n: (am)−n=(a−m)n=a−mn(a^m)^{-n} = (a^{-m})^n = a^{-mn}(am)−n=(a−m)n=a−mn.
    3. A radioactive substance halves every year. Write the fraction remaining after ttt years as a power of 222. After how many years is less than 11000\dfrac{1}{1000}10001​ of the substance left? (Hint: solve 2−t<10−32^{-t} < 10^{-3}2−t<10−3.)
    4. Simplify (3x−2y3)−2×(9x4y−1)2(xy)−4\dfrac{(3x^{-2}y^3)^{-2} \times (9x^4 y^{-1})^2}{(xy)^{-4}}(xy)−4(3x−2y3)−2×(9x4y−1)2​ completely, writing the answer with positive exponents.
Year 9 Mathematics study companion | Practice