New Reply

Series convergence

 
Share Thread Thread Tools
Jun25-12, 04:57 PM   #1
 

Series convergence


Hi, while reading some artificial intelligence book, i came upon the following sum. How can I evaluate it analytically, so not guess it by computing many terms? It's easy to see by ratio test that it converges (intuitively too, since its a linear vs exponential function).

[itex]\sum_{i=1}^\infty \frac{i}{2^i}[/itex]
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Jun25-12, 04:59 PM   #2
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Do you know the sum of

[tex]\sum_{n=1}^{+\infty} x^n[/tex]

for |x|<1 ??

Now take derivatives.
Jun25-12, 05:09 PM   #3
 
Quote by micromass View Post
Do you know the sum of

[tex]\sum_{n=1}^{+\infty} x^n[/tex]

for |x|<1 ??

Now take derivatives.
I know the sum, it evaluates to:
[tex]\frac{1}{1-x}-1[/tex]

But, how will the derivatives help? The i-th derivative with respect to x gives me:

[tex]\sum_{n=1}^{\infty} \frac{n!}{(n-i)!}x^{n-i}[/tex]
Jun25-12, 06:49 PM   #4
 

Series convergence


Quote by Max.Planck View Post
I know the sum, it evaluates to:
[tex]\frac{1}{1-x}-1[/tex]

But, how will the derivatives help? The i-th derivative with respect to x gives me:

[tex]\sum_{n=1}^{\infty} \frac{n!}{(n-i)!}x^{n-i}[/tex]


Why would you take the i-th derivative if you were said "the derivative? I find that i as index pretty confussing and annoying, so I'll change it:
[tex]\frac{1}{1-x}-1=\sum_{n=1}^\infty x^n\Longrightarrow \frac{1}{(1-x)^2}=\sum_{n=1}^\infty nx^{n-1}[/tex]

and now just choose a convenient x within the convergence radius...

DonAntonio
Jun26-12, 03:17 AM   #5
 
I offer another way (not very rigorous, but still intuitive.)
The nth term of the sum can be written as
[tex]\left(\frac{1}{2^n}+\frac{1}{2^n}...+\frac{1}{2^n}\right)[/tex]
where we have the fraction repeated n times. Now look at this structure:

1/2
1/4+1/4
1/8+1/8+1/8
.............

Now sum columns instead of the rows!
Jun26-12, 03:50 AM   #6
 
Quote by DonAntonio View Post
Why would you take the i-th derivative if you were said "the derivative? I find that i as index pretty confussing and annoying, so I'll change it:
[tex]\frac{1}{1-x}-1=\sum_{n=1}^\infty x^n\Longrightarrow \frac{1}{(1-x)^2}=\sum_{n=1}^\infty nx^{n-1}[/tex]

and now just choose a convenient x within the convergence radius...

DonAntonio
But how do you choose that x? Shouldn't

[tex]x^{n-1}=(1/2)^{n}[/tex]

But then x will be a term dependent on n...
Jun26-12, 06:15 AM   #7
 
Quote by Max.Planck View Post
But how do you choose that x? Shouldn't

[tex]x^{n-1}=(1/2)^{n}[/tex]

But then x will be a term dependent on n...

...and thus [itex]\,\displaystyle{ x^{n-1}=\frac{1}{2}\left(\frac{1}{2}\right)^{n-1}}[/itex]...! And of course, taking off a factor of 0.5, x is a constant.

DonAntonio
Jun26-12, 06:47 AM   #8
 
Quote by DonAntonio View Post
...and thus [itex]\,\displaystyle{ x^{n-1}=\frac{1}{2}\left(\frac{1}{2}\right)^{n-1}}[/itex]...! And of course, taking off a factor of 0.5, x is a constant.

DonAntonio
Ah right lol, thank you very much.
New Reply
Thread Tools


Similar Threads for: Series convergence
Thread Forum Replies
Determine Series Convergence Given Convergence of a Power Series Calculus & Beyond Homework 4
Help! Convergence of Power Series, interval and radius of convergence question! Calculus & Beyond Homework 14
Convergence of a geometric series; rewriting a series in the form ar^(n-1) Calculus & Beyond Homework 2
Determining the absolute convergence, convergence, or divergence of a series. Calculus & Beyond Homework 7
Convergence/Divergence of Given Series Using Alternating Series test. Calculus & Beyond Homework 2