How do I solve the equation x^3 + 2x^2 + x + 2 =0, if -2 is a root
You can divide the polynomial by (x+2):
_x2___0___1___
(x+2) ) x3 + 2x2 + x + 2
-(x3 + 2x2)
-----------
0 0 x + 2
-(x + 2)
---------
0 0
The quotient is x2 + 1. Since there is no remainder, (x+2) is a solution. Using the quotient from the division, the factors so far are:
(x+2)(x2+1)=0
x2+1 = 0 when x = ± i. Hence the roots are:
x = -2, +i, -i
Check:
(-2)3 + 2(-2)2 + (-2) + 2 = -8 + 8 - 2 + 2 = 0
(i)3 + 2(i)2 + i + 2 = -i -2 + i + 2 = 0
(-i)3 + 2(-i)2 - i + 2 = i - 2 - i + 2 = 0