Ideally, I'd like to find some polar function for the orbit of a point particle that takes time as its argument, and for given boundary conditions (e.g.: initial radial velocity of particle) will give future radial displacement (etc.) in polar co-ordinates. Here's what I have for the equations of my two degrees of freedom ($r(t)$ and $\theta(t)$), using Lagrange's equation $\frac{d}{dt}\left[\frac{\partial L}{\partial\dot q_i}\right]=\frac{\partial L}{\partial q_i}$:
$$\ddot\theta r+2\dot\theta\dot r=0$$ $$\ddot r=r\dot\theta^2+\frac{GM}{r^2}$$
Does anyone know how I might go about solving these differential equations? Solutions would be helpful, especially those leaving boundary conditions as clearly expressed variables.