I want to sketch the following set in the complex plane:
$K = \{ z \in \mathbb{C} : az \bar{z} +\bar{b}z+b\bar{z}+c = 0 \mid a,c \in \mathbb{R}, b\in \mathbb{C}, b\bar{b} - ac > 0 \}$
Let's call $z =z_1 + z_2i$ and $b =b_1 +b_2 i$. Then by just simple calculus, we get that the equation $az \bar{z} +\bar{b}z+b\bar{z}+c = 0$ becomes: $a(z_1^2+z_2^2)+2(b_1z_1+b_2z_2)+c = 0$. I know that the set should be a circle in the complex plane, but how does that follow from the previous equation? I think that it has to do with the given inequality considering the modulus of b. b can only be elements that are in the circle with radius $\sqrt{ac}$ from the complex plane.
Does this observation help us?
In general, is this the way to go for these kind of problems? Or is there a better way of trying to solve these problems?
Thanks for your time.
Actually, it's not a circle if $a=0$. So assume $a\ne0$. Then $$a(z_1^2+z_2^2)+2(b_1z_1+b_2z_2)+c = 0 \quad\Leftrightarrow\quad \Bigl(z_1+\frac{b_1}a\Bigr)^2+\Bigl(z_2+\frac{b_2}a\Bigr)^2=r^2$$ where $$r^2=\frac{b\overline b-ac}{a^2}>0\ ,$$ and this the equation of a circle.
Comment. We usually use $z,z_1,z_2$ etc for complex numbers. It would be much better to write $z=x+iy$.
(IMO) better solution, since you asked: still assuming $a\ne0$, we have $$\eqalign{az\overline z+\overline bz+b\overline z+c=0\quad &\Leftrightarrow\quad \Bigl(z+\frac ba\Bigr)\overline{\Bigl(z+\frac ba\Bigr)} =\frac{b\overline b-ac}{a^2}\cr &\Leftrightarrow\quad\Bigl|z+\frac ba\Bigr|=\frac{\sqrt{b\overline b-ac}}{|a|}\ ,\cr}$$ which is a circle with centre at the complex point $-b/a$ and radius the right hand side of the previous equation.