Exponential Growth and Decay
Exponential growth and decay describe how quantities change at a rate proportional to their current value. This idea connects directly to differential equations from earlier in the course: the equation has the solution , and that solution is the foundation for everything in this section. You'll use it to model population growth, radioactive decay, compound interest, and cooling processes.
Exponential Growth and Decay
Exponential growth in real-world scenarios
The exponential growth equation is:
where:
- is the quantity at time
- is the initial value at
- is the growth rate (a positive constant)
- is the time elapsed
This equation comes from solving the differential equation , which says the rate of change of is proportional to itself. That proportionality is what makes growth "exponential" rather than linear.
Population dynamics is a classic application. If a bacteria colony starts at 500 cells and grows at a rate of per minute, you can plug into to estimate the colony size at any future time.
Compound interest uses the same structure. When interest is compounded continuously, the formula applies, where is the annual interest rate. For example, $1,000 invested at 5% compounded continuously grows to . After 10 years, that's .

Doubling time in exponential growth
Doubling time () is how long it takes a quantity to double. To find it, set and solve:
- Start with
- Divide both sides by :
- Take the natural log:
- Solve for :
Notice that doubling time depends only on , not on the initial amount. A population growing at 2% per year () has a doubling time of years. Bump that rate to 3%, and the doubling time drops to about 23.1 years. Small changes in have a big impact.
Exponential decay applications
Exponential decay uses the same model but with a negative exponent:
Here is still a positive constant, and the negative sign ensures the quantity decreases over time.
Radioactive decay is the textbook example. Carbon-14 has a decay constant of approximately per year. If a sample starts with 100 grams, the amount remaining after years is . This is the basis of carbon dating.
Newton's Law of Cooling models how an object's temperature approaches the ambient (surrounding) temperature:
- is the ambient temperature
- is the initial temperature of the object
- is the cooling rate constant
For example, if coffee at 90ยฐC is placed in a 20ยฐC room with per minute, its temperature after 5 minutes is . The quantity decays exponentially, so the object never quite reaches ambient temperature, only approaches it asymptotically.

Half-life in exponential decay
Half-life () is the time for a quantity to fall to half its value. The derivation mirrors doubling time exactly:
- Set
- Divide by :
- Take the natural log:
- Since , you get:
This is the same formula as doubling time, which makes sense: doubling time and half-life are two sides of the same relationship between and .
A few reference points that show up in problems:
- Carbon-14: years (used in archaeological dating)
- Iodine-131: days (used in medical treatments)
- Caffeine in the body: hours
Shorter half-life means faster decay and a larger . If a problem gives you the half-life, you can find by rearranging: .
Mathematical modeling and analysis
All exponential growth and decay models trace back to one differential equation:
When , you get growth. When , you get decay. The key property is that the rate of change is proportional to the current value.
Real-world growth doesn't continue exponentially forever. The logistic model accounts for this by introducing a carrying capacity , the maximum sustainable value:
In this model, growth starts out nearly exponential when is small relative to , but slows and levels off as approaches . You may or may not cover logistic growth in detail depending on your course, but it's worth knowing that pure exponential growth is an idealization that works best over short time scales or when resources are unlimited.