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
- is $E$ convex?
- does $E$ enclose all points?
- if "no" to question 2, what's the value $D_0$ such that $E$ cross a point? And which point?
- 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.
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
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$.