What region in $\mathbb{C}$ does $\left|{z-1}\right|+\left|{z+1}\right|$ = 2 describe?

501 Views Asked by At

I have played around with this a bit and keep getting something that doesn't seem right. Perhaps I'm overlooking something. Using the definition of distance in the complex plane I transform my equation into Cartesian form and with a little bit of college algebra end up with:

y$^2$ = 0

Is that right? I noticed that if I replace the 2 by 1 or 3 in the original equation I get something different, so I think I'm just misinterpreting or failing to see something.

4

There are 4 best solutions below

0
On BEST ANSWER

It is an ellipse, where the foci are at $1$ and $-1$ and the sum of the distances to the foci is $2$.

Since the foci are $2$ apart, all the points are on the x-axis between $-1$ and $1$, and these all have $y = 0$.

1
On

Since equality holds in $$ 2 = \left|{1-z}\right|+\left|{z+1}\right| \ge \text{Re}(1-z) + \text{Re}(1+z) = 2 \, , $$ it follows that both $1-z$ and $1+z$ are non-negative real numbers, i.e. $z \in [-1, 1]$.

0
On

Suppose $|w+z|=|w|+|z|$, then $w,z$ must lie on the same ray.

If $w=0$ then this is obvious, otherwise divide through by $w$ to get $|1+s|=1 + |s|$, where $s={z\over w}$.

Squaring and expanding gives: $(1+ \operatorname{re} s)^2 + (\operatorname{im} s)^2 = 1 + 2 |s| + |s|^2$, which reduces to $\operatorname{re}s = |s|$, and hence $s = |s|$, and hence $w,z$ lie on the same ray.

Returning to the question:

Let $a=1-z,b=1+z$, then $|a+b| = 2 = |a|+|b|$, hence $a,b$ lie on the same ray. If $b=0$, then $z=-1$, otherwise $a=tb$ for some $t \ge 0$, and solving this gives $z={1-t \over 1+t}$. The range of the latter expression for $t \ge 0$ is $(-1,1]$, hence the set of $z$ solving the original equation is $[-1,1]$.

0
On

$\lvert z-1\rvert + \lvert z+1\rvert =2$

This sais: The sum of the lengths of the two line segments, from $(1,0)$ to a point $z$ and from $z$ to $(-1,0)$, is $2$.

Since the distance between $(1,0)$ and $(-1,0)$ is $2$ then the sum two line segments is exactly the length of the line segment between the end points.   This is only permissible if the point $z$ actually lies on the line segment between $(1,0)$ and $(-1,0)$.

$$z\in\big\{(x+iy): (x,y)\in \Bbb R^2, -1\leq x\leq 1, y=0\big\}$$