Questions: In a laboratory experiment, the population of bacteria in a petri dish started off at 850 and is growing exponentially at 8% per day. Write a function to represent the population of bacteria after t days, where the hourly rate of change can be found from a constant in the function. Round all coefficients in the function to four decimal places. Also, determine the percentage rate of change per hour, to the nearest hundredth of a percent.
Transcript text: In a laboratory experiment, the population of bacteria in a petri dish started off at 850 and is growing exponentially at $8 \%$ per day. Write a functionto represent the population of bacteria after $t$ days, where the hourly rate of change can be found from a constant in the function. Round all coefficients in the function to four decimal places. Also, determine the percentage rate of change per hour, to the nearest hundredth of a percent.
Solution
Solution Steps
Step 1: Initial Parameters
Let the initial population of bacteria be \( P_0 = 850 \). The daily growth rate is given as \( r = 0.08 \).
Step 2: Convert Daily Growth Rate to Hourly Growth Rate
To find the hourly growth rate, divide the daily growth rate by the number of hours in a day:
\[
\text{hourly growth rate} = \frac{r}{24} = \frac{0.08}{24} = \frac{1}{720} \approx 0.0033333
\]
Step 3: Calculate Hourly Growth Factor
The hourly growth factor can be calculated as:
\[
\text{hourly growth factor} = 1 + \text{hourly growth rate} = 1 + 0.0033333 \approx 1.0033333
\]
Step 4: Exponential Growth Formula
The population after \( t \) days can be expressed using the exponential growth formula:
\[
P(t) = P_0 \cdot (\text{hourly growth factor})^{24t}
\]
Step 5: Calculate Population After 5 Days
Substituting \( t = 5 \) into the formula:
\[
P(5) = 850 \cdot (1.0033333)^{120} \approx 1267.2078
\]
Step 6: Calculate Percentage Rate of Change Per Hour
The percentage rate of change per hour is given by:
\[
\text{percentage rate per hour} = (\text{hourly growth factor} - 1) \cdot 100 = (1.0033333 - 1) \cdot 100 \approx 0.33\%
\]
Final Answer
The function representing the population of bacteria after \( t \) days is \( P(t) = 850 \cdot (1.0033)^{24t} \) and the percentage rate of change per hour is \( \boxed{0.33\%} \).