I have a question about this 1978 USAMO problem:
Given that $a,b,c,d,e$ are real numbers such that $a+b+c+d+e=8$ and $a^2+b^2+c^2+d^2+e^2=16$, find the maximum value that $e$ can attain.
I had the following solution: Let $a+b+c+d=x$. Then $x+e=8\implies e=8-x$. Also, $\frac{a^2+1}{2}+\frac{b^2+1}{2}+\frac{c^2+1}{2}+\frac{d^2+1}{2}\geq (a+b+c+d)=x$ by AM-GM inequality. Hence, $a^2+b^2+c^2+d^2\geq 2x-4$.
Now we have $2x-4+e^2\leq a^2+b^2+c^2+d^2+e^2=16$. Substituting $x=8-e$, we get $e^2-2e-4\leq 0$. We can easily calculate that the lowest value that $e$ can attain is $1 -\sqrt{5}$.
However, the answer given on the internet is $\frac{16}{5}$. Where am I going wrong?
EDIT $1$ -- Is this a case of how the value $1-\sqrt{5}$ can never be attained by $e$, although the inequality is true?
EDIT $2$ -- It seems that we need to find the maximum. By my method, I’ve found the maximum to be $1+\sqrt{5}$. This is greater than $\frac{16}{5}$. Have I found a sharper inequality?
I’ve found the maximum to be 1+√5
For what values of $a,b,c,d,e$ is that "maximum" attained? That's a valid upper bound ($,e \le 16/5 \lt 1+\sqrt{5},$), but it is not a maximum since it is never attained. – dxiv Jul 05 '18 at 02:43