Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Maths - Methods (Unit 3 & Unit 4) Algebra and equations

Division and factorisation of polynomials

20 practice questions 0 video lessons Theory + worked examples
Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Dividing a polynomial \(P(x)\) by a linear factor \((x-a)\) produces a quotient and a remainder, and the remainder theorem says that remainder equals \(P(a)\). When \(P(a)=0\) the divisor is a factor (the factor theorem), which lets you factorise cubics and quartics fully and solve polynomial equations by the null factor law.

Polynomial long division writes a dividend as \(P(x)=D(x)\,Q(x)+R(x)\), where \(D(x)\) is the divisor, \(Q(x)\) the quotient and \(R(x)\) the remainder. The process stops once the remainder has a lower degree than the divisor, so dividing by a linear \((x-a)\) always leaves a constant remainder.

The remainder theorem gives that constant directly: the remainder when \(P(x)\) is divided by \((x-a)\) is \(P(a)\). There is no need to divide — just substitute. (For a divisor \((ax-b)\) the remainder is \(P\!\left(\dfrac{b}{a}\right)\).) This turns a long division into a single evaluation.

The factor theorem is the case where that remainder is zero: \((x-a)\) is a factor of \(P(x)\) exactly when \(P(a)=0\). To factorise a cubic, test small values \(a\) (the factors of the constant term) until \(P(a)=0\), divide out \((x-a)\) to leave a quadratic, then factorise that quadratic. Setting each factor to zero solves \(P(x)=0\).

Key idea. Remainder on dividing by \((x-a)\) is \(P(a)\); and \((x-a)\) is a factor \(\iff P(a)=0\). One zero of \(P\) gives one linear factor, which you divide out to reduce the degree.
Cubic y=x^3-4x with roots at x=-2,0,2The cubic y equals x cubed minus 4x, factorised as x times (x minus 2) times (x plus 2), crossing the x-axis at x equals minus 2, 0 and 2. x y -2 0 2
\(y=x(x-2)(x+2)\): a fully factorised cubic cuts the \(x\)-axis at its roots \(x=-2,0,2\)
Cubic y=(x+1)(x-2)^2 with a repeated root at x=2The cubic y equals (x plus 1)(x minus 2) squared, crossing the x-axis at x equals minus 1 and touching it at the repeated root x equals 2. x y -1 2
\(y=(x+1)(x-2)^{2}\): a repeated factor \((x-2)^{2}\) makes the curve touch the axis at \(x=2\)

The division identity — dividend equals divisor times quotient plus remainder:

\[P(x)=(x-a)\,Q(x)+R,\qquad R=P(a)\]
P(x)=(xa)Q(x)+R,R=P(a)

The remainder theorem and, for a general linear divisor, its version for \((ax-b)\):

\[\text{remainder on }\div(x-a)=P(a)\qquad \text{remainder on }\div(ax-b)=P\!\left(\dfrac{b}{a}\right)\]
P(a) and P(ba)

The factor theorem — a zero of \(P\) is a linear factor:

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

Standard factorisations of a sum and difference of two cubes:

\[a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2})\qquad a^{3}+b^{3}=(a+b)(a^{2}-ab+b^{2})\]
a3b3=(ab)(a2+ab+b2)
Full factorisation. A cubic with three real roots factors as \(P(x)=k(x-r_1)(x-r_2)(x-r_3)\); the roots \(r_1,r_2,r_3\) are the \(x\)-intercepts, and by the null factor law they are the solutions of \(P(x)=0\).

How to factorise a cubic fully and solve \(P(x)=0\)

  1. Find one factor. Test values \(a\) taken from the factors of the constant term (over the leading coefficient) until \(P(a)=0\); then \((x-a)\) is a factor by the factor theorem.
  2. Divide it out. Use long (or synthetic) division to divide \(P(x)\) by \((x-a)\), giving a quotient \(Q(x)\) one degree lower — a quadratic for a cubic.
  3. Factorise the quotient. Factorise the quadratic \(Q(x)\) by inspection, or use the quadratic formula; combine to write \(P(x)\) as a product of linear factors.
  4. Solve. Apply the null factor law: set each factor equal to zero to read off every root of \(P(x)=0\).
Test with the remainder theorem. To check whether \((x-a)\) is a factor, just evaluate \(P(a)\) — if it is \(0\) it is a factor, and the value you get is the remainder either way, so no trial long division is wasted.
Example 1 — long division: quotient and remainder
Divide \(P(x)=x^{3}-2x^{2}-4x+5\) by \((x-3)\), stating the quotient and remainder.
Solution
Divide term by term, subtracting each time:
\(x^{3}\div x\)\(=\)\(x^{2}\), and \(x^{2}(x-3)=x^{3}-3x^{2}\)
remainder so far\(=\)\(x^{2}-4x\)
\(x^{2}\div x\)\(=\)\(x\), and \(x(x-3)=x^{2}-3x\)
remainder so far\(=\)\(-x+5\)
\(-x\div x\)\(=\)\(-1\), and \(-1(x-3)=-x+3\)
remainder\(=\)\(5-3=2\)
Write the result as \(P(x)=(x-3)Q(x)+R\):
\(x^{3}-2x^{2}-4x+5\)\(=\)\((x-3)(x^{2}+x-1)+2\)
\(\therefore\) quotient \(x^{2}+x-1\), remainder \(2\)
(x3)(x2+x1)+2
Example 2 — remainder theorem
Find the remainder when \(P(x)=2x^{3}-4x^{2}+3x-1\) is divided by \((x-2)\). Then find \(a\) if \(x^{3}+ax^{2}\!-\!5x+8\) leaves remainder \(2\) on division by \((x-1)\).
Solution
Remainder for \((x-2)\)
By the remainder theorem, evaluate \(P(2)\):
\(P(2)\)\(=\)\(2(8)-4(4)+3(2)-1\)
\(=\)\(16-16+6-1=5\)
\(\therefore\) remainder \(=5\)
Find \(a\)
Remainder on \(\div(x-1)\) is the value at \(x=1\); set it to \(2\):
\((1)^{3}+a(1)^{2}-5(1)+8\)\(=\)\(2\)
\(a+4\)\(=\)\(2\)
\(a\)\(=\)\(-2\)
\(\therefore\) \(a=-2\)
P(2)=5,a=2
Example 3 — factor theorem and full factorisation
Factorise \(P(x)=x^{3}-2x^{2}-x+2\) fully, and solve \(P(x)=0\).
Solution
Find a root — test factors of the constant \(2\):
\(P(1)\)\(=\)\(1-2-1+2=0\)
So \((x-1)\) is a factor. Divide to get the quotient:
\(x^{3}-2x^{2}-x+2\)\(=\)\((x-1)(x^{2}-x-2)\)
Factorise the quadratic and write \(P\) fully:
\(x^{2}-x-2\)\(=\)\((x-2)(x+1)\)
\(P(x)\)\(=\)\((x-1)(x-2)(x+1)\)
\(\therefore\) \(P(x)=(x+1)(x-1)(x-2)\); roots \(x=-1,\,1,\,2\)
Cubic y=(x-1)(x+1)(x-2) with roots -1,1,2The cubic y equals (x minus 1)(x plus 1)(x minus 2) crossing the x-axis at x equals minus 1, 1 and 2. x y -1 1 2
(x+1)(x1)(x2)
Example 4 — non-monic cubic with a fractional root
Solve \(2x^{3}-3x^{2}-11x+6=0\) by factorising fully.
Solution
Find a root — test a factor of the constant \(6\):
\(P(3)\)\(=\)\(2(27)-3(9)-11(3)+6\)
\(=\)\(54-27-33+6=0\)
So \((x-3)\) is a factor. Divide out \((x-3)\):
\(2x^{3}-3x^{2}-11x+6\)\(=\)\((x-3)(2x^{2}+3x-2)\)
Factorise the quadratic \(2x^{2}+3x-2\):
\(2x^{2}+3x-2\)\(=\)\((2x-1)(x+2)\)
\(P(x)\)\(=\)\((x-3)(2x-1)(x+2)\)
Null factor law — set each factor to zero:
\(x-3=0\)\(\Rightarrow\)\(x=3\)
\(2x-1=0\)\(\Rightarrow\)\(x=\dfrac{1}{2}\)
\(x+2=0\)\(\Rightarrow\)\(x=-2\)
\(\therefore\) \(x=-2,\ \dfrac{1}{2},\ 3\)
(x3)(2x1)(x+2)=0

Common pitfalls

Watch the sign in the remainder theorem. Dividing by \((x+3)=(x-(-3))\) uses \(P(-3)\), not \(P(3)\). The value substituted is the number that makes the divisor zero.
Keep placeholders for missing terms. When dividing \(x^{3}-7\) by \((x-2)\), write it as \(x^{3}+0x^{2}+0x-7\) so each power lines up; skipping the \(0x^{2}\) term derails the long division.
A non-zero value means it is not a factor. The factor theorem needs \(P(a)=0\) exactly. If \(P(a)\neq0\) then \((x-a)\) is not a factor — that value is simply the remainder, so keep testing other candidates.

Frequently asked questions

What is the remainder theorem?

When \(P(x)\) is divided by \((x-a)\), the remainder equals \(P(a)\). You can find it by substituting \(x=a\), with no division needed; for a divisor \((ax-b)\) the remainder is \(P\!\left(\dfrac{b}{a}\right)\).

What is the factor theorem?

It is the case where the remainder is zero: \((x-a)\) is a factor of \(P(x)\) if and only if \(P(a)=0\). Such an \(a\) is both a linear factor and a root of \(P(x)=0\).

How do you do polynomial long division?

Divide the leading term of the dividend by the leading term of the divisor, multiply the divisor by that, subtract, bring down the next term and repeat until the remainder has lower degree than the divisor. Use a zero placeholder for any missing power.

How do you factorise a cubic?

Use the factor theorem to find one root \(a\) (test factors of the constant term) giving a factor \((x-a)\), divide the cubic by \((x-a)\) to get a quadratic, then factorise that quadratic. The cubic is the product of the two.

How do you find the remainder without dividing?

Evaluate \(P(a)\). For example, the remainder when \(2x^{3}-4x^{2}+3x-1\) is divided by \((x-2)\) is \(P(2)=5\), found by substitution instead of long division.

How do you solve a polynomial equation by factorising?

Factorise fully, then use the null factor law: set each factor to zero. For example \((x-3)(2x-1)(x+2)=0\) gives \(x=3\), \(x=\dfrac{1}{2}\) or \(x=-2\).