I need help with the last bit of the following problem
Consider the system $$ \begin{aligned} & \dot{x}=y+a x-b x^3, \\ & \dot{y}=x^3-x, \end{aligned} $$ where $a$ and $b$ are constants and $a \neq 0$. (a) Find and classify the fixed points, and state their Poincaré indices. (b) By considering a suitable function $H(x, y)$, show that any periodic orbit $\Gamma$ satisfies $$ \oint_{\Gamma}\left(x-x^3\right)\left(a x-b x^3\right) d t=0 $$ where $x(t)$ is evaluated along the orbit. (c) Deduce that if $b / a<1$ then the second-order differential equation $$ \ddot{x}-\left(a-3 b x^2\right) \dot{x}+x-x^3=0 $$ has no periodic solutions.
I wish to answer (c). I did the previous parts successfully finding that the fixed points are $(0,0)$ (node); $(-1, a-b)$ and $(1,b-a)$ (saddles). Therefore I know that if such $\Gamma$ were to exist it must only contain the origin out of those. Now I need to seek a contradiction with $(b)$. I tried showing that the integrand is never zero, however, I do not think this is true since $x$ can be unbounded. Note that also the ode system is due to the dynamical systemsince \begin{align*} \ddot{x} =\dot{y} + (a-3bx^{2}) \dot{x} \end{align*} by def of $x$.
Question: How do I show there doesn't exist a periodic solution?