Why is ellipse convex?

1.9k Views Asked by At

Well it is, by drawing one and looking at it. But how about starting from the definition: the sum of distances to two points is constant. A more general question is to start with an $n$-ellipse (some examples here: What are curves (generalized ellipses) with more than two focal points called and how do they look like?).

Suppose $n$ points $\mathbf{p}_i$ in a two dimensional plane, define the general ellipse $E$ by $$ \sum_i^n d_i = D_0 \quad \mathrm{with} \quad d_i = |\mathbf{r}-\mathbf{p}_i|, \quad \mathbf{r} = (x,y) $$ Questions

  1. is $E$ convex?
  2. does $E$ enclose all points?
  3. if "no" to question 2, what's the value $D_0$ such that $E$ cross a point? And which point?
  4. To higher dimenions?

I know that's lots of questions, and I doubt there is existing knowledge on those questions. Could someone explain or point out some references?

Update: clarification on question 2. For the standard ellipse, when $D_0$ is very small, it does not exist. It come to existence firstly as a line segment connecting the two points---I still count this as "enclose". A point is not enclosed only if it totally falls outside of the shape.

2

There are 2 best solutions below

4
On

The ellipse $E = \{\mathbf r : \sum_i d_i(\mathbf r) = D_0\}$ is generally not a convex set in $\mathbb R^n$, but one may ask whether the filled ellipse $F = \{\mathbf r : \sum_i d_i(\mathbf r) \le D_0\}$ is convex. In fact, it always is, because

  1. $d_i(\mathbf r)=\|\mathbf r - \mathbf p_i\|$ is a convex function of $\mathbf r$,
  2. the sum of convex functions is convex, and
  3. the sublevel set of a convex function is a convex set.

However, $F$ includes the point $\mathbf p_i$ if and only if $D_0 \ge \sum_j \|\mathbf p_i - \mathbf p_j\|$. Therefore, $F$ includes all points if and only if $D_0 \ge \max_i \sum_j \|\mathbf p_i - \mathbf p_j\|$. This property does not depend on the dimensionality of the space $\mathbb R^n$.

0
On

This is an attempt at proving that the set of all points on the interior and the boundary of the general ellipse $E$ is indeed a convex set.

Define the set $S$ as follows: $$S= \left\{\mathbf{r} :\sum_i^n d_i(\mathbf{r}) \leq D\right \},$$ where $d_i(\mathbf{r})=\mid \mathbf r - \mathbf{p_i} \ \mid$, $D$ is some constant, and $\{\mathbf{p_1}, \mathbf{p_2} , ..., \mathbf{p_n}\}$ are the $n$ foci of the general ellipse $E$.

Now, we wish to prove that the set $S$ is convex. Using the definition of convexity, for any pair of elements $\mathbf{r_1}, \mathbf{r_2} \in S$, we have to show that $\lambda \mathbf{r_1}+(1-\lambda)\mathbf{r_2}$ is also in $S, 0 \leq \lambda \leq 1$. This can be done by a simple application of the Triangle-Inequality, as follows:

$$\sum_i^n d_i\left(\lambda \mathbf{r_1}+(1-\lambda)\mathbf{r_2}\right)$$ $$=\sum_i^n \mid \lambda \mathbf{r_1}+(1-\lambda)\mathbf{r_2} - \mathbf{p_i} \ \mid$$ $$=\sum_i^n \mid \lambda \mathbf{r_1} - \lambda \mathbf{p_i} + (1-\lambda) \mathbf{r_2} \ -(1-\lambda) \mathbf{p_i} \ \mid$$ $$\leq \sum_i^n \lambda \mid \mathbf{r_1} - \mathbf{p_i} \ \mid + \ (1-\lambda) \mid \mathbf{r_2} - \mathbf{p_i} \ \mid$$ $$= \lambda \sum_i^n \mid \mathbf{r_1} - \mathbf{p_i} \ \mid + \ (1-\lambda) \sum_i^n \mid \mathbf{r_2} - \mathbf{p_i} \ \mid$$ $$\leq \lambda D + (1-\lambda) D$$ $$= D.$$

Where the second last inequality follows since $\mathbf{r_1}, \mathbf{r_2}$ are elements of $S$.