Let Let a, b and c be the roots of the equation $$x^3 +3x^2-1=0$$Then what is the value of expression $a^2b+b^2c+c^2a$.
I got it done by evaluate the sum and difference of
$a^2b+b^2c+c^2a$ and $ab^2+bc^2+ca^2$ and using Vieta rule, but it was too cumbersome. I wanted another solution which is elegant and concise.
Let $x=\frac{1}{2\cos\alpha}.$
Thus, $$\frac{1}{8\cos^3\alpha}+\frac{3}{4\cos^2\alpha}-1=0$$ or $$8\cos^3\alpha-6\cos\alpha-1=0$$ or $$\cos3\alpha=\frac{1}{2}$$ or $$\alpha=\pm20^{\circ}+120^{\circ}k,$$ where $k\in\mathbb Z,$ which gives the following roots: $$\left\{\frac{1}{2\cos20^{\circ}},-\frac{1}{2\cos40^{\circ}},-\frac{1}{2\cos80^{\circ}}\right\}$$
Can you end it now?
I got that our sum is equal to $3$ or $-6$.