4

let $a,b,c> 0$ and such $a+b+c=3$

show that $$a^2b+b^2c+c^2a+ab+bc+ac\le 6?$$

I can't find counterexample, maybe it is true. Then how prove it?

And I know $$(a^2b+b^2c+c^2a)\le 4,a+b+c=3$$ see:Proving the inequality $4\ge a^2b+b^2c+c^2a+abc$ But this isn't useful

enter image description here

math110
  • 94,932
  • 17
  • 148
  • 519

1 Answers1

2

It's wrong! Try $c=0$ and $a+b=3$.

  • 2
    The OP asks for $a,b,c>0$. Anyway, in your case, the inequality becomes $a^2b+ab=ab(a+1)\leq6$, or $a(a+1)(3-a)\leq6$, and it would be wrong in a small interval around $a=1.9$. With a tiny positive $c$ instead of $0$, your counterexample works, so +1 for me. For example, $a=1.9, b=1.09,c=0.01$ will do. – Jean-Claude Arbaut Dec 27 '14 at 14:48