4

Let $a,b,c$ be non-negative real numbers such that $ab+bc+ca>0$, prove that $$\sqrt{\frac{a^2+2bc}{b+c}}+\sqrt{\frac{b^2+2ca}{c+a}}+\sqrt{\frac{c^2+2ab}{a+b}} \ge \frac{3\sqrt{2}}{2}\sqrt{a+b+c}$$

I found it here and also here. But there are no simple nice solutions at all, and I don't know how they can find the Holder's yields. Here's my motivation I try to use Cauchy Schwarz $$\left(\sum_{cyc} \sqrt{\frac{a^2+2bc}{b+c}}\right)^2 \cdot \sum_{cyc} (b+c)(2a^2+bc)^2 \ge (a+b+c)^6$$ but the equality cases $a=b=c$ or $(0,t,t)$ aren't ensured. So far, I haven't had any more ideas. Can someone help me with this problem? And tell me why people can find the Holder's yields. Thanks a lot!

2 Answers2

1

Some thoughts.

It suffices to prove that $$\sum_{\mathrm{cyc}} \sqrt{\frac{a^2 + 2bc}{b + c}\cdot \frac{2}{a + b + c}} \ge 3.$$

Fact 1. Let $x, y, z \ge 0$ with $x^2y^2+y^2z^2+z^2x^2 + \frac{33}{16}x^2y^2z^2 \ge \frac{81}{16}$. Then $x + y + z \ge 3$.
(Note: It is verified by Mathematica. A human verifiable proof is needed.)

Now, let $$x := \sqrt{\frac{a^2 + 2bc}{b + c}\cdot \frac{2}{a + b + c}}, \quad \mathrm{etc.}$$

We have $$x^2y^2+y^2z^2+z^2x^2 + \frac{33}{16}x^2y^2z^2 \ge \frac{81}{16}.$$ (This can be proved by the Buffalo Way (BW).)

By Fact 1, we have $x + y + z \ge 3$.

River Li
  • 37,323
1

From River Li's idea and the help of Khuong Trang, I can solve my problem. Choose $a+b+c=2$. Now we just need to prove $$\sum_{cyc} \frac{(a^2+2bc)(b^2+2ca)}{(c+a)(c+b)} + \frac{5(a^2+2bc)(b^2+2ca)(c^2+2ab)}{2(a+b)(b+c)(c+a)} \ge \frac{11}{2}$$ or after full expanding and $pqr$, we need to prove $$f(r)=135r^2+r(171-162q)+10q(q-1)^2 \ge 0$$ we have $$f'(r)=270r+171-162q$$

If $4/3 >q>23/26$, using Schur $$f(r) \ge 270\cdot \frac{8(q-1)}{9} +171-162q=3(26q-23) \ge 0$$

If $q \le 23/26$, then $270r+171-162q >270r+171-162\cdot \dfrac{23}{26}>0$ then $f(r)$ increase. Using Schur $$f(r) \ge f\left(\frac{8(q-1)}{9}\right)=10(q-1)(q-17/5)(q-4/3)\ge 0$$ always true for $4/3>q>1$. The last case $q<1$ easy to check $$135r^2+r(171-162q)+10q(q-1)^2 \ge 0$$ Hence, the proof is done.

D.W.
  • 4,540