Given a number of circular beads of a given size strung on an ellipse with a known semi-minor axis, how can I calculate the position (let's say in Cartesian coordinates) of each bead's center?
The semi-major axis is not known, nor is the circumference, really. I initially thought the circumference was the combined diameters of the beads, but I think that would just be an approximation, especially around the apoapsis.
I would include a drawing here, but I don't have enough reputation.
Along the way, I'll probably need to calculate the semi-major axis (a) from the semi-minor (b) and the circumference. Is there an equation I can use, or do I need to solve c = 4 a E(e) by inverting the Elliptic integral?