How can i prove that if a triangle has sides of lengths a, b, e, then its area S satisfies the inequality $$4\sqrt{3}\leq a^{2}+b^{2}+ c^{2}$$
with equality holding only for equilateral triangles. (Hint: If $\theta$ is the angle between sides $b$ and $c$, chosen so that it is at most $60$, then use the formulas $$2S= b c \sin \theta$$ $$2b c \cos \theta= b^{2} + c^{2} - a^{2}$$ $$\cos (60 - \theta) = \dfrac{(\cos \theta)+ \sqrt{3}\sin \theta}{2}$$ Thanks