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?