Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

3.8 Q-22

Question Statement

In a culture, bacteria increase at a rate proportional to the number of bacteria present. If the initial number of bacteria is 200 and they double in 2 hours, find the number of bacteria present four hours later.


Background and Explanation

This is a growth problem involving exponential growth, where the rate of change of the population is proportional to the current population. The differential equation that describes this type of growth is:

dPdt=KP\frac{dP}{dt} = K P

where PP is the number of bacteria, tt is time, and KK is the growth constant. The solution involves solving this differential equation and using the given conditions to find the constant KK, and ultimately the population at any time tt.


Solution

  1. Set up the differential equation:

    The rate of growth of the bacteria is proportional to the current population. The equation is:

dPdt=KP(K>0) \frac{dP}{dt} = K P \quad (K > 0)
  1. Separate the variables:

    Rearranging the equation to separate variables gives:

1P,dP=K,dt \frac{1}{P} , dP = K , dt
  1. Integrate both sides:

    Now, integrate both sides:

1P,dP=K,dt \int \frac{1}{P} , dP = \int K , dt

The integrals give us:

lnP=Kt+C1 \ln P = Kt + C_1

Simplifying:

P=eKt+C1 P = e^{Kt + C_1}

This can be rewritten as:

P=eKteC1=CeKt(where C=eC1) P = e^{Kt} \cdot e^{C_1} = C e^{Kt} \quad \text{(where $C = e^{C_1}$)}
  1. Use the initial condition:

    We know that when t=0t = 0, P=200P = 200. Substituting this into the equation:

200=CeK(0) 200 = C e^{K(0)}

Since e0=1e^{0} = 1, we get:

200=C 200 = C

So, C=200C = 200. Therefore, the equation for PP becomes:

P=200eKt(1) P = 200 e^{Kt} \tag{1}
  1. Use the condition at t=2t = 2:

    We are told that the population doubles in 2 hours. So, when t=2t = 2, P=400P = 400. Substituting into the equation:

400=200eK(2) 400 = 200 e^{K(2)}

Divide both sides by 200:

2=e2K 2 = e^{2K}

Take the natural logarithm of both sides:

ln2=2K \ln 2 = 2K

Solve for KK:

K=12ln2 K = \frac{1}{2} \ln 2
  1. Find the number of bacteria at t=4t = 4:

    Now that we know KK, substitute it into the equation for PP:

P=200eKt P = 200 e^{Kt}

Substituting K=12ln2K = \frac{1}{2} \ln 2 and t=4t = 4:

P=200e(12ln2)4 P = 200 e^{\left(\frac{1}{2} \ln 2\right) 4}

Simplifying:

P=200e2ln2 P = 200 e^{2 \ln 2}

Using the property of logarithms elnab=abe^{\ln a^b} = a^b:

P=20022=2004=800 P = 200 \cdot 2^2 = 200 \cdot 4 = 800

Therefore, the number of bacteria after 4 hours is 800.


Key Formulas or Methods Used

  • Exponential Growth Equation: dPdt=KP\frac{dP}{dt} = K P
  • Separation of Variables: To separate PP and tt and integrate both sides.
  • Exponential Function Properties: elnab=abe^{\ln a^b} = a^b for simplifying the result.

Summary of Steps

  1. Start with the differential equation dPdt=KP\frac{dP}{dt} = K P.
  2. Separate the variables and integrate to get P=CeKtP = C e^{Kt}.
  3. Use the initial condition P=200P = 200 when t=0t = 0 to find C=200C = 200.
  4. Use the condition that the population doubles in 2 hours to find K=12ln2K = \frac{1}{2} \ln 2.
  5. Substitute KK into the equation for PP and calculate the population at t=4t = 4, which is 800.