Convergence of series and limits

Juggler123
Messages
80
Reaction score
0
For the following series sum(an) between n=2, n=infinity determine if the series converges and if so find the limit? Such that

an=1/(n(n^2-1))

I've expressed (an) in partial fractions so that

an=-1/n + 1/(2(n+1)) + 1/(2(n-1))

but can't seem to get any further than this?
Where should I go from here??
 
Physics news on Phys.org
Hi Juggler123.

Have you learned the Limit Comparison Test? This is the key to solving for convergence/divergence of this series.

Usually, we use partial fractions when we have reason to believe that the series will become a "telescoping series" (as you write the sequence of partial sums... you find "patterns" and these "patterns" cancel out).

Like I said, have a try with the Limit Comparison test... comparing the series you've stated with 1 / n^3
 
Juggler123 said:
For the following series sum(an) between n=2, n=infinity determine if the series converges and if so find the limit? Such that

an=1/(n(n^2-1))

I've expressed (an) in partial fractions so that

an=-1/n + 1/(2(n+1)) + 1/(2(n-1))

but can't seem to get any further than this?
Where should I go from here??
Looks to me like you might have a "telescoping series" there. Write out the first few terms using your partial fractions:
a_2+ a_ 3+ a_4+ ...]/itex]<br /> 1/2+ 1/6+ 1/12+ ...<br /> (-1/2+ 1/6+ 1/2)+ (-1/3+ 1/8+ 1/4)+ (-1/4+ 1/10+ 1/6)<br /> <br /> That&#039;s not terribly clear but in each term we have one negative number, -1/n, and two negative numbers, 1/(2(n+1)) and 1/(2(n-1)). Each -1/n will cancel both 1/(2(m+1)), for m= n-1, and 1/(2(m-1)) for m= n+1. For example, taking n= 3, -1/3 will cancel both 1/(2(2+1)= 1/6, and 1/(2(4-1))= 1/6: -1/3+ 1/6+ 1/6= 0. If n= 6, -1/5 will cancel both 1/(2(4+1))= 1/10 and 1/(2(6-1))= 1/10: -1/5+ 1/10+ 1/10= 0. The only question remaining is what numbers do NOT get canceled?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top