Fiveable

โˆซCalculus I Unit 6 Review

QR code for Calculus I practice questions

6.8 Exponential Growth and Decay

6.8 Exponential Growth and Decay

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Exponential growth and decay models describe how quantities change at a rate proportional to their current value. This idea connects directly to differential equations, making it one of the most important applications of integration in Calculus I. Whether you're modeling population growth, radioactive decay, or cooling temperatures, the underlying math is the same.

Exponential Growth Models

Applications of exponential growth

Exponential growth happens when a quantity increases at a rate proportional to its current size. The bigger it gets, the faster it grows.

The continuous exponential growth model comes from solving the differential equation dydt=ky\frac{dy}{dt} = ky, where k>0k > 0. Separating variables and integrating both sides gives:

y(t)=y0ekty(t) = y_0 e^{kt}

  • y0y_0: initial value (at t=0t = 0)
  • kk: continuous growth rate
  • tt: time

This is the form you'll use most in Calculus I. There's also a discrete version, y=a(1+r)ty = a(1 + r)^t, where rr is the growth rate per time interval, but the continuous model is what falls out of the integration naturally.

Population dynamics are a classic example. Bacteria starting at 100 cells and doubling every hour follow P(t)=100โ‹…2tP(t) = 100 \cdot 2^t. You can rewrite this in continuous form as P(t)=100โ‹…e(lnโก2)tP(t) = 100 \cdot e^{(\ln 2)t}, so the continuous growth rate is k=lnโก2โ‰ˆ0.693k = \ln 2 \approx 0.693.

Compound interest also uses exponential growth. The standard formula is:

A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}

  • PP: initial principal
  • rr: annual interest rate (decimal)
  • nn: compounding periods per year
  • tt: years

As nโ†’โˆžn \to \infty, this approaches continuous compounding: A=PertA = Pe^{rt}. This limit is a direct application of the definition of ee.

Doubling time in growth models

Doubling time is how long it takes a quantity to double. To find it, set y(td)=2y0y(t_d) = 2y_0 in the continuous model:

  1. Start with 2y0=y0ektd2y_0 = y_0 e^{k t_d}
  2. Divide both sides by y0y_0: 2=ektd2 = e^{k t_d}
  3. Take the natural log: lnโก2=ktd\ln 2 = k t_d
  4. Solve: td=lnโก2kt_d = \frac{\ln 2}{k}

A key property: doubling time is constant. It doesn't matter whether you have 100 or 10,000 of something. If kk stays the same, the time to double is always lnโก2k\frac{\ln 2}{k}.

Applications of exponential growth, Applications of Exponential and Logarithmic Functions | Boundless Algebra

Exponential Decay Models

Uses of exponential decay

Exponential decay works the same way as growth, but the rate constant is negative. The quantity shrinks at a rate proportional to its current size.

From the differential equation dydt=โˆ’ฮปy\frac{dy}{dt} = -\lambda y (where ฮป>0\lambda > 0), integration gives:

y(t)=y0eโˆ’ฮปty(t) = y_0 e^{-\lambda t}

  • y0y_0: initial amount
  • ฮป\lambda: decay constant (positive number)

There's also a discrete version, y=a(1โˆ’r)ty = a(1 - r)^t, but again, the continuous form is what you get from solving the differential equation.

Radioactive decay is the textbook example. If you start with 500 grams of a substance with decay constant ฮป=0.05ย yrโˆ’1\lambda = 0.05 \text{ yr}^{-1}, then after 10 years you have:

A(10)=500eโˆ’0.05(10)=500eโˆ’0.5โ‰ˆ303ย gramsA(10) = 500 e^{-0.05(10)} = 500 e^{-0.5} \approx 303 \text{ grams}

Newton's Law of Cooling models temperature change as exponential decay toward an ambient temperature TaT_a:

T(t)=Ta+(T0โˆ’Ta)eโˆ’ktT(t) = T_a + (T_0 - T_a)e^{-kt}

  • T0T_0: initial object temperature
  • TaT_a: surrounding (ambient) temperature
  • kk: cooling constant (positive)

The quantity that decays here isn't the temperature itself but the difference between the object's temperature and the ambient temperature. That difference shrinks exponentially toward zero, so T(t)T(t) approaches TaT_a over time.

Applications of exponential growth, Functions and Models | Boundless Calculus

Half-life in decay processes

Half-life is the time for a quantity to drop to half its value. The derivation mirrors doubling time exactly:

  1. Set 12y0=y0eโˆ’ฮปt1/2\frac{1}{2}y_0 = y_0 e^{-\lambda t_{1/2}}
  2. Divide by y0y_0: 12=eโˆ’ฮปt1/2\frac{1}{2} = e^{-\lambda t_{1/2}}
  3. Take the natural log: โˆ’lnโก2=โˆ’ฮปt1/2-\ln 2 = -\lambda t_{1/2}
  4. Solve: t1/2=lnโก2ฮปt_{1/2} = \frac{\ln 2}{\lambda}

Notice this formula looks identical to the doubling time formula, just with ฮป\lambda in place of kk. Half-life is also constant: it takes the same amount of time to go from 1000 to 500 as from 500 to 250.

Half-life is especially useful in radiometric dating. Carbon-14 has a half-life of about 5,730 years. If a sample has 25% of its original Carbon-14, that's two half-lives, so the sample is roughly 11,460 years old.

Mathematical Foundations

All exponential growth and decay models trace back to one differential equation:

dydt=ky\frac{dy}{dt} = ky

When k>0k > 0, you get growth. When k<0k < 0, you get decay. Solving it requires separation of variables:

  1. Rewrite as dyy=kโ€‰dt\frac{dy}{y} = k \, dt
  2. Integrate both sides: lnโกโˆฃyโˆฃ=kt+C\ln|y| = kt + C
  3. Exponentiate: y=ekt+C=eCโ‹…ekty = e^{kt + C} = e^C \cdot e^{kt}
  4. Since y(0)=y0y(0) = y_0, you get eC=y0e^C = y_0
  5. Final solution: y(t)=y0ekty(t) = y_0 e^{kt}

This is why the topic lives in "Applications of Integration." The exponential function is the unique function that is its own derivative (up to a constant multiple), and that property is exactly what makes it the solution here.

One practical note: if you're given data and need to find kk, take the natural log of both sides to turn the exponential relationship into a linear one. Plotting lnโก(y)\ln(y) vs. tt should give a straight line with slope kk. This technique, called linearization, makes it much easier to extract the rate constant from real-world data.

2,589 studying โ†’