2

Solving $\cos z=i\sin z$, $z$ complex number.

Well, for me is not solution because after replace $$\frac{e^{iz}+e^{-iz}}{2}=i\frac{e^{iz}-e^{-iz}}{2i}$$ equivalently

$$2e^{-iz}=0$$

but here i dont find solution. Is fine my attempt?

Thank you

user
  • 154,566
weymar andres
  • 1,253
  • 9
  • 15

1 Answers1

3

Yes you are right, indeed by $z=x+iy$ we have

$$|e^{-iz}|=|e^{-ix+y}|=|e^y||e^{-ix}|=e^y>0$$

or as an alternative pointed out by MartinR

$$e^{iz}e^{-iz}=e^0=1$$

therefore no solution exists.

user
  • 154,566