How do you test for convergence of Sigma 5/(6n^2+n-1) from n=[1,oo)?
1 Answer
Explanation:
As the terms of the series are positive we can use the integral test, using:
We have that:
f(x) > 0 forx in [1,+oo)]
f'(x) = - frac (5(12x+1)) ((6x^2+x-1)^2) < 0 forx in [1,+oo] , so the function is monotone decreasing in that interval.
lim_(x->oo) 5/(6x^2+x-1) = 0
f(n) = 5/(6n^2+n-1)
so all the hypotheses of the integral test are satisfied and we can calculate:
using partial fractions:
So:
Using the properties of logarithms:
so that:
And as:
Finally we have:
and as the integral is convergent, so is the series.