I have the following coupled differential equations: $$m\ddot x=-\frac{x}{(x^2+y^2)^{3/2}}$$ $$m\ddot y=-\frac{y}{(x^2+y^2)^{3/2}}$$ I've tried defining $\eta=x+iy$ and multiplying the equation of $m\ddot y$ by $i$ but this didn't work due to the $x^2+y^2$ on the bottom splitting into $(x+iy)(x-iy)$. The $(x^2+y^2)^{3/2}$ on the bottom makes it seem like there isn't a nice analytic solution to this, however it just describes a radial field, so with intial velocity of $0$ it should come out with a straight line.
Any help would be appreciated, thanks.