$a$,$b$,$c$ are non-negative real numbers such that $~x^{2}+y^{2}+z^{2}=1$
show that $~\displaystyle\sum_\text{cyclic}\left(\dfrac{1}{y^{2}+z^{2}}+\dfrac{1}{1-yz}\right)\geq 9$
-
http://en.wikipedia.org/wiki/Lagrange_multiplier – J.R. Jan 24 '14 at 16:33
-
@TooOldForMath: Could you show the detailed? I don't come up with any idea. – chloe_shi Jan 24 '14 at 20:58
2 Answers
By C-S we obtain: $$\sum_{cyc}\left(\frac{1}{y^2+z^2}+\frac{1}{1-yz}\right)=\sum_{cyc}\left(\frac{(3x+y+z)^2}{(3x+y+z)^2(1-x^2)}+\frac{(y+z)^2}{(y+z)^2(1-yz)}\right)\geq$$ $$\geq\frac{25(x+y+z)^2}{\sum\limits_{cyc}(3x+y+z)^2(1-x^2)}+\frac{4(x+y+z)^2}{\sum\limits_{cyc}(y+z)^2(1-yz)}.$$ Thus, it remains to prove that $$\frac{25(x+y+z)^2}{\sum\limits_{cyc}(3x+y+z)^2(1-x^2)}+\frac{4(x+y+z)^2}{\sum\limits_{cyc}(y+z)^2(1-yz)}\geq9.$$ The last inequality we can prove by the $uvw$'s technique.
Indeed, let $x+y+z=3u$, $xy+xz+yz=3v^2$ and $xyz=w^3$.
Hence, we need to prove that $$\frac{25u^2}{\sum\limits_{cyc}(3u+2x)^2(9u^2-6v^2-x^2)}+\frac{4u^2}{\sum\limits_{cyc}(3u-x)^2(9u^2-6v^2-yz)}\geq\frac{1}{9u^2-6v^2},$$ which is eighth degree, which says that it's a quadratic inequality of $w^3$
and the rest is smooth, but a lot of work.
The starting inequality is a known unsolved problem and you can be first, which ends a proof.
Good luck!
- 194,933
-
-
1@Arjang C-S it's Cauchy-Schwarz. About $uvw$ see here: https://artofproblemsolving.com/community/c6h278791 – Michael Rozenberg Apr 02 '17 at 20:25
-
(I suggest improving the answer by incorporating the clarifications in the comments -- e.g. spelling out C-S and making
uvw's techniquea link) – Apr 02 '17 at 21:53 -
@Hurkyl See now. I explained about the $uvw$'s technique without any link. – Michael Rozenberg Apr 03 '17 at 05:36
Letting $a = x^2, b = y^2, c = z^2$, it suffices to prove that, for all $a, b, c > 0$ with $a + b + c = 1$, $$\sum_{\mathrm{cyc}} \left(\frac{1}{b + c} + \frac{1}{1 - \sqrt{bc}}\right) \ge 9.$$
We have $$\frac{1}{1 - \sqrt{bc}} = \frac{1 + \sqrt{bc}}{1 - bc} \ge \frac{1 + \frac{2bc}{b + c}}{1 - bc} = \frac{b + c + 2bc}{(b+c)(1-bc)}.$$
It suffices to prove that $$\sum_{\mathrm{cyc}} \left(\frac{1}{b + c} + \frac{b + c + 2bc}{(b+c)(1-bc)}\right) \ge 9$$ or $$\sum_{\mathrm{cyc}} \frac{(1+b)(1+c)}{(b+c)(1-bc)} \ge 9.$$ The last inequality is killed by BW (Buffalo Way).
This proof is not nice. Hope to see a nice proof.
- 37,323