I've got a function, $r(\theta)$, of the radius of an ellipse relative to one focus of the ellipse: $$ r(\theta) = \frac{l}{1 - e\cos \theta} $$ where $e$ is the eccentricity and $l$ is the semi-latus rectum.
I've also found an equation for the arc length from $\theta = 0$ as a function of time, $L(t)$. ($L(t)$ is a bit of a mess, so I'll leave it out unless someone wants to see it).
I'm trying to find $\theta$ as a function of $t$, so that I can use that in conjunction with my ellipse equation to find a parametric form of the ellipse, $\bigl(r(t),\,\theta(t)\bigr)$. The only way that I can think to do this is to solve the equation $$ L(t) = \int_0^t \!\sqrt{r^2 + \left(\frac{\mathrm{d}r}{\mathrm{d}\theta}\right)^2}\mathrm\;{d}\theta $$ for $\theta$. However, this is proving to be beyond both my and Mathematica's abilities. Is there a better way to get $\theta(t)$?