Problem: For a number $z\in\mathbb{C},$ the following conditions apply:
$z+\bar{z}>0.$
$iz+\bar{iz}<0.$
Determine in which quadrant $z$ lies.
Attempt: I simply substituted $z=a+bi, \quad a,b>0$ and computed both conditions.
- $$a+bi+a+bi=a+a+bi-bi=2a>0.$$
- $$i(a+bi)+\overline{i(a+bi)}=-b+ai+\overline{(-b+ai)}=-b+ai-b-ai=-2b<0.$$
Since these 2 conditions are satisfied when the real numbers $a,b>0$, it means that $z$ has to exist in the first quadrant. Is my reasoning correct? Any other method or improvement?