
Arturo O. answered 05/24/16
Tutor
5.0
(66)
Experienced Physics Teacher for Physics Tutoring
This is an example of a separable problem:
y(t) = population at time t
dy/dt = rate of change of population
It is given that the rate of change is proportion to the amount of bacteria present, so
dy/dt = kt where k is a constant
Separate the x and t variables;
dy/y = k dt
Integrate both sides and get:
ln(y) = kt + c where c = another constant
Take e^() on both sides and get:
y(t) = e^(kt) * e^c
Let a = e^c
Then
y(t) = a * e^(kt)
Now use the two given values to solve for the constants and k and a:
y(3) =100
y(7) = 280
100 = a * e^(3k)
280 = a * e^(7k)
Take ratio of bottom equation to top equation to eliminate a and get k:
280/100 = e^[(7-3)k] = e^(4k)
2.8 = e^(4k)
k = ln(2.8) / 4 = 0.2574
So far we have y(t) = a * e^(0.2574 t)
Now use either of the given values to find a:
y(3) = 100
100 = a * e^[(0.2574)(3)] = 2.1645 a
a = 100 / 2.1645 = 46.2
We could have also used y(7) = 280
280 = a * e^[(0.2574)(7)] = 6.0605 a, which also gives a = 46.2
Put it all together and get:
y(t) = 46.2 * e^(0.2574 t) with t in hours
Finally, we can answer the 3 questions:
(A) Rate of growth:
dy/dt = 46.2 * 0.2574 * e^(0.2574 t) = 11.8919 e^(0.2574 t)
(B) Initial amount of bacteria:
y(0) = 46.2 * e^(0) = 46.2 (which would be rounded off to 46, since there are no fractional bacteria!)
(C) Amount after 12 hours:
y(12) = 46.2 * e^(0.2574 * 12) = 1014.1 (round off to 1014)