I have the equation $|z-i|^4=1$, and the solution needs to be in the form of $x+iy$ or $re^{i\theta}$. First I attempted this: $$|x+iy-i|^4=1$$ $$|x+i(y-1)|=1$$ $$|z|=\sqrt{x^2+y^2} \ \Rightarrow \sqrt{x^2-(y-1)^2}=1$$ $$x^2+(y-1)^2=1$$ This is a circle centered at $1$ with a radius of $1$ which makes sense. However it's not in the correct form of $x+iy$ or $re^{i\theta}$, so I thought that maybe I could do some substitution to make it so. $$z=x+iy, \ \ \ w=-i$$ $$|z+w|=1$$ $$|z|+|w|=1 $$ $$|x+iy|+|-i|=1$$ $$|x+iy|+\sqrt{-i^2}=1$$ $$|x+iy|+1=1$$ $$z=x+iy=0$$
This puts it in the right format, but I'm not sure that it makes any sense. This says that $z=0$ which isn't a circle, and the other solution shows that it should indeed be a circle. Is it possible to put the solution to the first attempt in one of the forms that it's supposed to be in?
|z+w|=1 ... |z|+|w|=1That's where it went wrong, since $|z+w| \ne |z|+|w|$ in general. – dxiv Dec 10 '17 at 01:12