The problem statement is to solve the quadratic equation $$ z^2 + (\alpha + i\beta)z + \gamma + i\delta = 0. $$
I took the standard approach of $\frac{-b\pm\sqrt{b^2 - 4ac}}{2a}$ but I am not not sure if this is the best way to approach the problem. I though about writing $z$ as $z = x + yi$, grouping, and completing the square either in reals/imaginary part or completing the square for $x$ and $y$. With the standard approach, I have $$ z = \frac{-\alpha - \beta i\pm\sqrt{\alpha^2 - \beta^2 + 2\alpha\beta i - 4\gamma - 4i\delta}}{2} $$ Now I could say $a + bi = \sqrt{\alpha^2 - \beta^2 + 2\alpha\beta i - 4\gamma - 4i\delta}$ and determine the complex number $a + bi$.
Is there a better way to do this problem? I feel like the above is too tedious. It is doable but I don't think it is optimal.
You will not be able to get a simpler expression for $\sqrt{\alpha^2 - \beta^2 + 2 \alpha \beta i - 4 \gamma - 4 i \delta}$. Leave it in that form.