Team:Aberdeen Scotland/Bifurcation

From 2010.igem.org

(Difference between revisions)
Line 23: Line 23:
<p>There is a fixed point at x=y=0.  By observation, we can see that there are fixed points at x=0, y=2, and x=3, y=0.  Finally, by solving this system of equation, we see that there is also a fixed point at x=1 and y=1.</p>
<p>There is a fixed point at x=y=0.  By observation, we can see that there are fixed points at x=0, y=2, and x=3, y=0.  Finally, by solving this system of equation, we see that there is also a fixed point at x=1 and y=1.</p>
<h4><p>3. Evaluate the Jacobian matrix of the system at these fixed points:</p></h4>
<h4><p>3. Evaluate the Jacobian matrix of the system at these fixed points:</p></h4>
-
<p>If we label the top function <i>f1</i> and the bottom <i>f2</i>, the Jacobian matrix of the system will be of the form:</p>
+
<p>If we label the top function <i>f1</i> and the bottom <i>f2</i>, the Jacobian matrix of the system will be of the form:
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/2010/6/6e/Bistability_method3.png"/>
 +
<br>
 +
When we evaluate the Jacobian matrix for our example system of equations, we get:
 +
<br>
 +
</p>

Revision as of 13:11, 23 October 2010

University of Aberdeen - ayeSwitch - iGEM 2010

Bifurcation Analysis

The literal meaning of bifurcation is, "division into two parts, branches or aspects" (Answers). In mathematics, this 'division' is reference to when non-linear equation suddenly switches from having one solution to having multiple solution when a parameter of the system is varied. The point at which bifurcation occurs is referred to as the 'bifurcation point.' If a system is bistable it can be stable, or at rest in two distinct states.

Figure 1.This is a graphical representation of bistability. Ball 2 ban be equally 'happy' in either the 'one' or 'three' positions. Once it falls into one of these states, ball 2 will not be inclined to leave this state, hence making it a "stable state."

Why are they important?

Analysing the stability of a system is a key to the success of a project. In biological terms, bistability represents the potential for out system to switch between the expression of green and cyan fluorescent proteins. Our goal is to analyse the parameter space in order to determine which parameters are needed to allow for bistability in the system.

a bifurcation diagram has branches which define the possible states a system can rest in. By analysing the bifurcation plots, we can determine how far apart the two "branches," or stable states, are. The further apart the branches, the harder it will be to attain a switch between the two stable states, however the switch also becomes more stable with increased distance between the branches. Therefore, we want to manipulate the parameters in the system to guarantee stable bistability.

How do you analyse the stability of a system?

In order to analyse the stability of the system, we utilised XPP Auto, C programming, and MATLAB. we will attempt to detail the math behind what the programme does computationally. The process involved with general stability analysis is as follows. We have takes a simple example system that is easy to analyse in order to demonstrate the general process:

Take the following example system of two differential equations:

1. Set the differential equations to zero:

2. find the fixed points of the system of differential equations:

There is a fixed point at x=y=0. By observation, we can see that there are fixed points at x=0, y=2, and x=3, y=0. Finally, by solving this system of equation, we see that there is also a fixed point at x=1 and y=1.

3. Evaluate the Jacobian matrix of the system at these fixed points:

If we label the top function f1 and the bottom f2, the Jacobian matrix of the system will be of the form:

When we evaluate the Jacobian matrix for our example system of equations, we get: