Bacteria growth model exercises
The bacteria model page explained how to develop a discrete dynamical system model based on experimental measurements of population density. In the following exercises, you can explore similar models and datasets.
Exercise 1
Following the procedure outlined in the bacteria model page, compute $B_1$, $B_2$, and $B_3$ for the following discrete dynamical systems. \begin{align*} {\rm{a.}} \hspace{2mm} B_0 & = 4 & \hspace{5mm} B_{t+1} - B_t & = 0.5 \times B_t \\ {\rm{b.}} \hspace{2mm} B_0 & = 4 & \hspace{5mm} B_{t+1} - B_t & = 0.1 \times B_t \\ {\rm{c.}} \hspace{2mm} B_0 & = 0.2 & \hspace{5mm} B_{t+1} - B_t & = 0.05 \times B_t \\ {\rm{d.}} \hspace{2mm} B_0 & = 0.2 & \hspace{5mm} B_{t+1} - B_t & = 1 \times B_t \\ {\rm{e.}} \hspace{2mm} B_0 & = 100 & \hspace{5mm} B_{t+1} - B_t & = 0.4 \times B_t \\ {\rm{f.}} \hspace{2mm} B_0 & = 100 & \hspace{5mm} B_{t+1} - B_t & = 0.01 \times B_t \end{align*}
Exercise 2
Write a solution equation for the dynamical systems of Exercise 1 similar to equation (5) of the bacteria page.
Exercise 3
When developing the linear model, observe that we plotted $B_{t+1} - B_t$ versus $B_t$. The points are $(B_0, B_1-B_0)$, $(B_1, B_2-B_1)$, etc. The second coordinate, $B_{t+1} - B_t$ is the population increase during time period $t$, given that the population at the beginning of the time period is $B_t$. Explain why the point (0,0) would be a point of this graph.
Exercise 4
Below are tables with four sets of data. For each data set, follow the steps from the bacteria growth page to fit a dynamical system to the data. The dynamical system should be of the form \[B_0 = \text{value from the table}, \hspace{1cm}\goodbreak B_{t+1} - B_t = r \times B_t.\] Find the number $r$ so that the values $B_1$, $B_2$, $B_3$, $B_4$, $B_5$ and $B_6$ computed from the dynamical system are close to the corresponding numbers in the table. Once you have calculated $r$, compute the numbers $B_1$ to $B_6$ from the dynamical system and compare your computed values with the original data.
$t$ | $B_t$ |
---|---|
0 | 1.99 |
1 | 2.68 |
2 | 3.63 |
3 | 4.89 |
4 | 6.63 |
5 | 8.93 |
6 | 12.10 |
$t$ | $B_t$ |
---|---|
0 | 0.015 |
1 | 0.021 |
2 | 0.031 |
3 | 0.040 |
4 | 0.055 |
5 | 0.075 |
6 | 0.106 |
$t$ | $B_t$ |
---|---|
0 | 22.1 |
1 | 23.4 |
2 | 26.1 |
3 | 27.5 |
4 | 30.5 |
5 | 34.4 |
6 | 36.6 |
$t$ | $B_t$ |
---|---|
0 | 287 |
1 | 331 |
2 | 375 |
3 | 450 |
4 | 534 |
5 | 619 |
6 | 718 |
To aid you in calculating the number $r$, you can use the below applet, which is similar to original bacteria applet but uses $P_t$ to indicate population size at time $t$. Enter the data and find a line close to it. Be sure that the line goes through the origin. For better control over the applet and to be able to print or save your results, we suggest downloading the applet to your computer. On the applet information page, you can find a link to the applet file and instructions for installing Geogebra.
Fitting a linear model to population change as a function of population size. In the table of the right panel, enter up to six values for the population size $P_t$ at time $t$. (In the right panel, $P_t$ is displayed as P_t.) The applet will automatically calculate the changes $P_{t+1}-P_t$ and plot the points $(P_t,P_{t+1}-P_t)$, which show the population change versus the population size at the beginning of the interval. By moving the points $A$ and $B$ (represented by the red diamonds) with the mouse, you can try to fit a line through the points and read off its slope.
Exercise 5
The bacterium V. natriegens was also grown in a growth medium with pH of 7.85. Data for that experiment is shown in the following table. Repeat the analysis demonstrated in the bacteria growth page for this data. Compare your computed relative growth rate of V. natriegens at pH 7.85 with the computed relative growth rate at pH 6.25, which we calculated to be 2/3.
Time (min) | Population Density |
---|---|
0 | 0.028 |
16 | 0.047 |
32 | 0.082 |
48 | 0.141 |
64 | 0.240 |
80 | 0.381 |
Exercise 6
What discrete dynamical system would describe the growth of an Escherichia coli population in a nutrient medium that had 250,000 E. coli cells per milliliter at the start of an experiment and one-fourth of the cells divided every 30 minutes?
Selected answers
Once you've worked out some of these exercises, you can check your work with the answers to selected problems.
Thread navigation
Elementary dynamical systems
- Previous: Developing an initial model to describe bacteria growth
- Next: Constructing a mathematical model for penicillin clearance
Math 1241, Fall 2020
- Previous: Developing an initial model to describe bacteria growth
- Next: Constructing a mathematical model for penicillin clearance
Math 201, Spring 22
Similar pages
- Developing an initial model to describe bacteria growth
- Bacteria growth model exercise answers
- Environmental carrying capacity
- Developing a logistic model to describe bacteria growth
- Harvest of natural populations
- Harvest of natural populations exercises
- Harvest of natural populations exercise answers
- The idea of a dynamical system
- An introduction to discrete dynamical systems
- Exponential growth and decay modeled by discrete dynamical systems
- More similar pages