I need to show that the equilibrium point $(0,0)$ is asymptotically stable using Liapunov function. That means I shall find some strict Liapunov function.
Its given me the non-linear system:
\begin{cases} x_1' = -x_1 -\frac{1}{3}x_1^3 - x_1^2\sin(x_2) \\ x_2' = -x_2 -\frac{1}{3}x_2^3 \end{cases}
My attempt: $V(x_1, x_2) = ax_1^2 + bx_2^2$, $a, b > 0$. I would like to determine $a$ and $b$.
Then, $V(0,0) = 0$ and $V(x_1, x_2) > 0$, for all $(x_1, x_2) \neq (0,0)$.
In order to decide if $V(x_1, x_2)$ is a strict Liapunov function, I wish that $\left<\nabla V(x_1, x_2), (x_1', x_2')\right> < 0$.
\begin{align} \left<\nabla V(x_1, x_2), (x_1', x_2')\right> &= \left<(2ax_1, 2bx_2) ( -x_1 -\frac{1}{3}x_1^3 - x_1^2\sin(x_2), -x_2 -\frac{1}{3}x_2^3)\right>\\ &= 2ax_1(-x_1 -\frac{1}{3}x_1^3 - x_1^2\sin(x_2)) + 2bx_2(-x_2 -\frac{1}{3}x_2^3) \\ &= -2a(x_1^2 + \frac{1}{3}x_1^4) -2b(x_2^2 + \frac{1}{3}x_2^2) -2ax_1^3\sin(x_2) \end{align}
I do not know what to do with the term that involves $\sin(x_2)$...