I'm learning calculus, specifically convergence of series, and need with with the following exercise:
Examine convergence and absolute convergence of the given series:
$$(a) \sum_{n=1}^{\infty}\frac{n\sqrt[n]{n}}{n^2+1} \quad \quad (b) \sum_{n=2}^{\infty}\frac{\cos(n)}{n\log^3(n)}.$$
Note: I'm not allowed to use the integral test.
Here's my work so far: The Root and the Ratio tests leads to the indeterminate case where the limit is equal to $1$ for series $(a)$ so my next thought was to use the Comparison test. For $(a)$ one has
$$\sum_{n=1}^{\infty}\left|\frac{n\sqrt[n]{n}}{n^2+1}\right| = \sum_{n=1}^{\infty}\frac{n\sqrt[n]{n}}{n^2+1}$$
and
$$\frac{n\sqrt[n]{n}}{n^2+1} \leq \frac{n\sqrt[n]{n}}{n^2} = \frac{\sqrt[n]{n}}{n} \implies \sum_{n=1}^{\infty}\frac{n\sqrt[n]{n}}{n^2+1} \leq \sum_{n=1}^{\infty}\frac{\sqrt[n]{n}}{n}.$$
For $(b)$ we have
$$\sum_{n=2}^{\infty}\left|\frac{\cos(n)}{n\log^3(n)}\right| \leq \sum_{n=2}^{\infty}\frac{1}{n\log^3(n)}.$$
Is my work correct so far? How do I examine the convergence of the RHS series that I found?