How to analyze the convergence of the series $$\sum_{n=1}^{\infty}\frac{e^{in}}{n}$$ ?
Which test should I use?
I'm lost in this topics. Any hint/help will be appreciated.
How to analyze the convergence of the series $$\sum_{n=1}^{\infty}\frac{e^{in}}{n}$$ ?
Which test should I use?
I'm lost in this topics. Any hint/help will be appreciated.
In the Dirichlet's test as described here, take $a_n = \frac{1}{n}$ and $b_n = e^{in}$. Then check the required conditions for the series $\sum a_nb_n$ to converge.
$$a_{n+1} = \frac{1}{n+1} \leq \frac{1}{n} = a_n$$ $$\lim\limits_{n\rightarrow\infty}a_n = \lim\limits_{n\rightarrow\infty}\frac{1}{n} = 0$$ $$\left|\sum_{n=1}^{N} b_n\right| = \left|\sum_{n=1}^{N} e^{in}\right| \leq \left|\frac{1}{\sin(1/2)}\right| = M$$
The answer uses $\sum\limits_{n=1}^{N}e^{in} = e^{i(N-1)/2}\frac{\sin(N/2)}{sin(1/2)}$ as shown in the answer by @Salahamam_Fatima.