I do factorization by just plugging in simple numbers to check whether they are factors, using long division and also using synthetic division. But, how to do it in the case of complex equations. For eg: Factorize $x^6+5x^3+8$
Putting $v=x^3$ I get $v^2+5v+8$. But, this equation has complex roots. So, how to continue?
To solve $v^2+5v+8=0$, observe that the equation is equivalent to $\left(v+\frac{5}{2}\right)^2=-8+\frac{25}{4}=-\frac{7}{4}$. Solve this for $v+\frac{5}{2}$.