Math Lab
Home/Class IX/Ch 2/The Factor Theorem

The Factor Theorem

The Factor Theorem is the Remainder Theorem with a punchline. It says: zeros and linear factors are the same information. If aa is a zero of p(x)p(x), then (xa)(x - a) divides p(x)p(x), and vice versa. This is how cubics , which look intimidating , get cracked open into a product of a linear factor and a quadratic.

Definition

A factor of a polynomial p(x)p(x) is a non-constant polynomial f(x)f(x) such that p(x)=f(x)g(x)p(x) = f(x) \cdot g(x) for some polynomial g(x)g(x). The Factor Theorem is the bridge between zeros and linear factors: p(a)=0    (xa) is a factor of p(x).p(a) = 0 \iff (x - a) \text{ is a factor of } p(x).

Statement, proof, and the procedure

Factor Theorem. Let p(x)p(x) be a polynomial of degree 1\ge 1. A real number aa is a zero of p(x)p(x) if and only if (xa)(x - a) is a factor of p(x)p(x).

Proof. By the Remainder Theorem, when p(x)p(x) is divided by (xa)(x - a) the remainder is p(a)p(a), so p(x)=(xa)q(x)+p(a)p(x) = (x - a) q(x) + p(a) for some polynomial q(x)q(x). If p(a)=0p(a) = 0, then p(x)=(xa)q(x)p(x) = (x-a) q(x), so (xa)(x - a) is a factor. Conversely, if (xa)(x - a) is a factor, then p(x)=(xa)q(x)p(x) = (x - a) q(x), and substituting x=ax = a gives p(a)=0p(a) = 0. Done.

The procedure to factorise a cubic.

  1. Hunt for one zero. Try small integers , ±1,±2,±3\pm 1, \pm 2, \pm 3 , using the Rational Root Test as a guide. For a polynomial with integer coefficients, the rational roots have the form factor of constant termfactor of leading coefficient\dfrac{\text{factor of constant term}}{\text{factor of leading coefficient}}. So for x36x2+11x6x^3 - 6x^2 + 11x - 6, possible integer roots are ±1,±2,±3,±6\pm 1, \pm 2, \pm 3, \pm 6. Substitute and check.
  2. Once a zero aa is found, divide p(x)p(x) by (xa)(x - a). The quotient is a quadratic.
  3. Factorise the quadratic. Use the techniques of the next lesson (splitting the middle term) or the quadratic formula.
  4. Combine. Write p(x)p(x) as a product of linear factors.

Worked walk-through. Factorise p(x)=x36x2+11x6p(x) = x^3 - 6x^2 + 11x - 6.

  • p(1)=16+116=0p(1) = 1 - 6 + 11 - 6 = 0. So (x1)(x - 1) is a factor.
  • Divide: x36x2+11x6÷(x1)=x25x+6x^3 - 6x^2 + 11x - 6 \div (x-1) = x^2 - 5x + 6.
  • Factorise x25x+6=(x2)(x3)x^2 - 5x + 6 = (x - 2)(x - 3).
  • Final: p(x)=(x1)(x2)(x3)p(x) = (x-1)(x-2)(x-3). Zeros are 1,2,31, 2, 3.

Long division of polynomials. When you do step 2, you can use long division or the synthetic division short-cut. Here is the long-division way for the cubic above. Write x36x2+11x6x^3 - 6x^2 + 11x - 6 and divide by (x1)(x - 1):

  • x3÷x=x2x^3 \div x = x^2. Multiply x2x^2 by (x1)(x - 1): x3x2x^3 - x^2. Subtract from the cubic: 5x2+11x6-5x^2 + 11x - 6.
  • 5x2÷x=5x-5x^2 \div x = -5x. Multiply by (x1)(x-1): 5x2+5x-5x^2 + 5x. Subtract: 6x66x - 6.
  • 6x÷x=66x \div x = 6. Multiply by (x1)(x-1): 6x66x - 6. Subtract: 00.

Quotient: x25x+6x^2 - 5x + 6. Remainder: 00 (as the Factor Theorem promised).

Divisor of the form (ax+b)(ax + b). The same logic works: (ax+b)(ax + b) is a factor of p(x)p(x) iff p(ba)=0p(-\tfrac{b}{a}) = 0. For example, to test whether (2x1)(2x - 1) is a factor of p(x)=4x34x2x+1p(x) = 4x^3 - 4x^2 - x + 1, compute p(12)=12112+1=0p(\tfrac{1}{2}) = \tfrac{1}{2} - 1 - \tfrac{1}{2} + 1 = 0. Yes , (2x1)(2x-1) is a factor.

Worked examples

Example 1. Is (x2)(x - 2) a factor of p(x)=x33x24x+12p(x) = x^3 - 3x^2 - 4x + 12?

p(2)=8128+12=0p(2) = 8 - 12 - 8 + 12 = 0. Yes, (x2)(x - 2) is a factor.

Example 2. Factorise p(x)=x3+13x2+32x+20p(x) = x^3 + 13x^2 + 32x + 20.

Try x=1x = -1: p(1)=1+1332+20=0p(-1) = -1 + 13 - 32 + 20 = 0. So (x+1)(x + 1) is a factor.

Divide p(x)p(x) by (x+1)(x + 1): quotient x2+12x+20=(x+2)(x+10)x^2 + 12x + 20 = (x + 2)(x + 10).

Final: p(x)=(x+1)(x+2)(x+10)p(x) = (x + 1)(x + 2)(x + 10).

Example 3. Find the value of kk for which (x1)(x - 1) is a factor of p(x)=2x3+ax2+2x5p(x) = 2x^3 + ax^2 + 2x - 5.

By Factor Theorem, p(1)=0p(1) = 0: 2+a+25=a1=02 + a + 2 - 5 = a - 1 = 0, so a=1a = 1.

Example 4. Show that (x+2)(x + 2) is a factor of p(x)=x34x+4p(x) = x^3 - 4x + 4, and factorise.

Test: p(2)=8+8+4=40p(-2) = -8 + 8 + 4 = 4 \ne 0. So (x+2)(x+2) is not a factor here. (A quick reality check that the theorem also discriminates.) Try p(2)=88+4=40p(2) = 8 - 8 + 4 = 4 \ne 0. Try p(1)=1+4+4=70p(-1) = -1 + 4 + 4 = 7 \ne 0. Try p(1)=14+4=10p(1) = 1 - 4 + 4 = 1 \ne 0. The polynomial has no rational zero of small magnitude; it does not factorise over the rationals in this case. (This is itself useful information.)

Example 5. Use the Factor Theorem to factorise x3+6x2+11x+6x^3 + 6x^2 + 11x + 6.

Try x=1x = -1: p(1)=1+611+6=0p(-1) = -1 + 6 - 11 + 6 = 0. So (x+1)(x + 1) is a factor. Divide to get x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3). Therefore p(x)=(x+1)(x+2)(x+3)p(x) = (x+1)(x+2)(x+3).

Try it yourself

  1. Is (x3)(x - 3) a factor of p(x)=x37x+6p(x) = x^3 - 7x + 6?
  2. Is (x+1)(x + 1) a factor of p(x)=x4+x3x1p(x) = x^4 + x^3 - x - 1?
  3. Factorise p(x)=x323x2+142x120p(x) = x^3 - 23x^2 + 142x - 120 (one of 1,2,3,5,8,10,12,151, 2, 3, 5, 8, 10, 12, 15 is a zero).
  4. Find kk so that (x2)(x - 2) is a factor of p(x)=x3+kx24x+8p(x) = x^3 + kx^2 - 4x + 8.
  5. Factorise x33x2x+3x^3 - 3x^2 - x + 3.
  6. Factorise x3+2x2x2x^3 + 2x^2 - x - 2.
  7. Test whether (2x+1)(2x + 1) is a factor of 4x3+6x214x^3 + 6x^2 - 1.
  8. Find aa and bb if (x1)(x - 1) and (x+2)(x + 2) are both factors of p(x)=ax3+bx25x+2p(x) = ax^3 + bx^2 - 5x + 2.
  9. Factorise x3+x24x4x^3 + x^2 - 4x - 4.
  10. Use the Factor Theorem to show (x1)(x - 1) is a factor of p(x)=xn1p(x) = x^n - 1 for every positive integer nn.

Pitfalls / Insight

  • Try small integers first. The Rational Root Test promises: for monic polynomials with integer coefficients, every rational zero is an integer factor of the constant term.
  • A remainder of 00 is the entire requirement. Don't second-guess; the Factor Theorem is iff.
  • Negative zeros are common. Always try 1,2,3-1, -2, -3 in addition to positive values.

Insight. The Factor Theorem reduces cubic factorisation to "try a few small numbers". The Rational Root Test trims the list. Once a single zero is in hand, polynomial long division finishes the job in three lines. This pattern , guess a zero, divide, factorise the rest , is your standard procedure for every cubic this year and next.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Factor Theorem
6 questions · pick the best answer
Q1

Is (x1)(x - 1) a factor of p(x)=x3x2+x1p(x) = x^3 - x^2 + x - 1?

Q2

If (x+2)(x + 2) is a factor of p(x)p(x), then:

Q3

Which is a factor of p(x)=x36x2+11x6p(x) = x^3 - 6x^2 + 11x - 6?

Q4

If both (x1)(x - 1) and (x+1)(x + 1) are factors of p(x)=x3+ax2+bx+cp(x) = x^3 + ax^2 + bx + c and the constant term is 2-2, then:

Q5

(xa)(x - a) is a factor of p(x)p(x) if and only if:

Q6

If (x+3)(x + 3) is a factor of p(x)=x3+6x2+kx+12p(x) = x^3 + 6x^2 + kx + 12, then k=k =