Deriving an Infinite Series: P_e = 5/3

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
wildman
Messages
29
Reaction score
4

Homework Statement


I am wondering if someone could give me some insight on how the following infinite series was derived:

[tex]P_e = \sum_{-\infty}^\infty (1/2)^{2|n|} = -1 + 2 \sum_{n=0}^\infty (1/2)^{2n} = 5/3[/tex]


Homework Equations


See above


The Attempt at a Solution


I think the -1 comes when n = 0 and the 2 before the sum is because the absolute value of n makes the result symetrical around 0. That is why one can make the sum from 0 to infinity and multiply by 2. Right??
The second sumation must be equal to 4/3. Right? I guess my real question then is how do you find the closed form of this infinite series?
 
on Phys.org
wildman said:
I think the -1 comes when n = 0 and the 2 before the sum is because the absolute value of n makes the result symetrical around 0. That is why one can make the sum from 0 to infinity and multiply by 2. Right??
Right!

wildman said:
The second sumation must be equal to 4/3. Right?
Right!

wildman said:
I guess my real question then is how do you find the closed form of this infinite series?

Can you do this one?

[tex]\sum_{n=0}^\infty x^n[/tex]
 
Actually, the "-1" comes from the fact that when n= 0, [itex](1/2)^{2|n|}[/itex] is equal to 1. Since you are multiplying the sum, from 0 to infinity, by 2, you are getting that twice and need to subract off one.
 
Can you do this one?
[tex]\sum_{n=0}^\infty x^n[/tex]

Yes, that is equal to 1/(1- 1/2) or 2
 
general x is x^2 and my x is 1/4 so 1/(1-1/4) is 4/3. All right! Thanks!