Finding Maximum Value of $e$ in $a,b,c,d,e \in R$

  • Context:
  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Maximum Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Albert1
Messages
1,221
Reaction score
0
$a,b,c,d,e \in R$
$a+b+c+d+e=8$
$a^2+b^2+c^2+d^2+e^2=16$
$find :\,\, e_{max}$
 
Mathematics news on Phys.org
Albert said:
$a,b,c,d,e \in R$
$a+b+c+d+e=8$
$a^2+b^2+c^2+d^2+e^2=16$
$find :\,\, e_{max}$

[sp]
When a=b=c=d=2 we get e=0 and when a=b=c=d=1.2 we get e=3.2.
[/sp]
 
$e_{max}=?$
and can you prove it ?
 
My solution:

Because of the cyclic symmetry in the variables, we may let:

$$a=b=c=d$$

And so:

$$4a+e=8\implies a=\frac{8-e}{4}$$

$$4a^2+e^2=16$$

Substitute for $a$:

$$4\left(\frac{8-e}{4} \right)^2+e^2=16$$

This simplifies to:

$$e(5e-16)=0$$

Hence:

$$e_{\max}=\frac{16}{5}$$
 
Albert said:
$e_{max}=?$
and can you prove it ?

Yep. See MarkFL's post. :p