Skip to main content
VICMath MethodsSyllabus dot point

How are polynomial factors found?

Apply the factor theorem and the remainder theorem to factorise polynomials and to solve polynomial equations

A focused answer to the VCE Maths Methods Unit 1 dot point on the factor and remainder theorems. States both theorems, demonstrates polynomial long division, and works the VCAA SAC-style problem of factoring a cubic by finding a rational root and dividing.

Generated by Claude Opus 4.85 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The remainder theorem
  3. The factor theorem
  4. Finding rational roots
  5. Polynomial long division
  6. Standard procedure for factorising a cubic
  7. Worked example (quartic)
  8. Common traps
  9. In one sentence
  10. Examples in context
  11. Try this

What this dot point is asking

VCAA wants you to use the factor and remainder theorems to factorise polynomials of degree 33 or 44 and to solve the resulting polynomial equations.

The remainder theorem

If a polynomial P(x)P(x) is divided by (xa)(x - a), the remainder is P(a)P(a).

This lets you compute the remainder of a division by evaluating the polynomial at a point, without performing the division.

The factor theorem

(xa)(x - a) is a factor of P(x)P(x) if and only if P(a)=0P(a) = 0.

Direct consequence of the remainder theorem (zero remainder means (xa)(x - a) divides PP evenly).

Finding rational roots

For a polynomial with integer coefficients, the rational roots theorem says that any rational root p/qp/q (in lowest terms) has pp dividing the constant term and qq dividing the leading coefficient.

For 2x3+x213x+62x^3 + x^2 - 13x + 6, candidates for rational roots are ±\pm (divisors of 66) over ±\pm (divisors of 22): ±1,±2,±3,±6,±1/2,±3/2\pm 1, \pm 2, \pm 3, \pm 6, \pm 1/2, \pm 3/2.

Test each by computing P(a)P(a). Any value that gives zero is a root.

Polynomial long division

To divide P(x)P(x) by (xa)(x - a):

  1. Divide the leading term of PP by xx to get the first term of the quotient.
  2. Multiply (xa)(x - a) by that term, subtract from PP.
  3. Repeat with the resulting remainder until the degree is less than 11.

The result is P(x)=(xa)Q(x)+RP(x) = (x - a) Q(x) + R, where RR should be zero if aa is a root.

Synthetic division is an algorithmic shortcut for the same procedure with linear divisors (xa)(x - a).

Standard procedure for factorising a cubic

  1. Identify rational root candidates using the rational roots theorem.
  2. Test by computing P(a)P(a) at each candidate.
  3. Once a root aa is found, divide PP by (xa)(x - a) to get a quadratic.
  4. Factor the quadratic (factorise, complete the square, or use the quadratic formula).
  5. Combine to get the full factorisation.

Worked example (quartic)

P(x)=x45x3+5x2+5x6P(x) = x^4 - 5x^3 + 5x^2 + 5x - 6.

Try x=1x = 1: 15+5+56=01 - 5 + 5 + 5 - 6 = 0. So (x1)(x - 1) is a factor.

Divide: P(x)=(x1)(x34x2+x+6)P(x) = (x - 1)(x^3 - 4x^2 + x + 6).

For the cubic, try x=1x = -1: 141+6=0-1 - 4 - 1 + 6 = 0. So (x+1)(x + 1) is a factor.

Divide: x34x2+x+6=(x+1)(x25x+6)x^3 - 4x^2 + x + 6 = (x + 1)(x^2 - 5x + 6).

Factor the quadratic: x25x+6=(x2)(x3)x^2 - 5x + 6 = (x - 2)(x - 3).

Final: P(x)=(x1)(x+1)(x2)(x3)P(x) = (x - 1)(x + 1)(x - 2)(x - 3).

Common traps

Sign error when stating the factor
Root a=2a = 2 corresponds to factor (x2)(x - 2), not (x+2)(x + 2).
Missing the rational-roots constraint
Trying x=5x = 5 for 2x3+x213x+62x^3 + x^2 - 13x + 6 wastes time; 55 is not a divisor of 66.
Wrong division procedure
Always check by multiplying the quotient by the divisor and confirming the original is recovered.
Treating a complex remainder as zero
Only zero remainder means (xa)(x - a) is a factor.

In one sentence

The remainder theorem says P(x)P(x) divided by (xa)(x - a) leaves remainder P(a)P(a); the factor theorem says (xa)(x - a) is a factor of P(x)P(x) if and only if P(a)=0P(a) = 0; combined with the rational roots theorem (rational root candidates are divisors of the constant term over divisors of the leading coefficient), these factor cubics and quartics into linear and quadratic factors.

Examples in context

Example 1. Designing an open box volume. A box folded from a sheet has volume V(x)=x36x2+9xV(x) = x^3 - 6x^2 + 9x (cubic centimetres) where xx is the cut size. To find the cut sizes giving V=4V = 4, solve x36x2+9x4=0x^3 - 6x^2 + 9x - 4 = 0. Testing x=1x = 1: 16+94=01 - 6 + 9 - 4 = 0, so (x1)(x - 1) is a factor. Dividing gives x25x+4=(x1)(x4)x^2 - 5x + 4 = (x - 1)(x - 4). Thus V(x)4=(x1)2(x4)V(x) - 4 = (x - 1)^2(x - 4), with solutions x=1x = 1 (a double root) and x=4x = 4.

Example 2. Quick remainder check. An engineer needs the remainder when P(x)=2x33x2+x5P(x) = 2x^3 - 3x^2 + x - 5 is divided by (x2)(x - 2). Rather than full division, the remainder theorem gives P(2)=2(8)3(4)+25=1612+25=1P(2) = 2(8) - 3(4) + 2 - 5 = 16 - 12 + 2 - 5 = 1. The remainder is 11, so (x2)(x - 2) is not a factor.

Try this

Q1. Find the remainder when P(x)=x3+2x2x+3P(x) = x^3 + 2x^2 - x + 3 is divided by (x+1)(x + 1). [2 marks]

  • Cue. P(1)=1+2+1+3=5P(-1) = -1 + 2 + 1 + 3 = 5.

Q2. Show that (x3)(x - 3) is a factor of P(x)=x34x2+x+6P(x) = x^3 - 4x^2 + x + 6, then factorise fully. [4 marks]

  • Cue. P(3)=2736+3+6=0P(3) = 27 - 36 + 3 + 6 = 0; divide to get x2x2=(x2)(x+1)x^2 - x - 2 = (x - 2)(x + 1); so P(x)=(x3)(x2)(x+1)P(x) = (x - 3)(x - 2)(x + 1).

Q3. When P(x)=x3+ax6P(x) = x^3 + ax - 6 is divided by (x2)(x - 2) the remainder is 44. Find aa. [3 marks]

  • Cue. P(2)=8+2a6=42a=2a=1P(2) = 8 + 2a - 6 = 4 \Rightarrow 2a = 2 \Rightarrow a = 1.

Exam-style practice questions

Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Year 11 SAC5 marksFactor P(x)=2x3+x213x+6P(x) = 2x^3 + x^2 - 13x + 6 completely, then solve P(x)=0P(x) = 0.
Show worked answer →

Try rational roots from ±\pm (divisors of 66)/(divisors of 22) = ±1,±2,±3,±6,±1/2,±3/2\pm 1, \pm 2, \pm 3, \pm 6, \pm 1/2, \pm 3/2.

P(2)=2(8)+426+6=0P(2) = 2(8) + 4 - 26 + 6 = 0. So x=2x = 2 is a root and (x2)(x - 2) is a factor.

Divide P(x)P(x) by (x2)(x - 2): 2x3+x213x+6=(x2)(2x2+5x3)2x^3 + x^2 - 13x + 6 = (x - 2)(2x^2 + 5x - 3).

Factor the quadratic: 2x2+5x3=(2x1)(x+3)2x^2 + 5x - 3 = (2x - 1)(x + 3).

Complete factorisation: P(x)=(x2)(2x1)(x+3)P(x) = (x - 2)(2x - 1)(x + 3).

Roots: x=2,1/2,3x = 2, 1/2, -3.

Markers reward the rational-roots theorem (or systematic guess), the verification at the chosen root, the polynomial division, and the final factorisation.

Related dot points