0% found this document useful (0 votes)
106 views15 pages

Section7 4notes

The document discusses exponential growth and decay models for population changes over time. It provides background on proportional relationships and rates of change as they relate to differential equations modeling population growth or decay. Exponential growth models population increasing at a rate proportional to its current size, following the differential equation dP/dt = kP, where k is the growth rate. Exponential decay models population decreasing at a rate proportional to its current size, following dP/dt = -kP, where k is the decay rate. Sample problems demonstrate applying these models to find population sizes at given times.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views15 pages

Section7 4notes

The document discusses exponential growth and decay models for population changes over time. It provides background on proportional relationships and rates of change as they relate to differential equations modeling population growth or decay. Exponential growth models population increasing at a rate proportional to its current size, following the differential equation dP/dt = kP, where k is the growth rate. Exponential decay models population decreasing at a rate proportional to its current size, following dP/dt = -kP, where k is the decay rate. Sample problems demonstrate applying these models to find population sizes at given times.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

1

Section 7.4: Exponential Growth and Decay

Practice HW from Stewart Textbook (not to hand in)


p. 532 # 1-17 odd

In the next two sections, we examine how population growth can be modeled using
differential equations. We start with the basic exponential growth and decay models.
Before showing how these models are set up, it is good to recall some basic background
ideas from algebra and calculus.

1. A variable y is proportional to a variable x if y = k x, where k is a constant.


2. Given a function P(t), where P is a function of the time t, the rate of change of P with
dP
respect to the time t is given by = P ′(t ) .
dt
dP
3. A function P(t) is increasing over an interval if = P ′(t ) > 0 .
dt
dP
A function P(t) is decreasing over an interval if = P ′(t ) < 0 .
dt
dP
A function P(t) is neither increasing or decreasing over an interval if = P ′(t ) = 0 .
dt

The Exponential Growth Model


When a population grows exponentially, it grows at a rate that is proportional to its size
at any time t. Suppose the variable P(t) (sometimes we use just use P) represents the
population at any time t. In addition, let P0 be the initial population at time t = 0, that is,
P (0) = P0 . Then if the population grows exponentially,

(Rate of change of population at time t) = k (Current population at time t)

In mathematical terms, this can be written as

dP
= kP .
dt

Solving for k gives

1 dP
k=
P dt

The value k is known as the relative growth rate and is a constant.


2

Suppose we return to the equation

dP
= kP .
dt

We can solve this equation using separation of variables. That is,

dP
= kdt (Separate the variables)
P
1
∫ P dP = ∫ kdt (Integrate both sides)

ln P = kt + C (Apply integration formulas)


e ln|P| = e kt +C (Raise both sides to exponential function of base e)
P = e kt e C (Use inverse property e ln k = k and law of exponents b x + y = b x b y )
P (t ) = Ae kt (Use absolute value definition P = ±e C e kt and replace constant ± e C with A.)

The equation P (t ) = Ae kt represents the general solution of the differential equation.


Using the initial condition P(0) = P0 , we can find the particular solution.

P0 = P(0) = Ae k (0) (Substitute t = 0 in the equation and equate to P0 )


P0 = A(1) (Note that e k (0) = e 0 = 1)
A = P0 (Solve for A)

Hence, P (t ) = P0 e kt is the particular solution. Summarizing, we have the following:

Exponential Growth Model

The initial value problem for exponential growth

dP
= kP, P (0) = P0
dt

has particular solution

P(t ) = P0 e kt

where P0 = initial population (population you that with) at time t = 0,


k = relative growth rate that is constant
t = the time the population grows.
P(t) = what the population grows to after time t.
3

Notes[
1. When modeling a population with an exponential growth model, if the relative
growth rate k is unknown, it should be determined. This is usually done using the
known population at two particular times.
2. Exponential growth models are good predictors for small populations in large
populations with abundant resources, usually for relatively short time periods.
3. The graph of the exponential equation P(t ) = P0 e kt has the general form

P (t )

P0

Example 1: Solve a certain organism develops with a constant relative growth of 0.2554
per member per day. Suppose the organism starts on day zero with 10 members. Find the
population size after 7 days.

Solution:


4

Example 2: A population of a small city had 3000 people in the year 2000 and has grown
at a rate proportional to its size. In the year 2005 the population was 3700.
a. Find an expression for the number of people in the city t years after the year 2000.
b. Estimate the population of the city in 2006. In 2010.
c. Find the rate of growth of the population in 2006.
d. Assuming the growth continues at the same rate, when will the town have 25000
people?

Solution:
5


6

Exponential Decay
When a population decays exponentially, it decreases at a rate that is proportional to its
size at any time t. The model for exponential decay is

dP
= −kP, P(t ) = P0
dt

1 dP
Here, k = − is called the relative decay constant. Note that k > 0 since, because
P dt
dP 1 dP
the population is decreasing, < 0 and k = − ⋅ > 0 . Using separation of
dt N P dt
N
negative negative
variables in a process similar to exponential growth, it can be shown that the solution to
the initial value problem is P(t ) = P0 e − kt . Summarizing, we have the following:

Exponential Decay Model

The initial value problem for exponential decay

dP
= −kP, P(0) = P0
dt

has particular solution

P(t ) = P0 e − kt

where P0 = initial population (population you that with) at time t = 0,


k = relative decay rate that is constant. Note that k > 0.
t = the time the population decays.
P(t) = the population that is left after time t.

Notes
1. Many times the rate of decay is expressed in terms of half-life, the time it takes for
half of any given quantity to decay so that only half of its original amount remains.
2. Radioactive elements typically decay exponentially.
7

Example 3: Bismuth-210 has a half-life of 5.0 days.


a. Suppose a sample originally has a mass of 800 mg. Find a formula for the mass
remaining after t days.
b. Find the mass remaining after 30 days.
c. When is the mass reduced to 1 mg.
d. Sketch the graph of the mass function.

Solution: (Part a) Since this is an exponential decay problem, we will use the formula
P(t ) = P0 e − kt . Since we start with 800 mg, then we know that P0 = 800 . Thus the
formula becomes
P(t ) = 800e − kt

To complete the equation that models this population, we need to find the relative decay rate k.
We can use the half life of the substance to do this. The half life of Bismuth-210 is 5 days. This
says that after t = 5, the original population of 800 mg has decay to half of its original amount,
1
or (800) = 400 mg. Mathematically, since P (t ) represents that amount of population of the
2
substance left after time t, this says that P(5) = 400 . Using the decay equation, we have

400 = P(5) = 800e − k (5)

or rearranging, we have

800e −5k = 400

We must solve this equation for k. We proceed with the following steps.

400
e −5 k = (Divide by sides by 800)
800
e −5k = 0.5 (Simplify)
ln e −5k = ln(0.5) (Take ln of both sides)
− 5k ln e = ln(0.5) (Use property ln b u = u ln b)
− 5k (1) = ln(0.5) (Recall ln e = 1)
ln(0.5)
k= (Divide both sides of - 5)
−5
k ≈ 0.1386 (Use calculator and round to 4 decimail places)

Substituting k = 0.1386 and P0 = 800 gives a formula for finding the remaining mass.

P (t ) = 800e −0.1386t
(continued on next page)
8

Part b.) Using the formula P (t ) = 800e −0.1386t found in part a, we see that

Mass remaining
= P(30) = 800e −0.1386(30) = 800e −4.158 ≈ 12.5 grams
after t = 30 days

Part c.) In this problem, we want the time t it takes for the mass to have reduced down to
1 mg. That is, we want t when P(t ) = 1 . We perform the following steps using
P (t ) = 800e −0.1386t to solve for t.

1 = P(t ) = 800e −0.1386t (Set P(t ) = 1)


−0.1386t
800e =1 (Rearrange the equation)
1
e −0.1386t = (Divide both sides by 800)
800
⎛ 1 ⎞
ln e −0.1386t = ln⎜ ⎟ (Take ln of both sides)
⎝ 800 ⎠
⎛ 1 ⎞
− 0.1386t ln e = ln⎜ ⎟ (ln b u = u ln b)
⎝ 800 ⎠
⎛ 1 ⎞
− 0.1386t (1) = ln⎜ ⎟ (ln e = 1)
⎝ 800 ⎠
ln (1 / 800 )
t= (Divide both sides by - 0.1386)
− 0.1386
t ≈ 48.2 (Use calculator to approximate)

Thus, it takes approximately t = 48.2 days for the substance to decay to 1 mg.

(Continued on next page)


9

d. The following Maple commands will generate the desired graph:

> P := 800*exp(-0.1386*t);
( −0.1386 t )
P := 800 e
> plot(P, t = 0..60, color = blue, thickness = 2, view = [-
1..60, -10..1000], title = "Graph of 800e^(-0.1386t) for t
= 0..60 for Bismuth-210");


10

Example 4: Radiocarbon Dating. Scientists can determine the age of ancient objects (fossils,
for example) using radiocarbon dating. The bombardment of the upper atmosphere by cosmic
rays converts nitrogen to a radioactive isotope of carbon, 14C , with a half life of about 5730
years. Vegetation absorbs carbon dioxide through the atmosphere and animal life assimilates
14
C through food chains. When a plant or animal dies, it stops replacing its carbon and the
amount of 14C begins to decrease through radioactive decay. Therefore, the level of
radioactivity must also decay exponentially. Suppose a fossil found has about 35 % as much
14
C radioactivity as normal animals do on Earth today. Estimate the age of the fossil.

Solution:
11


12

Newton’s Law of Cooling


Newton’s Law of Cooling states that the rate of cooling of an object is proportional to the
difference between the object and its surroundings. Let T (t ) be the temperature of an
object at time t and Ts be the temperature of the surroundings (environment). Note that Ts
will we be assumed to be constant. Mathematically, Newton’s Law of Cooling can be
expressed as the following differential equation:

dT
= k (T − Ts )
dt

Suppose we let y = T − Ts . Then, taking the derivative of both sides with respect to the
dy dT dT dT dy
time t gives = −0 = (remember, Ts is constant). Substituting = and
dt dt dt dt dt
y = T − Ts into the Newton Law of cooling model gives the equation

dy
=k y.
dt

This is just the basic exponential growth model. The solution of this differential equation is

y (t ) = y 0 e kt ,

where y 0 is the initial value of y (t ) at time t = 0, that is y (0) = y 0 . We last need to


change to solution back into an equation involving the temperature T. Recall that
y (t ) = T (t ) − Ts . Using this equation, we see that y 0 = y (0) = T (0) − Ts = T0 − Ts (we use
the variable T0 to represent the initial temperature of the object at time t = 0, that is
T (0) = T0 . Substituting y (t ) = T (t ) − Ts and y 0 = T0 − Ts into y (t ) = y 0 e kt gives

T (t ) − Ts = (T0 − Ts )e kt

Solving for T (t ) gives the solution to the Newton Law of Cooling differential equation:

T (t ) = Ts + (T0 − Ts )e kt

We summarize the result as follows:


13

Newton’s Law of Cooling

The rate that the temperature T of an object that is cooling is given by the initial value
problem
dT
= k (T − Ts ), T (0) = T0 .
dt

The particular solution of this initial value problem describing the objects temperature
after a particular time t is given by

T (t ) = Ts + (T0 − Ts )e kt

where

Ts = the temperature of the surrounding environment.


T0 = the initial temperature of the object at time t = 0.
k = proportionality constant
T (t ) = the temperature of the object after time t.

We illustrate how this law works in the next example.


14

Example 5: Suppose you cool a pot of soup in a 75 0 F room. Right when you take the
soup off the stove, you measure its temperature to be 220 0 F. Suppose after 20 minutes,
the soup has cooled to 170 0 F.
a. What will be the temperature of the soup in 30 minutes.
b. Suppose you can eat the soup when it is 130 0 F. How long will it take to cool to this
temperature?
dT
Solution: (Part a) The solution to initial value problem = k (T − Ts ), T (0) = T0
dt
describing Newton’s Law of Cooling is

T (t ) = Ts + (T0 − Ts )e kt

Since the temperature of the room is 75 0 , Ts = 75 . Since the soup when taken off the stove is
220 0 , T0 = 220. Thus, the formula for describing the temperature after time t is given by
T (t ) = 75 + (220 − 75)e kt
or, when simplified,
T (t ) = 75 + 145e kt

As with any exponential model, if the proportionality constant k, is not given, we must
find it. To do this, we use the fact that after t = 20 minutes, the temperature is 170 0 .
Mathematically, this says that T (20) = 170 . We substitute this fact into the above
equation and solve for k using the following steps.

170 = T (20) = 75 + 145e k ( 20)


75 + 145e 20 k = 170 (Rearrange and clean up the resulting equation)
20 k
145e = 170 − 75 (Substract 75 from both sides)
145e 20k = 95 (Simplify)
95
e 20k = (Divide both sides by 145)
145
⎛ 95 ⎞
ln e 20k = ln⎜ ⎟ (Take ln of both sides)
⎝ 145 ⎠
⎛ 95 ⎞
20k ln e = ln⎜ ⎟ (Use property ln b u = u ln b)
⎝ 145 ⎠
⎛ 95 ⎞
20k (1) = ln⎜ ⎟ (ln e = 1)
⎝ 145 ⎠
ln(95 / 145)
k= (Divide both sides by 20 to solve for k )
20
k ≈ −0.0211 ( Use calculator)
(Continued on next page)
15

Substituting k = −0.0211 into T (t ) = 75 + 145e kt gives

T (t ) = 75 + 145e −0.0211t

Thus, we find the temperature after t = 30 substituting into this equation. Hence,

Temperature of Soup
= T (30) = 75 + 145e −0.0211(30)
after t = 30 minutes
= 75 + 145e −0.633
= 152 0 F

Part b) We want the time t it takes for the soup to cool to 130 0 , that is, the time t when
T (t ) = 130 . Taking the equation we found in part a T (t ) = 75 + 145e −0.0211t , we solve this
equation as follows:

130 = T (t ) = 75 + 145e −0.0211t


75 + 145e −0.0211t = 130 (Rearrange the resulting equation)
145e −0.0211t = 130 − 75 (Substract 75 from both sides)
145e −0.0211t = 55 (Simplify)
55
e −0.0211t = (Divide both sides by 145)
145
⎛ 55 ⎞
ln e −0.0211t = ln⎜ ⎟ (Take ln of both sides)
⎝ 145 ⎠
⎛ 55 ⎞
-0.0211t ln e = ln⎜ ⎟ (Use property ln b u = u ln b)
⎝ 145 ⎠
⎛ 55 ⎞
-0.0211t (1) = ln⎜ ⎟ (ln e = 1)
⎝ 145 ⎠
ln(55 / 145)
t= (Divide both sides by -0.0211 to solve for t )
− 0.0211
t ≈ 46 ( Use calculator)

Thus, it takes approximately t = 46 minutes for the soup to cool to 130 0 F .

You might also like