Help with C Consider the growth of a population of bacteria
Help with C.
Consider the growth of a population of bacteria. At initial time, N(0) = 0.2 bacteria. The net growth rate has a value, r = 1. Carrying capacity, K = 1. Don’t worry about the units here (you can think of them as fractions of 1000 individuals). You are going to plot out the population to the 30th day, starting at day 0. You can use a spreadsheet or your calculator and paper/pencil, or software like matlab (if you use that). There are many graphical software packages that can manage plotting this.
C) Change the net growth rate to, r = 3. What is the population on each day – plot this. Is this pattern similar to b or different? What is happening to this population? Is it reaching carrying capacity, K?
K-N(t) n(t + 1) = N (t) + rn(t)-KSolution
The population on each day is
DAYS
This pattern is different than b. (look below. ). B has a steady state after reaching the carrying capicity while the graph in c (above) is zig zag and exceeds K at few points.
The population is rapidly increasing and decreasing i.e fluctuating even greater than K at some points. it reachig K at mid points of few days and esceeding then rapidly decreasing.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

