The questions are to show $|z-w|=k$ defines a circle and find the centre and radius. $|z|=x+iy$ and $|w|=a+bi$.
So what I did was substitute the complex numbers in so $|x+iy-a-bi|=k$ eventually getting to $(x-a)^2+(y-b)^2=k$. Using the general equation for a circle, you can deduce that the center of a circle $(h,k)$ would in this case be $(a,b)$ and that $k=r^2$.
However, I'm confused as to how to state the radius because of the plus-minus signs and stuff. If I were to solve for r, it would be $r=\pm\sqrt{k}$ but I don't know if that's right because the radius is just the distance from the centre so it can't be negative. I'm really stuck on what I think is probably a really easy concept so I would appreciate some help.
if $z=(x+y,i)$ and $w=(a+b,i),$ then $$\left|z-w\right|=k\ \iff \left|(x-a)+(y-b)i\right|=k\ \iff \sqrt{(x-a)^2+(y-b)^2}=k\ \iff (x-a)^2+(y-b)^2=k^2.$$
There are three careless/conceptual mistakes in the OP, all involving moduli of complex numbers; your confusion likely stems from those.
– ryang Feb 14 '21 at 11:14