In this equation, ‘X’ means the bacteria scale, it’s the function of‘t’, time. 'Vmax' represents the possible max relative growth speed of the bacteria . 'Xmax' is the upper limit of the growth. In this function, we can find out that the instantaneous growth speed is determined by the relative growth speed, upper limit of the growth, and the instantaneous scale. With time passing by, the scale grows larger, while the speed turns down.
Difference between revisions of "Team:Nankai/Modeling"
Line 63: | Line 63: | ||
.headsection h3{ | .headsection h3{ | ||
font-size:45px; | font-size:45px; | ||
− | line-height: | + | line-height:49px; |
font-weight:normal; | font-weight:normal; | ||
color:#FFF; | color:#FFF; |
Revision as of 11:52, 15 September 2015
3 models are used to measure our project.
Bacteria scale
We use logistic equation to fit the mono-restrict factor growth of bacteria, and the bacteria scale itself is the factor.
dX/dt=Vmax*(1-X/Xmax)*X
Product scale
We assume that our product comes from two parts, one is during the growth, and the other is through their livelihood.
dP/dt=α*dX/dt+β*X
In this equation, ‘X’ and ‘t’ are the bacteria scale and time. ‘P’ means the product. We can see the familiar ‘X’ and ‘t’, that is how we base the production on the bacteria growth. 'α' and 'β' indicates the proportion of the two processes. With these parameters, we can find out when is the most important part of time in the whole fermentation process. This is quite useful, because we can decide the length of fermentation and decide the timing to do some changes.
Substrate scale
Bacteria use the provided carbon source to propagate, maintain their livelihood and synthesize the product.
dS/dt=-γ*dX/dt-δ*X-ε*dP/dt
In this equation, 'S' is the substrate, 'γ', 'δ',and 'ε' are the ratio of the three outlets. Our genetic operation is aimed to make the bacteria put more energy into the product. In a way, these parameters can show whether our strategies are effective or not.