I've gotten interested in describing a circle rolling on an ellipse; specifically, the curve traced out by a point on the circumference of the circle. I want a symbolic solution to the general case, radius $r$, axes $a$ and $b$. I've written nine polynomial equations in terms of various angles and lengths.
Exactly what "solution" means is subject to debate. Let $(u,v)$ be the point on the circle. Similar to the cycloid, I would like an equation for $u$ in terms of a "natural" angle in the problem. Similarly, an equation for $v$.
Perhaps it is necessary to have a differential equation, so maybe $du/dt$, $u$, and $t$, where $t$ is an angle in the problem.
I would have thought this was known, but I can't find it anywhere.


Complicated! I can't even write out the parametric equation for this kind of epicycloid. But I was able to program a picture for an ellipse with semimajor and semiminor axes of $3$ and $1$, with a circle of radius $1$ rolling outside:
It looks like a closed curve, but in fact it is not quite closed. I will try to give more details about how I made this image when I have the time, but suffice it to say, it's not something that is trivially done.