How can polar representation help solve complex, exponential problems?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
nickolas2730
Messages
28
Reaction score
0
Prove that cos z = 0 if and only if z = π/2 + kπ, where k is an integer.

The solution is :
cos z = (eiz+e-iz)/2 = 0
<=>eiz+e-iz)=0
<=>e2iz=-1
<=>2iz=πi +2kπi
<=>z=π/2 + kπ

But i don't understand how does these 2 steps work
<=>e2iz=-1
<=>2iz=πi +2kπi

how can a exp function suddenly become πi +2kπi

Thanks
 
Physics news on Phys.org
i know there is an equation :
ez1=ez2 holds if and only if z1=z2 + 2kπi

But how can i know in exam -1 = eπi
is it by try an error
 
nickolas2730 said:
i know there is an equation :
ez1=ez2 holds if and only if z1=z2 + 2kπi

Yes, this is what you use.

But how can i know in exam -1 = eπi
is it by try an error

Knowing this depends on what you know about the exponential. I can define for real x:

[tex]e^{ix}=\cos(x)+i\sin(x)[/tex]

if you put in [itex]x=\pi[/itex] in the above, then it follows.
 
nickolas2730 said:
Prove that cos z = 0 if and only if z = π/2 + kπ, where k is an integer.

The solution is :
cos z = (eiz+e-iz)/2 = 0
<=>eiz+e-iz)=0
<=>e2iz=-1
<=>2iz=πi +2kπi
<=>z=π/2 + kπ

But i don't understand how does these 2 steps work
<=>e2iz=-1
<=>2iz=πi +2kπi

how can a exp function suddenly become πi +2kπi

Thanks
Multiply [itex]e^{iz}+e^{-iz}[/itex] by [itex]e^{iz}\,.[/itex]

[itex]\displaystyle e^{iz}\left(e^{iz}+e^{-iz}\right)=e^{2iz}+1[/itex]

For the second question: [itex]\displaystyle -1=e^{(\pi i)}e^{2\pi k i}\,.[/itex]
 
micromass said:
Yes, this is what you use.



Knowing this depends on what you know about the exponential. I can define for real x:

[tex]e^{ix}=\cos(x)+i\sin(x)[/tex]

if you put in [itex]x=\pi[/itex] in the above, then it follows.

thanks, i know eπi=-1

but the problem is , when i was in exam i was looking at the -1 , how can i know e?, what about the question is -2 , do i need to try it one by one like π/2,π/3...
 
nickolas2730 said:
thanks, i know eπi=-1

but the problem is , when i was in exam i was looking at the -1 , how can i know e?, what about the question is -2 , do i need to try it one by one like π/2,π/3...

So you want to know what x solves [itex]e^{z}=-2[/itex]? Without going into complex logarithms, this can be solved as

[tex]-2=2*(-1)=e^{\log(2)}e^{i\pi}=e^{\log(2)+i\pi}[/tex]

So [itex]\log(2)+i\pi[/itex] will be a solution (but it will not be the only one).

This can of course also be found by complex logarithms, but you shouldn't use those until you've seen it.
 
nickolas2730 said:
thanks, i know eπi=-1

but the problem is , when i was in exam i was looking at the -1 , how can i know e?, what about the question is -2 , do i need to try it one by one like π/2,π/3...

Polar representation is the key. So let's say in exam, you're given some number like [itex]a+ib[/itex] then this is equal to [itex]r(cos(x)+i \ sin(x))[/itex] which is also equal to [itex]r \ e^{ix}[/itex] So this is how you convert from one form to the other.

So your example of -2 clearly has the same x as for -1, but the only difference is that r is twice as great.