Solution — click to reveal
Let S denote the given sum, so S=x−1x2+x2−1x4+⋯+x2010−1x4020=k=1∑2010xk−1x2k.(1)We can reverse the order of the terms, to get S=x2010−1x4020+x2009−1x4018+⋯+x−1x2=k=1∑2010x2011−k−1x4022−2k.Since x2011=1, x2011−k−1x4022−2k=x−k−1x−2k=xk−x2k1=xk(1−xk)1,so S=k=1∑2010xk(1−xk)1.(2)Adding equations (1) and (2), we get 2S=k=1∑2010xk−1x2k+k=1∑2010xk(1−xk)1=k=1∑2010[xk−1x2k+xk(1−xk)1]=k=1∑2010[xk(xk−1)x3k−xk(xk−1)1]=k=1∑2010xk(xk−1)x3k−1.We can factor x3k−1 as (xk−1)(x2k+xk+1), so 2S=k=1∑2010xk(xk−1)(xk−1)(x2k+xk+1)=k=1∑2010xkx2k+xk+1=k=1∑2010(xk+1+xk1)=(x+1+x1)+(x2+1+x21)+⋯+(x2010+1+x20101)=(x+x2+⋯+x2010)+2010+x1+x21+⋯+x20101.Since x2011=1, we have that x2011−1=0, which factors as (x−1)(x2010+x2009+⋯+x+1)=0.We know that x=1, so we can divide both sides by x−1, to get x2010+x2009+⋯+x+1=0.Then 2S=(x+x2+⋯+x2010)+2010+x1+x21+⋯+x20101=(x+x2+⋯+x2010)+2010+x2011x2010+x2009+⋯+x=(−1)+2010+1−1=2008,so S=1004.