$$ \sum_{k=0}^{\infty} \left( \frac{k^2+1}{2k^2 - 1} \right)^k sin(2k) $$
What is the best approach that we should have to check for absolute convergence in the following series?
Here's what I've tried:
Applying the root test we'll get:
$$ \lim_{k\rightarrow\infty}\sqrt[k]{\left| \left( \frac{k^2+1}{2k^2 - 1} \right)^k sin(2k) \right|}\\ \lim_{k\rightarrow\infty}\left|\frac{k^2+1}{2k^2 - 1} \right| \sqrt[k]{ \left| sin(2k) \right|}\\ $$
Ignoring the sine, the fraction as $k \rightarrow \infty$ will approach $\frac{1}{2}$, which is $ < 1$ and because of that will absolutely converge. But can I ignore the sine? We're analyzing its absolute value... So we'll have $0 \leq sin(2k)\leq 1$. So as $k \rightarrow \infty$ the sine is not going to oscillate in signs... And that's why I've ignored the sine, but I don't know if I'm able to do that.
Can someone please explain to me the best way to get the correct answer?
Thanks!
In fact, the root test criterion relies on the computation of $\limsup a_k$, which always exists in $\mathbb{R} \cup \{\infty\}$ (if you use only $\lim$, you have to check that the limit really exists when you majorate). In that case, the majoration $|\sin| \le 1$ can be applied:
$$\limsup_{k \to \infty} \left|\left(\frac{k^2+1}{2k^2-1}\right)^k\sin(2k)\right|^{\frac{1}{k}} \le \limsup_{k \to \infty} \left|\frac{k^2+1}{2k^2-1}\right|\times 1^\frac{1}{k} \to \frac{1}{2}$$
Actually you can even state directly that:
$$\left|\left(\frac{k^2+1}{2k^2-1}\right)^k\sin(2k)\right| \le \left|\frac{k^2+1}{2k^2-1} \right|^k$$
And as you showed $\sum \left|\frac{k^2+1}{2k^2-1} \right|^k$ converges, then by majoration $\sum \left|\left(\frac{k^2+1}{2k^2-1}\right)^k\sin(2k)\right|$ converges.