Consider the following infinite series: $$ \displaystyle \sum_{n = 0}^{\infty} 4\cos(2\pi n)e^{-3n} $$ Determine whether the infinite series diverges or converges.
I tried to use:
- The Integral Test -- failed few conditions, since I realized that $f$ is not always decreasing (it oscillates)
- The Divergence Test -- also not helpful, since $\displaystyle \lim_{n \to \infty} 4\cos(2\pi n)e^{-3n} = 0$
Any suggestions or hints? Thanks!
Note that $\cos(2\pi n) = 1$ for every integer $n$. Thus, $\displaystyle\sum_{n=0}^{\infty}4\cos(2\pi n)e^{-3n} = \sum_{n=0}^{\infty}4e^{-3n}$ which is a geometric series whose common ratio is $e^{-3} \in (0,1)$. Thus, the sum converges to $\dfrac{4}{1-e^{-3}}$.