I have to determine the stability of the system:
$$\begin{cases}x' = xy^4 - 2x^3 - y \\ y' = 2x + 2x^2y^3 -y^7\end{cases}$$
How to fetermina what is Lyapunov function $V$ for this system?
I know that later I have to find:
$$\frac{dV}{dt} =\frac{\partial{V}}{\partial{x}}\frac{dx}{dt} + \frac{\partial{V}}{\partial{y}}\frac{dy}{dt}$$
but I can not realize how to find $V$ and where should I pay attention at.
Assume that a Lyapunov function $V$ exists then $$\dot{V} = \Big(x\dfrac{\partial V}{\partial x}-y^{3}\dfrac{\partial V}{\partial y}\Big)(y^4-2x^2)-y\dfrac{\partial V}{\partial x}+2x\dfrac{\partial V}{\partial y}$$ This suggests the function $V = x^2+\dfrac{y^2}{2}$ which is postive definite and radially unbounded. Further, we have $$\dot{V} = -(y^4-2x^2)^2$$ which is negative semi-definite. So we can conclude that the system is globally stable.