Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 7 ~45 min Polynomials · Path +90 XP

The Factor Theorem

The factor theorem is the remainder theorem with the remainder set to zero. That sounds like a footnote. It is instead the tool that cracks open every cubic and quartic you will be asked to factorise, because it converts an impossible search into a short list of numbers to test.

Today's hook: Factorise $x^3 - 6x^2 + 11x - 6$. There is no grouping that works, no difference of squares, no obvious common factor. But there are only eight numbers worth testing, the first one you try works, and the rest is a division you already know how to do.
0/5QUESTS
Think First
warm-up

You know that $P(a) = 0$ means the remainder on dividing by $x - a$ is zero. Write out the division identity for that case and simplify it. What kind of statement have you ended up with, and what does it say about $x - a$?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

$x - a$ is a factor of $P(x)$ if and only if $P(a) = 0$. The two halves are both worth having: a zero gives you a factor, and a factor guarantees a zero. Together they turn factorising into a search for numbers rather than a search for brackets.

$$(x - a) \text{ is a factor of } P(x) \iff P(a) = 0$$

The short list comes from a second result: if a monic polynomial with integer coefficients has an integer zero, that zero must divide the constant term. So for $x^3 - 6x^2 + 11x - 6$ you test only $\pm 1, \pm 2, \pm 3, \pm 6$, and you stop at the first success.

list the factors of the constant term test each one: is P(a) = 0 ? if yes, (x − a) is a factor divide, then factorise the quotient every cubic you are asked to factorise yields to these four steps
$P(a) = 0 \iff (x-a) \mid P(x)$
Zero means factor
$P(a) = 0$ gives the factor $(x - a)$, with the sign flipped from the number you tested.
Try the small ones
Test $1$ and $-1$ first. They are the cheapest to evaluate and succeed surprisingly often.
One factor is enough
Find one, divide, and the quotient is a quadratic you can already handle.
2
What You'll Master
objectives

Know

  • The factor theorem in both directions
  • That an integer zero of a monic integer polynomial divides the constant term
  • That finding one factor reduces a cubic to a quadratic

Understand

  • Why the factor theorem is the remainder theorem with remainder zero
  • Why the candidate list is finite, and why it is only a list of candidates

Can Do

  • Test whether a given linear polynomial is a factor
  • Build the candidate list from the constant term and find a first factor
  • Use the factor theorem together with division to factorise a cubic
3
Words You Need
vocabulary
Factor theorem$x - a$ is a factor of $P(x)$ exactly when $P(a) = 0$.
Zero of a polynomialA number $a$ with $P(a) = 0$.
CandidateA number worth testing as a possible zero. Not all candidates succeed.
If and only ifBoth directions hold: each statement implies the other.
Completely factorisedWritten as a product of factors that cannot be broken down further.
4
Developing the Theorem
+5 XP to read

Start from the remainder theorem: the remainder on dividing $P(x)$ by $x - a$ is $P(a)$. Now ask what happens when that remainder is zero.

The division identity reads

$$P(x) = (x-a)Q(x) + P(a)$$

If $P(a) = 0$, the last term disappears and

$$P(x) = (x-a)Q(x)$$

which says precisely that $x - a$ is a factor of $P(x)$: the polynomial has been written as $(x-a)$ times something.

The converse is just as quick. If $x - a$ is a factor, then $P(x) = (x-a)Q(x)$ for some polynomial $Q$, and substituting $x = a$ gives $P(a) = 0 \times Q(a) = 0$.

So the two statements imply each other:

$$(x-a) \text{ is a factor of } P(x) \quad \iff \quad P(a) = 0$$

Why both directions matter
The forward direction is how you find factors: test numbers, and a zero hands you a bracket. The reverse direction is how you use a factor you were given: it immediately tells you a value of $x$ at which the polynomial vanishes, which is what a graph question needs.
5
Building the Candidate List
+5 XP to read

The theorem tells you what to look for. It does not, by itself, tell you where to look, and testing every real number is not a plan. This does:

If a monic polynomial with integer coefficients has an integer zero, that zero divides the constant term.

Here is why. Suppose $P(x) = x^n + c_{n-1}x^{n-1} + \cdots + c_1x + c_0$ has integer coefficients and $P(a) = 0$ with $a$ an integer. Then

$$a^n + c_{n-1}a^{n-1} + \cdots + c_1a = -c_0$$

Every term on the left contains a factor of $a$, so the left side is $a$ times an integer. Therefore $a$ divides $-c_0$, and hence divides $c_0$.

For $P(x) = x^3 - 6x^2 + 11x - 6$ the constant term is $-6$, so the only integer zeroes possible are

$$\pm 1, \ \pm 2, \ \pm 3, \ \pm 6$$

Eight numbers, and $P(1) = 1 - 6 + 11 - 6 = 0$ succeeds on the first attempt. These are candidates, not answers: the result says every integer zero is on the list, not that every number on the list is a zero.

6
When the Polynomial Is Not Monic
+5 XP to read

If the leading coefficient is not $1$, the zeroes need not be integers. Take $P(x) = 2x^3 - 3x^2 - 3x + 2$. Testing $\pm 1$ and $\pm 2$ gives $P(-1) = -2 - 3 + 3 + 2 = 0$, so $x + 1$ is a factor and one zero is an integer. Dividing by $x+1$ leaves the quotient $2x^2 - 5x + 2$, whose zeroes are $2$ and $\tfrac{1}{2}$, and the half would never appear on a list of integers.

The general version covers it. If $\dfrac{p}{q}$ is a zero in lowest terms, then

$$p \text{ divides the constant term} \qquad \text{and} \qquad q \text{ divides the leading coefficient}$$

For $2x^3 - 3x^2 - 3x + 2$ that gives $p \in \{\pm 1, \pm 2\}$ and $q \in \{1, 2\}$, so the candidates are $\pm 1, \pm 2, \pm \tfrac{1}{2}$.

In practice, Year 10 questions are built so that at least one zero is a small integer, and testing $1$, $-1$, $2$ and $-2$ finds it almost every time. Knowing the general rule matters mainly so that a failure to find an integer zero is recognised as a possibility rather than as a mistake.

7
Factorising a Cubic End to End
+5 XP to read

Factorise $P(x) = x^3 - 6x^2 + 11x - 6$ completely.

Step 1. Candidates. The constant term is $-6$, so test $\pm 1, \pm 2, \pm 3, \pm 6$.

Step 2. Find one zero. $P(1) = 1 - 6 + 11 - 6 = 0$. So $x - 1$ is a factor, by the factor theorem.

Step 3. Divide. Dividing $P(x)$ by $x - 1$ gives quotient $x^2 - 5x + 6$, so

$$P(x) = (x-1)(x^2 - 5x + 6)$$

Step 4. Factorise the quotient. $x^2 - 5x + 6 = (x-2)(x-3)$, by ordinary quadratic factorising.

$$P(x) = (x-1)(x-2)(x-3)$$

Two things are worth noticing. Once one factor is found, the problem drops a degree and becomes a quadratic, which needs no new theory. And the answer can be checked instantly: the product of the constant terms is $(-1)(-2)(-3) = -6$, matching $P$'s constant term.

8
Testing a Given Factor
+5 XP to read

Questions often hand you a candidate rather than asking you to find one. "Show that $x + 4$ is a factor of $P(x)$" is a one-line task.

Solve $x + 4 = 0$ to get $x = -4$, evaluate $P(-4)$, and if it is zero, cite the factor theorem. If it is not zero, you have shown the opposite, and the value you found is the remainder.

The sign flip is where marks are lost. The factor $x + 4$ corresponds to the zero $-4$, and the factor $x - 4$ corresponds to $+4$. Writing the factor down from a zero requires the same flip in reverse: a zero of $-5$ gives the factor $(x + 5)$.

For a non-monic factor such as $2x - 1$, the zero is $\tfrac{1}{2}$, and finding $P\!\left(\tfrac{1}{2}\right) = 0$ shows $2x - 1$ is a factor. Note the factor is $2x - 1$, not $x - \tfrac{1}{2}$, although both are valid factors differing by a constant multiple.

9
Common Pitfalls
+5 XP to read
Finding that $P(3) = 0$ and writing the factor as $(x + 3)$.
Fix: the zero $3$ gives the factor $(x - 3)$. Check by substituting: $(3) - 3 = 0$, whereas $(3) + 3 = 6$.
Assuming every number on the candidate list is a zero.
Fix: the list is where integer zeroes must be if they exist, not a guarantee that any of them are. Test each one until $P$ returns zero.
Stopping after finding one factor and calling the cubic factorised.
Fix: "factorise completely" means going on until nothing factorises further. Divide, then deal with the quotient.
Building the candidate list from the leading coefficient instead of the constant term.
Fix: the zeroes divide the constant term; the denominators divide the leading coefficient. For a monic polynomial only the constant term matters.
Watch Me Solve It · Testing a given factor
+15 XP per step
Q1
PROBLEM
Show that $x - 2$ is a factor of $P(x) = x^3 + 2x^2 - 11x + 6$, and that $x + 1$ is not.
  1. 1
    Convert each factor into a value to test
    $x - 2 = 0 \ \Rightarrow \ x = 2, \qquad x + 1 = 0 \ \Rightarrow \ x = -1$
    Solve, do not pattern-match. The signs flip.
  2. 2
    Evaluate at the first candidate
    $P(2) = 8 + 8 - 22 + 6 = 0$
    Since $P(2) = 0$, the factor theorem gives that $x - 2$ is a factor of $P(x)$.
  3. 3
    Evaluate at the second candidate
    $P(-1) = -1 + 2 + 11 + 6 = 18$
    Since $P(-1) \neq 0$, $x + 1$ is not a factor. The value $18$ is the remainder on dividing by $x+1$.
  4. 4
    State both conclusions with the reason named
    In a proof question the words "by the factor theorem" earn a mark. Showing the substitution alone does not.
Answer$P(2) = 0$ so $x-2$ is a factor; $P(-1) = 18 \neq 0$ so $x+1$ is not
Watch Me Solve It · Factorising a cubic completely
+15 XP per step
Q2
PROBLEM
Factorise $P(x) = x^3 + 3x^2 - 10x - 24$ completely.
  1. 1
    Build the candidate list
    $\pm 1, \ \pm 2, \ \pm 3, \ \pm 4, \ \pm 6, \ \pm 8, \ \pm 12, \ \pm 24$
    The polynomial is monic with integer coefficients, so any integer zero divides the constant term $-24$.
  2. 2
    Test from the small end
    $P(1) = 1 + 3 - 10 - 24 = -30$
    $P(-1) = -1 + 3 + 10 - 24 = -12$
    $P(2) = 8 + 12 - 20 - 24 = -24$
    $P(-2) = -8 + 12 + 20 - 24 = 0$
    Four tests, and $x = -2$ works. So $x + 2$ is a factor.
  3. 3
    Divide by the factor found
    $x^3 + 3x^2 - 10x - 24 = (x+2)(x^2 + x - 12)$
    Long division by $x + 2$, as in Lesson 4. The quotient is a quadratic, as the degree rule predicts.
  4. 4
    Factorise the quadratic and check
    $x^2 + x - 12 = (x+4)(x-3)$
    $P(x) = (x+2)(x+4)(x-3)$
    Check the constant terms: $2 \times 4 \times (-3) = -24$, which matches. Check $P(3) = 27 + 27 - 30 - 24 = 0$, as the factor $(x-3)$ requires.
Answer$P(x) = (x+2)(x+4)(x-3)$
Watch Me Solve It · A non-monic cubic
+15 XP per step
Q3
PROBLEM
Factorise $P(x) = 2x^3 + x^2 - 13x + 6$ completely.
  1. 1
    Build the candidate list for a non-monic polynomial
    $\pm 1, \ \pm 2, \ \pm 3, \ \pm 6, \ \pm \tfrac{1}{2}, \ \pm \tfrac{3}{2}$
    Numerators divide the constant term $6$; denominators divide the leading coefficient $2$.
  2. 2
    Test the integers first
    $P(1) = 2 + 1 - 13 + 6 = -4$
    $P(2) = 16 + 4 - 26 + 6 = 0$
    Integers are cheaper to evaluate, and Year 10 questions usually place at least one there. $x - 2$ is a factor.
  3. 3
    Divide
    $2x^3 + x^2 - 13x + 6 = (x-2)(2x^2 + 5x - 3)$
    The quotient keeps the leading coefficient $2$, since $2x^3 \div x = 2x^2$.
  4. 4
    Factorise the non-monic quadratic
    $2x^2 + 5x - 3 = (2x - 1)(x + 3)$
    $P(x) = (x-2)(2x-1)(x+3)$
    The zero $\tfrac{1}{2}$ from the candidate list appears here as the factor $2x - 1$, which is why the list included halves.
Answer$P(x) = (x-2)(2x-1)(x+3)$
D
Brain Trainer · Factor or not
5 problems

Five items on the factor theorem. Work each one, then reveal the answer.

  1. 1 Is $x - 1$ a factor of $x^3 - 2x^2 + 3x - 2$?

    $P(1) = 1 - 2 + 3 - 2 = 0$.Yes
  2. 2 $P(5) = 0$. Write down a factor of $P(x)$.

    A zero of $5$ gives the factor with the opposite sign inside.$x - 5$
  3. 3 List the integer candidates for a zero of $x^3 + 2x^2 - x - 10$.

    Divisors of the constant term $-10$.$\pm 1, \pm 2, \pm 5, \pm 10$
  4. 4 Is $x + 3$ a factor of $x^3 + 27$?

    $P(-3) = -27 + 27$.Yes
  5. 5 $x^3 - 7x + 6 = (x-1)(x^2 + x - 6)$. Finish the factorisation.

    Factorise the quadratic: two numbers multiplying to $-6$ and adding to $1$.$(x-1)(x+3)(x-2)$
Complete in your workbook.
MC1
The statement
+10 XP

The factor theorem says that $x - a$ is a factor of $P(x)$ exactly when:

MC2
From zero to factor
+10 XP

If $P(-6) = 0$, then a factor of $P(x)$ is:

MC3
The candidate list
+10 XP

For $P(x) = x^3 - 4x^2 + x + 15$, the integer values worth testing as zeroes are:

MC4
After the first factor
+10 XP

A cubic $P(x)$ is found to have $x - 4$ as a factor. Dividing gives a quotient of degree:

MC5
Reading a factorisation
+10 XP

Given $P(x) = (x+1)(x-3)(2x+5)$, which of these is NOT a zero of $P$?

Q6
Develop and apply
+15 XP
Q6
SHORT ANSWER
(a) Starting from the remainder theorem, prove the factor theorem in both directions.
(b) Show that $x + 3$ is a factor of $P(x) = x^3 + x^2 - 9x - 9$.
(c) Hence factorise $P(x)$ completely.
(d) State all the zeroes of $P$, and verify one of them that you did not use in part (b).
Write your working in your book.
Q7
Find the constant, then factorise
+15 XP
Q7
SHORT ANSWER
$P(x) = x^3 - 2x^2 + kx + 6$ has $x - 3$ as a factor.
(a) Find $k$.
(b) Factorise $P(x)$ completely.
(c) State the zeroes of $P$.
(d) Explain why the candidate list for this polynomial does not depend on $k$.
Write your working in your book.
Q8
Two factors at once
+15 XP
Q8
SHORT ANSWER
$P(x) = x^4 + ax^3 + bx^2 - 4x - 12$ has both $x - 2$ and $x + 1$ as factors.
(a) Form two equations in $a$ and $b$.
(b) Solve them.
(c) Factorise $P(x)$ completely.
(d) Explain why $P(x)$ must be divisible by $x^2 - x - 2$, and use this to check part (c).
Write your working in your book.
S
Stretch Challenge · Why the candidate list works, and when it runs out
+25 XP
S
CHALLENGE
(a) Prove that if a monic polynomial with integer coefficients has an integer zero $a$, then $a$ divides the constant term.
(b) Use part (a) to prove that $\sqrt{2}$ is not a zero of any monic quadratic with integer coefficients other than by being irrational, by showing directly that $x^2 - 2$ has no integer zero.
(c) Give a cubic with integer coefficients that has no rational zero at all, and explain how you know. What does this mean for the method in this lesson?
R
Quick Review
recap

The theorem

$x - a$ is a factor exactly when $P(a) = 0$

The short list

Integer zeroes divide the constant term

The sign flip

Zero $-6$ gives the factor $(x+6)$

Then divide

A cubic drops to a quadratic you can already do

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.