← Unit 3

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 OpusReviewed by Better Tuition Academy8 min answer

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

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 (xβˆ’a)(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+2x2βˆ’5x+4P(x) = x^3 + 2x^2 - 5x + 4 is divided by (xβˆ’2)(x - 2).

P(2)=8+8βˆ’10+4=10P(2) = 8 + 8 - 10 + 4 = 10. The remainder is 1010.

The factor theorem

(xβˆ’a)(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)=2x3βˆ’3x2+4xβˆ’6P(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 (xβˆ’a)(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 (xβˆ’a)(irreducibleΒ quadratic)(x - a) (\text{irreducible quadratic}).

Worked example

Factorise P(x)=x3+x2βˆ’8xβˆ’12P(x) = x^3 + x^2 - 8x - 12 over the rationals.

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

Step 2. Divide:

x3+x2βˆ’8xβˆ’12=(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=βˆ’6βˆ’2=βˆ’8c + 2b = -6 - 2 = -8. OK.

Step 3. x2βˆ’xβˆ’6=(xβˆ’3)(x+2)x^2 - x - 6 = (x - 3)(x + 2).

Final: P(x)=(x+2)2(xβˆ’3)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)=x3βˆ’5x2+4x+12P(x) = x^3 - 5x^2 + 4x + 12 has (xβˆ’3)(x - 3) as a factor, write P(x)=(xβˆ’3)(x2+bx+c)P(x) = (x - 3)(x^2 + b x + c). Multiply out: x3+bx2+cxβˆ’3x2βˆ’3bxβˆ’3c=x3+(bβˆ’3)x2+(cβˆ’3b)xβˆ’3cx^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: bβˆ’3=βˆ’5b - 3 = -5 gives b=βˆ’2b = -2. βˆ’3c=12-3 c = 12 gives c=βˆ’4c = -4. Check cβˆ’3b=βˆ’4+6=2c - 3b = -4 + 6 = 2, but the original has coefficient 44. So (xβˆ’3)(x - 3) is not actually a factor. Confirm: P(3)=27βˆ’45+12+12=6β‰ 0P(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 (xβˆ’a)(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.

Common Paper 1 traps

Forgetting the rational root theorem candidates. Only test rational numbers p/qp/q where pp divides the constant and qq divides the leading coefficient.

Sign errors in long division. Each subtraction step changes signs. Write out the division carefully.

Stopping at the cubic factorisation. "Fully factorise" means continue until each factor is linear or irreducible quadratic.

Confusing the remainder theorem direction. Dividing by (xβˆ’a)(x - a) uses P(a)P(a), not P(βˆ’a)P(-a). Dividing by (x+3)(x + 3) uses P(βˆ’3)P(-3).

Missing repeated roots. When the quadratic quotient shares a root with the original linear factor, you get a repeated root. Always check.

In one sentence

The factor theorem says (xβˆ’a)(x - a) divides P(x)P(x) exactly when P(a)=0P(a) = 0, the remainder theorem says the remainder on division by (xβˆ’a)(x - a) is P(a)P(a), and together they give the standard Paper 1 method to factorise cubics and quartics by finding one rational root, dividing it out, and factorising the resulting lower-degree polynomial.

Past exam questions, worked

Real questions from past VCAA papers on this dot point, with our answer explainer.

2023 VCAA Paper 13 marksFully factorise $P(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)=1βˆ’2βˆ’5+6=0P(1) = 1 - 2 - 5 + 6 = 0. So (xβˆ’1)(x - 1) is a factor.

Divide x3βˆ’2x2βˆ’5x+6x^3 - 2x^2 - 5x + 6 by (xβˆ’1)(x - 1) to get x2βˆ’xβˆ’6x^2 - x - 6.

Factorise the quadratic: x2βˆ’xβˆ’6=(xβˆ’3)(x+2)x^2 - x - 6 = (x - 3)(x + 2).

Final: P(x)=(xβˆ’1)(xβˆ’3)(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) = 2x^3 + ax^2 + bx - 6$ is divided by $(x - 1)$ the remainder is $-3$, and when divided by $(x + 2)$ the remainder is $0$. Find $a$ and $b$.
Show worked answer β†’

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

P(1)=2+a+bβˆ’6=a+bβˆ’4=βˆ’3P(1) = 2 + a + b - 6 = a + b - 4 = -3, so a+b=1a + b = 1.

P(βˆ’2)=βˆ’16+4aβˆ’2bβˆ’6=4aβˆ’2bβˆ’22=0P(-2) = -16 + 4a - 2b - 6 = 4a - 2b - 22 = 0, so 4aβˆ’2b=224a - 2b = 22, i.e. 2aβˆ’b=112a - b = 11.

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

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

Related dot points