I need to check the stability of the equilibrium point of the following system, $n \in \Bbb N$: $$ \left\{ \begin{array} \dot \dot x_1=x_2 \\ \dot x_2=-x_1^n \end{array} \right. $$
I tried using linearization, but the eigenvalues are zero, which means it's not the way to go. I also searched for a Lyapunov function, but couldn't find one. Any ideas?
Hints:
If $n$ is even it is not hard to directly show that $(0,0)$ is unstable. Consider a starting point $(-\epsilon, -\epsilon)$ for small $\epsilon >0$. Note that $x_2$ is non increasing, hence $x_2(t) \le -\epsilon$ for all $t$. What does that say about $x_1$?
If $n$ is odd, look at the function $V(x) = {1 \over n+1} x_1^{n+1} + {1 \over 2} x_2^2$.