Question:
Find the real part $z_1 / z_2$ if absolute value $|z_1+z_2|=|z_1-z_2|$.
I thought $z_1= a +bi$ and $z_2= c + di$ then $z_1 + z_2= (a+c) + (b+d)i $ and $z_1-z_2= (a-c)+(b-d)i$ when computing the modulus and squaring both sides I end up with: $$(a+c)^2 +(b+d)^2= (a-c)^2 +(b-d)^2$$
and I get $4ac +4bd=0$. But how do I go from there calculating the real part $z_1/z_2$?
