3
$\begingroup$

How do I solve for $z$ in

$$\left|\frac{z}{1+z}\right|<1$$

I tried using $z= x + iy$ but that becomes complicated, any idea guys?

1 Answers 1

5

$$\left|\frac z{1+z}\right|=\frac{|z|}{|1+z|}<1$$

$$|z|<|1+z|$$

$$|z|^2<|1+z|^2$$

Let $z=x+iy$,

$$x^2+y^2<(1+x)^2+y^2$$

$$0<1+2x$$

$$x>-\frac12$$

  • 0
    Can $y$ be any real number ?2017-02-05
  • 0
    @BAYMAX Yup. The inequality is independent of $y$.2017-02-05
  • 0
    ok! as it cancels out that seems the reasoning.2017-02-05