Another series convergence question

173 Views Asked by At

Does this series converge?

$\displaystyle\sum\limits_{n=2}^\infty \frac{\sqrt{n+1}}{(2n^2-3n+1) (\ln n +(\ln n)^2)}$

4

There are 4 best solutions below

0
On BEST ANSWER

Informally, for large $n$, $\sqrt{n+1}$ behaves like $n^{1/2}$, the quadratic in the denominator behaves like $2n^2$, giving a combined behaviour of $\frac{1}{2}\cdot\frac{1}{n^{3/2}}$, plenty good enough for convergence. And the $\log$ stuff at the bottom gives our series a minor (and unnecessary) boost towards convergence.

More formally, we can note that for $n\ge 3$, $$0 \lt \frac{\sqrt{n+1}}{(2n^2-3n+1)(\ln n+\ln^2 n)}\lt \frac{\sqrt{n+1}}{n^2-3n+1}$$ So if we can prove that $\sum_2^\infty \frac{\sqrt{n+1}}{n^2-3n+1}$ converges, it will follow by Comparison that our series converges.

Now note that $\sqrt{n+1}\le 2\sqrt{n}$, and that if $n \ge 6$, then $n^2-3n+1\ge \frac{1}{2}n^2$. It follows that for $n\ge 6$, we have $$\frac{\sqrt{n+1}}{n^2-3n+1}\lt \frac{4}{n^{3/2}}.$$ Since $\sum_2^\infty \frac{1}{n^{3/2}}$ converges, the series $\sum_2^\infty \frac{\sqrt{n+1}}{n^2-3n+1}$ converges.

3
On

Yes.${}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}$

0
On

This one requires no tricks - look at the ratio of the numerator and denominator in the limit $n \to \infty.$ In fact, you can even throw out the $\ln n$ term.

0
On

There is $n_0$ such that $$\displaystyle\sum\limits_{n=2}^\infty \frac{\sqrt{n+1}}{(2n^2-3n+1) (\ln n +(\ln n)^2)}<\displaystyle\sum\limits_{n=n_0}^\infty \frac{\sqrt{n+1}}{(n+1)\cdot(\sqrt{n+1})^2}=\sum\limits_{n=n_0+1}^\infty \frac{1}{n\cdot\sqrt{n}}$$ Thus the series clearly converges.