If $a,b,c \in \mathbb{C},\ a\neq0$ such that the equation $az^2+bz+c=0$ has roots with equal modules, prove that
$$\overline{a}b|c|=|a|\overline{b}c$$
I tried to let $z_1,\ z_2$ the roots with $|z_1|=|z_2|=k$ and from Vieta $z_1+z_2=-\frac{b}{a}$ and $z_1z_2=\frac{c}{a}$. From the latter $k^2|a|=|c|$. So I was thinking, it is enough to prove: $\overline{a}bk^2=\overline{b}c$, but I don't how to use the first equation from Vieta and I am stuck.
Let $$ z_1=re^{i\theta_1}, z_2=re^{i\theta_2} $$ where $r>0$ and $\theta_1,\theta_2$ are real. By Vieta's Theorem, $$ re^{i\theta_1}+re^{i\theta_2}=-\frac{b}{a}, r^2e^{i(\theta_1+\theta_2)}=\frac{c}{a} $$ which gives $$ b=-ar(e^{i\theta_1}+e^{i\theta_2}), c=ar^2e^{i(\theta_1+\theta_2)} $$ So $$ \overline{a}b|c|=\overline{a}\bigg[-ar(e^{i\theta_1}+e^{i\theta_2})\bigg]|a|r^2=-|a|^3r^3(e^{i\theta_1}+e^{i\theta_2})$$ and $$ |a|\overline{b}c=|a|\bigg[-\bar{a}r(e^{-i\theta_1}+e^{-i\theta_2})\bigg]ar^2e^{i(\theta_1+\theta_2)}=-|a|^3r^3(e^{i\theta_1}+e^{i\theta_2}) $$ and hence $$ \overline{a}b|c|=|a|\overline{b}c. $$