How to Prove $a^3 \cos (B-C) + b^3 \cos (C-A)+ c^3 \cos (A-B)=3abc$?
If $A,$ $B,$ and $C$ are the vertices of the Triangle ABC, and $a,$ $b$ and $c$ is the side opposite to the sides of the triangle.
You may use -
Projection Formula:
$$a=b \cos C + c \cos B$$
and Sine and Cosine Relation too.
My try
$$a^3 \cos (B - C)+ b^3 \cos (C-A) + c^3 \cos (A-B)=3abc$$ LHS = $$ 3(b \cos C + c \cos B)(a \cos C + c \cos A)(a \cos B + b \cos A)$$ $$ 3[ ab \cos B \cos ^2 C + abc \cos A \cos B \cos C +a^2c \cos ^2 B \cos C +ac^2 \cos A \cos ^2B ]+[b^2 \cos A \cos^2 C + b^2c \cos^2 A \cos A+abc \cos A \cos B \cos C + ac^2 \cos A \cos^2 B] $$
Now I can't solve it further because there seems no way to reduce that further.
Thanks :)