Determine if this series : $\sum_{n=1}^\infty \frac{2n-1}{(\sqrt2)^n}$ converges or diverges.

48 Views Asked by At

I need to determine if this series converge or diverge using the d'Alembert's ratio test

Using the ratio test I have that:

$\lim\limits_{n \to \infty} \frac{2(n+1)-1}{(\sqrt2)^{n+1}}\frac{(\sqrt2)^n}{2n-1}=\lim\limits_{n \to \infty} \frac{2(n+1)-1}{(\sqrt2)^{n}2n-1}$

How can I proceed from there? or if I was wrong tell me the mistake please.

2

There are 2 best solutions below

1
On

\begin{align*} \dfrac{1}{\sqrt{2}}\cdot\dfrac{2n+1}{2n-1}\rightarrow\dfrac{1}{\sqrt{2}}\cdot 1=\dfrac{1}{\sqrt{2}}<1, \end{align*} so it is convergent by the ratio test.

0
On

$$\lim\limits_{n \to \infty} \frac{2(n+1)-1}{(\sqrt2)^{n+1}}\frac{(\sqrt2)^n}{2n-1}=\lim\limits_{n \to \infty} \frac{(2n+1)}{\sqrt2 (2n-1)} = \frac{1}{\sqrt 2}<1$$

Thus the series converges.