Maths Olympiad Prep

Library / /7 of 36

, 2023

Algebra Difficulty 7.9 National olympiad, round 2 Prove it Baltic Way

Find the smallest positive real number α\alpha, such that
x+y2αxy+(1α)x2+y22 \frac{x+y}{2} \geq \alpha\sqrt{xy} + (1-\alpha)\sqrt{\frac{x^2+y^2}{2}}
for all positive real numbers xx and yy.

Solution

Let's prove that α=12\alpha = \frac{1}{2} works. Then the following inequality should hold for all positive real numbers xx and yy:
x+y212xy+12x2+y22(x+y)2xy+x2+y22+2xyx2+y22(x+y)24xyx2+y22(x+y)48xy(x2+y2)(xy)40 \begin{aligned} \frac{x+y}{2} &\ge \frac{1}{2}\sqrt{xy} + \frac{1}{2}\sqrt{\frac{x^2+y^2}{2}} \\ \Leftrightarrow (x+y)^2 &\ge xy + \frac{x^2+y^2}{2} + 2\sqrt{xy \cdot \frac{x^2+y^2}{2}} \\ \Leftrightarrow (x+y)^2 &\ge 4\sqrt{xy \cdot \frac{x^2+y^2}{2}} \\ \Leftrightarrow (x+y)^4 &\ge 8xy(x^2+y^2) \\ \Leftrightarrow (x-y)^4 &\ge 0 \end{aligned}
which is true, so we showed that α=12\alpha = \frac{1}{2} actually works.

Now it remains to show that α12\alpha \ge \frac{1}{2}. Let's consider x=1+εx = 1 + \varepsilon and y=1εy = 1 - \varepsilon where ε<1\varepsilon < 1. Then the inequality becomes
1α1ε2+(1α)1+ε2, i.e.1 \ge \alpha\sqrt{1-\varepsilon^2} + (1-\alpha)\sqrt{1+\varepsilon^2}, \text{ i.e.} α1+ε211+ε21ε2.\alpha \ge \frac{\sqrt{1+\varepsilon^2}-1}{\sqrt{1+\varepsilon^2}-\sqrt{1-\varepsilon^2}}.
Notice that
1+ε211+ε21ε2=(1+ε21)(1+ε2+1)(1+ε2+1ε2)(1+ε21ε2)(1+ε2+1ε2)(1+ε2+1)=ε2(1+ε2+1ε2)2ε2(1+ε2+1)=1+ε2+11+1ε22(1+ε2+1)=1211ε22(1+ε2+1)=12(11ε2)(1+1ε2)2(1+ε2+1)(1+1ε2)=12ε22(1+ε2+1)(1+1ε2)>12ε24(1+2). \begin{align*} \frac{\sqrt{1+\varepsilon^2}-1}{\sqrt{1+\varepsilon^2}-\sqrt{1-\varepsilon^2}} &= \frac{(\sqrt{1+\varepsilon^2}-1)(\sqrt{1+\varepsilon^2}+1)(\sqrt{1+\varepsilon^2}+\sqrt{1-\varepsilon^2})}{(\sqrt{1+\varepsilon^2}-\sqrt{1-\varepsilon^2})(\sqrt{1+\varepsilon^2}+\sqrt{1-\varepsilon^2})(\sqrt{1+\varepsilon^2}+1)} \\ &= \frac{\varepsilon^2(\sqrt{1+\varepsilon^2}+\sqrt{1-\varepsilon^2})}{2\varepsilon^2(\sqrt{1+\varepsilon^2}+1)} = \frac{\sqrt{1+\varepsilon^2}+1-1+\sqrt{1-\varepsilon^2}}{2(\sqrt{1+\varepsilon^2}+1)} \\ &= \frac{1}{2} - \frac{1-\sqrt{1-\varepsilon^2}}{2(\sqrt{1+\varepsilon^2}+1)} = \frac{1}{2} - \frac{(1-\sqrt{1-\varepsilon^2})(1+\sqrt{1-\varepsilon^2})}{2(\sqrt{1+\varepsilon^2}+1)(1+\sqrt{1-\varepsilon^2})} \\ &= \frac{1}{2} - \frac{\varepsilon^2}{2(\sqrt{1+\varepsilon^2}+1)(1+\sqrt{1-\varepsilon^2})} \\ &> \frac{1}{2} - \frac{\varepsilon^2}{4(1+\sqrt{2})}. \end{align*}
As ε\varepsilon can be arbitrarily small this expression can get arbitrarily close to 12\frac{1}{2}. This means that α<12\alpha < \frac{1}{2} cannot hold, as desired.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.