I'm trying to solve this equation algebraically.
$|z + i| < |z − i|$
The result should be:
$y<0$
My result is:
$y>ix$
I'm trying to solve this equation algebraically.
$|z + i| < |z − i|$
The result should be:
$y<0$
My result is:
$y>ix$
let $z=x+iy$ then we get $$\sqrt{x^2+(y+1)^2}<\sqrt{x^2+(y-1)^2}$$ can you solve this?
You shouldn't have any $i$'s when finding the length. Remember that $|x+iy|=\sqrt{x^2+y^2}$. $|z+i|=|x+i(y+1)|$ and $|z-i|=|x+i(y-1)|$.