How do you test the series #sum_(n=0)^(oo) n/((n+1)(n+2))# for convergence?
4 Answers
The series diverge
Explanation:
Perform the limit comparison test
and
We conclude that, by the limit comparison test that the series
The series:
is divergent.
Explanation:
The series has only positive terms, so we can use the limit comparison test to compare it with the harmonic series:
As the limit is finite and positive the two series have the same character, and we know the harmonic series to be divergent, thus also the series:
is divergent.
We can use the integral test to find it diverges.
Explanation:
Using the integral test, we find:
#int x/((x+1)(x+2)) dx = int (2/(x+2) - 1/(x+1)) dx#
#color(white)(int x/((x+1)(x+2)) dx) = 2 ln abs(x+2) - ln abs(x+1) + C#
#color(white)(int x/((x+1)(x+2)) dx) = ln (abs(x+2)^2/abs(x+1)) + C#
#color(white)(int x/((x+1)(x+2)) dx) > ln (abs(x+1)^2/abs(x+1)) + C = ln (abs(x+1)) + C#
#color(white)(int x/((x+1)(x+2)) dx) -> oo" "# as#x -> oo#
So:
#sum_(n=0)^N n/((n+1)(n+2)) -> oo" "# as#N -> oo#
See below.
Explanation:
Now considering
but as we know
https://en.wikipedia.org/wiki/Harmonic_series_(mathematics)
know as divergent.
Resuming