I am interested in the following problem:
What is maximum value of $a^2 +b^2+c^2$, where $a,b,c$ are sides of a triangle inscribed in a unit circle?
I know that this problem can be solved using multivariate analysis, e.g by Lagrange multipliers, etc. But this is a problem for high-school level math circle. That is why I would like to find out how to use elementary plane geometry ideas to solve it efficiently.
I believe that correct answer is equilateral triangle. I will be glad for solutions or hints.
This is a solution using complex numbers. The unit circle is defined by equation $z\bar{z}=1$ and the three vertices of the triangle is $z_{1},z_{2},z_{3}$.
$$ \begin{aligned} a^{2}+b^{2}+c^{2}&=(z_{1}-z_{2})(\bar{z_{1}}-\bar{z_{2}})+(z_{2}-z_{3})(\bar{z_{2}}-\bar{z_{3}})+(z_{3}-z_{1})(\bar{z_{3}}-\bar{z_{1}})\\ &=9-(z_{1}+z_{2}+z_{3})(\bar{z_{1}}+\bar{z_{2}}+\bar{z_{3}})\\ &\leq 9 \end{aligned} $$
$a^{2}+b^{2}+c^{2}$ is maximum when the triangle’s circumcenter coincides with its centroid i.e. when the triangle is equilateral.