Find all real numbers satisfying 3 conditions with sums

35 Views Asked by At

Find all nonnegative real numbers $a_1 \leq a_2 \leq ... \leq a_n$ satisfying
$\sum\limits_{i=1}^n a_i=12$, $\sum\limits_{i=1}^n a_i^2=18$ and $\sum\limits_{i=1}^n a_i^3=27$.
I tried it for $n=1,2,3$. For $n=1,2$ there is no solution, for $n=3$ I think that it is not possible, too.
For larger $n$ my equation system got too big. There might be an easier way or trick to find the solutions.
Thanks for your help.

1

There are 1 best solutions below

4
On

$12\cdot 27=18^2$, hence we have an equality in the Cauchy-Schwarz inequality and $a_1=a_2=\ldots=a_n=\frac{12}{n}$. To have $\sum a_i^2=18$ we need $\color{red}{n=8}$, and in such a case $\sum a_i^3=27$ as wanted.