Hello everyone I am having some difficulties understanding some concepts. I am trying to solve for the roots of a complex polynomial.
$$f(x)=(3i+1)x^{2}+(-6i-2)x+12$$
I tried to use the quadratic formula that is,
$$x= \frac{-(-2-6i) \pm \sqrt{(-6i-2)^{2}-4(3i+1)(12)}}{2(3+i)}$$
$$x= \frac{2+6i \pm \sqrt{-176-24i}}{6+2i}$$
Now is the point where I am confused, $$\sqrt{-176-24i}$$ which I rewrote as $$\sqrt{((-1)(8)(22+3i)}$$
and using what I thought were valid rules, wrote that as $$\sqrt{8}i\sqrt{22+3i}=2\sqrt{2}i\sqrt{22+3i}$$
so with that form I thought I could write,
$$x= \frac{2(1+3i \pm \sqrt{2}i\sqrt{22+3i})}{2(3+i)}$$
$$x= \frac{(1+3i \pm \sqrt{2}i\sqrt{22+3i})}{(3+i)}$$
But now I am stuck and am not sure if the form is correct, and I am not sure how I can proceed to get a final answer. Any help please? I am still stuck on this. Is there a way I can do it without changing into polar form? Also I appreciate all the hints for finding the square roots and such, but I am still not even sure my work is correct. Could someone help with that? It seems to disagree with wolfram.