Year 10 Mathematics | Victorian Curriculum 2.0
Exponential equations
Topic 07 | Number & Algebra | Practice

What you will learn

  • recognise and write exponential functions in the form y=a×bxy = a \times b^xy=a×bx,
  • distinguish growth (b>1b > 1b>1) from decay (0<b<10 < b < 10<b<1),
  • solve simple exponential equations by expressing both sides as powers of the same base,
  • calculate doubling time and half-life,
  • apply exponential models to real-world contexts such as populations and radioactive decay.
Why exponentials?

Exponential functions describe quantities that change by a constant percentage each period rather than a constant amount. This makes them fundamentally different from linear models. A population that doubles every 202020 years, a radioactive sample that halves every 573057305730 years, and an investment growing at 7%7\%7% per year are all exponential. Understanding these patterns is essential for science, finance, and data analysis.

Where you'll see this
  • Biology: bacterial colony doubling every few hours.
  • Physics: radioactive decay and carbon-14 dating.
  • Finance: compound interest and inflation (covered in more detail in Topic 8).
  • Technology: Moore’s Law — computing power roughly doubling every two years.
Worked example 0 Real-world example: bacterial growth

A petri dish starts with 500500500 bacteria. The population doubles every 333 hours. How many bacteria after 121212 hours?

  1. Each 333-hour period the population multiplies by 222.
  2. In 121212 hours there are 123=4\dfrac{12}{3} = 4312​=4 doubling periods.
  3. Population: 500×24=500×16=8000500 \times 2^4 = 500 \times 16 = 8000500×24=500×16=8000 bacteria.
  4. General model: N=500×2t/3N = 500 \times 2^{t/3}N=500×2t/3, where ttt is time in hours.

Key idea: the base 222 tells us the quantity doubles; the exponent t/3t/3t/3 counts how many doublings have occurred.

1. What is an exponential function?

An exponential function has the variable in the exponent:

Formula reference

y=a×bxy = a \times b^xy=a×bx
  • aaa = initial value (the yyy-value when x=0x = 0x=0, since b0=1b^0 = 1b0=1).
  • bbb = base or growth/decay factor.
  • xxx = independent variable (often time).
Worked example 1 Identifying parts of an exponential function

For y=3×5xy = 3 \times 5^xy=3×5x, state the initial value and the base. Find yyy when x=0x = 0x=0, x=1x = 1x=1, and x=2x = 2x=2.

  1. Initial value a=3a = 3a=3, base b=5b = 5b=5.
  2. x=0x = 0x=0: y=3×1=3y = 3 \times 1 = 3y=3×1=3. x=1x = 1x=1: y=3×5=15y = 3 \times 5 = 15y=3×5=15. x=2x = 2x=2: y=3×25=75y = 3 \times 25 = 75y=3×25=75.
  3. Each step multiplies by 555 — this is exponential growth.

2. Growth vs decay

Formula reference

  • Growth: b>1b > 1b>1. Each period the quantity is multiplied by a factor greater than 111.
  • Decay: 0<b<10 < b < 10<b<1. Each period the quantity is multiplied by a factor less than 111 (it shrinks).

A percentage increase of r%r\%r% gives b=1+r100b = 1 + \dfrac{r}{100}b=1+100r​.

A percentage decrease of r%r\%r% gives b=1−r100b = 1 - \dfrac{r}{100}b=1−100r​.

Worked example 2 Writing a decay model

A car is worth $40000 and loses 15%15\%15% of its value each year. Write an exponential model for its value VVV after ttt years.

  1. Initial value: a=40000a = 40000a=40000.
  2. Decay factor: b=1−0.15=0.85b = 1 - 0.15 = 0.85b=1−0.15=0.85.
  3. Model: V=40000×0.85tV = 40000 \times 0.85^tV=40000×0.85t.
  4. After 333 years: V=40000×0.853=40000×0.6141≈24565V = 40000 \times 0.85^3 = 40000 \times 0.6141 \approx 24565V=40000×0.853=40000×0.6141≈24565 dollars.

3. Solving simple exponential equations

When both sides can be written as powers of the same base, set the exponents equal.

Worked example 3 Solving by matching bases

Solve 2x=322^x = 322x=32.

  1. Write 323232 as a power of 222: 32=2532 = 2^532=25.
  2. So 2x=252^x = 2^52x=25, giving x=5x = 5x=5.
Worked example 4 Solving with a common base

Solve 9x=279^x = 279x=27.

  1. Write both as powers of 333: 9=329 = 3^29=32 and 27=3327 = 3^327=33.
  2. (32)x=33(3^2)^x = 3^3(32)x=33, so 32x=333^{2x} = 3^332x=33.
  3. 2x=32x = 32x=3, giving x=32x = \tfrac{3}{2}x=23​.
Worked example 5 Solving with a coefficient

Solve 5×3x=4055 \times 3^x = 4055×3x=405.

  1. Divide both sides by 555: 3x=813^x = 813x=81.
  2. 81=3481 = 3^481=34, so x=4x = 4x=4.

4. Half-life and doubling time

Formula reference

Doubling time: the time for a quantity to double. If y=a×2t/dy = a \times 2^{t/d}y=a×2t/d, then ddd is the doubling time.

Half-life: the time for a quantity to halve. If y=a×(12)t/hy = a \times \left(\tfrac{1}{2}\right)^{t/h}y=a×(21​)t/h, then hhh is the half-life.

Worked example 6 Using half-life

A radioactive sample has a mass of 200200200 g and a half-life of 101010 years. Find the mass after 303030 years.

  1. Number of half-lives: 3010=3\dfrac{30}{10} = 31030​=3.
  2. Mass: 200×(12)3=200×18=25200 \times \left(\tfrac{1}{2}\right)^3 = 200 \times \tfrac{1}{8} = 25200×(21​)3=200×81​=25 g.
  3. General model: M=200×(12)t/10M = 200 \times \left(\tfrac{1}{2}\right)^{t/10}M=200×(21​)t/10.
Worked example 7 Finding doubling time

A town’s population is 120001200012000 and grows at 5%5\%5% per year. After how many years will it double?

  1. Model: P=12000×1.05tP = 12000 \times 1.05^tP=12000×1.05t. We need P=24000P = 24000P=24000.
  2. 1.05t=21.05^t = 21.05t=2.
  3. By trial: 1.0514≈1.9801.05^{14} \approx 1.9801.0514≈1.980, 1.0515≈2.0791.05^{15} \approx 2.0791.0515≈2.079.
  4. The population doubles between year 141414 and year 151515; approximately 14.214.214.2 years.

Quick estimate: the Rule of 70 says doubling time ≈70r\approx \dfrac{70}{r}≈r70​ where rrr is the percentage rate. Here 705=14\tfrac{70}{5} = 14570​=14 years.

The Rule of 70

For any quantity growing at r%r\%r% per period, the doubling time is approximately 70r\dfrac{70}{r}r70​ periods. This is a handy mental shortcut for estimating growth.


Practice

Fluency

Tier 1: basic skills

    1. For y=7×2xy = 7 \times 2^xy=7×2x, state the initial value and the base.
    2. Evaluate y=4xy = 4^xy=4x when x=0x = 0x=0, x=1x = 1x=1, x=3x = 3x=3.
    3. State whether y=0.6xy = 0.6^xy=0.6x represents growth or decay.
    4. A quantity starts at 100100100 and increases by 20%20\%20% each year. Write the exponential model.
    5. Solve 3x=813^x = 813x=81.
    6. Solve 2x=182^x = \tfrac{1}{8}2x=81​.
    7. Solve 10x=1000010^x = 1000010x=10000.
    8. A substance has a half-life of 444 hours. If you start with 160160160 g, how much remains after 121212 hours?
Reasoning

Tier 2: mixed practice

    1. Solve 4x=644^x = 644x=64.
    2. Solve 25x=12525^x = 12525x=125.
    3. A population of 800800800 insects triples every 555 days. Write a model and find the population after 151515 days.
    4. A sample of 500500500 g has a half-life of 666 years. Find the mass after 181818 years. Write the general model.
    5. A savings account starts with $1000 and earns 8%8\%8% per year (compounded annually). Use the Rule of 70 to estimate the doubling time. Then calculate 1000×1.0891000 \times 1.08^91000×1.089 to check.
    6. Solve 2×5x=2502 \times 5^x = 2502×5x=250.
Reasoning

Tier 3: explain and apply

    1. Explain why an exponential decay function y=a×bxy = a \times b^xy=a×bx (with 0<b<10 < b < 10<b<1) never reaches zero, no matter how large xxx is.
    2. Two bacteria colonies start at the same time. Colony A has 100100100 bacteria and doubles every 222 hours. Colony B has 320032003200 bacteria and halves every 222 hours. After how many hours do they have the same population?
    3. A car worth $30000 depreciates at 12%12\%12% per year. After how many whole years is it first worth less than $10000?
    4. The mass of a radioactive isotope is modelled by M=800×(12)t/5M = 800 \times \left(\tfrac{1}{2}\right)^{t/5}M=800×(21​)t/5. Find the half-life, the mass after 202020 years, and the time when the mass first drops below 100100100 g.

Challenge

Reasoning

Harder reasoning

    1. Solve 82x+1=43x−28^{2x+1} = 4^{3x-2}82x+1=43x−2. (Hint: express both sides as powers of 222.)
    2. A lake contains 100001000010000 fish. Due to overfishing the population drops by 10%10\%10% each year, but each year 500500500 fish are also added by restocking. Write a recurrence relation and find the population after 333 years. Is the population stabilising, growing, or declining?
    3. Two investments start at the same time. Investment A is $5000 growing at 6%6\%6% p.a. Investment B is $8000 growing at 3%3\%3% p.a. After how many whole years does Investment A first exceed Investment B? (Use trial and improvement.)
Year 10 Mathematics study companion | Practice