Finding the sum of an infinite series

szklany
Messages
2
Reaction score
0
Find the sum of the infinite series

\sum _{n=1}^{\infty } \left( i /2\right) ^{2\,n}

I just can't seem to get started on this problem, so I was hoping somebody could give me a hint, as to what methods i should read up on.
 
Physics news on Phys.org
A good place to start would be to consider what (i/2)^2 is, that simplifies the sum considerably. You also need the formula for geometric series, that you can find for example from wikipedia.
 
Actually, break i into its polar form which is i^2^n = e^i^n^(^p^i^) . Now expand using Euler's identity and you are left only with cos\ n(pi) = (-1)^n From there it is a geometric series.
 
Actually, there is no need to worry about "i". (i/2)^{2n}= (i^2/4)^n= (-1/4)^n so this is a purely real geometric series.
 
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