I'm trying to factorize this: $$zz^*-4z-4z^*+12=0$$ to get this: $$|z-4|^2 - 4 = 0$$ where $z=x+yi$ is a complex number and $z^*=x-yi$ is the conjugate complex number of $z$.
I'm trying to factorise this using the completed square method but had no luck so far.
Could use some help.
\begin{align} zz^* -4z -4z^* +12 &= zz^* -4z -4z^* +16 -4\\ &= z(z^* -4) -4(z^* -4) -4\\ &= (z-4)(z^* -4) -4\\ &= (z-4)(z-4)^* -4\\ &= |z-4|^2 -4. \end{align}