0

Evaluate if the following series is convergent or divergent: $\sum\limits_n^\infty\frac 1 {\sqrt{n(n+1)}}$.

I could use the integral test that would prove me this series to be divergent. However I want to prove them divergent using Weierstrass comparison theorem.

$$\sum_n^\infty \frac{1}{\sqrt{n(n+1)}}>\sum_n^\infty \frac 1 {n(n+1)} = \sum_n^\infty \frac{1}{n^2+n}=\text{?}$$

However I cannot find a series that are smaller than the last. I tried to find any inequality to bring $n^2$ down to $n$, but I was not successful.

Question:

How can I find a smaller divergent series for $\sum_\limits{n}^{\infty}\frac{1}{{n^2+n}}$?

Thanks in advance!

Pedro Gomes
  • 4,099

6 Answers6

5

HINT: $$ \sum_{n=1}^\infty \frac1{\sqrt{n(n+1)}}>\sum_{n=1}^\infty \frac1{\sqrt{(n+1)^2}} $$

4

Since $n(n+1)<4n^2$ for every natural $n$, you have$$(\forall n\in\mathbb{N}):\frac1{\sqrt{n(n+1)}}>\frac1{2n}.$$

2

Showing that the $n$th term exceeds $\dfrac 1 {n(n+1)}$ will not show the series diverges, because the series whose terms are $\dfrac 1 {n(n+1)}$ converges. $$ \frac 1 {\sqrt{n(n+1)}} > \frac 1 {\sqrt{(n+1)^2}} = \frac 1 {n+1}, \text{ and } \sum_{n=1}^\infty \frac 1 {n+1} = +\infty. $$

1

(1). $\sum \frac {1}{n^2+n}$ converges. But $n^2+n<(n+1)^2$ so $\frac {1}{\sqrt {n^2+n}}\;>\frac {1}{n+1}>0$. And $\sum \frac {1}{n+1}$ diverges.

(2). Suppose $a_n>0$ and $c=\lim_{n\to \infty}\inf_{m>n} (b_m/a_m)>0. $ If $\sum a_n$ diverges then $\sum_n b_n$ diverges. Because for all but finitely many $n$ we have $2b_n/c>a_n,$ so $\frac {2}{c}\sum b_n$ diverges..... In your Q let $a_n=1/n$ and $b_n=1/\sqrt {n^2+n}\;$. Then $b_n/a_n=1/\sqrt {1+1/n}$ which converges to $1$. So, a fortiori, $\lim \sup\; b_n/a_n=1.$

1

Of course $\frac{1}{\sqrt{n(n+1)}}>\frac{1}{n+1}$, so the given series is divergent by comparison with the harmonic series.
A fancy approach is to employ the Cauchy-Schwarz inequality $$ \log\left(\frac{n+1}{n}\right) = \int_n^{n+1}\frac{dx}{x}\stackrel{\text{CS}}{\leq} \sqrt{\int_{n}^{n+1}\frac{dx}{x^2}}=\frac{1}{\sqrt{n(n+1)}} $$ such that the explicit lower bound $$ \sum_{n=1}^{N}\frac{1}{\sqrt{n(n+1)}} \geq \log(N+1) $$ follows by telescoping.

Jack D'Aurizio
  • 361,689
0

As an alternative note that

$$\frac{1}{\sqrt{n(n+1)}}\sim \frac 1n$$

thus the given series diverges by limit comparison test with $\sum \frac 1n$.

user
  • 162,563