How do I solve this system of differential equations?
\begin{equation} \frac{d^2x}{dt^2}+2\frac{1}{y}\frac{dx}{dt}\frac{dy}{dt}=0 \quad\quad \frac{d^2y}{dt^2}+\frac{1}{y} \left[\left(\frac{dx}{dt}\right)^2-\left(\frac{dy}{dt}\right)^2\right]=0 \end{equation}
I would also like to know if there is some resource that is just a catalogue of different types of differential equations and their solutions (without any proofs and such) just for practical use. I don't usually work with D.E.s and forgot everything.
One family of solutions is $x = c$, $y = a e^{bt}$ for constants $a,b,c$. Another is $x = a (t+b)^{1/3}$, $y = \pm a (t+b)^{1/3}/\sqrt{3}$ for constants $a,b$.