I have the following system of equations:
$ \begin{cases} \frac{du}{dt} = v - v^3 \,, \\ \frac{dv}{dt} = -u - u^3 \,. \end{cases} $
I'm asked to find a Lyapunov function (Lyapunov's second method) to determine the stability around the origin. Using a linearization near the origin, I have found that the eigenvalues of the Jacobian are $\pm i$ and hence, the origin is a stable center point.
I figured this means I need to find a positive definite function (that is zero in the origin) and has negative semidefinite derivative (with respect to the system).
The questions in the book $\textit{Elementary Differential Equations and Boundary Value Problems}$ by $\textit{Boyce}$ and $\textit{DiPrima}$ are usually solved by trying the polynomials $V(u,v) = au^2 + bv^2$ or $V(u,v) = au^2 + buv + cv^2$. Sometimes a change to polar coordinates is made to determine a radius in which the derivative is negative. But I can't seem to ensure a derivative that is less or equal to zero in this case, for example:
Take $V(u,v) := au^2 + bv^2$, then
$ \begin{align*} \dot V &= 2auu' + 2bvv' \\ &= 2au(v-v^3) + 2bv(-u-u^3) & \mbox{let (for example) $a=b=1$}\\ &= -2uv^3 - 2vu^3 \end{align*} $
As these are cubic terms, they may very well be positive.