Prove that for any $x \ge 0$, $y\ge 0$, the inequality $$\frac12(x+y)^2+\frac14(x+y) \ge x \sqrt y + y\sqrt x$$ is true.
Okay, so I thought of the inequality of the means. Not just about the arithmetic and the geometric, but about the harmonic and the quadratic mean. But where can I use them and how, I don't really know. I also thought of showing that
$$\frac12(x+y)^2 + \frac14(x+y) - (x \sqrt y + y \sqrt x) > 0$$
Maybe by assumption and contradicting the assumption. All the ideas are welcome! Thank you!!
I have an idea! We want to show $$2(x+y)^2 + (x+y) \ge 4(x\sqrt y + y\sqrt x)$$ i.e., $$2x^2 + 2y^2 + 4xy + x + y \ge 4(x\sqrt y + y\sqrt x)$$ First of all, using the AM-GM inequality, $$2x^2 + 2y^2 \ge 2\cdot \sqrt{4x^2y^2} = 4xy$$ so that $$2x^2 + 2y^2 + y \ge 4xy + y \tag{1}$$ Using the AM-GM inequality again, $$4xy + y \ge 2\sqrt{4xy^2} = 4y\sqrt x \tag{2}$$ Also, $$4xy + x \ge 4x\sqrt y \tag{3}$$ From $(1)$ and $(2)$, we have $$2x^2 + 2y^2 + y \ge 4y\sqrt{x} \tag{4}$$ The desired inequality follows by adding $(3)$ and $(4)$.