Tuesday, November 22, 2016

sequences and series - How to prove sumnk=1cos(frac2pikn)=0 for any n>1?



I can show for any given value of n that the equation



nk=1cos(2πkn)=0


is true and I can see that geometrically it is true. However, I can not seem to prove it out analytically. I have spent most of my time trying induction and converting the cosine to a sum of complex exponential functions


12nk=1[exp(i2πkn)+exp(i2πkn)]=0


and using the conversion for finite geometric sequences


Sn=nk=1rk=r(1rn)(1r)


I have even tried this this suggestion I have seen on the net by pulling out a factor of exp(iπk) but I have still not gotten zero.


Please assist.


Answer



We have nk=1cos(2πkn)=Re(nk=1e2πik/n) and so nk=1e2πik/n=e2πi/n(1e2πi)1e2πi/n and notice that e2πi=cos(2π)+isin(2π)=1 so the claim follows.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...