I would like to know if my reasoning for the following questions is correct.
In each case determine whether or not the series converges
$$ 1. \quad \underset{k=1}{\overset{\infty}{\sum}} (-1)^k \cos\left(\frac{1}{k}\right)$$ $$ 2. \quad \underset{k=1}{\overset{\infty}{\sum}} \frac{\sin \left(\frac{k \pi}{2}\right)}{\sqrt{k}}$$ $$ 3. \quad \underset{k=1}{\overset{\infty}{\sum}} \frac{1}{k^{\left(1 + 1/k\right)}}$$
I have reasoned the following way:
We have the (contrapositive statement) that if a series terms do not approach zero, then the series does not converge. We know that $\underset{k \rightarrow \infty}{\lim} (-1)^k \cos\left(\frac{1}{k}\right) \rightarrow \pm \cos(0) = \pm 1$. Hence the series diverges.
Here we use Weierstrass's M-test. $$\left| \frac{\sin \left(\frac{k \pi}{2}\right)}{\sqrt{k}} \right| \leq \frac{1}{\sqrt{k}}$$ Since $\underset{k=1}{\overset{\infty}{\sum}} \frac{1}{\sqrt{k}} < \infty$, then $\underset{k=1}{\overset{\infty}{\sum}} \frac{\sin \left(\frac{k \pi}{2}\right)}{\sqrt{k}}$ converges.
This is the one I'm really struggling with. Intuitively, it feels like the series should diverge, since as $n \rightarrow \infty$, the series looks like the harmonic series. But using the ratio test (which should be possible since the series is positive) we get: $$\frac{k^{\left(1 + \frac{1}{k}\right)}}{(k+1)^{\left(1 + \frac{1}{k+1}\right)}} < 1$$ So the series should converge?
What I would like to know is:
- Is my reasoning for these questions correct?
- In the case when intuition and convergence tests contradict each other, how can we be certain that we have arrived at the correct answer?
Thanks!
EDIT: So $\sum \frac{1}{\sqrt{k}} = \infty$, so my reasoning for Q2 is obviously not correct.