We're supposed to solve this complex numbers equation:
$(z-1)^2+(\bar{z}-2i)^2 = 0$
I'm getting the result:
$z_{1} = \frac{1-i}{2}, z_{2} = \frac{1+i}{2}$
Others are getting the same result. However, the answers page says that the result should be:
$z_{0} = - \frac{3}{10} + \frac{3}{5}i$
Would anyone be able to give it a look and verify whether I am wrong or the answers page is wrong? Thanks.
There is no solution for the complex equation below is the proof: $(z-1)^2+(\bar{z}-2i)^2 = 0 \Rightarrow z^2+1-2z+\bar{z^2}-4-4i\bar{z}=0$ We know $z^2+\bar{z^2}=2 \Re{z^2}=2x^2-2y^2$ where $z=x+iy$ and $x$ and $y$ are real numbers. Substituting $z=x+iy$ in the complex equation we get $2x^2-2y^2-3-2(x+iy)-4i(x-iy)=0$. So both real and imaginary parts of the resultant equation must be zero. So we get: $$2x^2-2y^2-2x-4y-3=0$$ and $$-2y-4x=0 \Rightarrow y=-2x$$ Substituting $y=-2x$ into the first real equation we get $$2x^2-8x^2-2x+8x-3=0$$ or$$-6x^2+6x-3=0$$ or $$x^2-x+0.5=0$$ so $$x=\frac{1\pm i}{2}$$ which is not a real number. So there will not be any real $x$ and $y$ satisfying the complex equation. Therefore no complex $z$ satisfies the equation.