Students will learn how to solve certain differential equations and apply that knowledge to deepen their understanding of exponential growth and decay.
A population of bacteria grows at a rate proportional to its current size and doubles every 6 hours. Initially, there are 500 bacteria.
(a) Write a differential equation to model this situation.
(b) Solve the equation to find an explicit formula for \(P(t)\), the population after \(t\) hours.
(c) Find the population after 18 hours.
(a) Since growth is proportional to population: \(\frac{dP}{dt} = kP\).
(b) Separate: \(\frac{dP}{P} = k\,dt\), integrate: \(\ln|P| = kt + C\).
Exponentiate: \(P(t) = Ae^{kt}\). Using \(P(0) = 500\), \(A = 500\).
Doubling in 6 hours means \(P(6) = 1000 = 500e^{6k} \Rightarrow e^{6k} = 2 \Rightarrow k = \frac{\ln 2}{6}\).
Final formula: \(P(t) = 500e^{(\ln 2/6)t}\).
(c) For \(t = 18\): \(P(18) = 500e^{(\ln 2/6)(18)} = 500e^{3\ln 2} = 500 \cdot 2^3 = 4000\) bacteria.
A tank contains 100 liters of water with 20 grams of salt dissolved in it. Brine with a concentration of 1 gram/liter flows in at 5 liters/min, and the mixture is kept uniform and flows out at the same rate.
Let \(S(t)\) be the amount of salt in the tank (grams) at time \(t\) (minutes).
(a) Write the differential equation for \(S(t)\).
(b) Solve for \(S(t)\) given the initial condition.
(c) Find the limiting amount of salt in the tank as \(t \to \infty\).
(a) Rate in: \(5 \cdot 1 = 5\) g/min. Rate out: \(5 \cdot \frac{S}{100} = \frac{S}{20}\) g/min.
DE: \(\frac{dS}{dt} = 5 - \frac{S}{20}\).
(b) Solve: \(\frac{dS}{dt} + \frac{S}{20} = 5\). Integrating factor: \(e^{t/20}\).
Multiply: \(e^{t/20} \frac{dS}{dt} + \frac{S}{20}e^{t/20} = 5e^{t/20}\).
Integrate: \(S e^{t/20} = 100 e^{t/20} + C\).
\(S(t) = 100 + Ce^{-t/20}\). Using \(S(0) = 20\): \(20 = 100 + C \Rightarrow C = -80\).
Final: \(S(t) = 100 - 80e^{-t/20}\).
(c) As \(t \to \infty\), \(e^{-t/20} \to 0\), so \(S(t) \to 100\) grams.