so I'm starting to work on Lyapunov functions and I would like to use them to prove the stability of the null solution of the following differential equation:
$$\frac{d}{dt}\left(\begin{array}{c}x\\y\end{array}\right) = \left(\begin{array}{c}- \sin(x) - y + sin(y)\\1 - \cos(x) - y + y^2\end{array}\right)$$
I know that for an equation $\frac{dx}{dt} = Ax$ the stability of the null solution can be proved by showing that all eigenvalues of $A$ have negative real part. However I'm not sure in the case above what is $A$, because of the $cos$ and $sin$ functions inside the given matrix. Thus I was wondering if someone could help my finding this matrix, and since it will be a $2\times 1$ matrix how can I find its eigenvalues ?
Moreover this is the only method I've seen to solve this problem, but if there is any other I'm willing to try it, there is no obligation on how to solve this problem.
I'm thinking about methods like those in the following links: Stability of the null solution of system of differential equations, How to find a Lyapunov function? and How to pick a Lyapunov function and prove stability? (if they can be applied here of course).
Thanks in advance for any help, have a good day!