Skip to content

Exponential growth and decay

Exponential models describe quantities whose change over equal intervals is proportional to the amount present. They are used for compound interest, population growth, radioactive decay, depreciation and many other processes.

The essential distinction is:

linear change: add the same amount,exponential change: multiply by the same factor.\text{linear change: add the same amount}, \qquad \text{exponential change: multiply by the same factor}.

You should be able to:

Suppose a population increases by 8%8\% each year. After one year, 100%+8%=108%100\%+8\%=108\% of the previous population remains, so the annual multiplier is

1+8100=1.08.1+\frac{8}{100}=1.08.

If its initial value is P0P_0, then

P1=P0(1.08),P_1=P_0(1.08), P2=P0(1.08)2,P_2=P_0(1.08)^2,

and after nn years,

Pn=P0(1.08)n.\boxed{P_n=P_0(1.08)^n}.

The repeated multiplication creates an exponential model.

For a percentage rate r%r\% per interval:

growth multiplier=1+r100,\boxed{\text{growth multiplier}=1+\frac{r}{100}}, decay multiplier=1r100.\boxed{\text{decay multiplier}=1-\frac{r}{100}}.

For ordinary decay, 0<r<1000<r<100, so the multiplier lies between 00 and 11.

DescriptionMultiplier
increases by 6%6\%1.061.06
decreases by 6%6\%0.940.94
becomes 115%115\% of its value1.151.15
loses one quarter of its value0.750.75
doubles22
halves0.50.5

A quantity multiplied by a constant factor bb in each unit interval can be modelled by

Q=Abt,\boxed{Q=Ab^t},

where:

  • AA is the value when t=0t=0;
  • bb is the multiplier per unit of time;
  • b>1b>1 gives growth;
  • 0<b<10<b<1 gives decay.

Although repeated multiplication initially gives integer values of tt, the formula AbtAb^t also defines values between the recorded times. Whether that interpolation is sensible depends on the context.

A colony contains 24002400 cells and grows by 12%12\% every hour. Find the model and the predicted population after 77 hours.

The initial value is A=2400A=2400. The hourly multiplier is

b=1+12100=1.12.b=1+\frac{12}{100}=1.12.

Therefore

P=2400(1.12)t.P=2400(1.12)^t.

At t=7t=7,

P=2400(1.12)75305.63.P=2400(1.12)^7 \approx5305.63.

A cell count must be a whole number, so the model predicts approximately

5306 cells.\boxed{5306\text{ cells}}.

Do not round intermediate values. Doing so compounds the rounding error as well as the growth.

A machine is bought for £36000\pounds 36\,000 and loses 18%18\% of its value each year.

The annual multiplier is

10.18=0.82.1-0.18=0.82.

Hence its value after tt years is

V=36000(0.82)t.V=36\,000(0.82)^t.

After 55 years,

V=36000(0.82)513346.63.V=36\,000(0.82)^5 \approx13\,346.63.

The predicted value is

£13346.63.\boxed{\pounds 13\,346.63}.

The machine loses 18%18\% of its current value each year, not 18%18\% of £36000\pounds36\,000 each year. The latter would be linear depreciation.

Worked example 3: find the percentage rate

Section titled “Worked example 3: find the percentage rate”

An investment grows from £5000\pounds 5000 to £6749.29\pounds 6749.29 in 44 years at a constant annual percentage rate. Find the rate.

Let the annual multiplier be bb. Then

5000b4=6749.29.5000b^4=6749.29.

Divide by 50005000:

b4=1.349858.b^4=1.349858.

Take the positive fourth root because a financial multiplier is positive:

b=(1.349858)1/41.077884.b=(1.349858)^{1/4}\approx1.077884.

Thus the percentage growth rate is

(b1)×100%7.7884%.(b-1)\times100\%\approx7.7884\%.

So the annual rate is approximately

7.79%.\boxed{7.79\%}.

The continuous model Q=AektQ=Ae^{kt}

Section titled “The continuous model Q=AektQ=Ae^{kt}Q=Aekt”

Many processes are modelled as changing continuously rather than once per fixed interval. The standard form is

Q=Aekt,\boxed{Q=Ae^{kt}},

where A=Q(0)A=Q(0) and kk is a constant.

  • If k>0k>0, then QQ grows.
  • If k<0k<0, then QQ decays.
  • If k=0k=0, then Q=AQ=A is constant.

Since ekt>0e^{kt}>0 for every real tt, the model never becomes negative. If A>0A>0 and k<0k<0, then QQ approaches zero but never reaches zero in finite time.

The units of ktkt must cancel because an exponent has no units. Therefore, if tt is measured in years, kk has units year1\text{year}^{-1}.

For

Q=Aekt,Q=Ae^{kt},

differentiation gives

dQdt=kAekt=kQ.\frac{dQ}{dt}=kAe^{kt}=kQ.

Thus the instantaneous rate of change is proportional to the amount present. This is the defining feature of continuous exponential growth or decay.

The full construction and solution of such models is developed in differential equation models and separable differential equations.

A population is modelled by P=AektP=Ae^{kt}, where tt is measured in years. Initially the population is 32003200, and after 66 years it is 50005000. Find the model.

Use the initial condition:

P(0)=Ae0=A=3200.P(0)=Ae^0=A=3200.

So

P=3200ekt.P=3200e^{kt}.

Use P(6)=5000P(6)=5000:

5000=3200e6k.5000=3200e^{6k}.

Divide by 32003200:

e6k=2516.e^{6k}=\frac{25}{16}.

Take natural logarithms:

6k=ln(2516).6k=\ln\left(\frac{25}{16}\right).

Hence

k=16ln(2516)0.07438.k=\frac16\ln\left(\frac{25}{16}\right) \approx0.07438.

The model may be written exactly as

P=3200et6ln(25/16).\boxed{P=3200e^{\frac{t}{6}\ln(25/16)}}.

Equivalently,

P=3200(2516)t/6.\boxed{P=3200\left(\frac{25}{16}\right)^{t/6}}.

The second form makes the six year multiplier 25/1625/16 visible.

Worked example 5: find when a threshold is crossed

Section titled “Worked example 5: find when a threshold is crossed”

The mass of a substance is modelled by

m=80e0.035t,m=80e^{-0.035t},

where mm is measured in grams and tt in days. Find when the mass first falls below 3030 g.

First solve the boundary equation:

80e0.035t=30.80e^{-0.035t}=30.

Divide by 8080:

e0.035t=0.375.e^{-0.035t}=0.375.

Take natural logarithms:

0.035t=ln(0.375).-0.035t=\ln(0.375).

Therefore

t=ln(0.375)0.03528.02.t=\frac{\ln(0.375)}{-0.035} \approx28.02.

Because the model decreases continuously, the mass is below 3030 g when

t>28.02 days, approximately.\boxed{t>28.02\text{ days, approximately}}.

If observations are made only at the end of each whole day, the first such observation would be on day 2929. Always interpret the time in context.

Converting between AbtAb^t and AektAe^{kt}

Section titled “Converting between AbtAb^tAbt and AektAe^{kt}Aekt”

The two forms are algebraically equivalent when the same time unit is used:

bt=etlnb.b^t=e^{t\ln b}.

Therefore

k=lnbandb=ek.\boxed{k=\ln b} \qquad\text{and}\qquad \boxed{b=e^k}.

A quantity increases by 5%5\% per year, so

Q=A(1.05)t.Q=A(1.05)^t.

Since 1.05t=etln(1.05)1.05^t=e^{t\ln(1.05)},

Q=Aekt,k=ln(1.05)0.04879.Q=Ae^{kt}, \qquad k=\ln(1.05)\approx0.04879.

The equivalent continuous constant is approximately 0.04879 year10.04879\text{ year}^{-1}.

It is tempting to use k=0.05k=0.05, but that gives

e0.051.05127,e^{0.05}\approx1.05127,

which is about 5.127%5.127\% growth per year, not exactly 5%5\%.

For Q=AektQ=Ae^{kt} with k>0k>0, the doubling time TdT_d satisfies

AekTd=2A.Ae^{kT_d}=2A.

Cancel AA and take logarithms:

kTd=ln2.kT_d=\ln2.

Thus

Td=ln2k.\boxed{T_d=\frac{\ln2}{k}}.

For decay, it is often clearer to write Q=AeλtQ=Ae^{-\lambda t} with λ>0\lambda>0. The half life T1/2T_{1/2} satisfies

AeλT1/2=A2,Ae^{-\lambda T_{1/2}}=\frac{A}{2},

so

T1/2=ln2λ.\boxed{T_{1/2}=\frac{\ln2}{\lambda}}.

If the model is written as AektAe^{kt} with k<0k<0, then

T1/2=ln2k.\boxed{T_{1/2}=-\frac{\ln2}{k}}.

Doubling time and half life do not depend on the initial amount AA.

A radioactive sample has initial mass 120120 mg and half life 88 days. Find a model and the mass after 3030 days.

Using m=120eλtm=120e^{-\lambda t},

λ=ln28.\lambda=\frac{\ln2}{8}.

Hence

m=120e(ln2)t/8.m=120e^{-(\ln2)t/8}.

Since e(ln2)t/8=2t/8e^{-(\ln2)t/8}=2^{-t/8}, an equally useful form is

m=120(12)t/8.m=120\left(\frac12\right)^{t/8}.

At t=30t=30,

m=120(12)30/88.919.m=120\left(\frac12\right)^{30/8} \approx8.919.

Therefore

m8.92 mg.\boxed{m\approx8.92\text{ mg}}.

The exponent 30/8=3.7530/8=3.75 means that 3.753.75 half lives have elapsed.

Worked example 8: recover the half life from data

Section titled “Worked example 8: recover the half life from data”

A substance decays from 250250 g to 190190 g in 1212 hours. Assuming exponential decay, find its half life.

Let

m=250eλt.m=250e^{-\lambda t}.

At t=12t=12,

190=250e12λ.190=250e^{-12\lambda}.

Therefore

e12λ=0.76,e^{-12\lambda}=0.76,

so

12λ=ln(0.76)-12\lambda=\ln(0.76)

and

λ=ln(0.76)12.\lambda=-\frac{\ln(0.76)}{12}.

The half life is

T1/2=ln2λ=12ln2ln(0.76)30.31.T_{1/2}=\frac{\ln2}{\lambda} =\frac{12\ln2}{-\ln(0.76)} \approx30.31.

Thus the predicted half life is

30.3 hours, approximately.\boxed{30.3\text{ hours, approximately}}.

Not every exponentially changing quantity approaches zero. A model of the form

Q=L+Aekt\boxed{Q=L+Ae^{kt}}

has horizontal asymptote Q=LQ=L when k<0k<0. The difference from the limiting value is exponential:

QL=Aekt.Q-L=Ae^{kt}.

This is useful for temperature approaching room temperature, drug concentration approaching a background level, or a quantity approaching a long term equilibrium.

Worked example 9: cooling towards room temperature

Section titled “Worked example 9: cooling towards room temperature”

A drink at 90C90^\circ\text{C} is placed in a room at 20C20^\circ\text{C}. Its excess temperature above room temperature halves every 1515 minutes. Find its temperature after 4040 minutes.

It is the excess temperature, not the actual temperature, that decays exponentially. Initially,

9020=70.90-20=70.

Therefore

T20=70(12)t/15,T-20=70\left(\frac12\right)^{t/15},

so

T=20+70(12)t/15.T=20+70\left(\frac12\right)^{t/15}.

At t=40t=40,

T=20+70(12)40/1531.02.T=20+70\left(\frac12\right)^{40/15} \approx31.02.

Thus

T31.0C.\boxed{T\approx31.0^\circ\text{C}}.

The incorrect model 90(1/2)t/1590(1/2)^{t/15} tends to 0C0^\circ\text{C}. That ignores the room temperature and predicts physically inappropriate long term behaviour.

Suppose two accounts each begin with £1000\pounds1000.

  • Account L gains £50\pounds50 each year: L=1000+50tL=1000+50t.
  • Account E gains 5%5\% each year: E=1000(1.05)tE=1000(1.05)^t.

After one year both contain £1050\pounds1050. After ten years,

L=1000+50(10)=1500,L=1000+50(10)=1500,

whereas

E=1000(1.05)101628.89.E=1000(1.05)^{10}\approx1628.89.

The linear model has constant first differences. The exponential model has a constant ratio:

E(t+1)E(t)=1.05.\frac{E(t+1)}{E(t)}=1.05.

For equally spaced data, nearly constant ratios suggest an exponential model. Real data contain noise, so the ratios will rarely be exactly constant. Linearising exponential data gives a more systematic test.

An exponential formula is an assumption about reality, not a guarantee.

Writing P=500e0.2tP=500e^{0.2t} is incomplete unless the meanings and units of PP and tt are known. Changing the unit of time changes the numerical value of the growth constant.

For example, if k=0.12 year1k=0.12\text{ year}^{-1} and time in months is u=12tu=12t, then

e0.12t=e0.12(u/12)=e0.01u.e^{0.12t}=e^{0.12(u/12)}=e^{0.01u}.

The monthly constant is 0.01 month10.01\text{ month}^{-1}.

For Q=AektQ=Ae^{kt}:

Q(0)=A.Q(0)=A.

If A>0A>0 and k<0k<0, then Q0Q\to0 as tt\to\infty. If the real quantity should approach a nonzero limit, a shifted model may be needed.

Population growth may slow as resources become scarce. An asset cannot usually lose the same percentage forever while the simple model remains commercially meaningful. A medicine may be eliminated by several biological processes rather than one constant proportional rate.

A model can fit observed data well and still give poor predictions far outside the observed interval.

A model may predict 317.6317.6 people or bacteria. This is not literally possible. The decimal is the output of a continuous approximation and should be rounded appropriately when interpreted, but not during intermediate calculation.

A 23%23\% decrease gives multiplier

10.23=0.77,1-0.23=0.77,

not 0.230.23 and not 1.231.23.

Subtracting the same percentage of the original value

Section titled “Subtracting the same percentage of the original value”

Repeated percentage change acts on the current value. If QQ falls by 15%15\% per year, use

Q=Q0(0.85)t,Q=Q_0(0.85)^t,

not Q=Q00.15Q0tQ=Q_0-0.15Q_0t.

Reading kk as the exact percentage per unit time

Section titled “Reading kkk as the exact percentage per unit time”

In Q=AektQ=Ae^{kt}, the multiplier over one time unit is eke^k. The exact percentage change is

100(ek1)%.100(e^k-1)\%.

Both forms below describe decay:

Aektwith k<0,Ae^{kt}\quad\text{with }k<0, Aeλtwith λ>0.Ae^{-\lambda t}\quad\text{with }\lambda>0.

State the convention. A positive exponent with a positive constant describes growth.

If k=ln(5/3)8k=\dfrac{\ln(5/3)}{8}, retain this exact value or store the full calculator value. A rounded kk is then multiplied by tt in the exponent, so its error can become noticeable.

  1. A car worth £24000\pounds24\,000 depreciates by 14%14\% each year. Write a model and find its value after 33 years.
  2. A culture is modelled by N=600e0.18tN=600e^{0.18t}, where tt is in hours. Find its doubling time.
  3. A sample has mass 4848 g initially and 3030 g after 1010 days. Assuming m=Aektm=Ae^{kt}, find AA and kk.
  4. A medicine has half life 66 hours. What fraction of the initial amount remains after 1515 hours?
  5. A temperature is modelled by T=18+62e0.08tT=18+62e^{-0.08t}. State the initial temperature and the limiting temperature.
  6. Explain why P=2000(1.04)tP=2000(1.04)^t and P=2000ektP=2000e^{kt} describe the same model when k=ln(1.04)k=\ln(1.04).
Answers
  1. The multiplier is 0.860.86, so

    V=24000(0.86)t.V=24\,000(0.86)^t.

    Hence

    V(3)=24000(0.86)3=£15902.78V(3)=24\,000(0.86)^3=\boxed{\pounds15\,902.78}

    to the nearest penny.

  2. Set e0.18t=2e^{0.18t}=2:

    t=ln20.183.85 hours.t=\frac{\ln2}{0.18}\approx\boxed{3.85\text{ hours}}.
  3. Since m(0)=Am(0)=A, A=48A=48. Also

    30=48e10k,30=48e^{10k},

    so

    k=110ln(3048)=110ln(58)0.04700 day1.k=\frac1{10}\ln\left(\frac{30}{48}\right) =\boxed{\frac1{10}\ln\left(\frac58\right)} \approx-0.04700\text{ day}^{-1}.
  4. The number of half lives is 15/6=2.515/6=2.5, so the fraction is

    (12)2.5=1420.1768.\left(\frac12\right)^{2.5} =\boxed{\frac{1}{4\sqrt2}} \approx0.1768.
  5. Initially,

    T(0)=18+62=80.T(0)=18+62=\boxed{80}.

    As tt\to\infty, e0.08t0e^{-0.08t}\to0, so T18T\to\boxed{18}.

  6. Using ax=exlnaa^x=e^{x\ln a},

    2000(1.04)t=2000etln(1.04)=2000ekt.2000(1.04)^t =2000e^{t\ln(1.04)} =2000e^{kt}.