Thread Closed

Summation

 
Share Thread
Jun21-04, 11:16 AM   #1
 

Summation


Please give me some hints:

Sum of (i^2)/(4^i) where i is from 0 to infinity.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jun21-04, 01:08 PM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Johnny Leong
Please give me some hints:

Sum of (i^2)/(4^i) where i is from 0 to infinity.
You mean [tex]\sum_{i=1}^\infty \frac{i^2}{4^i}[/tex]? (I don't like [tex]\frac{0^2}{4^0}[/tex] - it's not necessarily clear what it is.)

Well, for [tex]i \geq 4[/tex] ,
[tex]2^i \geq i^2[/tex],
so
[tex]\frac{i^2}{4^i} < \frac{2^i}{4^i} = \frac{1}{2^i}[/tex]
so
[tex]\sum_{i=1}^\infty \frac{i^2}{4^i} < \frac{1}{4}+\frac{4}{16}+\frac{9}{64} + \sum_{i=4}^{\infty} \frac{1}{2^i}[/tex]

Perhaps you can find some better bounds?
Jun21-04, 02:04 PM   #3
 
I'm sorry, but what's unclear about 0^2/4^0?
Jun21-04, 07:40 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Summation


[tex]\sum_{i=1}^\infty \frac{i^2}{4^i} > \frac{1}{4}+\frac{4}{16}+\frac{9}{64} + \sum_{i=4}^{\infty} \frac{1}{4^i}[/tex]

That gives a range of 0.7 to 0.9. Wonder if it isn't just 3/4 or 4/5 ?
Jun21-04, 09:21 PM   #5
 
Mathematica's saying 20/27 (~.740741). But, like most things Mathematica, I have no idea how it produced that number.

cookiemonster
Jun21-04, 10:56 PM   #6
 
Actually, this question could not give an accurate answer. The answer should just be an approximation, right? Because the terms in the summation are not having some sequence properties.
Jun22-04, 12:37 AM   #7
 
I think Gokul43201's answer would not be a good one because after I have read a book, I found that when we do some approximation, the approximation's value had better dominate the value of the original question.
Jun22-04, 07:26 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Johnny Leong
I think Gokul43201's answer would not be a good one because after I have read a book, I found that when we do some approximation, the approximation's value had better dominate the value of the original question.
What in the world does that mean? What do you mean by "dominate the value of the original question? An approximation is an approximation. There exist good approximations and bad approximations. The ideal is to get as close as possible to the true value for the work done.
Jun22-04, 10:34 AM   #9
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
[tex]F(x)=\sum_{i=0}^{\infty}i^{2}x^{i}[/tex]
[tex]\sum_{i=0}^{\infty}i^{2}x^{i}=\sum_{i=0}^{\infty}xi\frac{d}{dx}x^{i}[/tex]
[tex]\sum_{i=0}^{\infty}xi\frac{d}{dx}x^{i}=\frac{d}{dx}\sum_{i=0}^{\infty}i x^{i+1}-\sum_{i=0}^{\infty}ix^{i}[/tex]
[tex]\sum_{i=0}^{\infty}ix^{i}=x\frac{d}{dx}\sum_{i=0}^{\infty}x^{i}[/tex]
Hence, we have:
[tex]F(x)=\frac{d}{dx}(x^{2}\frac{d}{dx}\frac{1}{1-x})-x\frac{d}{dx}\frac{1}{1-x}[/tex]
or:
[tex]F(x)=\frac{x^{2}+x}{(1-x)^{3}}[/tex]
The sum of the original series is found by evaluating [tex]F(\frac{1}{4})[/tex]
Jun22-04, 05:43 PM   #10
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Which is 20/27, as Mathematica magically guessed.

Nice, arildno.
Jun22-04, 05:46 PM   #11
 
A very clever little trick, indeed.

cookiemonster
Jun23-04, 10:30 AM   #12
 
Quote by HallsofIvy
What in the world does that mean? What do you mean by "dominate the value of the original question? An approximation is an approximation. There exist good approximations and bad approximations. The ideal is to get as close as possible to the true value for the work done.
I mean the approximation should be an upper bound to the accurate answer to the original question.
Jun23-04, 10:34 AM   #13
 
Quote by arildno
[tex]F(x)=\sum_{i=0}^{\infty}i^{2}x^{i}[/tex]
[tex]\sum_{i=0}^{\infty}i^{2}x^{i}=\sum_{i=0}^{\infty}xi\frac{d}{dx}x^{i}[/tex]
[tex]\sum_{i=0}^{\infty}xi\frac{d}{dx}x^{i}=\frac{d}{dx}\sum_{i=0}^{\infty}i x^{i+1}-\sum_{i=0}^{\infty}ix^{i}[/tex]
[tex]\sum_{i=0}^{\infty}ix^{i}=x\frac{d}{dx}\sum_{i=0}^{\infty}x^{i}[/tex]
Hence, we have:
[tex]F(x)=\frac{d}{dx}(x^{2}\frac{d}{dx}\frac{1}{1-x})-x\frac{d}{dx}\frac{1}{1-x}[/tex]
or:
[tex]F(x)=\frac{x^{2}+x}{(1-x)^{3}}[/tex]
The sum of the original series is found by evaluating [tex]F(\frac{1}{4})[/tex]
What are you doing, arildno? You are professional but I do not understand. Why you do like this?
Jun23-04, 10:53 AM   #14
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
OK, I'll break up this in tiny pieces; then pin-point what you don't understand.

1. Changing perspective from number to function:
We start out with the series:
[tex]S=\sum_{i=0}^{\infty}i^{2}(\frac{1}{4})^{i}[/tex]
Our aim is to find the number S!
However, this is difficult to do as it stands; what I want to do, is to change the problem slightly, so that:
a) I gain access to powerful solving techniques in the new problem to be solved
(which is not accessible in the original problem)
b) I can easily find the answer to the original problem once I have found the answer to the new problem

That is why I change perspectives to try to simplify the expression for the following function:
[tex]F(x)=\sum_{i=0}^{\infty}i^{2}x^{i}[/tex]

a): Since I now have a power series function , I can use the extraordinarily powerful teqnique of differentiation to help me solve the new problem (simplifying the expression for F(x)!)
b) If I can do this, then I can find the answer to my original problem simply by
computing [tex]F(\frac{1}{4})[/tex]

I'll let you ponder on this for a while, if you have some specific questions, pleasy notify..
Thread Closed

Similar discussions for: Summation
Thread Forum Replies
Summation Calculus & Beyond Homework 2
Summation Precalculus Mathematics Homework 2
Help with summation Calculus & Beyond Homework 10
Summation of S(N)? Linear & Abstract Algebra 7
Can the summation....... Introductory Physics Homework 17