Hello,
the formula to calculate the number of individuals given the initial population size is:
Nₜ = rᵗN₀
where Nₜ is the number of individuals at time t, N₀ is the initial number of individuals and r is the net reproductive rate. For bacteria, I reckon I can change it to:
Nₜ = μᵗN₀
where μ is the specific growth rate of a given bacterium. For Escherichia coli, I have found a value of 0.72. Now, bacteria are modeled to grow in a logistic fashion, thus I need to introduce the term 1-N/K where K is the carrying capacity of the environment. Hence, I need to convert these equations in equivalents containing the logistic term. I have found the Verhulst equation:
Nₜ₊₁ = μNₜ(1-Nₜ/K)
and the Ricker's curve:
Nₜ₊₁ = Nₜexp[μ(1-Nₜ/K)]
but these calculate the increase at the next time interval, e.g. from the beginning of the experiment to 1 hour after. However, these do not contain the term t that allows me to calculate the population expansion at any given time, for instance 24 hours after the beginning of the experiment. My questions are:
Thank you