An ODE with Hyperbolic function as solution

56 Views Asked by At

Consider the following ODE, $$ x \ddot{x} - \dot{x}^2 - 1 = 0. $$ I can guess that the solution must be $$ x = a \cosh \left(\frac{t - b}{a} \right) $$ How to solve this ODE?