Consider the differential equation $$\dot q=\frac{\partial H}{\partial v},\ \dot v=-\frac{\partial H}{\partial q}$$ where $H(q,v)=\frac{1}{2}v^2+\frac{1}{q^4}$. Show that for every initial value there exist $c,C>0$ such that $|q(t)|\geq c$ and $|v(t)|\leq C$ for all $t$ in the interval of existence of the solution and thus that the flow is complete (every IVP has a unique solution that is defined on the whole real axis $\mathbb R$).
First, I observed that $H$ is conserved, meaning $\frac{d}{dt}H(\varphi(t))=0$ for every solution $\varphi(t)$. Also, we see that $$\dot q=\frac{\partial H}{\partial v}=v\\\dot v=- \frac{\partial H}{\partial q}=\frac{4}{q^5}$$All I can think of right now is deriving the first one and plugging it into the second one, obtaining $$\ddot q-4q^{-5}=0$$ but I can't possibly solve this equation so there's got to be something more general to do here. My problem is that I can't make any kind of statement about how monotonuous the solution is to derive some information about the limits of $q(t)$ and $v(t)$.
You can at least come to a first order differential equation by multiplying with $\dot q$ and then integration: $$\dot q \ddot q = 4 q^{-5} \dot q$$ $$\frac{d}{dt}(\frac12 \dot q^2) = \frac{d}{dt}(-q^{-4})$$ $$\dot q = \pm 2 (C-q^{-4})$$