Skip to content
MathAnvil
§ Algebra

Exponential Growth & Decay

§ Algebra

Exponential Growth & Decay

LK20.103 min read

Exponential growth and decay describe situations where quantities multiply by a constant factor over equal time periods. The general form y = a · bˣ captures this pattern, where a represents the initial amount, b is the growth factor, and x is the number of time periods. When b > 1, the quantity grows exponentially; when 0 < b < 1, it decays exponentially.

§ 01

Why it matters

Exponential functions model critical real-world phenomena across multiple fields. In finance, compound interest follows exponential growth — $1,000 invested at 8% annually becomes $2,159 after 10 years. Population biology relies on exponential models to predict species growth or decline. Radioactive decay in nuclear physics follows exponential patterns, with carbon-14 having a half-life of 5,730 years for archaeological dating. Medical professionals use exponential decay to calculate drug concentrations in bloodstreams. Technology adoption often follows exponential curves — smartphone users grew from 122 million in 2007 to 6.8 billion by 2023. Understanding exponential functions prepares students for advanced topics including logarithms, calculus derivatives, and differential equations. Climate science uses exponential models for atmospheric CO₂ growth, while epidemiologists apply them to disease spread patterns.

§ 02

How to solve exponential growth & decay

Exponential Growth

  • General form: y = a · bˣ, where a is the starting value and b is the growth factor.
  • If b > 1, the quantity grows; if 0 < b < 1, it decays.
  • Percent growth of r% means b = 1 + r/100.
  • To find y after x periods, substitute and evaluate.

Example: A population of 500 grows 10% per year. After 3 years: y = 500 · 1.10³ ≈ 665.5.

§ 03

Worked examples

Beginner§ 01

A bacteria colony starts with 50 bacteria and doubles every hour. How many bacteria are there after 2 hours?

Answer: 200

  1. Identify the doubling pattern 50 × 2² The colony doubles 2 times, so multiply by 2².
  2. Calculate the power 2² = 4 2 multiplied by itself 2 times is 4.
  3. Multiply by the starting amount 50 × 4 = 200 There are 200 bacteria after 2 hours.
Easy§ 02

A town has 5,000 people and grows by 25% per year. How many people live there after 2 years?

Answer: 7812

  1. Find the growth factor 1 + 25100 = 1.25 A 25% increase means multiplying by 1.25 each year.
  2. Year 1 5000 × 1.25 = 6250 After year 1 the population is 6250.
  3. Year 2 6250 × 1.25 = 7812 After year 2 the population is 7812.
  4. Verify with formula A = 5000 × 1.25² = 7812 Using A = P × (1 + r)ᵗ confirms the answer.
Medium§ 03

A car worth $300,000.00 loses 10% of its value each year. What is it worth after 4 years?

Answer: $196,830.00

  1. Find the decay factor 1 − 10100 = 0.9 Losing 10% means multiplying by 0.9 each year.
  2. Year 1 300000 × 0.9 = 270000 After year 1 the value is $270,000.00.
  3. Year 2 270000 × 0.9 = 243000 After year 2 the value is $243,000.00.
  4. Year 3 243000 × 0.9 = 218700 After year 3 the value is $218,700.00.
  5. Year 4 218700 × 0.9 = 196830 After year 4 the value is $196,830.00.
  6. Verify with formula A = 300,000 × 0.9⁴ = 196,830 Using A = P × (1 − r)ᵗ confirms the answer.
§ 04

Common mistakes

  • Confusing linear and exponential growth by adding the same amount each period instead of multiplying by the growth factor, such as calculating 100 bacteria after 3 hours of doubling as 100 + 50 + 50 + 50 = 250 instead of 100 × 2³ = 800.
  • Using the percentage rate directly as the growth factor, such as treating 15% growth as multiplying by 0.15 instead of 1.15, leading to 1,000 × 0.15³ = 3.375 instead of the correct 1,000 × 1.15³ = 1,520.875.
  • Applying the exponent to the initial value instead of the growth factor, calculating 500 bacteria doubling for 4 hours as 500⁴ × 2 = 125,000,002 instead of 500 × 2⁴ = 8,000.
§ 05

Frequently asked questions

What is the difference between exponential growth and exponential decay?
Exponential growth occurs when the growth factor b > 1, causing quantities to increase rapidly. Exponential decay happens when 0 < b < 1, causing quantities to decrease toward zero. A population growing 20% annually has b = 1.2 (growth), while radioactive material with 20% annual decay has b = 0.8 (decay).
How do you convert a percentage to a growth factor?
For growth, add the percentage to 100% then convert to decimal form. A 15% increase becomes 115% = 1.15. For decay, subtract the percentage from 100%. A 15% decrease becomes 85% = 0.85. The growth factor is what you multiply by each period.
Why does exponential growth appear curved on a graph?
Exponential functions create curved graphs because the rate of change increases proportionally to the current value. Unlike linear functions that add constant amounts, exponential functions multiply by constant factors, causing steeper slopes as values grow larger. The curve becomes nearly vertical as x increases.
What is half-life in exponential decay?
Half-life is the time required for a quantity to reduce to half its current value during exponential decay. For example, if a radioactive substance has a 10-year half-life, 100 grams becomes 50 grams after 10 years, then 25 grams after another 10 years.
How do you solve for time in exponential equations?
To find time when given initial value, final value, and growth rate, use logarithms. If 1,000 becomes 2,000 at 7% annual growth, solve 2,000 = 1,000 × 1.07ᵗ. Divide both sides by 1,000 to get 2 = 1.07ᵗ, then use logarithms: t = log(2)/log(1.07) ≈ 10.24 years.
§ 06

See also

§ 06

Related topics

Share this article