Joshk80k
- 17
- 0
Homework Statement
Is
\sum \frac{1}{2n(2n+1)}
convergent or divergent?
(Note that the summation is from 1 to infinity)
Homework Equations
\int f(x) dx = L, (range is from 1 to infinity)
IF
L = \infty, divergent
L < \infty, convergent.
The Attempt at a Solution
I tried a number of tests, and this is the only convergence test that I am not sure about. I attempted the ratio and root tests, but both were inconclusive.
As for my attempt,
\int \frac{1}{2n(2n+1)}dx, using the partial fractions method to integrate,
\int \frac{1}{2n(2n+1)}dx = \int \frac{A}{2n} + \frac{B}{2n+1}
1 = 2nA + 2nB + A
Matching up coefficients,
A^0: 1 = A
and
A^1: 0 = 2A + 2B,
B = -A = -1
\int \frac{1}{2n(2n+1)}dx = \int \frac{1}{2n} + \frac{-1}{2n+1}
Using substitution,
\int \frac{1}{2n} = \frac{1}{2}ln(2n)
and
\int \frac{-1}{2n+1} = -\frac{1}{2}ln(2n+1)
So, adding these two together, and using properties of the natural log,
\frac{1}{2}ln(2n) + -\frac{1}{2}ln(2n+1) = \frac{1}{2}ln(\frac{2n}{2n+1})
Now, inserting the bounds 1 and t (Where t is infinity),
\frac{1}{2}ln(\frac{2t}{2t+1}) - \frac{1}{2}ln(\frac{2}{3})
Here is where I am a little stumped. I want to say "Hey, t is infinity, and at large values of t, we can ignore the excess numbers (In this case, 2t + 1 is just a tiny bit different than 2t, so we ignore the 1 to make the cancellation) and as a result, I'll have a finite value, and for this reason, the answer is convergent.
BUT, I have always been a little shaky on convergence tests - am I doing this correctly or am I wrong to make that assumption about the cancellation?