4

This is Problem 6 of the 2007 Indian National Math Olympiad (INMO).

If $x, y, z$ are positive real numbers, prove that $(x+y+z)^2(yz+zx+xy)^2 \leq 3(y^2+yz+z^2)(z^2+zx+x^2)(x^2+xy+y^2).$

My best idea was to expand this and simplify. Although that doesn't look very feasible. Another idea is to see that $x^2+y^2+xy \geq x^2+y^2$. Then we just have to show that $(x+y+z)^2(yz+zx+xy)^2 \leq 3(x^2+y^2)(x^2+z^2)(y^2+z^2)$ if that is even true.

Puzzled417
  • 7,126

5 Answers5

2

enter image description here

Let $AF=x\ , BF=y\ , CF=z$.

$F-$ Fermat point of $\triangle ABC\ $

So inequality we can rewrite as : $x+y+z\le 3R$ , which is obviously true)

1

$(x+y+z)^2=x^2+y^2+z^2+2xy+2yz+2xz \\ \le x^2+xy+y^2+y^2+yz+z^2+x^2+xz+z^2$

$3(y^2+yz+z^2)(z^2+zx+x^2)(x^2+xy+y^2)-(x^2+xy+y^2+y^2+yz+z^2+x^2+xz+z^2)(yz+zx+xy)^2=(x+y+z)^2(y^2z^2-xyz^2+x^2z^2-xy^2z-x^2yz+x^2y^2) \ge0$

chenbai
  • 7,681
1

Let $I = 3(x^2 + xy + y^2)(y^2 + yz + z^2)(z^2 + zx + x^2)$. Then, by Hölder's Inequality, it follows that: $$I ≥ 81x^2y^2z^2$$ Thus, we need to prove that: $$81x^2y^2z^2 ≥ (x + y + z)^2(xy + yz + zx)^2 \Longrightarrow 9xyz ≥ (x + y + z)(xy + yz + zx)$$

Expanding the RHS gives: $$9xyz ≥ xy(x + y) + yz(y + z) + zx(z + x) + 3xyz$$ $$xy(x + y) + yz(y + z) + zx(z + x) ≥ 6xyz$$ which is evidently true by the AM-GM inequality.
Q.E.D. $\blacksquare$

0

We'll prove that our inequality is true for all reals $x$, $y$ and $z$.

Indeed, let $x+y+z=3u$, $xy+xz+yz=3v^2$ and $xyz=w^3$.

Since $\prod\limits_{cyc}(x^2+xy+y^2)=27(3u^2v^4-u^3w^3-v^6)$,

we see that our inequality is equivalent to $f(w^3)\geq0$, where $f$ is a linear function.

Thus, $f$ get's a minimal value for an extremal value of $w^3$.

Since $x$, $y$ and $z$ are real roots of the equation $(X-x)(X-y)(X-z)=0$ or

$X^3-3uX^2+3v^2X-w^3=0$ or $X^3-3uX^2+3v^2X=w^3$, we see that a line $Y=w^3$ and a graph $Y=X^3-3uX^2+3v^2X$ should have three common points and the extremal value of $w^3$ happens for the equality case of two variables.

Since our inequality is homogeneous and even degree, it remains to check one case only: $y=z=1$,

which gives $(x-1)^2(5x^2+8x+5)\geq0$. Done!

0

By simple rearrangement, one can assert that: $$4\left(x^2 + xy + y^2\right) ≥ 3(x + y)^2 \Longrightarrow x^2 + xy + y^2 ≥ \dfrac{3(x + y)^2}{4}$$ Applying this cyclically gives: $$3\prod_\text{cyc}\left(x^2 + xy + y^2\right) ≥ \dfrac{81}{64}\prod_\text{cyc}(x + y)^2$$ Now, it is left to show that: $$\dfrac{81}{64}\prod_\text{cyc}(x + y)^2 ≥ (x + y + z)^2(xy + yz + zx)^2$$ which is the same as showing that: $$9(x + y)(y + z)(z + x) ≥ 8(x + y + z)(xy + yz + zx)$$ A useful identity states that: $$(x + y + z)(xy + yz + zx) = (x + y)(y + z)(z + x) + xyz$$ and so, we are ideally meant to prove that: $$(x + y)(y + z)(z + x) ≥ 8xyz$$ which is indeed true by the AM-GM inequality applied cyclically thrice to $x + y$, $y + z$, and $z + x$.

Therefore: $$\boxed{3\prod_\text{cyc}\left(x^2 + xy + y^2\right) ≥ (x + y + z)(xy + yz + zx)}$$ Q.E.D. $\blacksquare$