infinite series

hottgye

New member
Joined
Oct 17, 2005
Messages
1
hey everyone im new here.

ok so i have this series and i want to find what values of x makes it converge, and also to find the some of the series for those values of x:


the sum (from n=0 to infinity) of: (4^n)(x^n)


i'm not really sure where to begin. i think you can consolidate the terms to make (4x)^n....but then what? could someone sort of explain what methods i could use and/or walk me through?


thanks so much guys
 
Ne'mind. Mis-read terms. Coulda swore there was a "/" in there. Sorry.

Eliz.
 
Using the root test: [4<SUP>n</SUP>|x<SUP>n</SUP>|]<SUP>1/n</SUP>->4|x|<1.
Therefore, if |x|<(1/4) the series converges.
Clearly if x=1/4 or x=−1/4 the series diverges.
 
Hello, hottgye!

What values of x makes it converge?
Find the sum of the series for those values of x:

Sum (from n=0 to infinity) of: (4<sup>n</sup>)(x<sup>n</sup>)
.
My favorite is the Ratio Test.
. . It doesn't always work, but it's the most powerful test IMHO.

. . . . . . . . . . . . . . . . . |a<sub>n+1</sub>|
Form the ratio: .R .= .| ----- |
. . . . . . . . . . . . . . . . . | .a<sub>n</sub> .|

. . . . . . . . . . . . . . .|4<sup>n+1</sup> x<sup>n+1</sup>|
We have: . R . = . |-------------| . = . |4x|
. . . . . . . . . . . . . . .| . 4<sup>n</sup> x<sup>n</sup> . .|


If lim R < 1, the series converges.
. n->oo

So we have: . |4x| .< .1 . ---> . |x| < ¼

The series converges for: .-¼ < x < ¼

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

Since |x| < ¼, then |4x| < 1.

The series is: .SUM (4x)<sup>n</sup> . = . 1 + 4x + (4x)<sup>2</sup> + (4x)<sup>3</sup> + . . .

We have a geometric series with first term a = 1 and common ratio r = 4x

. . . . . . . . . . . . . . . . .1
The sum is: . S .= .--------
. . . . . . . . . . . . . . .1 - 4x
 
Top