MHB Stable spiral but math says saddle

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Spiral Stable
Dustinsfl
Messages
2,217
Reaction score
5
At my fixed point of (1,1), I should have a stable spiral but I keep getting analytically that it is a saddle.

$$
\begin{cases} \dot{x} = x(3 - 2x - y)\\
\dot{y} = y(-5 + 5x)
\end{cases}
$$
The fixed points are $(0,0)$, $\left(\frac{3}{2},0\right)$, and $\left(1,1\right)$.
Also, the Jacobian is
$$
\mathcal{J} = \begin{pmatrix}
3 - 4x - y & -x\\
-5y & -5 + 5x
\end{pmatrix}.
$$
At $(0,0)$, we have $\mathcal{J} = \begin{pmatrix}3 & 0\\0 & -5\end{pmatrix}$; that is, $\text{tr} = -2$, $\det = -15$, and the discriminant is greater than 0.
Therefore, we have an saddle at $(0,0)$.
For $\lambda = 3$, the eigenvector is $e_1$, so when $\lambda = 5$, the eigenvector is $e_2$.At $\left(\frac{3}{2},0\right)$, we have $\mathcal{J} = \begin{pmatrix}-3 & -\frac{3}{2}\\0 & \frac{5}{2}\end{pmatrix}$; that is, $\text{tr} = -\frac{1}{2}$, $\det = -\frac{15}{2}$, and the discriminant is greater than 0.
Therefore, we have a saddle at $\left(\frac{3}{2},0\right)$.
For $\lambda = -3$, the eigenvector is $e_1$, so when $\lambda = \frac{5}{2}$, the eigenvector is $\begin{pmatrix}-\frac{3}{11}\\1\end{pmatrix}$.At $\left(1,1\right)$, we have $\mathcal{J} = \begin{pmatrix}-2 & -1\\-5 & 0\end{pmatrix}$; that is, $\text{tr} = -2$, $\det = -5$, and the discriminant is greater than 0.
Therefore, we have a saddle at $\left(1,1\right)$.
For $\lambda = i\sqrt{5}$, the eigenvector is $\begin{pmatrix}\frac{i}{\sqrt{5}}\\1\end{pmatrix}$, so when $\lambda = -i\sqrt{5}$, the eigenvector is $\begin{pmatrix}-\frac{i}{\sqrt{5}}\\1\end{pmatrix}$.

View attachment 389
It is obviously spiral. I have re-checked and done the problem three times and nothing is working out. What is going wrong?
 

Attachments

  • phasebsecond.jpg
    phasebsecond.jpg
    33.8 KB · Views: 70
Physics news on Phys.org
Check the [2,1] entry of your Jacobian matrix. I see a sign 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