I came across this equation, I need to find all roots of it:
$$z^{8}+\left( \dfrac {\sqrt {2}}{2}-\dfrac {\sqrt {2}}{2}i\right) z^{4}+1-i=0$$
I substituted: $$z^{4}=w$$
The discriminant:
$$D=(\frac{\sqrt2}{2}-\frac{\sqrt2}{2})^2-4(1-i)=\cdots=-4+3i$$
When I want to solve the roots of the primary equation I cant solve: $\sqrt{-4+3i}$
If I put it in polar form the angle is $\phi=\arctan{(-3\pi/4)}$, a messy solution of arctangens.
Is my technique of tackling this problem wrong?
Let $$\sqrt{-4+3i}=a+ib$$ where $a,b$ are real
$-4+3i=a^2-b^2+2abi$
Equate the imaginary and the real parts, $2ab=3\implies a,b$ will have the same sign
$a^2-b^2=-4\implies-4=(3/2b)^2-b^2\iff4b^4-16b^2-9=0$
$b^2=\dfrac{16\pm\sqrt{16^2+16\cdot9}}8=\dfrac{16\pm20}8=\dfrac92$ as $b^2\ge0$
$\implies b=\pm\dfrac3{\sqrt2}$
$a=\dfrac3{2b}=?$