Comparing Polynomials: Determining the Larger Sum of Exponentiated Coefficients

phonic
Messages
28
Reaction score
0
Dear all,

Does anyone know how to determine which of the following sum is larger? Thanks a lot!
<br /> \sum_{i=1}^n a_i^{1/3}\sum_{i=1}^n a_i<br />

<br /> n\sum_{i=1}^n a_i^{4/3}<br />

<br /> a_i&gt;0 \forall i<br />

This is two polynomial of the same order. It is not clear to determine which one is larger, if I take the derivatives.
 
Physics news on Phys.org
phonic said:
Dear all,

Does anyone know how to determine which of the following sum is larger? Thanks a lot!
<br /> \sum_{i=1}^n a_i^{1/3}\sum_{i=1}^n a_i<br />

<br /> n\sum_{i=1}^n a_i^{4/3}<br />

<br /> a_i&gt;0 \forall i<br />

This is two polynomial of the same order. It is not clear to determine which one is larger, if I take the derivatives.

Try proving by induction.
 
There is no general answer. It is easy to compare the two sums if all a's are the same. If =1, the sums are the same. If a>1, the first sum is larger. If a<1, the second sum is larger.
 
mathman said:
There is no general answer. It is easy to compare the two sums if all a's are the same. If =1, the sums are the same. If a>1, the first sum is larger. If a<1, the second sum is larger.

That's exactly what I was thinking.

Basically it depends on the sequence of a_i. Like whether or not it has certain boundaries like you mentionned.
 
Back
Top