I needed to solve this: $$x^2 + (2i-3)x + 2-4i = 0 $$
I tried the quadratic formula but it didn't work. So how do I solve this without "guessing" roots? If I guess $x=2$ it works; then I can divide the polynomial and find the other root; but I can't "guess" a root.
$b^2-4ac=4i-3$, now I have to work with $\sqrt{4-3i}$ which I don't know how. Apparently $4i-3$ is equal to $(1+2i)^2$, but I don't know how to get to this answer, so I am stuck.
From the quadratic formula, $x = \frac{3-2i \pm \sqrt{5 - 12i -4(2-4i)}}{2} = \frac{3-2i \pm \sqrt{4i - 3}}{2} $.
Note that $i$ is just a constant and not a variable, and can be treated as such.
Now, from DeMoivre's theorem, $\sqrt{z} = \sqrt{r}\operatorname{cis}\left(\dfrac{\theta + 2\pi k} 2\right)$, where $z = 4i - 3$ and $r = \sqrt{4^2 + (-3)^2}$, $k = 0,1$.
From there you can simplify further.