Kinsbutt
- 2
- 0
Homework Statement
Consider the system
x'=x(1-\sigma x-0.5y), y'=y(-0.75+0.25x)
where σ > 0.
[STRIKE]a) Find all of the critical points...[/STRIKE] (DONE)
b) Determine the type and stability property of each critical point. Find the value σ(1) < 1/3 where the nature of the critical point in the interior of the first quadrant changes. Describe the change that takes place in this critical point as σ passes through σ(1).
Homework Equations
<br /> J(x,y)= \left(<br /> \begin{array}{cc}<br /> F_{x} & F_{y} \\<br /> G_{x} & G_{y} \\<br /> \end{array}<br /> \right)<br />
<br /> 0=\left|<br /> \begin{array}{aa}<br /> F_{x}(x,y) -\lambda & F_{y}(x,y) \\<br /> G_{x}(x,y) & G_{y}(x,y) - \lambda \\<br /> \end{array} \right|<br />
The Attempt at a Solution
So, I found the roots easily via the solutions to the first two equations given in the problem.
(0,0), (1/σ, 0), and (3, 2-6σ).
When linearizing the equations using the Jacobian/partials, we get
<br /> J(x,y)= \left(<br /> \begin{array}{cc}<br /> 1-2\sigma x - 0.5y & -0.5x \\<br /> 0.25y & -0.75+0.25x \\<br /> \end{array}<br /> \right)<br />
Which seems to work out OK for the (0,0) critical point - it gives two eigenvalues with opposite signs, which is a saddle point, which agrees with the solution in the back of the book.
However, when moving to the second critical point, (1/σ, 0), I'm stuck. We end up with:
0=\lambda^{2} - \lambda (1- \frac{1}{4 \sigma})+ \frac{1}{4 \sigma}
\Rightarrow \lambda = \frac{\frac{1-4\sigma}{4 \sigma}\pm \sqrt{\frac{4\sigma -1}{4 \sigma}-\sigma}}{2}
(Might be a calculation error here) \Rightarrow \frac{1-4\sigma}{4\sigma}\pm i \frac{2\sigma-1}{2\sigma}
...which would give a spiral point, regardless of the value of σ. The solution for the second critical point is a saddle point for σ < 1/3, and an asymptotically stable node for σ > 1/3.
I expect my problem has somewhere to do with the local linearization of the critical points, but I have no idea where I'd begin to fix it.
If anyone has the 9th edition of the Boyce and DiPrima "Elementary Diff Eq and Boundary Value Problems", this is problem 11 from Ch. 9.5.