Sum of Complex geometric series

benjyk
Messages
10
Reaction score
0

Homework Statement



Use cos ( n * x) = (z ^ n + z ^ -n)/2 to express

cos x + cos 3x + cos 5x + ... + cos([2n -1]x)

as a geometric series in terms of z. Hence find this sum in terms of x

Homework Equations





The Attempt at a Solution



(z + z^-1)/2 + (z^3 + z^-3)/2 + ... + (z^2n-1 + z-(2n-1))

I want to use the sum of a geometric series, but I can't work out what the common ratio of the terms is. If someone could point me in the right direction it would be greatly appreciated. Thank you very much in advance for you your help.

Benjy
 
Last edited:
Physics news on Phys.org
Split it into two series. The +n's make one series and the -n's make another.
 
Thank you very much for your reply.

After an hour of frustrating and sadly unfruitful algebraic manipulation, I am still no closer to the answer of sin(2nx) / 2sin(x).

Any further help would be greatly appreciated.
 
It is a pain in the neck, isn't it? I finally got it. And I can't say it took me much less than an hour. I'm assuming the z you are talking about is exp(ix), right? After your series summation for the powers of z, you should get (z-z^(2n+1))/(1-z^2), right? With an analogous result for z^(-1). Once you've done that, turn it back into sin's and cos's of multiples of x using deMoivre. Now you combine the two fractions back into one. If you do that correctly you should find all of the imaginary parts cancel. Now you just have to smash stuff back together using stuff like cos(a+/-b)=cos(a)cos(b)+/-sin(a)sin(b). It finally does work. I wish I could give you an easier method...
 
Forget about substituting that ugly expression, just Remember \cos (nx) = R( e^{inx}) Where R(t) denotes the Real part of t.
 
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