0

Here is the problem I am stuck with: Is it true that for every positive integer $n > 1$, $$\sum\limits_{k=1}^n \cos \left(\frac {2 \pi k}{n} \right) =0= \sum \limits_{k=1}^n \sin \left(\frac {2 \pi k}{n} \right)$$ I'm imagining the unit circle and adding up the value of both trig functions separately but I cannot picture see how their sum add up to $0$.

EDIT I updated the question from earlier and realized that it was my fault because of a major typo. At least it was better to point it out late than never. So how would I go about solving this question as of now?

Originally the question was: $$\sum\limits_{k=1}^n \frac {\cos(2πk)}{n} =0= \sum\limits_{k=1}^n \frac {\sin(2πk)}{n}$$

2 Answers2

3

Old answer to old question:


Multiply both sides by $n$ to get

$$\sum_{k=1}^n\cos(2\pi k)\stackrel?=0\stackrel?=\sum_{k=1}^n\sin(2\pi k)$$

It's easy enough to see that for positive integers $k$, $\cos(2\pi k)=1$ and $\sin(2\pi k)=0$, thus,

$$\sum_{k=1}^n\sin(2\pi k)=0$$

$$\sum_{k=1}^n\cos(2\pi k)=n\ne0$$

1

It's a little bit easier with complex numbers. Set $\zeta = e^{2\pi i/n}$ and note that the real part of the sum $$ S = \sum_{k=1}^n\zeta^k $$ is precisely the sum $\sum_{k=1}^n\cos(\frac{2\pi k}{n})$ and the imaginary part of $S$ is precisely the sum $\sum_{k=1}^n\sin(\frac{2\pi k}{n})$. Therefore, if we show that $S = 0$, then we will have killed two birds with one stone.

However, $S$ is a geometric sum whose value is given explicitly by $$ S = \frac{\zeta(1 - \zeta^{n})}{1-\zeta}. $$ Since $\zeta^n = 1$, we indeed have $S = 0$, as desired.

Alex Ortiz
  • 24,844