Consider three real numbers a,b,c such that $a^2+b^2+c^2 =1$. What will be the maximum value of the expression $|a-b| + |b-c| + |c-a|$ ?
I tried two approaches. One I used the fact that $a^2+b^2+c^2 =1 = \frac{1}{2} (|a-b|^2 + |b-c|^2 + |c-a|^2) + ab + bc + ca$. Original plan was to somehow eliminate ab + bc + ca , but unable to do so - got stuck in a series of repeating expressions
Another variant was to try and assert that $a \geq b \geq c$ without loss of generality. Then $(|a-b| + |b-c| + |c-a|)^2 \leq 4(a-c)^2$ , but I am unable to use the given fact about $a^2 + b^2 + c^2$.
I realize that I am missing something very trivial here as this seems a fairly simple problem - so any help would be greatly appreciated.