Exponential Growth and Decay Mechanics
Exponential Growth and Decay Mechanics describes situations where a quantity changes by the same percentage over equal time intervals. This is different from linear change, where the same amount is added or subtracted each time. In exponential situations, the amount of change depends on the current size of the quantity.
For example, if a population grows by 5% each year, the increase in the second year is larger than the increase in the first year, because 5% is taken from a larger amount. Likewise, if a car’s value decreases by 12% each year, the loss each year becomes smaller in dollars, even though the percent loss stays the same.
In this lesson, you will learn how to build exponential models, how to tell the difference between growth and decay, and how to distinguish between discrete compounding and continuous compounding.
1. The basic idea of exponential change
If a starting amount is multiplied by the same factor repeatedly, the model is exponential. The general form is
$$A(t)=A_0(b)^t$$where:
- \(A_0\) is the initial amount,
- \(b\) is the growth or decay factor,
- \(t\) is time or the number of periods.
If \(b>1\), the function represents exponential growth. If \(0<b<1\), it represents exponential decay.
When a quantity changes by a rate \(r\), the factor is connected to the rate by:
- Growth: \(b=1+r\)
- Decay: \(b=1-r\)
Here, \(r\) must be written as a decimal. For example:
- 8% growth means \(r=0.08\), so factor \(=1.08\)
- 15% decay means \(r=0.15\), so factor \(=0.85\)
2. Constructing exponential models
To build a model, identify two things first:
- the initial value, and
- the percentage rate of change.
Then decide whether the rate is applied at separate time intervals or continuously.
For a quantity changing by a fixed percentage each period, the model is
$$A(t)=A_0(1+r)^t \quad \text{for growth}$$ $$A(t)=A_0(1-r)^t \quad \text{for decay}$$This form is commonly used when time is counted in years, months, days, or other repeated intervals.
3. Discrete compounding
Discrete compounding means the change happens at specific intervals, such as yearly, quarterly, monthly, or daily. The amount is updated after each interval.
If a quantity starts at \(P\), grows at annual rate \(r\), and is compounded \(n\) times per year for \(t\) years, then
$$A(t)=P\left(1+\frac{r}{n}\right)^{nt}$$This formula is used often in finance, but it also applies to any repeated percentage change happening in equal steps.
In this formula:
- \(P\) = initial amount
- \(r\) = annual rate as a decimal
- \(n\) = number of compounding periods per year
- \(t\) = time in years
Here are common values of \(n\):
- \(n=1\): annually
- \(n=2\): semiannually
- \(n=4\): quarterly
- \(n=12\): monthly
- \(n=365\): daily
4. Continuous compounding
Continuous compounding means the growth happens all the time rather than at separate intervals. This uses the natural base \(e\), where \(e\approx 2.718\).
The model for continuous growth or decay is
$$A(t)=A_0e^{rt}$$where:
- \(A_0\) is the initial amount,
- \(r\) is the continuous growth or decay rate,
- \(t\) is time.
If \(r>0\), the quantity grows. If \(r<0\), the quantity decays.
This form is especially useful in science, population modeling, cooling, radioactive decay, and situations where change is happening continuously.
5. Discrete vs. continuous compounding
Both discrete and continuous models describe repeated percentage change, but they do so in slightly different ways.
- Discrete compounding: change happens at set times.
- Continuous compounding: change happens constantly.
Compare the formulas:
$$A(t)=P\left(1+\frac{r}{n}\right)^{nt} \quad \text{discrete}$$ $$A(t)=Pe^{rt} \quad \text{continuous}$$As the number of compounding periods \(n\) becomes very large, the discrete model approaches the continuous model. That is why \(e\) appears naturally in continuous growth and decay.
6. Recognizing growth and decay from the formula
You can often tell whether a model shows growth or decay just by looking at the multiplier or exponent.
- In \(A(t)=A_0(1.12)^t\), the factor \(1.12>1\), so this is growth.
- In \(A(t)=A_0(0.93)^t\), the factor is between 0 and 1, so this is decay.
- In \(A(t)=A_0e^{0.04t}\), the exponent coefficient is positive, so this is growth.
- In \(A(t)=A_0e^{-0.18t}\), the exponent coefficient is negative, so this is decay.
7. Important modeling steps
When writing an exponential model from a word description, follow this process:
- Find the initial amount.
- Convert the percent rate to a decimal.
- Decide whether the situation is growth or decay.
- Decide whether the change is discrete or continuous.
- Choose the correct formula and substitute the values.
A very common mistake is forgetting to convert a percent to a decimal. For example, 6% must be written as \(0.06\), not \(6\).
Another common mistake is using the wrong time unit. If the rate is annual, then time should usually be measured in years unless the formula has been adjusted properly.
Worked Example 1: Simple annual growth
A town has a population of 18,000 and grows by 3% each year. Write a model for the population after \(t\) years.
Step 1: Identify the initial amount.
\(A_0=18000\)
Step 2: Convert the rate to decimal form.
\(r=0.03\)
Step 3: Since this is growth, use \(1+r\).
Growth factor \(=1.03\)
Step 4: Write the model.
$$P(t)=18000(1.03)^t$$This means the population is multiplied by \(1.03\) each year.
Worked Example 2: Exponential decay
A medicine starts at 250 mg in the bloodstream and decreases by 20% each hour. Write a model and find the amount after 4 hours.
Step 1: Initial amount:
\(A_0=250\)
Step 2: Rate:
\(r=0.20\)
Step 3: Since this is decay, use \(1-r\).
Decay factor \(=0.80\)
Step 4: Write the model.
$$A(t)=250(0.80)^t$$Step 5: Find the amount after 4 hours.
$$A(4)=250(0.80)^4$$ $$A(4)=250(0.4096)=102.4$$After 4 hours, about 102.4 mg remains.
Worked Example 3: Discrete compounding with more than one period per year
An investment of $4,000 earns 6% annual interest compounded monthly. Find the amount after 3 years.
Step 1: Use the discrete compounding formula:
$$A(t)=P\left(1+\frac{r}{n}\right)^{nt}$$Step 2: Identify the values.
- \(P=4000\)
- \(r=0.06\)
- \(n=12\)
- \(t=3\)
Step 3: Substitute.
$$A(3)=4000\left(1+\frac{0.06}{12}\right)^{12\cdot 3}$$ $$A(3)=4000(1.005)^{36}$$Step 4: Evaluate.
$$A(3)\approx 4000(1.19668)=4786.72$$After 3 years, the investment is worth about $4,786.72.
Worked Example 4: Continuous compounding
An account contains $5,000 and grows continuously at a rate of 4.5% per year. Find the amount after 6 years.
Step 1: Use the continuous model:
$$A(t)=Pe^{rt}$$Step 2: Identify the values.
- \(P=5000\)
- \(r=0.045\)
- \(t=6\)
Step 3: Substitute.
$$A(6)=5000e^{0.045\cdot 6}$$ $$A(6)=5000e^{0.27}$$Step 4: Evaluate.
$$e^{0.27}\approx 1.30996$$ $$A(6)\approx 5000(1.30996)=6549.80$$After 6 years, the account contains about $6,549.80.
8. Comparing discrete and continuous growth
Suppose $5,000 grows at 4.5% for 6 years.
- Monthly compounding gives
- Continuous compounding gives
The continuously compounded amount is slightly larger, because interest is being added at every instant rather than only once per month.
9. Interpreting the parameters in context
In an exponential model, each number has a meaning.
In \(A(t)=1200(1.08)^t\):
- 1200 is the starting amount,
- 1.08 means an 8% increase each time period,
- \(t\) is the number of time periods.
In \(A(t)=900e^{-0.12t}\):
- 900 is the initial amount,
- \(-0.12\) means continuous decay at a rate of 12% per unit of time,
- \(t\) is measured in the time units used in the situation.
Understanding the meaning of each part helps you choose the correct model and explain your answer clearly.
10. Common errors to avoid
- Using the percent instead of the decimal: 7% should be \(0.07\).
- Mixing up growth and decay: growth uses \(1+r\), decay uses \(1-r\).
- Ignoring compounding frequency: monthly compounding needs \(n=12\).
- Using the wrong formula: discrete and continuous models are not the same.
- Wrong time units: if the rate is yearly, make sure time is in years unless converted.
11. Quick check for understanding
Ask yourself these questions when you see a problem:
- What is the starting amount?
- Is the quantity increasing or decreasing?
- What is the percentage rate as a decimal?
- Does the change happen in separate intervals or continuously?
- Which formula matches the situation?
Brief Summary
Exponential growth and decay occur when a quantity changes by a constant percentage over equal intervals of time. For discrete change, use formulas like \(A(t)=A_0(1+r)^t\) or $$A(t)=P\left(1+\frac{r}{n}\right)^{nt}$$. For continuous change, use \(A(t)=A_0e^{rt}\). The key is to identify the initial value, the rate, whether it is growth or decay, and whether the compounding is discrete or continuous.
Put what you read to the test
You've worked through Exponential Growth and Decay Mechanics. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.