Please help with this problem.
If x and y positive integers, show: $$2\sqrt{xy} \le x + y $$
Please help with this problem.
If x and y positive integers, show: $$2\sqrt{xy} \le x + y $$
On
Observe that $(\sqrt{x} - \sqrt{y})^2 = x - 2\sqrt{xy} + y \geq 0$.
Rationale: For any real numbers a,b, $(a - b)^2 = a^2 - 2ab + b^2 \geq 0 \implies a^2 + b^2 \geq 2ab$. Since $x, y > 0$, $\sqrt{x}, \sqrt{y}$ are real numbers. Thus, if we set $a = \sqrt{x}$ and $b =\sqrt{y}$, we obtain $$(\sqrt{x} - \sqrt{y})^2 = x - 2\sqrt{xy} + y \geq 0 \iff x + y \geq 2\sqrt{xy}$$
It is a standard $AM-GM$ inequality and it can be proved in many ways and here's a one kind of approach:
Take $$a_1=\frac{x}{\sqrt{xy}}$$ and $$a_2=\frac{y}{\sqrt{xy}}$$ and apply above result to see $$\frac{x}{\sqrt{xy}}+\frac{y}{\sqrt{xy}} \geq 2\Rightarrow \frac{x+y}{\sqrt{xy}} \ge 2 \Rightarrow x+y \geq2 \sqrt{xy}$$