| An ellipse with foci A and B is the set of points X such that
len(AX)+len(XB) = K
where K defines the "size" of the ellipse.
For our two ellipses with common focus A, we have at each intersection X
len(AX)+len(XB) = K1
len(AX)+len(XC) = K2
so len(XB) - len(XC) = K1-K2
Thus there is a hyperbola with foci B and C that passes through each
intersection.
handwaving starts here...
If the hyperbola is a straight line (K1-K2), it obviously intersects an
ellipse at most twice.
Otherwise the hyperbola curves toward one focus, and away from the other.
Suppose WLOG that it curves away from B. It seems obvious that the
hyperbola can intersect the (A,B) ellipse in at most two points, since
it's curving away from a point in the interior of the ellipse...
|