Given n numbers a1, ⋯ and such that a1, a2, ⋯, an>0 and their sum is 1, I want to find the minimum value of
a21+a222+⋯+a2nn.
I have tried using weighted AM-GM inequality, like this:
a21+a222+⋯+a2nna1+a2+⋯+an⩾aa11⋯aann2a2⋯nan
but was unable to make progress on the right hand side.
Is there a better way to apply AM-GM inequality? Or is there some different way altogether to solve this?
Answer
By the Cauchy-Schwarz inequality we have
(n∑i=1i)(n∑i=1a2ii)≥(n∑i=1√i⋅ai√i)2=1
hence with our hypothesis we have:
n∑i=1a2ii≥2n(n+1)
and equality is achieved iff ai√i=λ√i, i.e. iff ai=2in(n+1).
No comments:
Post a Comment