Solving e^{iz}-e^{-iz}=4i: Why Is 2nd Way Better?

  • Thread starter Thread starter fargoth
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
fargoth
Messages
318
Reaction score
6
[tex]sin(z)=2[/tex]
[tex]e^{iz}-e^{-iz} = 4i[/tex]
[tex]e^{2iz}-4ie^{iz} = 1[/tex]
[tex]iz \ln (e^{iz}-4i) = 0[/tex]
[tex]z=0[/tex]

when solving it by
[tex]w = e^{iz}[/tex]
[tex]w^2-4wi-1 = 0[/tex]
i get one more solution, why is the first way not as good as the second way?
 
Physics news on Phys.org
ln(ab)= ln(a)+ ln(b), not ln(a)*ln(b).

If [tex]e^{2iz}-4ie^{iz} = 1[/tex]
then [tex]e^{iz}(e^{iz}- 4i)= 1[/tex]
so [tex]iz+ ln(e^{iz}- 4i)= 0[/tex]
NOT [tex]iz \ln (e^{iz}-4i) = 0[/tex]
 
hehe, right, that was a dumb mistake :biggrin:
thank you for pointing it out.