1

I want to find for which values of $z$ the following inquality holds $$|e^{z-1}|<2$$
what I tried to do is:
$$|e^{z-1}|=|e^{x-1+y\mathbb{i}}|<2$$ $$=e^{x-1}\cdot(\cos(y) + \mathbb{i} \sin(y))$$ OR another thing I tried:
$$z-1=\ln(2) \rightarrow z<\ln(2)+1$$ what is right? and how to continue?
thanks.

Ofir Attia
  • 3,136

1 Answers1

2

Put $\;z=x+iy\;,\;\;x,y\in\Bbb R\;$ , then

$$|e^{z-1}|=|e^{x-1+iy}|=e^{x-1}<2\iff x-1<\log 2\iff x<\log 2 +1$$

and that's all!

DonAntonio
  • 211,718
  • 17
  • 136
  • 287