convergence of a sequence

iDoof

New member
Joined
Oct 17, 2005
Messages
21
ok I have this sequence:

((-1^n)*n^3)/(n^3 + 2n^2 + 1)

and I want to know if it converges or diverges. I'm not quite sure how to go about doing this. i know of a theorem that says if you take the limit of the absolute value of the formula, and it equals 0, then the actual formula should also equal 0....but this one's limit of the absolute value equals 1!

i think it diverges though, by instinct, because of the -1^n....so is that it? that it's intuitive like that?


thanks in advance!
 
For convergence, your succesive terms have to approach zero.
 
“For convergence, your successive terms have to approach zero.”
This is true if this were about series.
However, this question is about sequences.
It does alternate. It has two accumulation points, 1 & −1.
Thus it diverges.
 
Hello, iDoof!

pka is absolutely correct . . . and so are you (it diverges).

. . . . . . . . . . . .n<sup>3</sup>
. . . (-1)<sup>n</sup> -----------------
. . . . . . . .n<sup>3</sup> + 2n<sup>2</sup> + 1


Divide top and bottom by n<sup>3</sup>:

. . . . . . . . . . . . 1
. . . (-1)<sup>n</sup> ------------------
. . . . . . . 1 + 2/n + 1/n<sup>3</sup>

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
As n -> oo, the fraction goes to: .------------ . = . 1
. . . . . . . . . . . . . . . . . . . . . . . . . . 1 + 0 + 0


But the (-1)<sup>n</sup> in front* makes it diverge to +1 <u>or</u> -1.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

* . I call it the "blinker" . . . which has many uses.

The sequence: .5, 7, 5, 7, 5, 7, . . . .can be expressed: .a<sub>n</sub> .= .6 + (-1)<sup>n</sup>


If a sequence alternates between two values (or functions) A and B:

. . . . . . . . .1 - (-1)<sup>n</sup> . . . . 1 + (-1)<sup>n</sup>
. . . f<sub>n</sub> . = . ---------- A .+ .----------- B
. . . . . . . . . . . 2 . . . . . . . . . .2
 
Top