How to fully factorise $2x^4+7x^3+4x^2-4x$?
I'm struggling to factorise polynomials like this one. I'm not sure how to best approach this problem. I've tried using the remainder and factor theorems but they seem to work only when at least one factor is known. Since I only know the polynomial itself, I'm struggling to efficiently solve these types of questions. Any help would be greatly appreciated
Hint:
First factor out $x$: $$2x^4+7x^3+4x^2-4x=x(2x^3+7x^2+4x-4)$$ Next, you can factor the cubic polynomial using the Rational roots theorem. After you've found a root $\alpha$, divide by $x-\alpha$. The quotient will be a standard quadratic polynomial, of which the roots are easy to determine.