$|z| < |z-2i|$
Help. I know that each of the absolute values represents a circle with a radius that is unknown. However, I do not understand how to interpret the inequality and shade the corresponding region on the diagram.
$|z| < |z-2i|$
Help. I know that each of the absolute values represents a circle with a radius that is unknown. However, I do not understand how to interpret the inequality and shade the corresponding region on the diagram.
$|z|$ does not represent a circle centered at the origin, and $|z-2i|$ does not represent a circle centered at $2i$. Instead, $|z|$ represents the distance from $z$ to $0$, and $|z-2i|$ represents the distance from $z$ to $2i$.
Your inequality asks for which points $z$ in the plane the distance to $0$ is smaller than the distance to $2i$. In other words, which points in the plane are closer to $0$ than they are to $2i$?
As the the result of the command of Mathematica 13.1
Reduce[Abs[z] < Abs[z - 2*I], z, Complexes]
Im[z]<1
shows, this is a half-plane of the complex plane.
$|z|=|z-0|$ is the distance from $z$ to $0.$ And $|z+2i|=|z-(-2i)|$ is the distance from $z$ to $-2i.$ The right bisector of the line-segment that connects $0$ to $-2i$ is the line $\{u\in\Bbb C: Im(u)=-1\}.$ And $z$ is above this line, i.e. $Im(z)>-1,$ iff $z$ is closer to $0$ than to $-2i.$