Find the roots of the polynomial $x^5-5x^4-35x^3+ax^2+bx+c$, given that the roots form an arithmetic progression.
What I've tried :
Letting $\alpha$, $\alpha+d$, $\alpha+2d$, $\alpha+3d$, $\alpha+4d$ be the roots of $p(x)$ .
I got sum of roots = $5\alpha + 10d = 5$ or $\alpha + 2d = 1$
So, $1$ is one of the roots of $p(x)$ .
Equating $p(x) = 0$ , I got $a+b+c = 39$ .
And from product of roots , I got $(1 - 4d^2)(1 - d^2) = c$ .
I don't know how to further deduce the remaining roots of $p(x)$ .
Here's a simpler calculation, knowing the algebraic identity of $(\sum a)^2 - 2 \sum ab = \sum a^2$.
By Vieta's formula, you know that the sum of roots is 5, so the middle term is 1. Let the difference be $d$.
Using the algebraic identity, $$ 5^2 + 2 \times 35 = (1 - 2d)^2 + ( 1- d)^2 + 1^2 + (1+d)^2 + (1+2d)^2 = 5 + 10d^2.$$
Hence, $ d = \pm 3$, and the roots are $ -5, -2, 1, 4, 7$.