How do you factor 3r^2+ r + 13r2+r+1?
1 Answer
Oct 4, 2015
This has no linear factors with Real coefficients.
You can use the quadratic formula to find:
3r^2+r+1 = 3(r+(1-i sqrt(11))/6)(r+(1+i sqrt(11))/6)3r2+r+1=3(r+1−i√116)(r+1+i√116)
Explanation:
Let
This quadratic expression has discriminant
Delta = b^2 - 4ac = 1^2 - (4xx3xx1) = 1-12 = -11
Since this is negative, the equation
r = (-b+-sqrt(Delta))/(2a) = (-1+-sqrt(-11))/6 = (-1+-i sqrt(11))/6
Hence:
f(r) = 3(r - (-1+i sqrt(11))/6)(r - (-1-i sqrt(11))/6)
=3(r+(1-i sqrt(11))/6)(r+(1+i sqrt(11))/6)