end3r7
- 168
- 0
Homework Statement
Find all the positive equilibria for the system of the difference equations
x(t+1) = \frac{ax(t)y(t)}{1+x(t)};<br /> <br /> y(t+1) = \frac{bx(t)y(t)}{1+y(t)}
a, b > 0.
Then determine conditions on parameters so the equilibriums are locally asymptotically stable.
Homework Equations
An equilibrium point will have corresponding eigenvalues < 1 iff |Trace(J)| < 1 + det(J) < 2,
where J is the Jacobian matrix of the system evaluated at the equilibrium point.
In this case J = \left(<br /> \begin{array}{cc}<br /> \frac{ay(t)}{1+x(t)} - \frac{ax(t)y(t)}{(1+x(t))^2} & \frac{ax(t)}{1+x(t)}\\<br /> \frac{by(t)}{1+y(t)} & \frac{bx(t)}{1+y(t)} - \frac{bx(t)y(t)}{(1+y(t))^2}<br /> \end{array}<br /> \right)<br />
The Attempt at a Solution
I found the following equilibria
(0,0) and (\frac{1+a}{ab-1},\frac{1+b}{ab-1}); ab > 1
The Jacobian Matrix evaluated at (0,0) gives me a zero matrix. So that means the trivial solution is always stable for any choice of parameters a,b, right? Or do I have to look at H.O.T.?
The Jacobian matrix for the second point is:
J = \left(<br /> \begin{array}{cc}<br /> \frac{ab-1}{ab+a} & \frac{1+a}{1+b}\\<br /> \frac{1+b}{1+a} & \frac{ab-1}{ab+b}<br /> \end{array}<br /> \right)
or, if I let x and y denote the equilibrium points
J = \left(<br /> \begin{array}{cc}<br /> \frac{1}{ay} & \frac{x}{y}\\<br /> \frac{y}{x} & \frac{1}{bx}<br /> \end{array}<br /> \right)
And since the trace is always positive, we have the following requirements
ax + by < 1 < 2aybx
Or (ab)(xy) > \frac{1}{2}
and ay + bx < 1
Does that make any sense?
If we substitute x and y back in though, we get nonsense (something like, pos number < -1).
What am I doing wrong?
Last edited: