Comprehension

A bacteria sample of a certain number of bacteria is observed to grow exponentially in a given amount of time. Using the exponential growth model, the rate of growth of this sample of bacteria is calculated. The differential equation representing the growth is:

\[ \frac{dP}{dt} = kP, \] where \( P \) is the bacterial population.

Based on this, answer the following:

Question: 1

Obtain the general solution of the differential equation: \[ \frac{dP}{dt} = kP, \] and express it as an exponential function of \( t \).

Show Hint

When solving separable differential equations, always remember to integrate each variable separately and include the constant of integration. Simplify the solution to the desired form.
Updated On: Jan 13, 2026
Show Solution

Solution and Explanation

Step 1: Variable Separation
Rearrange the differential equation to isolate variables: \[ \frac{dP}{P} = k \, dt. \]
Step 2: Integration
Integrate both sides of the equation: \[ \int \frac{1}{P} \, dP = \int k \, dt. \] This yields: \[ \ln P = kt + C, \] where \( C \) represents the constant of integration.
Step 3: Exponential Form
Exponentiate both sides to remove the natural logarithm:
\[ P = e^{kt + C} = e^C \cdot e^{kt}. \] Redefine \( e^C \) as a new constant, \( C_1 \): 
\[ P = C_1 e^{kt}. \]

Was this answer helpful?
0
Question: 2

If the population of bacteria is 1000 at \( t = 0 \), and 2000 at \( t = 1 \), find the value of \( k \).

Show Hint

When solving for constants in exponential growth problems, use given boundary conditions and logarithms to simplify equations effectively.
Updated On: Jan 13, 2026
Show Solution

Solution and Explanation

Step 1: Apply the general solution. The general solution is \( P = C_1 e^{kt}. \) Given that \( P = 1000 \) at \( t = 0 \), we have \( 1000 = C_1 e^{k(0)} \), which simplifies to \( C_1 = 1000 \). The equation is then \( P = 1000 e^{kt}. \)
Step 2: Determine \( k \) by substituting values. At \( t = 1 \), \( P = 2000 \). This yields \( 2000 = 1000 e^{k(1)} \), so \( 2 = e^k \). Taking the natural logarithm of both sides gives \( k = \ln 2 \).

Was this answer helpful?
0