Find locus of all points that its sum of squares of distance between them and point $A(x_A,y_A)$ and $B(x_B,y_B)$ equals to $k$.
We know that all the points that their sum of distances between them and two points are equal to $k$, form an oval. But this question is about sum of "square of distances", not sum of distances.
Equation of all points in this locus is :
$(x-x_A)^2 + (y-y_A)^2 + (x-x_B)^2 + (y-y_B)^2 = k$
I replaced $x_A,y_A,x_B$ and $y_B$ and $k$ with numbers and drew the graph, and noticed that it is still an oval! Why does this happen? And how to calculate the center of this?
Sorry for bad English.

The equation of all points of this locus is :
$(x-x_A)^2+(y-y_A)^2+(x-x_B)^2+(y-y_B)^2=k\;\;,$
$2x^2\!+\!2y^2\!-\!2(x_A\!+\!x_B)x\!-\!2(y_A\!+\!y_B)y\!+\!x_A^2\!+\!y_A^2\!+\!x_B^2\!+\!y_B^2\!=\!k\;,$
$x^2\!+\!y^2\!-\!(x_A\!+\!x_B)x\!-\!(y_A\!+\!y_B)y\!+\dfrac{x_A^2\!+\!y_A^2\!+\!x_B^2\!+\!y_B^2\!-\!k}2=0\;.$
It is a circle and its center is the point $\,C\left(\dfrac{x_A\!+\!x_B}2,\dfrac{y_A\!+\!y_B}2\right)$ which is the midpoint of the segment $AB$.
Moreover the length of radius is :
$\begin{align}r&=\sqrt{\left(\dfrac{x_A\!+\!x_B}2\right)^2\!+\left(\dfrac{y_A\!+\!y_B}2\right)^2\!-\dfrac{x_A^2\!+\!y_A^2\!+\!x_B^2\!+\!y_B^2\!-\!k}2}=\\[3pt]&=\sqrt{\dfrac{2x_Ax_B+2y_Ay_B-x_A^2-x_B^2-y_A^2-y_B^2+2k}4}=\\[3pt]&=\sqrt{\dfrac{2k-\left(x_A-x_B\right)^2-\left(y_A-y_B\right)^2}4}=\sqrt{\dfrac{2k-\overline{AB}^2}4}=\\[3pt]&=\dfrac12\sqrt{2k-\overline{AB}^2}\;.\end{align}$