Finding the points of intersection of two ellipses

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 6K views
Physt
Messages
48
Reaction score
1
Does anyone know where I can find an algorithm for the points of intersection of two ellipses existing with arbitrary center points and rotations and having 0, 1, 2, 3 or 4 points of intersection?
 
Physics news on Phys.org
If you have the equations of two conic sections, you can find the intersection points by finding the zeros of a 4th degree resultant (in one variable) as shown here following the paragraph starting with "For the intersections of two conics"

I havn't quality checked the linked page, but at least this method seems sound.