I am tasked to sketch the locus of complex numbers $z$ that satisfies $$(z-2+i)^2 + (z^*-2-i)^2 + 2zz^* + 6 = 0$$ I was wondering if there’s a special trick to this question, or if this is only solvable by plugging in $z=x+iy$ ?
I noticed that the second term is the conjugate of the first, and wanted to substitute $w = z-2+i$, however this gives me a complicated expression for $zz^*$ which makes it more confusing. Is there a trick I’m missing out? Thanks!
Edit: I have already solved it through direct substitution (parabola intersecting real axis at $x=3$ and $x=-1$) but it took a good 5 minutes or so, expanding everything correctly, which seems rather long (I was attempting it under exam conditions). I was just wondering if it is possible to exploit the $w$ substitution I made in particular.
Put $z=x+yi$
The expression turns into $$[(x-2)+i(y+1)]^2+[(x-2)-i(y+1)]^2+2(x^2+y^2)+6$$ $$=2(x^2-4x+4)-2(y^2+2y+1)+2(x^2+y^2)+6$$
Which simply turns out to be $$4x^2-8x+12-4y=0$$ $$\Rightarrow y=x^2-2x+3$$
Which is clearly a parabola