Let $x$ and $y$ be positive numbers. Find the the minimum value of the following expression. $$\left(x^2+xy +2y^2 \right)^\frac{1}{2} +\left(2x^2+xy +y^2 \right)^\frac{1}{2} +\left(3x^2+xy +5y^2 \right)^\frac{1}{2} +\left(5x^2+xy +3y^2 \right)^\frac{1}{2} $$ Subject to: $$x+y = 2016$$
I can see that the inequality is symmetric in $x$ and $y$, and the minimum seems to attained, when $x=y=1008,$ but I don't know, how to show this.
Any help is appreciated.
I set $a=1008$ because of the symmetry, and then $x=a+t$ and $y=a-t$. I minimize just the first two terms of the expression, which I set equal to $f$. Then $f$ is minimized when $f^2$ is. If I plug the above expressions in $f^2$, and simplify, I get
$$f^2 = 4t^2+8a^2+4(t^4+3t^2+4a^4)^{1/2}$$
which obviously has its least value when $t=0$. Then I set $g$ equal to the other two terms and do the same thing and discover that $g$ is also minimized when $t=0$. I conclude that $x=a$ and $y=a$.