← Unit 1: Functions, relations and graphs

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

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

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 (xβˆ’a)(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

(xβˆ’a)(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 (xβˆ’a)(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+x2βˆ’13x+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 (xβˆ’a)(x - a):

  1. Divide the leading term of PP by xx to get the first term of the quotient.
  2. Multiply (xβˆ’a)(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)=(xβˆ’a)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 (xβˆ’a)(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 (xβˆ’a)(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)=x4βˆ’5x3+5x2+5xβˆ’6P(x) = x^4 - 5x^3 + 5x^2 + 5x - 6.

Try x=1x = 1: 1βˆ’5+5+5βˆ’6=01 - 5 + 5 + 5 - 6 = 0. So (xβˆ’1)(x - 1) is a factor.

Divide: P(x)=(xβˆ’1)(x3βˆ’4x2+x+6)P(x) = (x - 1)(x^3 - 4x^2 + x + 6).

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

Divide: x3βˆ’4x2+x+6=(x+1)(x2βˆ’5x+6)x^3 - 4x^2 + x + 6 = (x + 1)(x^2 - 5x + 6).

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

Final: P(x)=(xβˆ’1)(x+1)(xβˆ’2)(xβˆ’3)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 (xβˆ’2)(x - 2), not (x+2)(x + 2).

Missing the rational-roots constraint. Trying x=5x = 5 for 2x3+x2βˆ’13x+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 (xβˆ’a)(x - a) is a factor.

In one sentence

The remainder theorem says P(x)P(x) divided by (xβˆ’a)(x - a) leaves remainder P(a)P(a); the factor theorem says (xβˆ’a)(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.

Past exam questions, worked

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

Year 11 SAC5 marksFactor $P(x) = 2x^3 + x^2 - 13x + 6$ completely, then solve $P(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)+4βˆ’26+6=0P(2) = 2(8) + 4 - 26 + 6 = 0. So x=2x = 2 is a root and (xβˆ’2)(x - 2) is a factor.

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

Factor the quadratic: 2x2+5xβˆ’3=(2xβˆ’1)(x+3)2x^2 + 5x - 3 = (2x - 1)(x + 3).

Complete factorisation: P(x)=(xβˆ’2)(2xβˆ’1)(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