How to prove that any nondegenerate critical point of a 2D Hamilotonian system is either a saddle or a center ? By definition a critical point of an autonomous system is nondegenerate if the Jacobian evaluated at this point is non-zero. Also system has a saddle if the eigenvalues of the corresponding Jacobian matrix has a positive and a negative real part; and a center if it has purely imaginary eigen values.
Any help is appreciated.
Let the Hamiltonian equations be $$ \dot{x} = \partial_p H , \ \ \dot{p}=-\partial_x H$$ If $(x_0,p_0)$ is a critical point then the linearized equations are $$ \delta \dot{x}= \partial_{px} H \; \delta x + \partial_{pp} H \; \delta p, \ \ \ \delta \dot{p}= \partial_{xx} H \; \delta x + \partial_{xp} H \; \delta p $$ In other words, $$ \left( \begin{matrix} \delta \dot{x} \\ \delta \dot{p} \end{matrix} \right) = \left( \begin{matrix} a & b \\ c & -a \end{matrix} \right) \left( \begin{matrix} \delta {x} \\ \delta {p} \end{matrix} \right) $$ The characteristic polynomial is $\lambda^2 - (a^2+bc)$ from which the conclusion follows.