Given $n$ points $(x_i,y_i)$ $(1\leq i\leq n)$ on the 2D plane, is there a general way to parameterize the points $(X,Y)$ on the curve introduced by the following equation?
$$\sum_{i=1}^{n} d_i^k=c$$
where $d_i$ denotes the euclidean distance between $(x_i,y_i)$ and $(X,Y)$, and $k$ is a non-negative real number, and $c$ is a constant.
It is well known that for $k=2$ (and any value of $n$) the loci of $(X,Y)$ is a circle and can be easily parameterized. Furthermore, for $k=1,n=2$ the loci is an ellipse and can be parameterized as well. However, the solution to those two cases cannot be easily extended and applied for general values of $n$ and $k$.
Any ideas would be appreciated.