A complex number is such that the absolute value of z = the absolute value of (z-3i)
(a) Show that the imaginary part of z is 2/3.
I tried squaring both sides and then I find by equating both sides, that when z = a + bi, b satisfies the equation:
b^2 -7b +9 =0 however this does not give me b = 2/3.
Let$$z_1=a+ib$$
$$z_2=z-3i=a+i(b-3)$$ By comparing Modulus of $z_1$ and $z_2$ $$|z_1|=|z_2|$$ $$a^2+b^2=a^2+(b-3)^2$$ $$a^2+b^2=a^2+b^2-6b+9$$
$$6b=9$$
$$b=\frac32$$