System of differential equations, phase portrait

742 Views Asked by At

Consider the system of differential equations:

$$x'=-2x+y-x^3$$ $$y'=-y+x^2$$

a. Determine the fixed points. (Am I correct in thinking that to determine the fixed points, I must set x' and y'=0? I'm not sure if I am doing this right...)

$y'=-y+x^2$

$0=-y+x^2$

$y=x^2$

$x'=-2x+y-x^3$

$0=-2x+y-x^3$

$0=-2x+x^2-x^3$

$0=-x(2-x+x^2)$

so I get $x=0$ and $x=\frac{1±\sqrt{7}i}{2}$

b. Determine the nullclines and the signs of $x'$ and $y'$ in the various regions of the plane.

So I know I have to determine the fixed points to do this, which I did above (not sure if I did that correctly though) and I also need to determine their stability, right?

For stability I have to compute eigenvalues and if the real parts of both are negative, it's stable, if the real parts of one is positive it's unstable, and if one of the real parts is 0, it is L-stable/marginally stable...is this right?

I guess I am not really sure how to compute the eigenvalues in this case, so far I am only really comfortable with computing the eigenvalues when the question is already in matrix form, as opposed to these equations...so I need some guidance...

c. Sketch a rough phase portrait.

1

There are 1 best solutions below

1
On BEST ANSWER

$\qquad\qquad\qquad\qquad\qquad$ enter image description here

To prove the convergence to the unique fixed point $(0,0)$, apparent on the phase diagram above, note that $$4(x^2+y^2)'=-2(2x^2-y)^2-(4x-y)^2-5y^2\lt0,$$ for every $(x,y)\ne(0,0)$.

An interesting question about this dynamical system would be to determine an explicit equation for the curve $$x=u(y),$$ also apparent on the phase diagram above, which can be defined by the fact that the reversed dynamics $$\bar x'=2\bar x-\bar y+\bar x^3,\qquad\bar y'=\bar y-\bar x^2,$$ is such that $\bar x(t)\to-\infty$ when $t\to+\infty$ for every $(\bar x(0),\bar y(0))$ such that $\bar x(0)\lt u(\bar y(0))$, and such that $\bar x(t)\to+\infty$ when $t\to+\infty$ for every $(\bar x(0),\bar y(0))$ such that $\bar x(0)\gt u(\bar y(0))$. The function $u$ solves the differential equation $$(z-u^2(z))\cdot u'(z)=u^3(z)+2u(z)-z,$$ with initial condition $u(0)=0$.