I need to find the roots of this polynomial $$2x^2-x^4-x=0.$$ I know that it is necessary the factorization to obtain $$-x(x-1)(x^2+x-1)=0.$$ I asked to factorize my polynomial to Mathematica. The last step to find the roots is to split the polynomial in three equations.
What kind of method of factorization could I use to do things like this? I also know that there are a lot of methods of factorization; could you suggest me the most useful, simplest to start with?
Thank you.