phosgene
- 145
- 1
Homework Statement
Sketch all complex numbers z which satisfy the given condition:
|z-i|\geq|z-1|
Homework Equations
z=a+bi
|z|=\sqrt{a^{2}-b^{2}}
The Attempt at a Solution
First I find the boundary between the regions where the inequality holds and does not hold by replacing the inequality sign with an equality sign. Then I substitute z=a+bi into the equation and solve for b:
|(a+bi)-i|=|(a+bi)-1|
\sqrt{(a)^{2}+(bi-i)^{2}}=\sqrt{(a-1)^{2}-b^{2}}
a=-b
So the boundary cuts through the origin and has a slope of -1.
To find which side of the boundary the equality holds, I can plug random values from different sides of the boundary, in this case z=-1-i and z=1+i.
Doing this, I get \sqrt{-3}\geq\sqrt{3} and \sqrt{1}\geq\sqrt{-1}
What do I do from here?