+0  
 
0
767
3
avatar

solve(x^3+x^2+x+1=0)

 Apr 9, 2016
 #1
avatar+37170 
0

You can break it up into:

(x+1)(x2) +(x+1)   and further

(x+1)(x^2 +1) = 0

So either x+1 = 0  or x^2+1 =0

Which means   x=-1   or  i           Agree with guest  ,  I forgot   -i

 Apr 9, 2016
edited by ElectricPavlov  Apr 9, 2016
 #2
avatar
0


Solve for x:
x^3+x^2+x+1 = 0

 

The left hand side factors into a product with two terms:
(x+1) (x^2+1) = 0

 

Split into two equations:
x+1 = 0 or x^2+1 = 0

 

Subtract 1 from both sides:
x = -1 or x^2+1 = 0

 

Subtract 1 from both sides:
x = -1 or x^2 = -1

 

Take the square root of both sides:
Answer: |  x = -1      or    x = i     or      x = -i                                      

 


 

 Apr 9, 2016
 #3
avatar+776 
0

\(x \Rightarrow \begin{bmatrix} x=-1 \\ x=\pm i \end{bmatrix}\)

.
 Apr 10, 2016

2 Online Users