I am getting crazy with this one.
Suppose $a_n=(1^2+2^2+3^2+\ldots+n^2)^n$ and $b_n=n^n(n!)^2$. Show that $a_n>b_n$ for all $n$.
They suggest to use the AM-GM inequality.
I am getting crazy with this one.
Suppose $a_n=(1^2+2^2+3^2+\ldots+n^2)^n$ and $b_n=n^n(n!)^2$. Show that $a_n>b_n$ for all $n$.
They suggest to use the AM-GM inequality.
From the desired inequality, $b_n$ should be the GM and $a_n$ the AM. To make an AM out of $a_n$, we should take the $n$th root and then divide by $n$. After this, the desired result becomes $$\frac{1^2+2^2+\ldots+n^2}{n} \stackrel?>\sqrt[n]{(n!)^2}$$ But by reordering the factors, indeed $(n!)^2=1^22^2\cdots n^2$ and we are done.
$$a_n> \left(n\cdot ((n!)^2)^{1/n}\right)^n=n^n(n!)^2=b_n$$ by AM-GM inequality. The first inequality follows from the AM-GM inequality since $$\frac{\displaystyle\sum_{i=1}^n i^2}{n}> \left(\prod_{i=1}^n i^2 \right)^{1/n}$$Note that the strict inequality follows since in AM-GM inequality involving sums and products of $a_i$, equality occurs iff $a_i$ are all same.
AM-GM gives you $$ \frac{1}{n}\sum_{k=1}^{n} k^2 > \left( \prod_{k=1}^n k^2 \right)^{1/n} = (n!)^{2/n}, $$ because the $k^2$ are not all equal.