A high school polynomial root question:
Let $W(x)=x^{2n} + x^{2n-1} + x^{2n-2} + \cdots + x + 1$. Let the root of $W(x)$ be $r_1, r_2, ... r_{2n}$. Find $$ \sum_{i=1}^{2n}\frac{r_i^2}{r_i+1} $$ in terms of $n$.
What I found:
- $r_i^{2n+1}=1$ according to the sum of geometry sequence
- Feel it has some relation with Vieta's formula, but don't know how to use it
- It's easily to see $$ 1 + \frac{r_i^2}{1+r_i}+r_i^3+r_i^5+...+r_i^{2n-1}=0 $$ But I can't see how the $r_i^3, r_i^5...r_i^{2n-1}$ factored out by $n$