[Math] Compute the largest root of $x^4-x^3-5x^2+2x+6$

polynomials

I want to calculate the largest root of $p(x)=x^4-x^3-5x^2+2x+6$. I note that $p(2) = -6$ and $p(3)=21$. So we must have a zero between two and three. Then I can go on calculating $p(\tfrac52)$ and see that the zero must lie in the interval $]2,\tfrac52[$. The answer is $\frac{1+\sqrt{13}}{2}$. But how can I derive that exact result?

Furthermore, to know that it is the largest root, I must find the other two roots, must not I? By sign shift I know one root between $1$ and $2$, but this method cannot give me the third root (the graph touches the $x$-axis). Maybe calculus? Using calculus we get a degree polynomial of degree which also is hard to find roots to. We get $p'(-1)=5$ and $p'(-2)=-22$ so we have a stationary point in $]-2,-1[$ and similarly we get one in $]1,2[$. Since it is two stationary points it must have one maximum and one minimum point. But how do I know which is which, I mean I cannot plug in a value in the second derivative.

Can somebody help me?
Thanks in advance

Best Answer

One way is to set $$x^4-x^3-5x^2+2x+6=(x^2+ax+b)(x^2+cx+d)$$ where $a,b,c,d$ are integers such that $|b|\gt |d|$. Having $$-1=c+a$$ $$-5=d+ac+b$$ $$2=ad+bc$$ $$6=bd$$ will give you $a=-1,b=-3,c=0,d=-2$, i.e. $$x^4-x^3-5x^2+2x+6=(x^2-x-3)(x^2-2).$$

Related Question