$z^2 - 8(1-i)z + 63 - 16i = 0$
I have come across a problem in the book Complex Numbers from A to Z and I do not understand the thought process of the author when solving:
The start to the solution is as follows:
$\Delta$ = discriminant
$\Delta ' = (4 - 4i)^2 - (63 - 16i) = -63 - 16i$
and $r = |\Delta '| = \sqrt{63^{2} + 16^{2}} = 65$, where $\Delta ' = (\frac{b}{2})^{2} - ac$
It is this last part I do not understand. I do not believe this definition for the discriminant has been previously mentioned in the book, and I struggle to see where it has come from.
Thanks
Generally if you have and equation of the form
$$az^2+2bz+c=0$$
Then $\Delta= (2b)^2-4ac = 4(b^2-ac)= 4 \Delta'$
Therefore the solution are
$$z=\frac{-2b\pm\sqrt{\Delta}}{2a} =\color{red}{\frac{-b\pm\sqrt{\Delta'}}{a}} $$
if you have
$$az^2+bz+c=0$$ then, $$\color{brown}{\Delta' =\left(\frac{b}{2}\right)^2-ac}$$