Determining whether $ \sum_{n = 0}^{\infty} 4\cos(2\pi n)e^{-3n} $ diverges

205 Views Asked by At

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:

  1. The Integral Test -- failed few conditions, since I realized that $f$ is not always decreasing (it oscillates)
  2. 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!

2

There are 2 best solutions below

0
On BEST ANSWER

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}}$.

0
On

$$\left|4\cos2\pi n\;e^{-3n}\right|\le\frac4{e^{3n}}=4\left(\frac1{e^3}\right)^n$$

and by the comparison test not only does the series converges but it also converges absolutely.