Let's say I have the following fifth degree polynomial (the coefficients are left simple for clarity) $$\mathcal{P}(x)=2x^5+3x^4-2x^3-x^2-x+1$$
I know that there exists a real number $\eta$ such that $\mathcal{P}(\eta)=0.$
So we can write $\mathcal{P}(x)$ as: $$\mathcal{P(x)}=(x-\eta)\times\mathcal{O}(x)$$ where $\mathcal{O}(x)$ is a polynomial of fourth order. Now my mission is to find out $\mathcal{O}(x)$ and then solve $$(x-\eta)(\mathcal{O}(x))=0$$
If I have a problem I can factorize $\mathcal{O}(x)$ to two other polynomials and so I can solve them. What do you think of my work friends?