Help complex equation cos(z) = -isin(z)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 7K views
Carl140
Messages
49
Reaction score
0

Homework Statement



Let z be a complex number. I want to solve cos(z)= -i*sin(z).


The Attempt at a Solution



Here's my work:

cos(z) = -i*sin(z) implies cos(z) + isin(z) = 0.
Therefore exp(i*z) = 0. Now put z= x+iy then i*z = i*(x+iy) = ix - y, hence
exp(i*z) = exp(ix-y) = exp(ix)*exp(y) =0 but exp(y) is always nonzero so this implies
exp(i*x) = 0 hence cos(x)+i*sin(x) =0 thus cos(x)=0 and sin(x)=0 which is impossible.

So I think there are no solutions. Is this correct?
 
Physics news on Phys.org
No. Here, 0 is also a complex number (0+i0). Now you have cosz + isinz=0+i0. As the real and imaginary parts must be equal, you have two conditions, cosz=0 and sinz=0. That gives you values for z and the total solution is the union of those two solutions.
 
chaoseverlasting said:
No. Here, 0 is also a complex number (0+i0). Now you have cosz + isinz=0+i0. As the real and imaginary parts must be equal, you have two conditions, cosz=0 and sinz=0. That gives you values for z and the total solution is the union of those two solutions.
No. First off, you are implicitly assuming that cos z and sin z are real. Secondly, the total solution will be the intersection, not union.

Carl140: You're analysis is correct.
 
D H said:
No. First off, you are implicitly assuming that cos z and sin z are real. Secondly, the total solution will be the intersection, not union.

Carl140: You're analysis is correct.

You're right. My mistake. I messed up.