What is exponential growth and decay?
Exponential growth and decay describe situations where a quantity increases or decreases by a fixed percentage over regular intervals of time.
-
Unlike arithmetic sequences (adding/subtracting a fixed amount), exponential changes multiply by a fixed factor.
-
These concepts appear in population growth, radioactive decay, interest rates, and more.
Step 1: The general exponential formula
The general formula for exponential change is:
y=a⋅bty = a \cdot b^t
Where:
-
y= final amount -
a= initial amount (starting value) -
b= growth/decay factor-
For growth:
b > 1 -
For decay:
0 < b < 1
-
-
t= time (or number of intervals)
Step 2: Exponential growth
-
Definition: the quantity increases over time
-
Growth factor formula:
b=1+rb = 1 + r
Where r = growth rate as a decimal
Example 1:
-
Population = 1000
-
Growth rate = 5% per year
b=1+0.05=1.05b = 1 + 0.05 = 1.05
Exponential growth formula:
y=1000⋅(1.05)ty = 1000 \cdot (1.05)^t
-
After 3 years:
y=1000⋅(1.05)3=1000⋅1.157625≈1157.63y = 1000 \cdot (1.05)^3 = 1000 \cdot 1.157625 \approx 1157.63
✅ Population after 3 years ≈ 1158
Step 3: Exponential decay
-
Definition: the quantity decreases over time
-
Decay factor formula:
b=1−rb = 1 – r
Where r = decay rate as a decimal
Example 2:
-
Radioactive substance = 200 grams
-
Decay rate = 10% per hour
b=1−0.10=0.9b = 1 – 0.10 = 0.9
Exponential decay formula:
y=200⋅(0.9)ty = 200 \cdot (0.9)^t
-
After 5 hours:
y=200⋅(0.9)5=200⋅0.59049≈118.10y = 200 \cdot (0.9)^5 = 200 \cdot 0.59049 \approx 118.10
✅ Remaining substance ≈ 118 grams
Step 4: Key points to remember
-
Growth: multiply by factor > 1
-
Decay: multiply by factor < 1
-
Always convert % to decimal: 5% → 0.05
-
Time
tmust match the interval of the growth/decay rate
Step 5: Real-life examples
| Scenario | Formula | Growth or Decay |
|---|---|---|
| Population growth | y = 1500(1.02)^t | Growth, 2% per year |
| Bank interest (compounded annually) | y = 1000(1.05)^t | Growth, 5% per year |
| Radioactive decay | y = 500(0.8)^t | Decay, 20% per hour |
| Depreciating car value | y = 20000(0.85)^t | Decay, 15% per year |
Step 6: Optional: Solving for time
Sometimes you want to know how long it takes for a quantity to reach a certain value:
y=a⋅bt⇒t=log(y/a)log(b)y = a \cdot b^t \quad \Rightarrow \quad t = \frac{\log(y/a)}{\log(b)}
Example:
-
$1000 grows by 5% annually
-
How many years to reach $2000?
2000=1000⋅1.05t2000 = 1000 \cdot 1.05^t 2=1.05t2 = 1.05^t t=log(2)log(1.05)≈0.30100.0212≈14.2t = \frac{\log(2)}{\log(1.05)} \approx \frac{0.3010}{0.0212} \approx 14.2
✅ About 14.2 years
Step 7: Common mistakes
-
❌ Forgetting to convert percentages to decimals
-
❌ Using the wrong formula for growth vs decay
-
❌ Mixing units of time with the rate period
-
❌ Forgetting parentheses in calculations like
b^t
Summary
-
Exponential growth:
y = a(1+r)^t -
Exponential decay:
y = a(1-r)^t -
Multiply by factor each interval, not add/subtract
-
Found everywhere in finance, science, and everyday life