3
$\begingroup$

For $a, b, c$ is the length of three sides of a triangle. Prove that $$\left|\frac{a-b}{a+b}+\frac{b-c}{b+c}+\frac{c-a}{c+a}\right|<\frac{1}{8}$$

  • 0
    interesting problem, i always wondered where such an inequality would be useful in practice2017-02-24
  • 0
    Do you have ideas for this post ?2017-02-24
  • 1
    Did nobody notice that an *identical question* is in the "Related" section? (And the same people answered the question again :)2017-02-24

2 Answers 2

2

Let $a=y+z$, $b=x+z$ and $c=x+y$.

Hence, $x$, $y$ and $z$ be positives and we need to prove that $$(2x+y+z)(2y+x+z)(2z+x+y)\geq8\sum_{cyc}(y-x)(2x+y+z)(2y+x+z)$$ or $$\sum_{cyc}\left(2x^3+15x^2y-x^2z+\frac{16}{3}xyz\right)\geq0,$$ which is obvious because $x^3+y^3+z^3\geq x^2z+y^2x+z^2y$ by Rearrangement.

1

HINT: use that we get for the sum $$\frac{a-b}{a+b}+\frac{b-c}{b+c}+\frac{c-a}{c+a}=\frac{(a-b) (a-c) (b-c)}{(a+b) (a+c) (b+c)}$$

  • 0
    Interesting relationship, but how do you use it for solving the problem ? It is absolutely non evident... Could you give a clue ?2017-02-24
  • 0
    Could you answer me ?2017-02-25