[Math] How to find a conserved quantity in this differential equation.

calculusdynamical systemsordinary differential equationsreal-analysis

Consider the system: $$\ddot x = x^3 -x$$
What is the method to follow to find a conserved quantity for this system?

So far what I have is:

$\dot x = y$ and $\dot y = x^3 – x$ and I can find the Jacobian of the system and find and classify fixed points.

How would I find a conserved quantity?

Best Answer

For a second order ODE the following should do the trick: $$ \ddot x = x^3 - x \\ \ddot x\dot x = (x^3 - x)\dot x = \frac d{dt} \left( \frac{x^4}4 - \frac{x^2}2 \right) \\ \frac{\dot x ^2}2 - \frac{x^4}4 + \frac{x^2}2= const. $$