How do you test the series #Sigma sqrtn/(3n+2)# from n is #[0,oo)# for convergence?
2 Answers
See below.
Explanation:
We can use the Integral Test.
This means we consider the analogous function
In this case:
With sub:
If we focus on the indefinite integral for the red term, ie:
... we can use the sub:
Putting
Now we know that:
FWIW, I first tried the ratio test, which was inconclusive:
Dividing top and bottom by
the series diverges
Explanation:
We can apply d'Alembert's ratio test:
Suppose that;
# S=sum_(r=1)^oo a_n \ \ # , and#\ \ L=lim_(n rarr oo) |a_(n+1)/a_n| #
Then
if L < 1 then the series converges absolutely;
if L > 1 then the series is divergent;
if L = 1 or the limit fails to exist the test is inconclusive.
So our series is;
# S=sum_(n=1)^oo sqrt(n)/(3n+2)#
So our test limit is:
# L = lim_(n rarr oo) | {sqrt(n+1)/(3(n+1)+2)} / {sqrt(n)/(3n+2)} | #
# \ \ \ = lim_(n rarr oo) | sqrt(n+1)/(3(n+1)+2) * (3n+2)/sqrt(n) | #
# \ \ \ = lim_(n rarr oo) | sqrt(n+1)/(3n+3+2) * (3n+2)/sqrt(n) | #
# \ \ \ = lim_(n rarr oo) | sqrt(n+1)/(3n+5) * (3n+2)/sqrt(n) * (1/sqrt(n))/(1/sqrt(n)) | #
# \ \ \ = lim_(n rarr oo) | (sqrt(n+1)/sqrt(n)) * (3n+2)/(3n+5) | #
# \ \ \ = lim_(n rarr oo) | (sqrt((n+1)/n)) * (3n+2)/(3n+5) *(1/n)/(1/n) | #
# \ \ \ = lim_(n rarr oo) | sqrt(1+1/n) * (3+2/n)/(3+5/n) | #
# \ \ \ = | sqrt(1+0) * (3+0)/(3+0) | #
# \ \ \ = | 1 | #
# \ \ \ = 1 #
And so the ratio test is inconclusive.
You can draw your own interpretation from the failure of this test, but in most cases it will be that the series does not converge..
We must therefore choose another test such as the integral test, or
We can examine the behaviour numerically. Doing so we can conclude (although not necessarily prove) that the series diverges!