Comparing Polynomials: Determining the Larger Sum of Exponentiated Coefficients

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
phonic
Messages
28
Reaction score
0
Dear all,

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

[tex] n\sum_{i=1}^n a_i^{4/3}[/tex]

[tex] a_i>0 \forall i[/tex]

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!
[tex] \sum_{i=1}^n a_i^{1/3}\sum_{i=1}^n a_i[/tex]

[tex] n\sum_{i=1}^n a_i^{4/3}[/tex]

[tex] a_i>0 \forall i[/tex]

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 [itex]a_i[/itex]. Like whether or not it has certain boundaries like you mentionned.