You are given the sides of a triangle $a,b,c$ Prove that: $a^2(b+c-a)+b^2(c+a-b)+c^2(a+b-c)\le 3abc$
I was just doing the question above and solved it in the following manner:
$a^2b+a^2c-a^3+b^2c+b^2a-b^3+c^2a+c^2b-c^3-3abc\le 0$
$(a-b)(b-c)(c-a)+2b^2c+2ac^2+2a^2b-a^3-b^3-c^3-3abc\le0$
And this is where I got stuck. Could you please explain to me how to finish it off from here? Prove that $a^2(b+c-a)+b^2(a+c-b)+c^2(a+b-c) \leq 3abc.$ I realise that this question has been asked before, but my main query, is how my train of thought could be used to finish off the question
WLOG $a\ge b\ge c$ this means $$c(a+b-c)\ge b(a+c-b)\ge a(c+b-a)$$
Now by rearrangement inequality $$\tag{1}a^2(b+c-a)+b^2(c+a-b)+c^2(a+b-c)\le \sum_{cyc} ba(b+c-a)$$
Similarly, $$\tag{2}a^2(b+c-a)+b^2(c+a-b)+c^2(a+b-c)\le \sum_{cyc} ca(b+c-a)$$
Adding $(1)$ and $(2)$ we complete our proof.