I want to factorize (or factor ? can both verbs be used ?) $1-3x+4x^3$. I notice that $\frac{1}{2}$ and $-1$ are roots of the polynomial.
My questions are :
1) how do you notice that $\frac{1}{2}$ is "two times" a root of this polynomial ?
2) what is the quickest way to arrive to this conclusion : $1-3x+4x^3=(1-2x)^2(1+x)$ ?
By observation $f(x)=4x^3-3x+1$ has $-1$ as a zero.
From this, we see that $f(x)=(x+1)(4x^2+kx+1)$ for some $k$. Solving for $k$ by equating coefficients gives $k=-4$, so that $f(x)=(x+1)(4x^2-4x+1)=(x+1)(2x-1)^2$.
This then gives us the fact that $\frac12$ is a double zero.