Mitotic Oscillator
Based on the two-variable model in
Tyson, J.J. (1991) Modeling the cell division cycle: cdc2 and cyclin interactions. Proc. Natl. Acad. Sci., USA, 88:7328-7332
Create a Model without the event with the Model Builder
The model has two variables; we will treat the "spikey" variable u as a variable that must pass a threshold for the cell to divide
Solve for fixed point of the system
Find the Jacobian
Find the eigenvalues of the Jacobian
The eigenvalues at the fixed point are purely imaginary
Examine the Fixed point as a function of the parameters
Create model without values for the parameters and then solve for fixed point as a function of the parameter names
Fixed Point
Calculate Jacobian
Find the eigenvalues of the Jacobian
Find a formula for the eigenvalues at the fixed point as a function of the parameters
Add cell division to the model - add mass that divides on a threshold
mass grows exponentially;
event: if mass > threshold AND protein u > threshold, divide cell in half: mass -> mass/2
Load the model into the simulate and run a simulation
Created by Mathematica (February 27, 2004)