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.
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$?
$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.
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
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$$
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.
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.
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.
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.
Watch Me Solve It · 3 examples
-
1Convert 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.
-
2Evaluate 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)$.
-
3Evaluate 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$.
-
4State both conclusions with the reason namedIn a proof question the words "by the factor theorem" earn a mark. Showing the substitution alone does not.
-
1Build 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$.
-
2Test 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.
-
3Divide 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.
-
4Factorise 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.
-
1Build 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$.
-
2Test 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.
-
3Divide$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$.
-
4Factorise 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.
Brain Trainer · 5 problems
Five items on the factor theorem. Work each one, then reveal the answer.
-
1 Is $x - 1$ a factor of $x^3 - 2x^2 + 3x - 2$?
$P(1) = 1 - 2 + 3 - 2 = 0$.Yes -
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 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 Is $x + 3$ a factor of $x^3 + 27$?
$P(-3) = -27 + 27$.Yes -
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)$
Multiple Choice · 5 questions
The factor theorem says that $x - a$ is a factor of $P(x)$ exactly when:
If $P(-6) = 0$, then a factor of $P(x)$ is:
For $P(x) = x^3 - 4x^2 + x + 15$, the integer values worth testing as zeroes are:
A cubic $P(x)$ is found to have $x - 4$ as a factor. Dividing gives a quotient of degree:
Given $P(x) = (x+1)(x-3)(2x+5)$, which of these is NOT a zero of $P$?
Short Answer · 3 questions
(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).
(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$.
(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).
(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?
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 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.