Understand Kinetics Modeling Equations/Derivation

  • Thread starter Thread starter Incognition
  • Start date Start date
  • Tags Tags
    Kinetics Modeling
Incognition
Messages
8
Reaction score
0
In a paper, I encountered a system modeled by six coupled first-order differential equations like so:

\frac{dm_i}{dt}=-m_i+\frac{\alpha}{1+p^n_j}+\alpha_0

\frac{dp_i}{dt}=-\beta(p_i-m_i) , where i=1,2,3 and j=3,1,2.

According to the paper, the system has a unique steady state which becomes unstable when \frac{(\beta+1)^2}{\beta}<\frac{3X^2}{4+2X}, where X is defined X=-\frac{\alpha n p^(n-1)}{(1+p^n)^2}and p is the solution to p=\frac{\alpha}{1+p^n}+\alpha_0.

Lacking a textbook, I have had very little success in seeing how the steady state was derived. I intend to model a similar system. Can someone point me in the right way to understand these equations or show the derivation outright?

Thank you in advance.
 
Physics news on Phys.org
Finding the steady state solution (also called an "equilibrium solution") is very simple. The "steady state" solution is one that doesn't change which means that the derivatives are 0. You must have
\frac{dm_i}{dt}=-m_i+\frac{\alpha}{1+p^n_j}+\alpha_0= 0
and
\frac{dp_i}{dt}=-\beta(p_i-m_i)= 0
From the second equation, we obviously have p_i= m_i
Putting that into the second equation, we have
-p_i}+\frac{\alpha}{1+p^n_j}+\alpha_0= 0
If we let p be the function that satisfies
-p}+\frac{\alpha}{1+p^n}+\alpha_0= 0
(just the equation above with pn replaced by p)
then the steady state solution is pi(t)= mi(t)= p for all i and t.

The "hard" part is determining when the steady state solution is stable or unstable. It is stable if, when the solution is slightly off the steady state solution, it tends to go toward it, and unstable if it tends to move away. In particular, taking p to be the solution to the equation above,
if pi>p, \frac{dp_i}{dt} must be negative so the solution will tend downward toward p. Conversely, if pi< p, then the derivative must be postive. Of course, as long as the solution is not the steady state solution, we cannot assume that all the pi(t) are the same not that pi= mi. You can perhaps see from the form of the condition- a complicated equation involving X and then a complicated function defining X itself- that determining when the steady state solution is stable or unstable is not a simple problem!
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top