Given that a,b,c,d,e are real number such that:
$\begin{cases} a+b+c+d+e=8\\ a^2+b^2+c^2+d^2+e^2=16 \end{cases}$
determine the maximun value of $e$.
I started like that :
$\max(e)=\max(8-a-b-c-d)=\min(a+b+c+d)$ but i don't kow how to carry on
can you help please ?
By the Cauchy-Schwarz inequality,
$$ (8-e)^2 = (a+b+c+d)^2 \leq 4(a^2+b^2+c^2+d^2) = 4(16-e^2) $$ from which it follows that $e\leq \color{red}{\frac{16}{5}}$. Now it is enough to show that the inequality holds as an equality for some $(a,b,c,d,e)\in\mathbb{R}^5$, pretty easy. In the same way you may also show that $e\geq 0$.