When x − a is a factor of a polynomial, how to find the first root by trial, and how to split a cubic into three linear factors.
The remainder theorem from the previous lesson has a corollary on which all polynomial factoring rests: if f(a) = 0, then x − a is a factor of f(x). That gives a simple recipe for factoring a cubic. First find one root, usually among the small whole numbers. Then divide by the corresponding binomial, which drops the degree to two. What is left is a quadratic, and the quadratic formula finishes the job.
The factor theorem
If the polynomial f(x) is divided by x − a, the remainder is f(a). If f(a) = 0, then x − a is a factor of f(x).
We look for a value k with f(k) = 0, trying the small whole numbers in turn and evaluating with the nested form - that is only a few multiplications per attempt.
f(x)=x3+5x2−2x−24=[(x+5)x−2]x−24
k=1⇒[(1+5)⋅1−2]⋅1−24=−20=0
k=−1⇒[(−1+5)⋅(−1)−2]⋅(−1)−24=−18=0
k=2⇒[(2+5)⋅2−2]⋅2−24=0
(x3+5x2−2x−24):(x−2)=x2+7x+12
x3
−2x2
0
7x2
−2x
7x2
−14x
0
12x
−24
12x
−24
0
(x−2)(x2+7x+12)=x3+5x2−2x−24
x2+7x+12=(x+3)(x+4)
x² + (a + b)x + ab = (x + a)(x + b)
f(x)=x3+5x2−2x−24=(x−2)(x+3)(x+4)
The same method with a leading coefficient other than one
f(x)=2x3−9x2+7x+6=[(2x−9)x+7]x+6
k=1⇒[(2⋅1−9)⋅1+7]⋅1+6=6=0
k=−1⇒[(2⋅(−1)−9)⋅(−1)+7]⋅(−1)+6=−12=0
k=2⇒[(2⋅2−9)⋅2+7]⋅2+6=0
(2x3−9x2+7x+6):(x−2)=2x2−5x−3
2x3
−4x2
0
−5x2
+7x
−5x2
+10x
0
−3x
+6
−3x
+6
0
(x−2)(2x2−5x−3)=2x3−9x2+7x+6
x=2⋅25±(−5)2−4⋅2⋅(−3)=45±25+24=45±7
x1=3
x2=−21
2x2−5x−3=2(x−3)(x+21)=(x−3)(2x+1)
2x3−9x2+7x+6=(x−2)(2x2−5x−3)=(x−2)(x−3)(2x+1)
Frequently asked questions
What does the factor theorem say?
That if f(a) = 0, then x − a is a factor of f(x). It follows from the remainder theorem: the remainder on division by x − a equals f(a), so a zero value means a zero remainder.
How do you find the first root when nobody gives it to you?
Try the small whole numbers in turn: 1, −1, 2, −2, 3 and so on. It pays to start with the divisors of the constant term, because only those can be whole-number roots.
What is the quadratic formula?
For ax² + bx + c = 0 with a ≠ 0 we have x = (−b ± √(b² − 4ac)) / (2a). A quadratic equation in general form has two solutions.
How do you write a quadratic as a product once you know its roots?
With ax² + bx + c = a(x − x₁)(x − x₂). For 2x² + 5x − 3 the roots are −3 and 1/2, so 2x² + 5x − 3 = 2(x + 3)(x − 1/2) = (x + 3)(2x − 1).
To improve the quality of our services, we use cookies. Cookies help us tailor our website to your preferences, analyze how you use the site, and provide a better user experience. By accepting cookies, you consent to their use for optimizing functionality and content on the site.
The factor theorem and factoring polynomials | PhiBoard