I am aware that the formula $Az^2 + Bz + C = 0$ works for solving quadratic equations for complex numbers, whether the coefficients are complex or not. I need too prove that if $B,C$ are complex numbers; $B,C \in \mathbf{C} $, that the quadratic formula can be written like this:
$$ z_{n} = \frac{-B + \sqrt{|B^2 - 4C|} e^{in\pi} e^{\frac{i}{2}arg(\frac{1}{4}B^2-C)} }{2}; n \in {[0, 1]} . $$
My interpretation of the expression is this:
1) $\frac{-B + \sqrt{|B^2 - 4C|}}{2}$ equals the modulus of $Z_{n}$.
2) $e^{in\pi}$ equals the sign of the real number, and will be -1 or 1 depending on $n$. Multiplied with the modulus of $Z_{n}$, it will give the co-ordinate of the real number.
3) I know that the complex numbers in exponential form can be written as $e^{i \frac{\pi}{2}}$, so I believe that the expression $e^{\frac{i}{2}arg(\frac{1}{4}B^2-C)}$ has something to do with the complex part of the number.
My questions are connected to part 3):
1) Is $arg$ equal to $\pi$, or is it an arbitrary angle?
2) Why is $arg$ multiplied with $(\frac{1}{4}B^2-C)$ ?
3) How is the expression $e^{i \frac{\pi}{2}}$ related to $e^{\frac{i}{2}arg(\frac{1}{4}B^2-C)}$ ?