How do I simplify complex numbers and find real and imaginary parts?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
danik_ejik
Messages
18
Reaction score
0
Hello,
I need to simplify and find Re and I am of
gif.latex?\frac{1+e^{ix}}{1+e^{i2x}}.gif
.

I've multiplied by
gif.latex?\frac{1+e^{-i2x}}{1+e^{-i2x}}.gif
and got that Re=
gif.latex?\frac{1}{2}\cdot(1+\frac{1}{cos(x)}).gif
and Im=
gif.latex?\frac{-1}{2}tan(x).gif
.

Is that the correct way and a correct result ?
 
Physics news on Phys.org
here's my work in details,
http://img811.imageshack.us/img811/7444/exsol.jpg"
 
Last edited by a moderator:
it should have been
[URL]http://latex.codecogs.com/gif.latex?e^{-i2x}[/URL]
so the latter expansion is correct.
 
Last edited by a moderator:
oh, forgot about that.
thanks
 
It would have been simpler to factor out exp(ix) from the denominator:

[tex]\frac{1+e^{ix}}{1+e^{2ix}}=\frac{1+e^{ix}}{e^{ix}(e^{-ix}+e^{ix})}=\frac{e^{-ix}(1+e^{ix})}{2\cos{x}}[/tex]

ehild