Let $$p(x)=\sum_{k=0}^{10}x^k=1+x+\ldots+x^{10}.$$ Let the roots of $p$ be $\alpha_i,i\in\{1,2,\ldots,10\}.$ Compute $$\sum_{i=1}^{10}\frac{1}{1-\alpha_i}.$$
My Attempt: Using the GP formula, we get that each $\alpha_i$ satisfies $\alpha_i^{11}=1.$ So, we are looking at all the eleventh roots of unity except $1.$ Since $g(x)=x^{11}-1$ has only one real root, we are working with the complex roots of $g.$ I know that I have to use Vieta's relations somewhere as this question was under the "Vieta's Relations" section. However, the expression $\frac{1}{1-\alpha_i}$ is very unwieldy to work with, and I don't know how to proceed. How to solve this question?
The sum is $5$. To see this, you could argue as follows. We have
$$ p(x) = 1+x+x^2 + \dots + x^{10} = \prod_{i=1}^{10} (x-\alpha_i) $$
where $\alpha_i$ are the roots of $p.$
Consider
$$ \log(p(x)) = \sum_{i=1}^{10} \log(x-\alpha_i), $$
then we have
$$ \frac{p'(x)}{p(x)} = \left(\log(p(x))\right)' = \sum_{i=1}^{10} \frac{1}{x-\alpha_i}. $$
Now note that $x=1$ is not a root of $p$. Substituting $x=1$ in the above formula yields
$$ \sum_{i=1}^{10} \frac{1}{1-\alpha_i} = \frac{p'(1)}{p(1)} = \frac{55}{11} = 5. $$