Question:
Let $x$ be a complex number such that $x^{2011}=1$ and $x\neq1$ then, compute the sum
$$S=\dfrac{x^2}{x-1}+\dfrac{x^4}{x^2-1}+\dfrac{x^6}{x^3-1}+\dots+\dfrac{x^{4020}}{x^{2010}-1}$$
My attempt:
$$x=(1)^{\frac{1}{2011}}\implies x=1,e^{\frac{2\pi i}{2011}},e^{\frac{4\pi i}{2011}},\dots,e^{\frac{2010\pi i}{2011}}$$
let, $\alpha= e^{\frac{2\pi i}{2011}},$ then roots of given equation are $x=\alpha,\alpha^2,\alpha^3,\dots,\alpha^{2010}$
also
$$\alpha^{2010}=\dfrac{1}{\alpha};\ \alpha^{2009}=\dfrac{1}{\alpha^2};\ \dots; \ \alpha^{1006}=\dfrac{1}{\alpha^{1005}}$$
now, we have to compute:
$$S= \dfrac{\alpha^2}{\alpha-1}+\dfrac{\alpha^4}{\alpha^2-1}+\dfrac{\alpha^6}{\alpha^3-1}+\dots+\dfrac{\alpha^{4020}}{\alpha^{2010}-1}$$
then, I combined first term and last term, similarly second term and second last term and so on in this way i ended up here
$$S=\dfrac{\alpha^{2}-\alpha^{-3}}{\alpha-1}+\dfrac{\alpha^{4}-\alpha^{-6}}{\alpha^2-1}+.........+\dfrac{\alpha^{2010}-\alpha^{-1006}}{\alpha^{1005}-1}$$
here i got stuck , somehow i just wanted to exploit the property that sum of all roots of unity (who itself are in G.P) is zero but I couldn't
please give me hint or provide right way to solve this question.
thank you!
edit:
I also tried taking logarithmic derivative of $f(x)=x^{2011}-1$ but no progress further
$$ \sum_{k=1}^{2010}\frac{x^{2k}}{x^k-1}=\sum_{k=1}^{2010}\left(1+x^k+\frac{1}{x^k-1}\right) \tag{1}$$ and the minimal polynomial of a primitive $2011$-th root of unity is $\frac{x^{2011}-1}{x-1}=1+x+x^2+\ldots+x^{2010}$.
By denoting the primitive $2011$-th roots of unity as $\zeta^1,\zeta^2,\ldots,\zeta^{2010}$, the RHS of $(1)$ equals $$ 2010-1+\sum_{k=1}^{2010}\frac{1}{\zeta^k-1}\tag{2}$$ with the last sum being the sum of the reciprocal of the roots of $\frac{(x+1)^{2011}-1}{x}$.
Vieta's formulas hence convert the RHS of $(2)$ into $$ 2009 - \frac{1}{2011}\binom{2011}{2} = 2009-1005=\color{red}{1004}.\tag{3}$$