3

Argue geometrically that:

$$|z-4i| + |z+4i|=10$$ is an ellipse.

I've thought about it but have no good idea. I understand these are two distances, one to $z_o=4i$ and the conjugate, but what then? Would you give me a hand?

2 Answers2

5

Hint:

An ellipse is the locus of the points such that the sum of the distances to two foci is constant. This is the geometric interpretation.


Analytically:

From $$\left|x+i\left(y+4\right)\right|+\left|x+i\left(y-4\right)\right|=10,$$ using the conjugate binomial, we have $$\left|x+i\left(y+4\right)\right|-\left|x+i\left(y-4\right)\right|=\frac{\left|x+i\left(y+4\right)\right|^2-\left|x+i\left(y-4\right)\right|^2}{10}=\frac{16y}{10}.$$

Then solving for the first term and squaring, $$x^2+\left(y+4\right)^2=\frac14\left(10+\frac{16y}{10}\right)^2$$

After simplification,

$$\frac{x^2}{9}+\frac{y^2}{25}=1.$$

3

Hint:

Recall the definition of an ellipse (in terms of a locus of points). In defining an ellipse, we fix two points, called the foci, and then define the ellipse to be the set of all points such the sum of the distances from those foci is a given constant.

In effect, then, if we call the foci $F_1,F_2$ and arbitrary points $P$, and call our given constant $c$, then the ellipse is the set of points $P$ such that

$$|\overline{PF_1}| + |\overline{PF_2}| = c$$

holds true. Granted this construction is generally done in terms of $\Bbb R^2$ but it plays out largely similarly in $\Bbb C$ in this case.

PrincessEev
  • 43,815
  • yes, but what then? I can't see what exactly the exercise needs as an answer –  May 20 '19 at 20:09
  • It largely depends on what the book/professor is looking for - it is admittedly a vague statement. I imagine it means just "appealing to your intuition as to how ellipses have been defined in terms of $\Bbb R^2$, show the same for this." In which case you'd probably end up saying something like "the foci are $4i$ and $-4i$, and the sum of the magnitudes from those two points are held constant at $10$." That's more or less how I'd approach it in any event. – PrincessEev May 20 '19 at 20:13