Let me define my question formally. Suppose we have a set of points $C = \{x_i|x_i \in \mathbb R^d, i=1,\dots, n\}$, $n>d$. The goal is to find a "center" point $x\in \mathbb R^d$, such that $$ x = \arg\min_{u\in \mathbb R^d} (\max_{x_i\in C}\|u - x_i\|^2 - \min_{x_i\in C}\|u - x_i\|^2) $$ My first thought was that $x$ must be at the center of $C$. But the mass center is the minimizer of the sum of squared distances and does not satisfy our requirement. Also, I noticed that the function to minimize is actually convex. (The objective is convex when $n=2$ and for $C>2$ it can be viewed as a pointwise maximization for ($x_i,x_j$) pairs).
So here is my question: Is there any closed-form solution for this seemingly concise problem? If not, is there any way to give a lower bound for this objective given the set of points $C$? Thanks!
This is known as the bounding sphere problem (a special case of the 1-center problem), and it does not appear to a have a closed-form solution.