How do you simplify x^2+x+2=0 ?
1 Answer
This will only "simplify" into linear factors with the help of Complex coefficients as:
(x+1/2-sqrt(7)/2i)(x+1/2+sqrt(7)/2i) = 0
Explanation:
Given:
x^2+x+2 = 0
Note that this is in the form:
ax^2+bx+c = 0
with
This has discriminant
Delta = b^2-4ac = color(blue)(1)^2-4(color(blue)(1))(color(blue)(2)) = 1-8 = -7
Since
We can simplify it with Complex coefficients by completing the square and using the difference of squares identity:
A^2-B^2 = (A-B)(A+B)
with
0 = x^2+x+2
color(white)(0) = x^2+2(x)(1/2)+(1/2)^2+7/4
color(white)(0) = (x+1/2)^2-(sqrt(7)/2i)^2
color(white)(0) = ((x+1/2)-sqrt(7)/2i)((x+1/2)+sqrt(7)/2i)
color(white)(0) = (x+1/2-sqrt(7)/2i)(x+1/2+sqrt(7)/2i)
Hence:
x = -1/2+-sqrt(7)/2i