Prove that if the roots of $x^3 + ax^2 + bx + c = 0$ form an arithmetic sequence, then $2a^3 + 27c = 9ab$.
Prove that if $2a^3 + 27c = 9ab,$ then the roots of $x^3 + ax^2 + bx + c = 0$ form an arithmetic sequence.
How should I solve this problem?
If the arithmetic sequence is of the form $(0,d,2d)$, then $$x^3+ax^2+bx+c=x(x-d)(x-2d)=x^3-3dx^2+2dx.$$ So $a=-3d$, $b=2d^2$, and $c=0$. Clearly, $$2a^3+27c=2(-3d)^3+27(0)=-54d^3$$ and $$9ab=9(-3d)(2d^2)=-54d^3.$$ So the first problem is true in this case.