Sum of Complex geometric series

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
4 replies · 11K views
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
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 [tex]\cos (nx) = R( e^{inx})[/tex] Where R(t) denotes the Real part of t.