Find all root :
$p(x)=x^4+2x^3-x^2-2x+7=0$
Where $p(\alpha)=0$ ,
$\alpha=\sqrt{2}+\omega$
$\omega=e^{\frac{2iπ}{3}}$
My try :
Since : $\alpha$ root of equation then
$\bar\alpha$
also root
But I don't know how I complete to find all root
Answer is :
$x_1=\alpha$
$x_2=\sqrt{2}+\bar\omega$
$x_3=-\sqrt{2}+\bar\omega$
$x_2=-\sqrt{2}+\omega$
As Shubham Joni has already mentioned in a comment, if you know two roots $\alpha$ and $\bar\alpha$ of this polynomial, you can decompose it in the form $$ p(x) = (x-\alpha)(x-\bar\alpha) q(x)$$ where $q(x)$ is a polynomial of second degree, and its roots can be found through its discriminant. To find $q(x)$ itself you can use polynomial long division method.