Team:ETH Zurich/Modeling/Analytical Approximations

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
<h1> Kolmogorov-Petrovsky-Piskounov Equation </h1>
<h1> Kolmogorov-Petrovsky-Piskounov Equation </h1>
-
<p align = "justify">A reaction–diffusion equation concerning the concentration of a single molecule in one spatial dimension is known as the Kolmogorov-Petrovsky-Piskounov Equation. In our case, the equation for AHL has the following general structure:</p>
+
<p align = "justify">A reaction–diffusion equation concerning the concentration of a single molecule in one spatial dimension is known as the Kolmogorov-Petrovsky-Piskounov Equation. In our case, the equation for AHL has the following general structure:</p><br>
\begin{align}
\begin{align}
Line 12: Line 12:
\end{align}
\end{align}
 +
<br>
<p align = "justify"> We were interested in the AHL gradient that can be established by a single colony ( located at $x = 0$) on an agar plate, ending up with a less general form of the reaction-diffusion model for AHL:</p>
<p align = "justify"> We were interested in the AHL gradient that can be established by a single colony ( located at $x = 0$) on an agar plate, ending up with a less general form of the reaction-diffusion model for AHL:</p>
\begin{align}
\begin{align}
-
\frac{\partial AHL}{\partial t} = C_{agar} \cdot D_{AHL} \frac{\partial^2 AHL}{\partial x^2} +  DF \cdot (\alpha_{AHL} \cdot [LuxI]-d_{AHL,i} \cdot [AHL]) - d_{AHL,e} \cdot [AHL]
+
\frac{\partial AHL}{\partial t} = C_{agar} \cdot D_{AHL} \frac{\partial^2 AHL}{\partial x^2}  - d_{AHL,e} \cdot [AHL]
\end{align}
\end{align}
-
<p align = "justify"> Considering as boundary condition that the concentration at the mine stays constant, we have: </p>
+
<br>
 +
<p align = "justify"> As boundary condition, we considered that the concentration at the mine colony stays constant, i.e. we are assuming cells are at the steady state: </p>
\begin{align}
\begin{align}
-
[AHL](x=0) = [AHL]_{MineCell,ss}
+
[AHL](x=0,t) = [AHL]_{MineCell,ss} = \frac{\alpha_{AHL} \cdot [LuxI]_{ss}} {d_{AHL,i}}
\end{align}
\end{align}
 +
 +
<br>
 +
 +
<h1> Solution at the steady state </h1>
 +
<p align = "justify"> To solve the KPP equation for the steady state, we set to zero the time derivative: </p>
 +
 +
\begin{align}
 +
\frac{\partial AHL}{\partial t} = C_{agar} \cdot D_{AHL} \frac{\partial^2 AHL}{\partial x^2}  - d_{AHL,e} \cdot [AHL] = 0
 +
\end{align}
 +
\begin{align}
 +
\frac{\partial^2 AHL}{\partial x^2}  = \frac{d_{AHL,e} \cdot [AHL]} {C_{agar} \cdot D_{AHL}}
 +
\end{align}
 +
<br clear="all"/>
<br clear="all"/>
{{:Team:ETH_Zurich/templates/footer}}
{{:Team:ETH_Zurich/templates/footer}}

Revision as of 22:08, 25 October 2013

Header2.png
80px-Eth igem logo.png

Contents

Steady State AHL Gradient Approximation

In the reaction-diffusion model we have formalized the gradient establishment and we solved the resulting partial differential equation numerically. Now, the aim is to derive a suitable analytical approximation for a single mine colony.

Kolmogorov-Petrovsky-Piskounov Equation

A reaction–diffusion equation concerning the concentration of a single molecule in one spatial dimension is known as the Kolmogorov-Petrovsky-Piskounov Equation. In our case, the equation for AHL has the following general structure:


\begin{align} \frac{\partial AHL(x,t)}{\partial t} = Diff(AHL(x,t),x) + R(AHL(x,t)) \end{align}


We were interested in the AHL gradient that can be established by a single colony ( located at $x = 0$) on an agar plate, ending up with a less general form of the reaction-diffusion model for AHL:

\begin{align} \frac{\partial AHL}{\partial t} = C_{agar} \cdot D_{AHL} \frac{\partial^2 AHL}{\partial x^2} - d_{AHL,e} \cdot [AHL] \end{align}


As boundary condition, we considered that the concentration at the mine colony stays constant, i.e. we are assuming cells are at the steady state:

\begin{align} [AHL](x=0,t) = [AHL]_{MineCell,ss} = \frac{\alpha_{AHL} \cdot [LuxI]_{ss}} {d_{AHL,i}} \end{align}


Solution at the steady state

To solve the KPP equation for the steady state, we set to zero the time derivative:

\begin{align} \frac{\partial AHL}{\partial t} = C_{agar} \cdot D_{AHL} \frac{\partial^2 AHL}{\partial x^2} - d_{AHL,e} \cdot [AHL] = 0 \end{align} \begin{align} \frac{\partial^2 AHL}{\partial x^2} = \frac{d_{AHL,e} \cdot [AHL]} {C_{agar} \cdot D_{AHL}} \end{align}