hello
i need to compute this sum:
sigma(n=1 to infinity) n^2 / 2^n
and i'm having trouble doing that.
i tried looking at a power series,but couldn't develop it.
help would be appreciated.
thanks.
This is a bit cryptic, but if you can do it from this you will have doneOriginally Posted by parallel
a lot of the work yourself. If you have trouble we will fill in the detail.
Consider the geometric series:
which you should be able to sum for. Now differentiate
once and twice and see what you find after a bit of rearrangement of the
corresponding sums of the series, and letting.
RonL

Hello, parallel!
I just "invented" an approach to this problem . . .
![]()
We have: .[1]
Multiply by:
. . . . . . .[2]
Subtract [2] from [1]:
. . . . . . .[3]
Multiply by:
. . . . . . .[4]
Subtract [4] from [3]:
. . . . . . .
. . . . . . .
. . . . . . . . . . . . . . an infinite geometric series with
. . . . . . . . . . . . . . . . . . Its sum is: .
Hence, we have: .. . . . (drumroll, please)
Therefore: .. . . . ta-DAA!
thanks for the reply CaptainBlack,this is what I came up with,hope it's correct
the sum of (x/2)^n is : x/(2-x)
taking deriv:
(1) sigma n/(2^n)*x^(n-1) = 2/(2-x)^2
taking 2nd deriv:
sigma n(n-1)/2^n * x^(n-2)
this sum is:
(2) n^2/2^n*x^(n-2) - n/2^n*x^(n-2) = deriv of (1) = (8-4x)/(2-x)^4
now I noticed that the second term is (1) * (1/x),
so (2) + (1)*(1/x) yields the result,which is (4x+4x-2x^2)/(2-x)^3 = 6 (if x=1)
is this correct?
thanks for the help
Soroban,
hey, I really liked your solution,I'll sure keep this approach in mind
thanks for your help too.
That's what I had in mind. I will not check it in detail as the answer agreesOriginally Posted by parallel
with Soroban's so we may presume the algebra is correct.
This method is powerful as it provides a method of finding:
for any polynomialin
(at least for
smallish polynomials) and.
RonL