[Math] Argand diagram and minimum value

complex numbers

I'm asked to plot the following complex number inequalities, I managed to plot the second one(PS see this attached img)

  • $|z-1|\leq |z-i|$
  • $|z-(2+2i) |\leq 1$

PS help me plot the first inequality and calculate the $|z|$ for the point in this region for which $arg~z$ is least.

Any help is greatly appreciated. (Also any book/web reference to learn more about these type of questions and concepts will be of great help)

Thanks,
Arif

Best Answer

Let $z=a+ib$.

First, the two absolute values are

$$|z-1|=\sqrt{(a-1)^2+b^2} \text{ and } |z-i|=\sqrt{a^2+(b-1)^2}.$$

We have the following inequality then

$$a^2-2a+1+b^2\le a^2+b^2-2b+1$$

or

$$-2a\le -2b$$

or $$a\ge b.$$

That is, the first inequality holds for those complex numbers whose real part is greater or equal than their imaginary par.

As far as the second inequality we have

$$|z-(2+2i)|=\sqrt{(a-2)^2+(b-2)^2}.$$

So we have the following inequality

$$(a-2)^2+(b-2)^2\le 1$$

which holds inside the unit circle centered at $2+i2$.

The following two figure depicts the two regions

enter image description here

The third figure depicts the common region in red. The red line is tangent to the circle.

The angle between the tangent line and the Real axis is the smallest argument belonging to complex numbers satisfying both of the inequalities.

Further edit:

The length of the segment (the absolute value of the complex number sought) joining the origin and the tangent point is $\sqrt7$ as explained by the figure below

enter image description here

Related Question