How do we determine the convergence at the endpoints for the series (x-1)^n/n^3?

GreenPrint
Messages
1,186
Reaction score
0
Hi,

I don't really need help with a problem, just having some troubles understanding something.

Find the interval of convergence of the series

sigma[n=0,inf] (x-1)^n/n^3
by the root test I got that |x-1|<1 and that 0<x<2
I than have to plug in these values (0 and 2) to see if the series converges or diverges at these endpoints... I however am confused by this. If we set x = 0 or x = 2 wouldn't the root test give us 1 and the root test states that if the limit equals one than the series converges. So what's the need of testing the end points? Like I know we have to just am not really sure why because than the root test would give us 1... I never understood why we test the end points and just sort of did so just because I was told we had to and was wondering if someone could explain this to me. I hope someone can clear up this confusion for me. Thanks for any help!
 
Physics news on Phys.org
GreenPrint said:
Hi,

I don't really need help with a problem, just having some troubles understanding something.

Find the interval of convergence of the series

sigma[n=0,inf] (x-1)^n/n^3
by the root test I got that |x-1|<1 and that 0<x<2
I than have to plug in these values (0 and 2) to see if the series converges or diverges at these endpoints... I however am confused by this. If we set x = 0 or x = 2 wouldn't the root test give us 1 and the root test states that if the limit equals one than the series converges. So what's the need of testing the end points? Like I know we have to just am not really sure why because than the root test would give us 1... I never understood why we test the end points and just sort of did so just because I was told we had to and was wondering if someone could explain this to me. I hope someone can clear up this confusion for me. Thanks for any help!

Root test = 1 does NOT guarantee convergence. Look at sum_{n=1}^infinity 1. Does it converge? Does it satisfy root test = 1? Look at sum r^n /n. Root test implies convergence for |r| <= 1. Does the series converge at r = 1? At r = -1?

RGV
 
Well like I forgot myself and had to look up on wikipedia http://en.wikipedia.org/wiki/Root_test and it says that if r=1 than the series diverges so I thought it was always |r| < 1 not |r| <= 1?
 
If n=1 when using the root test, it means your answer is inconclusive AKA use another test (that's what RGV is hinting at).
 
hm interesting thanks
 
Sorry that I didn't answer your second question, if {n&lt;1} it will ALWAYS converge, if {n&gt;1} it will ALWAYS diverge! If {n&lt;=1} then I'm going to guess that it'll converge, but I've never seen a series that has n<=1!

This is for ratio/root test.
 
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