How to compute the roots of $x^3 - x^2 - 4x + 4$ = $0$

155 Views Asked by At

I am wondering whether there is a simple way to find the roots of $x^3 - x^2 - 4x + 4$ = $0$ by algebraic manipulation

I will accept if this is not a trivial equation to compute the roots of

Any help is appreciated!

5

There are 5 best solutions below

0
On BEST ANSWER

You can factor the polynomial as follows: $$x^2(x-1)-4(x-1)=0,$$$$(x^2-4)(x-1)=0.$$ The first factor can be factored further using difference of two squares, and then you easily get the three roots.

0
On

hint: it separates out into $(x^3-x^2)-(4x-4)$. Try out rational roots if you want how to do it without, uh, "seeing" it, though.

0
On

Have you tried using the rational root theorem?

0
On

$$\begin{align}x^3-x^2-4x+4\\=x^3-4x-x^2+4&\\=x(x^2-4)-(x^2-4)&\\=(x-1)(x^2-4)&\\=(x-1)(x-2)(x+2)\end{align}$$

0
On

Hint: $$x^3+x^2-4x-4=x^2(x-1)-4(x-1)=(x^2-4)(x-1)=(x+2)(x-2)(x-1)$$