Team:Paris Saclay/Modeling/BacterialPopulationGrowth

From 2014.igem.org

Revision as of 23:12, 30 September 2014 by JulietteC (Talk | contribs)

Contents

Modeling of the bacterial population growth

This part aims to predict the bacterial population growth on an ellipsoidal object - a fake lemon in practice - over time.

Our work will focus on two different aspects of the bacterial population growth : first, we will study the overall growth, exprimed in concentration of bacteria, then we will have a look on the growth of a single bacterial colony, coming from one bacterium.


Overall growth

We are here considering a bacterial population uniformly spread on a surface in the euclidian space, in crowd-free conditions and with unlimited food resource.


Pure birth process

In this part, we assume that :

  • organisms do not die,
  • they develop without interacting with each other,
  • the birth rate, $\lambda$, is the same for all the organisms, regardless of their age and does not change with time.


Determininistic model

Let $N(t)$ denote the population size at time $t$.

Then in the subsequent small time interval of length $h$ the increase in population time due to a single organism is $\lambda\times h$ - i.e the rate $\times$ the time - so the increase in size due to all $N(t)$ organisms is $\lambda\times h\times N(t)$. Thus \[ N(t+h) = N(t) + \lambda h N(t) \] which on dividing both sides by h gives \[ \frac{N(t+h)-N(t)}{h} = \lambda N(t) \] Letting $h$ approach zero then yields the differential equation \[ \frac{dN(t)}{dt} = \lambda N(t) \] which integrates to give \[ N(t) = N_0 \exp{\lambda t} \] where $N_0$ denotes the initial population size at time $t=0$. This form for $N(t)$ is known as the Malthusian expression for population development, and shows that the simple rules we used rises to exponential growth.



Stochastic model

A deterministic model only give us an average solution of the problem. In order to take into account the unpredictability of biology, we need a stochastic approach. Usualy, the stochastic model converge to a limit which is similar to the deterministic model. A stochastic model is all the more pertinent as the initial bacterial population is small. It give us an array of probabilities, describing each possible state for the population at time t.

As in the deterministic model, we call $\lambda$ the birth rate : in a short time interval of length $h$ the probability that any particular cell will divide is $\lambda h$. Then for the population to be of the size $N$ at the time $t+h$, either it is of the size $n$ at time $t$ and no birth occurs in the subsequent short interval $(t,t+h)$, or else it is of size $N-1$ at time $t$ and exactly one birth occurs in $(t,t+h)$. In fact, by choosing $h$ sufficiently small we may ensure that the probability of more than one birth occuring is negligible. Since the probability of $N$ increasing to $N+1$ in $(t,t+h)$ is $(\lambda h N$, it follows that the probability of no increase in $(t,t+h)$ is $1- \lambda h N$. Similarly, the probability of $N-1$ increasing to $N$ in $(t,t+h)$ is $\lambda(N-1)h$. Thus on denoting \[ p_N(t)(t) = \mathbb{P}(population~is~of~size~N~at~time~t) \] we have \[ p_N(t+h) = p_N(t)\times\mathbb{P}(no~birth~in~(t,t+h)) + p_{N-1}(t)\times\mathbb{P}(one~birth~in~(t,t+h)) \] i.e \[ p_N(t+h) = p_N(t)\times(1-\lambda N h)+p_{N-1}(t)\times\lambda(N-1)h \] On dividing both sides by $h$ \[ \frac{p_N(t+h)-p_N(t)}{h} = - \lambda N p_N(t)+\lambda(N-1)p_{N-1}(t) \] and as he approaches zero this becomes \[ \frac{dp_N(t)}{dt} = -\lambda p_N(t)+\lambda(N-1)p_{N-1}(t) \] for $N=N_0,~N_0+1,...$.

The solution of the above give equation is \[ p_N(t) = \left( \begin{array}{c} N-1 \\ N_0-1 \end{array} \right) \e^{-\lambda N_0 t}(1-\e^{-\lambda t})^{N-N_0} \quad;\quad N=N_0, N_0+1,... \] which is the negative binomial distribution where, for conveniance, we have written $N(0)$ as $N_0$. \\ In a pratical way, this differential equation can be solved by a variety of theoretical techniques. While we are more interested here with the result than the mathematical formulae, we let the reader interested in the proo consult Bailey's book -\emph{The elements of stochastic processes}, for instance.












References:

[Bai] Norman T.J Bailey, The Elements of Stochastic Processes with Applications to the Natural Sciences, New York, Wiley (1964).



[2] Vincent Renvoizé, Physique PC-PC*, Cap Prepas, Pearson Education, 2010.