AM/GM Basic

Problem - 3219
Let $a, b$ be positive real numbers. Prove $$(a+b)\sqrt{\frac{a+b}{2}} \ge a\sqrt{b} + b \sqrt{a}$$.

First, by AGM, we have $$a+b \ge 2\sqrt{ab}$$ Next, apply AGM again, we have \begin{align} \sqrt{\frac{a+b}{2}}&=\sqrt{\frac{(\sqrt{a})^2+(\sqrt{b})^2}{2}}\\ &=\sqrt{\frac{((\sqrt{a})^2+(\sqrt{b})^2)+((\sqrt{a})^2+(\sqrt{b})^2)}{4}}\\ &\ge\sqrt{\frac{(\sqrt{a})^2+(\sqrt{b})^2+2(\sqrt{a})(\sqrt{b})}{4}}\\ &= \frac{\sqrt{a}+\sqrt{b}}{2} \end{align} Multiplying these two relations yields the result.

report an error