Finding the Sum of a particular Power Series

Click For Summary
SUMMARY

The sum of the power series \(\sum _{n=1} ^{\infty} \frac{n^2}{2^n}\) is definitively calculated to be 6 using Mathematica. The discussion centers on expressing this sum through the geometric series \(\sum _{n=0} ^{\infty} x^n = \frac{1}{1-x}\) and the relationship \(\sum _{n=1} ^{\infty} n x^{n-1} = \frac{1}{(x - 1)^2}\). The user successfully derives the formula \(\sum_{n=0}^{\infty}n^2 x^n = x \frac{d}{dx} \left( x \frac{dS}{dx} \right)\) to facilitate this transformation.

PREREQUISITES
  • Understanding of power series and convergence
  • Familiarity with geometric series
  • Basic knowledge of calculus, specifically differentiation
  • Experience with Mathematica for computational verification
NEXT STEPS
  • Study the derivation of the formula for \(\sum_{n=0}^{\infty} n^2 x^n\)
  • Explore advanced series manipulation techniques in calculus
  • Learn about the application of generating functions in combinatorics
  • Investigate the use of Mathematica for symbolic computation in series
USEFUL FOR

Mathematicians, students studying calculus, and anyone interested in series summation techniques and computational tools like Mathematica.

DivGradCurl
Messages
364
Reaction score
0
I need to obtain the sum of the following series

[tex]\sum _{n=1} ^{\infty} \frac{n^2}{2^n}[/tex]

Well, with the aid of Mathematica, I get the answer, which is 6. What I'm trying to do now is work my way backwards from there. I need to express it through the geometric series

[tex]\sum _{n=0} ^{\infty} x^n = \frac{1}{1-x}[/tex]

In fact, my guess is that I should use

[tex]\sum _{n=1} ^{\infty} n x^{n-1} = \frac{1}{\left( x - 1 \right) ^2}[/tex]

but it can't get it to fit in.

Thank you very much.
 
Physics news on Phys.org
If

[tex]S = \sum_{n=0}^{\infty} x^n[/tex]

then

[tex]\sum_{n=0}^{\infty}n^2 x^n = x \frac {d}{dx} x \frac {dS}{dx}[/tex]
 
Thank you so much. This definitely works out!
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
Replies
49
Views
5K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K