Check series convergence/divergence using root test

92 Views Asked by At

$$ \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!

3

There are 3 best solutions below

2
On BEST ANSWER

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.

1
On

It doesn't matter. For example, for any $\epsilon>0$ you have $$\sqrt[k]{a_{k}}<\frac{1}{2}+\epsilon$$ for sufficiently large $k$, so the series converges.

0
On

Yes you are allowed to do that and it is valid. But you can get the result by completely ignoring sine term and that summation converges, and all of its terms are positive. Now you are multiplying sine function to each term, so a few terms will be less than original terms. So the final function also converges.