Johnny Leong
- 48
- 0
Please give me some hints:
Sum of (i^2)/(4^i) where i is from 0 to infinity.
Sum of (i^2)/(4^i) where i is from 0 to infinity.
Johnny Leong said:Please give me some hints:
Sum of (i^2)/(4^i) where i is from 0 to infinity.
Johnny Leong said: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.
HallsofIvy said: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.
arildno said:F(x)=\sum_{i=0}^{\infty}i^{2}x^{i}
\sum_{i=0}^{\infty}i^{2}x^{i}=\sum_{i=0}^{\infty}xi\frac{d}{dx}x^{i}
\sum_{i=0}^{\infty}xi\frac{d}{dx}x^{i}=\frac{d}{dx}\sum_{i=0}^{\infty}ix^{i+1}-\sum_{i=0}^{\infty}ix^{i}
\sum_{i=0}^{\infty}ix^{i}=x\frac{d}{dx}\sum_{i=0}^{\infty}x^{i}
Hence, we have:
F(x)=\frac{d}{dx}(x^{2}\frac{d}{dx}\frac{1}{1-x})-x\frac{d}{dx}\frac{1}{1-x}
or:
F(x)=\frac{x^{2}+x}{(1-x)^{3}}
The sum of the original series is found by evaluating F(\frac{1}{4})