2

Convert $e^z$ to $a+bi$

I'm having trouble figuring out this very simple problem. Below is my attempt, but can you really have $1/e$ as the modulus of a complex number?

$$z=-1+\frac{i\pi}{4}$$ $$e^{-1+\frac{i\pi}{4}}=e^{-1}e^{\frac{i\pi}{4}}$$ $$=\frac{1}{e}\cos(\pi/4)+i \sin(\pi/4)$$ $$=\frac{1}{e}\left(\frac{\sqrt{2}}{2}+i\frac{\sqrt{2}}{2}\right)$$

Future
  • 4,502
whatwhatwhat
  • 1,587

2 Answers2

1

You are right. The answer is correct. Modulus can be any positive value. So, $1\over e$ can surely be it.

Win Vineeth
  • 3,504
  • 1
    This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review – zz20s Feb 11 '16 at 04:38
  • 1
    @zz20s Did you read the question? It asks if 1/e can be modulus. I answered that it can be. – Win Vineeth Feb 11 '16 at 04:40
  • Well, I mainly want to know how to convert this into Cartesian form (per the title of the question). The part about the modulus is where I got stuck. – whatwhatwhat Feb 11 '16 at 05:23
  • 1
    @whatwhatwhat Well, You already got the answer. The last line of your question is the answer. That's y I said you are right. To be more precise, just take 1/e inside the brackets. you get your a and b values. – Win Vineeth Feb 11 '16 at 05:25
1

Set $e^z$ with $z=a+bi$ with $a,b\in\mathbb{R}$

$$e^{a+bi}=e^a\cdot e^{bi}=e^a\left(\cos(b)+\sin(b)i\right)=e^a\cos(b)+e^a\sin(b)i$$


So, in your problem $z=-1+\frac{\pi}{4}i$:

$$e^{-1+\frac{\pi}{4}i}=e^{-1}\cdot e^{\frac{\pi}{4}i}=$$ $$e^{-1}\left(\cos\left(\frac{\pi}{4}\right)+\sin\left(\frac{\pi}{4}\right)i\right)=\frac{\cos\left(\frac{\pi}{4}\right)}{e}+\frac{\sin\left(\frac{\pi}{4}\right)i}{e}=$$ $$\frac{\frac{1}{\sqrt{2}}}{e}+\frac{\frac{1}{\sqrt{2}}i}{e}=\frac{1}{e\sqrt{2}}+\frac{i}{e\sqrt{2}}$$

Jan Eerland
  • 28,671