Complex variables, De moivres formula

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
8 replies · 2K views
MaxManus
Messages
268
Reaction score
1

Homework Statement


z is a complex number different from 1 and n >= 1 is an integer

[tex]1 + z + z^2+ ... + z^n = \frac{z^{n+1} - 1}{z-1}[/tex]

show that:
[tex]\sin(\theta) + \sin(2 \theta)+ ... \sin(n \theta) = \frac{ \sin(n \theta/2) \sin((n+1) \theta / 2)}{\sin(\theta / 2)}[/tex]

The Attempt at a Solution



First I I am both sides and De Moivres formula

[tex]Im( 1 + z + z^2+ ... + z^n) = r \sin( \theta) + r^2 \sin(2 \theta) + ... r^n \sin(n \theta)[/tex]

[tex]Im( \frac{z^{n+1} - 1}{z-1} ) = \frac{r^n \sin((n+1) \theta)}{\sin(\theta)}[/tex]

Homework Statement



Can anyone give me a hint from here or tell me if I am on the wrong track
 
Physics news on Phys.org
Almost, use [tex]z=re^{i\theta}[/tex] in your complex geometric progression and use De Morevre's theorem and take the imaginary part to obtain the solution.
 
Thanks, I get the left side, but how do I simplefy the right side?
Left side

[tex]Im( 1 + r e^{ \theta} + ... + r^n e^{ \theta})[/tex]
[tex]= sin( \theta) + ... sin( n \theta)[/tex]

right side

[tex]Im( \frac{ r^{n+1} e^{(n+1) \theta} -1}{r e^{ \theta} -1})[/tex]
How do I take the imaginary part from this?
 
The RHS side should be (from your LaTeX)
[tex] \frac{e^{i(n+1)\theta}-1}{e^{i\theta}-1}[/tex]
Multiply by the complex conjugate of the denominator and take the imaginary part.
 
Thanks, but not sure if I understand
[tex]Im( \frac{ r^{n+1} e^{ i (n+1) \theta} -1}{r e^{i \theta} -1})[/tex]

The complex conjugate [tex]r e ^{i (- \theta)}[/tex]

[tex]Im( \frac{ r^{n+2} e^{ i n \theta} - r e^{i (- \theta)}{r^2 -r e^{i (- \theta)}})[/tex]

Something wrong with my Latex, but what I have done i multiplied the denominator and the numerator with [tex]r e ^{i (-\theta}[/tex] and I still have a complet denominator.
 
Last edited:
What we're saying is that:
[tex] \frac{e^{i(n+1)\theta}-1}{e^{i\theta}-1}=\frac{e^{i(n+1)\theta}-1}{e^{i\theta}-1}\cdot (e^{-i\theta}-1)/(e^{-i\theta}-1})[/tex]
The denominator should now be a real number and you are free to choose the imaginary part at your leisure.
 
Last edited:
Thanks^for all the help, I get it now.
----------------------------------------------
[tex](e^{i \theta} -1)(e^{- i \theta} -1)[/tex]
[tex]= (1 - e^{i \theta} -e^{- i \theta} +1)[/tex]
[tex]= 1 - cos( \theta) - i sin( \theta) - cos( - \theta) - i sin( - \theta) +1[/tex]
[tex]= 2 - 2cos(\theta)[/tex]

---------------------------------------
[tex]cos( \theta) = cos( - \theta)[/tex]
[tex]sin(- \theta) = - sin( \theta)[/tex]