Finding the Sum of an Infinite Series

kq6up
Messages
366
Reaction score
13

Homework Statement



Find the expectation value of the Energy the Old Fashioned way from example 2.2.

Homework Equations



##\left< E \right> =\frac { 480\hbar ^{ 2 } }{ \pi ^{ 4 }ma^{ 2 } } \sum _{ odds }^{ \infty }{ \frac { 1 }{ { n }^{ 4 } } } ##

The Attempt at a Solution


Never mind the details of the physics problem. I am confident of those bits since it is from an example.

Using a symbolic math program, how to I only evaluate odds of a summation? I use sage and Wolfram Alpha normally. I tried using sin(pi*n/2)^2 to eliminate the even terms, but neither program seemed to take well to that.

Thanks,
Chris
 
Physics news on Phys.org
kq6up said:

Homework Statement



Find the expectation value of the Energy the Old Fashioned way from example 2.2.

Homework Equations



##\left< E \right> =\frac { 480\hbar ^{ 2 } }{ \pi ^{ 4 }ma^{ 2 } } \sum _{ odds }^{ \infty }{ \frac { 1 }{ { n }^{ 4 } } } ##

The Attempt at a Solution


Never mind the details of the physics problem. I am confident of those bits since it is from an example.

Using a symbolic math program, how to I only evaluate odds of a summation? I use sage and Wolfram Alpha normally. I tried using sin(pi*n/2)^2 to eliminate the even terms, but neither program seemed to take well to that.

Thanks,
Chris

If I'm reading correctly you only want the sum of the odd terms. So make a change of index. Suppose that ##n = 2k+1##. Then:


##\left< E \right> =\frac { 480\hbar ^{ 2 } }{ \pi ^{ 4 }ma^{ 2 } } \sum _{ k=0 }^{ \infty }{ \frac { 1 }{ { (2k+1) }^{ 4 } } } ##
 
  • Like
Likes 1 person
That might work. Let me give that a shot.

Chris
 
Perfect, thank you.

Chris
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top