Investigate the convergence of the two series
- $$\sum_{n=1}^\infty \frac{2}{n^n}$$
- $$\sum_{n=1}^\infty (-1)^{n-1} \frac{2^n}{n^2}$$
Attempt
$$\frac{u_{n+1}}{u_n}=\frac{n^n}{(n+1)^{n+1}}=\frac{1}{n(1+1/n)^{n+1}}\to0<1$$ then by D' Alemberts' test the series is convergent. Correct?
Let $v_n= \frac{2^n}{n^2}$ I want to check the convergence by Leibnitz's test. How to show that $\{v_n\}$ is monotonic decreasing and $v_n\to 0$ as $n\to \infty$
Your answer to (1) is correct.
For (2), the ratio is $\dfrac{\frac{2^{n+1}}{(n+1)^2}}{\frac{2^{n}}{n^2}} =\dfrac{2}{(1+1/n)^2} \to 2 $ so this sum diverges.