I'm trying to solve for $z$ in the equation $$|z-a|+|z+a|=2|c|.$$ My idea is to square both sides
$$|z-a|^2+|z+a|^2+2|(z-a)(z+a)|=4|c|^2$$
Using $|z|^2=z\bar{z}$, this becomes
$$|z|^2+|a|^2+|(z-a)(z+a)|=2|c|^2$$
I'm not sure how to continue from here.