I need to find the equation of the locus of $ z = x + iy $ which satisfies
$$ | z^* + 2i | + | z | = a $$
for some real constant $ a $, where $ z^* $ is the conjugate, $ x - iy $.
I already solved this problem by simply substituting these forms in and going through the extremely lengthy algebra (which involves expanding to an equation with 14 terms up to quartic degree) and there must be a quicker way.
Intuitively I can see that the locus equation is saying that the sum of two distances from $ 0 $ and $ 2i $ is constant, suggesting an ellipse with foci at these points. Is there a way to get to the equation from here? What about only in the special cases $ a = 4 $ and $ a = 2 $?
For reference, the equation is - verified with this plotter
$$ a^2 x^2 + (a^2 - 4)(y - 1)^2 = \frac{1}{4} a^2 (a^2 - 4). $$
Thanks for any help!
From wikipedia:
$$|z^*+2i|+|z|=a$$
$$|z-2i|+|z|=2 \left( \frac{a}{2} \right)$$
That is the foci are $(0,2)$ and $(0,0)$. The major axis is the $y$-axis.
The center of the ellipse is $(0,1)$.
$$b^2 = \left( \frac{a}{2}\right)^2-\left( \frac{2-0}{2}\right)^2=\frac{a^2-4}4 $$
Hence the equation is
$$\frac{4x^2}{a^2-4}+\frac{4(y-1)^2}{a^2}=1$$
$$4a^2x^2 + 4(a^2-4)(y-1)^2 = a^2(a^2-4)$$