Factorize showing all workings $x^4 + x^3 - 3x^2 - 4x - 4$.
I've attempted this question from the textbook "Core Maths for Advanced Level" by L. Bostock and S. Chandler and I'm having difficulty factorizing it. I got to the point where I know that $(x-2)$ is a factor and I tried solving for the co-efficients of $x^2$ and $x$ to have it factorization in the form $(x-b)(x^3 + cx^2 + dx + e)$, from which I was going to further factorize using the factor theorem.
$$x^4+x^3-3x^2-\color{blue}{4x}-4=(x^4-\color{red}{4x^2})+(x^3-\color{blue}{4x})+(\color{red}{x^2}-4)=\\=x^2(x^2-4)+x(x^2-4)+(x^2-4)=(x-2)(x+2)(x^2+x+1)$$