Team:British Columbia/Modeling

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
-
<math>4 = 2</math>
 
Population dynamics:
Population dynamics:
- Modelling the population of a bacteria in a batch reactor with phage dependency
- Modelling the population of a bacteria in a batch reactor with phage dependency
 +
We've decided to use Monod substrate limited growth kinetics for to model population dynamics.
 +
 +
\begin{align}
 +
\mu = \mu_{max} \frac{S(t)}{K_s + S(t)}
 +
\end{align}
Combined Reaction Kinetics/Population Dynamics:
Combined Reaction Kinetics/Population Dynamics:
- Creating a function for product produced as a function of phage added.
- Creating a function for product produced as a function of phage added.

Revision as of 00:17, 9 August 2013

iGEM Home

Reaction Kinetics: - Modelling the production of cinnamaldehyde, vanillin and caffeine production


Population dynamics: - Modelling the population of a bacteria in a batch reactor with phage dependency

We've decided to use Monod substrate limited growth kinetics for to model population dynamics.

\begin{align} \mu = \mu_{max} \frac{S(t)}{K_s + S(t)} \end{align}


Combined Reaction Kinetics/Population Dynamics: - Creating a function for product produced as a function of phage added.