Disclaimer: This title was hard to formulate. Edits welcome.
Problem:
Given foci $$F_1 = (1,0)$$ $$F_2 = (3,0)$$
of a conic section, find the equation for all points $P$ that satisfy $$|PF_1| + |PF_2| = 6$$
My attempt:
I tried going about it algebraically. Letting $$P = (x,y)$$
I formulated
$$|PF_1| = \sqrt{(\Delta x)^2 + (\Delta y)^2} = \sqrt{(x-1)^2 + y^2}$$
and likewise for $|PF_2|$ and then rewriting the above equation, but this turned out to be a mess, and even when I resorted to WolframAlpha, it turned out to be far uglier than I believe is intended.
I expect there is a more elegant solution here, but I'm not able to find it.
