[Math] Question about the basin of attraction of the origin

basins-of-attractiondynamical systemsordinary differential equationsstability-in-odesstability-theory

Consider the system $$x'=(\epsilon x+2y)(z+1)$$
$$y'=(\epsilon y-x)(z+1)$$
$$z'=-z^3$$

(a) Show that the origin is not asymptotically stable when $\epsilon=0.$

(b) Show that when $\epsilon <0,$ the basin of attraction of the origin contains the region $z>-1.$

I did (a) showing that at least one eigenvalue of the jacobian matrix had not negative real part.

And I'm stuck in (b), I don't understand what do I have to prove?

Can someone help please?

Best Answer

Hints: Instead of considering $x^2+2y^2+z^2$ it is in fact easier to consider $z$ separately from $(x,y)$.

1) Integrate the equation for $z$ and show that $z(t)$ goes to zero as $t\rightarrow +\infty$.

2) Show that the function: $L(t)=x(t)^2+2y(t)^2$ verifies the ode: $\dot{L}(t) =-2|\epsilon| L(t) \; (z(t)+1).$

3) Integrate this ode for $L$ and show that $L(t)\rightarrow 0$ as $t\rightarrow +\infty$.

(Along the way you should also conclude that neither $L$, nor $z$ can go to infinity)