Sorry for the oversimplified question, but does the series $\sum_{n=1}^{\infty} \frac{1}{n+1}$ converge? The ratio test of it gives the result of "1". Thanks a lot.
-
1Do you know the integral comparison test? That would answer your question quickly (and say no). – Daniel Fischer Jul 09 '13 at 11:28
-
Series (i.e. infinite sum)? Or sequence? The answers are no and yes. – Henry Jul 09 '13 at 11:28
-
1Related to the famous harmonic series http://en.wikipedia.org/wiki/Harmonic_series_(mathematics) – Ali Jul 09 '13 at 11:32
3 Answers
If the ratio test gives $1$ then we are in a situation where we can't conclude wether the series is convergent or divergent.
There are several ways to prove that your given series is divergent and one way is: let the partial sum be
$$S_n=\sum_{k=1}^n \frac{1}{1+k}$$
Then we have
$$S_{2n}-S_n=\sum_{k=n+1}^{2n}\frac{1}{1+k}\geq n\times\frac{1}{1+2n}\geq\frac{1}{3}\tag{1}$$
If the series were convergent, then the sequence $(S_{2n}-S_n)$ would have been convergent to $0$. This is not the case, as shown by the inequality $(1)$.

- 1,122
You can use the comparison test:
$$\frac{1}{2}\cdot \sum_{n=1}^\infty \frac{1}{n}\leqslant \sum_{n=1}^\infty \frac{1}{n+1} $$
And by the divergence of the harmonic sum we conclude that our sum diverges.

- 2,874
This is not a convergent sequence so it is not possible to find the sum.
Let $\displaystyle S=\sum_{i=1}^{\infty}\frac{1}{i}=1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\dots= (1)+(\frac{1}{2}+\frac{1}{3})+(\frac{1}{4}+\frac{1}{5}+\dots+\frac{1}{7})+\dots+(\frac{1}{2^k}+\frac{1}{2^k+1}+\dots+\frac{1}{2^{k+1}-1})+\dots\ge 1+(\frac{1}{4}+\frac{1}{4})+(\frac{1}{8}+\frac{1}{8}+\dots+\frac{1}{8})+\dots+(\frac{1}{2^{k+1}}+\frac{1}{2^{k+1}}+\dots+\frac{1}{2^{k+1}})+\dots=1+\frac{1}{2}+\frac{1}{2}+\frac{1}{2}+\dots+2^k\frac{1}{2^{k+1}}+\dots >1+\frac{n}{2}$
(for any $n\in N$)
So $S$ cannot converge.
Now $\displaystyle S=\sum_{i=1}^{\infty}\frac{1}{i}=1+\sum_{i=1}^{\infty}\frac{1}{(i+1)}$
As $S$ is not convergent so $\displaystyle\sum_{i=1}^{\infty}\frac{1}{(i+1)}$ is also not convergent(rather they both diverge).

- 8,150