4

Here's what I have so far:

Let $e^z + e^{-z} = 0$. Then $e^x\cos y + ie^x\sin y + e^{-x}\cos y - ie^{-x}\sin y = 0$.

The simplification in the second term follows because I know $\cos(y) = \cos(-y)$ and $\sin(y) = -\sin(y)$.

Am I going about this the right way?

Not totally sure how to simplify from here...

Thanks for the help, Mariogs

NasuSama
  • 3,364
anon_swe
  • 685
  • Yes, you are going the right way. Group the terms in the expression into real and imaginary parts, and ask yourself when a complex number is equal to $0$. – Lucian Mar 09 '14 at 15:04

3 Answers3

12

...This happens exactly when $\mathrm e^{2z}+1=0$ (why?), that is, when $\mathrm e^{2z}=-1=\mathrm e^{\mathrm i\pi}$, that is, when $2z=\mathrm i\pi+2n\mathrm i\pi$ for some integer $n$ (why?), which is equivalent to the fact that $z=\mathrm i\pi(n+\frac12)$ for some integer $n$.

Did
  • 279,727
  • 1
    BTW, $e^z + e^{-z} = 2\cosh z$, so these are exactly the zeros of the hyperbolic cosine (in the complex plane). – fgp Mar 09 '14 at 15:06
1

Multiply by $e^z$; so you have $e^{2z}+1=0$ and then $z=\pm \frac{i \pi }{2}$ from which you can conclude that ...

I am sure that you can take from here.

0

You may going forward from your solution.
$$e^x\cos y + ie^x\sin y + e^{-x}\cos y - ie^{-x}\sin y = 0$$ That means, that $$e^x\cos y+e^{-x}\cos y=0$$ and $$ie^x\sin y- ie^{-x}\sin y = 0$$ because complex number is equal to zero when its real and imaginary parts are equal to zero. Mind, that $x$ and $y$ are real.

$(e^x+e^{-x})\cos y=0$ means $\cos y =0$ because $(e^x+e^{-x})$ is always positive. And $\cos y =0$ means $y=\frac{\pi}{2}+\pi n$

If $\cos y =0$ then $\sin y \neq0$ and from $$ie^x\sin y- ie^{-x}\sin y = 0$$ we can obtain $$e^x- e^{-x}=0$$ It has one solution: $x=0$.

So, finally, $z=x+iy=i\left(\frac{\pi}{2}+\pi n\right)$.

sas
  • 3,117
  • 1
  • 17
  • 29