Problem :
Using the right Liapunov's Function V find the kind of stability of the non-linear system: $$ x'=\sin(x+y) $$
$$y'=-\sin(x-y)$$
given the Liapunov's function: $$V=x\cdot y $$
So, I don't have any experience on this type of exercices and I don't know even how to start the exercice.I know that i have to differentiate the liapunov's function $$V=x\cdot y$$ so i take :$$V'=Vx\cdot x'+Vy\cdot y'$$ but i don't find the reason and i don't know if it's right too.
I would really appreciate a thorough solution and explanation, since I've just started working on Liapunov's functions and Liapunov's stability and I have to clear my mind on them.I have to say that my dynamical's system book doesn't have problems of these types so to proceed.Thanks in advance!
First of all the $V$ you mentioned is not a Lyapunov function. Define the Lyapunov function $V(x,y)=x^2+y^2$. It is an exercise for you to verify that this is indeed a Lyapunov function for determining the stability of the point $(0,0)$.
If we consider $V(x(t),y(t))$ then this function is a function of $t$. Moreover the derivative w.r.t. $t$ is $\dot V(x(t),y(t))= \partial _x V(x(t),y(t))\cdot x'(t)+\partial_y V(x(t),y(t)) \cdot y'(t)$. Lyapunov's second theorem about stability is the following.
Let's go back to our $V$ that we have defined there. We calculate the derivative w.r.t. $t$ but do not use $t$ in our notation because that makes it a little bit messy. We just write $x$ instead of $x(t)$. \begin{align} \dot V(x,y) &= 2x \cdot x'+2y \cdot y'\\ &= 2x \sin(x+y) - 2y\sin(x-y) \end{align} Now we must find out what the sign is of this expression in a neighbourhood of $(0,0)$. A natural thing to do is to take the Taylorpolynomial of the sine function around zero, so: \begin{align} \dot V(x,y) = 2x(x+y) -2y(x-y) + O(||(x,y)||^3) = 2x^2+2y^2 + O(||(x,y)||^3) \end{align} Since $O(||(x,y)||^3)$ has a much smaller magnitude than $2x^2+2y^2$ around $(x,y)=(0,0)$ we can actually find a neighbourhood of $(0,0)$ where $\dot V$ is positive in that neighbourhood excluding $(0,0)$. So $(0,0)$ is an unstable stationary point of the given differential equation.