Skip to main content
VICMath MethodsSyllabus dot point

How do the factor and remainder theorems let us factorise and analyse polynomials by hand?

The factor theorem and the remainder theorem for polynomial functions, the method of equating coefficients, and the factorisation of cubic and quartic polynomials over the rationals

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on the factor and remainder theorems. Statement of the theorems, the trial-and-divide method, equating coefficients, and the standard Paper 1 cubic factorisation pattern.

Generated by Claude Opus 4.88 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. The standard cubic factorisation method
  5. Equating coefficients
  6. Quartics
  7. Examples in context
  8. Try this

What this dot point is asking

VCAA wants you to factorise polynomial expressions and solve polynomial equations using the factor and remainder theorems. The standard application is factorising a cubic with rational roots in Paper 1, which is non-negotiable algebra technique for the no-calculator paper.

The remainder theorem

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

This gives a quick way to find the remainder without doing the long division: just evaluate the polynomial at x=ax = a.

Example. Find the remainder when P(x)=x3+2x25x+4P(x) = x^3 + 2x^2 - 5x + 4 is divided by (x2)(x - 2).

P(2)=8+810+4=10P(2) = 8 + 8 - 10 + 4 = 10. The remainder is 1010.

The factor theorem

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

This is the special case of the remainder theorem with remainder zero. It is the workhorse for cubic and quartic factorisation in Paper 1.

Rational root candidates. For a polynomial with integer coefficients, the rational root theorem says that any rational root p/qp/q in lowest terms must have pp dividing the constant term and qq dividing the leading coefficient. So for P(x)=2x33x2+4x6P(x) = 2x^3 - 3x^2 + 4x - 6, the candidates are ±1,±2,±3,±6,±1/2,±3/2\pm 1, \pm 2, \pm 3, \pm 6, \pm 1/2, \pm 3/2.

The standard cubic factorisation method

Factorise a cubic P(x)P(x) in three steps.

Step 1: find a root by trial

Test small integers (especially ±1\pm 1 and factors of the constant term). Substitute into PP and check for zero.

Step 2: divide out the factor

Once you have a root aa, divide P(x)P(x) by (xa)(x - a) to get a quadratic quotient. Use polynomial long division or synthetic division.

Step 3: factorise the quadratic

Use any of the standard quadratic methods: factor, complete the square, or the quadratic formula. If the discriminant is negative, the quadratic is irreducible over the reals and you stop at (xa)(irreducible quadratic)(x - a) (\text{irreducible quadratic}).

Worked example

Factorise P(x)=x3+x28x12P(x) = x^3 + x^2 - 8x - 12 over the rationals.

Step 1. Trial. P(2)=8+4+1612=0P(-2) = -8 + 4 + 16 - 12 = 0. So (x+2)(x + 2) is a factor.

Step 2. Divide:

x3+x28x12=(x+2)(x2+bx+c)x^3 + x^2 - 8x - 12 = (x + 2)(x^2 + b x + c)

Equating coefficients on the right: x3x^3 coefficient is 11, OK. x2x^2 coefficient is b+2=1b + 2 = 1, so b=1b = -1. Constant is 2c=122c = -12, so c=6c = -6. Check xx coefficient: c+2b=62=8c + 2b = -6 - 2 = -8. OK.

Step 3. x2x6=(x3)(x+2)x^2 - x - 6 = (x - 3)(x + 2).

Final: P(x)=(x+2)2(x3)P(x) = (x + 2)^2 (x - 3). (Note the repeated root at x=2x = -2.)

Equating coefficients

The method of equating coefficients is the algebraic alternative to long division. Write the expected factored form with unknown coefficients, multiply out, and match coefficients of each power of xx on both sides.

Example. If P(x)=x35x2+4x+12P(x) = x^3 - 5x^2 + 4x + 12 has (x3)(x - 3) as a factor, write P(x)=(x3)(x2+bx+c)P(x) = (x - 3)(x^2 + b x + c). Multiply out: x3+bx2+cx3x23bx3c=x3+(b3)x2+(c3b)x3cx^3 + b x^2 + c x - 3 x^2 - 3 b x - 3 c = x^3 + (b - 3) x^2 + (c - 3b) x - 3c.

Match: b3=5b - 3 = -5 gives b=2b = -2. 3c=12-3 c = 12 gives c=4c = -4. Check c3b=4+6=2c - 3b = -4 + 6 = 2, but the original has coefficient 44. So (x3)(x - 3) is not actually a factor. Confirm: P(3)=2745+12+12=60P(3) = 27 - 45 + 12 + 12 = 6 \neq 0.

Quartics

For a quartic P(x)P(x), the same approach extends:

  1. Find one rational root by trial, factor out (xa)(x - a) to get a cubic.
  2. Repeat for the cubic to get another linear factor.
  3. Factorise the resulting quadratic.

If the quartic has the special form a(x2)2+b(x2)+ca(x^2)^2 + b(x^2) + c (a "biquadratic"), substitute u=x2u = x^2 and factorise as a quadratic in uu, then solve x2=rootx^2 = \text{root} for xx.

Examples in context

Example 1. Volume model for a planter box. A planter's volume is modelled by V(x)=x36x2+11x6V(x) = x^3 - 6x^2 + 11x - 6 litres for a design parameter xx. To find the values giving V=0V = 0, factorise using the factor theorem: V(1)=16+116=0V(1) = 1 - 6 + 11 - 6 = 0, so (x1)(x - 1) is a factor. Dividing gives x25x+6=(x2)(x3)x^2 - 5x + 6 = (x - 2)(x - 3), so V(x)=(x1)(x2)(x3)V(x) = (x - 1)(x - 2)(x - 3), with zeros at x=1,2,3x = 1, 2, 3.

Example 2. Determining an unknown coefficient. A cubic cost model C(x)=x3+kx10C(x) = x^3 + kx - 10 is known to be exactly divisible by (x2)(x - 2) (a break-even point). By the factor theorem, C(2)=8+2k10=0C(2) = 8 + 2k - 10 = 0, so 2k=22k = 2 and k=1k = 1. The model is therefore C(x)=x3+x10C(x) = x^3 + x - 10.

Try this

Q1. Find the remainder when P(x)=x34x+7P(x) = x^3 - 4x + 7 is divided by (x2)(x - 2). [2 marks]

  • Cue. P(2)=88+7=7P(2) = 8 - 8 + 7 = 7.

Q2. Fully factorise P(x)=x37x+6P(x) = x^3 - 7x + 6 over the rationals. [3 marks]

  • Cue. P(1)=0P(1) = 0, divide to get x2+x6=(x+3)(x2)x^2 + x - 6 = (x + 3)(x - 2); so P(x)=(x1)(x2)(x+3)P(x) = (x - 1)(x - 2)(x + 3).

Q3. When P(x)=x3+ax23P(x) = x^3 + ax^2 - 3 is divided by (x+1)(x + 1) the remainder is 5-5. Find aa. [3 marks]

  • Cue. P(1)=1+a3=5a=1P(-1) = -1 + a - 3 = -5 \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.

2023 VCAA Paper 13 marksFully factorise P(x)=x32x25x+6P(x) = x^3 - 2x^2 - 5x + 6 over the rationals.
Show worked answer →

Use the factor theorem to find a root. Test small integers (factors of the constant term 6: ±1,±2,±3,±6\pm 1, \pm 2, \pm 3, \pm 6).

P(1)=125+6=0P(1) = 1 - 2 - 5 + 6 = 0. So (x1)(x - 1) is a factor.

Divide x32x25x+6x^3 - 2x^2 - 5x + 6 by (x1)(x - 1) to get x2x6x^2 - x - 6.

Factorise the quadratic: x2x6=(x3)(x+2)x^2 - x - 6 = (x - 3)(x + 2).

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

Markers reward identifying one root by the factor theorem, the polynomial division (long or synthetic), and the final factored form.

2024 VCAA Paper 12 marksWhen P(x)=2x3+ax2+bx6P(x) = 2x^3 + ax^2 + bx - 6 is divided by (x1)(x - 1) the remainder is 3-3, and when divided by (x+2)(x + 2) the remainder is 00. Find aa and bb.
Show worked answer →

By the remainder theorem, P(1)=3P(1) = -3 and P(2)=0P(-2) = 0.

P(1)=2+a+b6=a+b4=3P(1) = 2 + a + b - 6 = a + b - 4 = -3, so a+b=1a + b = 1.

P(2)=16+4a2b6=4a2b22=0P(-2) = -16 + 4a - 2b - 6 = 4a - 2b - 22 = 0, so 4a2b=224a - 2b = 22, i.e. 2ab=112a - b = 11.

Solve simultaneously: adding the equations gives 3a=123a = 12, so a=4a = 4. Then b=14=3b = 1 - 4 = -3.

Markers reward using the remainder theorem in both directions and solving the simultaneous equations cleanly.

Related dot points