Study Guide

Factor & Remainder Theorems and Cubic Equations

CIE IGCSE Additional MathematicsΒ· 3.1, 3.2, 3.3Β· 25 min read

1. The Remainder Theoremβ˜…β˜…β˜†β˜†β˜†β± 5 min

βœ“ Calculator OK

πŸ“˜ Definition

Remainder Theorem

For any polynomial , the remainder when is divided by the linear term is equal to . For a divisor , the remainder simplifies to .

Example:

For , the remainder when divided by is .

The remainder theorem eliminates the need for time-consuming polynomial long division when you only need to find the remainder of a division operation. It is tested frequently in both calculator and non-calculator papers.

πŸ“ Worked Example

Find the remainder when is divided by .

  1. 1
    1. Solve the divisor equal to 0 to find the substitution value:
  2. 2
    1. Substitute into :
  3. 3
    f(βˆ’12)=2(βˆ’12)3βˆ’5(βˆ’12)2+(βˆ’12)βˆ’4f\left(-\frac{1}{2}\right) = 2\left(-\frac{1}{2}\right)^3 - 5\left(-\frac{1}{2}\right)^2 + \left(-\frac{1}{2}\right) - 4
  4. 4
    1. Simplify the expression:
  5. 5
    =2(βˆ’18)βˆ’5(14)βˆ’12βˆ’4=βˆ’14βˆ’54βˆ’24βˆ’164=βˆ’6= 2\left(-\frac{1}{8}\right) - 5\left(\frac{1}{4}\right) - \frac{1}{2} - 4 = -\frac{1}{4} - \frac{5}{4} - \frac{2}{4} - \frac{16}{4} = -6
  6. 6
    1. The remainder is .

Exam tip:

Double check the sign of your substitution value: sign errors are the most common mistake on remainder theorem questions.

2. The Factor Theoremβ˜…β˜…β˜†β˜†β˜†β± 5 min

βœ“ Calculator OK

πŸ“˜ Definition

Factor Theorem

A special case of the remainder theorem: if the remainder when is divided by is 0, then is a factor of . The reverse is also true: if is a factor of , then .

Example:

For , , so is a factor of .

For cubics with integer coefficients, the only possible integer roots are factors of the constant term, so test these values first to quickly find linear factors. When the leading coefficient , a root may be rational rather than a whole number: any rational root has the form , where is a factor of the constant term and is a factor of the leading coefficient, so you test candidates (for example, a cubic beginning can have a root such as , since divides ). In practice, 0606 questions of this type usually hand you a factor directly (for example, 'given that is a factor') or specify the coefficients, so once you have it you can divide by the stated factor immediately rather than searching for the root yourself.

πŸ“ Worked Example

Show that is a factor of .

  1. 1
    1. Solve the divisor equal to 0 to find the substitution value:
  2. 2
    1. Substitute into :
  3. 3
    f(βˆ’3)=2(βˆ’3)3+3(βˆ’3)2βˆ’11(βˆ’3)βˆ’6=2(βˆ’27)+3(9)+33βˆ’6f(-3) = 2(-3)^3 + 3(-3)^2 -11(-3) -6 = 2(-27) + 3(9) + 33 -6
  4. 4
    =βˆ’54+27+33βˆ’6=0= -54 + 27 + 33 - 6 = 0
  5. 5
    1. Since , by the factor theorem, is a factor of .

3. Factorising Cubic Polynomialsβ˜…β˜…β˜…β˜†β˜†β± 7 min

βœ“ Calculator OK

Once you identify one linear factor of a cubic using the factor theorem, you can write the cubic as . You can find the quadratic factor using either coefficient matching (inspection) or polynomial long division, then factorise the quadratic further if possible.

πŸ“ Worked Example

Factorise fully into linear factors.

  1. 1
    1. We already found is a factor, so write:
  2. 2
    1. Expand the right-hand side and match coefficients to the original cubic:
  3. 3
    ax3+(bβˆ’2a)x2+(cβˆ’2b)xβˆ’2c=x3βˆ’3x2βˆ’4x+12ax^3 + (b - 2a)x^2 + (c - 2b)x - 2c = x^3 - 3x^2 -4x +12
  4. 4
    1. Solve for coefficients: , ,
  5. 5
    1. The quadratic factor is , which factorises to
  6. 6
    1. Fully factorised cubic:

Sometimes a question asks you to write a polynomial in the form , where is the quotient and is the remainder, even when is not a factor. This is just polynomial division presented as an identity: divide as usual, and the number left at the end of the division is the remainder .

πŸ“ Worked Example

Express in the form .

  1. 1
    1. Divide by . First term: ; then , and subtracting leaves .
  2. 2
    1. Next term: ; then , and subtracting leaves .
  3. 3
    1. Last term: ; then , and subtracting leaves the remainder .
  4. 4
    1. So the quotient is and the remainder is :
  5. 5
    2x3βˆ’7x2+11xβˆ’11=(2xβˆ’5)(x2βˆ’x+3)+42x^3 - 7x^2 + 11x - 11 = (2x - 5)(x^2 - x + 3) + 4
  6. 6
    1. Check with the remainder theorem: should equal , and indeed .

Exam tip:

If you use long division, always write the cubic in descending powers of x, including 0 coefficients for any missing powers (e.g. write as ) to avoid subtraction errors.

4. Solving Cubic Equationsβ˜…β˜…β˜…β˜†β˜†β± 6 min

βœ“ Calculator OK

To solve a cubic equation , first factorise fully into linear factors, then set each factor equal to 0 to find all roots. Roots may be integers, rational, or irrational.

πŸ“ Worked Example

Solve .

  1. 1
    1. Test integer factors of the constant term: , so is a factor.
  2. 2
    1. Divide the cubic by to get the quadratic factor
  3. 3
    1. Factorise the quadratic:
  4. 4
    1. Set each linear factor equal to 0:
  5. 5
    xβˆ’2=0β€…β€ŠβŸΉβ€…β€Šx=2;2x+1=0β€…β€ŠβŸΉβ€…β€Šx=βˆ’12;x+3=0β€…β€ŠβŸΉβ€…β€Šx=βˆ’3x - 2 = 0 \implies x = 2; \quad 2x +1 =0 \implies x = -\frac{1}{2}; \quad x +3 =0 \implies x = -3
  6. 6
    1. The full set of solutions is
βœ“ Quick check
  1. What is the first step to solve a cubic equation in the 0606 exam?

    • A. Use the quadratic formula immediately

    • B. Find one linear factor using the factor theorem

    • C. Differentiate the cubic

    • D. Guess all three roots

    Reveal answer
    B β€”

    You first find one linear factor by testing integer factors of the constant term, then factorise the remaining quadratic to find the other roots.

5. Finding Unknown Coefficients from a Factor and a Remainderβ˜…β˜…β˜…β˜…β˜†β± 8 min

βœ“ Calculator OK

The most frequently examined question type in this topic gives a cubic that contains two unknown constants, together with two conditions. Usually one condition states that a linear expression is a factor, and the other states the remainder after division by a different linear expression. Each condition gives one equation, so the two conditions form a pair of simultaneous equations that you solve for the two unknowns. Once the cubic is fully known, you factorise it or solve .

Translate each condition into an equation before solving. ' is a factor of ' means by the factor theorem. ' divided by leaves remainder ' means by the remainder theorem. For a divisor of the form , substitute .

πŸ“ Worked Example

The cubic has as a factor, and leaves a remainder of when divided by . Find the values of and , factorise fully, and solve .

  1. 1
    1. Factor condition: since is a factor, the factor theorem gives .
  2. 2
    p(1)=2(1)3+a(1)2+b(1)βˆ’12=a+bβˆ’10=0β€…β€ŠβŸΉβ€…β€Ša+b=10p(1) = 2(1)^3 + a(1)^2 + b(1) - 12 = a + b - 10 = 0 \implies a + b = 10
  3. 3
    1. Remainder condition: dividing by leaves remainder , so by the remainder theorem .
  4. 4
    p(βˆ’2)=2(βˆ’2)3+a(βˆ’2)2+b(βˆ’2)βˆ’12=βˆ’16+4aβˆ’2bβˆ’12=4aβˆ’2bβˆ’28p(-2) = 2(-2)^3 + a(-2)^2 + b(-2) - 12 = -16 + 4a - 2b - 12 = 4a - 2b - 28
  5. 5
    4aβˆ’2bβˆ’28=6β€…β€ŠβŸΉβ€…β€Š4aβˆ’2b=34β€…β€ŠβŸΉβ€…β€Š2aβˆ’b=174a - 2b - 28 = 6 \implies 4a - 2b = 34 \implies 2a - b = 17
  6. 6
    1. Solve the simultaneous equations. Add and to eliminate :
  7. 7
    3a=27β€…β€ŠβŸΉβ€…β€Ša=9,b=10βˆ’a=13a = 27 \implies a = 9, \quad b = 10 - a = 1
  8. 8
    1. So . Since is already known to be a factor, divide by it to find the quadratic factor:
  9. 9
    2x3+9x2+xβˆ’12=(xβˆ’1)(2x2+11x+12)2x^3 + 9x^2 + x - 12 = (x - 1)(2x^2 + 11x + 12)
  10. 10
    1. Factorise the quadratic: , so the full factorisation is:
  11. 11
    p(x)=(xβˆ’1)(2x+3)(x+4)p(x) = (x - 1)(2x + 3)(x + 4)
  12. 12
    1. Solve by setting each linear factor equal to 0:
  13. 13
    xβˆ’1=0β€…β€ŠβŸΉβ€…β€Šx=1;2x+3=0β€…β€ŠβŸΉβ€…β€Šx=βˆ’32;x+4=0β€…β€ŠβŸΉβ€…β€Šx=βˆ’4x - 1 = 0 \implies x = 1; \quad 2x + 3 = 0 \implies x = -\frac{3}{2}; \quad x + 4 = 0 \implies x = -4
  14. 14
    1. Check the roots and the given remainder: , , and . The solutions are .

Exam tip:

The linear expression you were told is a factor is already one factor of the cubic, so divide by it immediately once you know the coefficients, rather than testing for a new root.

6. When a Cubic Has Only One Real Rootβ˜…β˜…β˜…β˜…β˜†β± 6 min

βœ“ Calculator OK

Not every cubic factorises into three linear factors. After you divide out the linear factor found with the factor theorem, the remaining quadratic factor may not factorise. Use the discriminant of that quadratic to decide how many real roots the cubic has: if the discriminant is negative the quadratic has no real roots, so the cubic has only one real root; if it is zero the quadratic gives a repeated root. Exam questions often ask you to 'show that the equation has only one real root', and this is exactly the reasoning they expect.

πŸ“ Worked Example

Show that the equation has only one real root.

  1. 1
    1. Test integer factors of the constant term : , so is a factor.
  2. 2
    1. Divide to obtain the quadratic factor:
    x3βˆ’4x2+9xβˆ’10=(xβˆ’2)(x2βˆ’2x+5)x^3 - 4x^2 + 9x - 10 = (x - 2)(x^2 - 2x + 5)
  3. 3
    1. Examine the discriminant of the quadratic factor :
  4. 4
    b2βˆ’4ac=(βˆ’2)2βˆ’4(1)(5)=4βˆ’20=βˆ’16<0b^2 - 4ac = (-2)^2 - 4(1)(5) = 4 - 20 = -16 < 0
  5. 5
    1. Since the discriminant is negative, has no real roots. The only real root of the cubic comes from , so is the only real root.

Exam tip:

To decide the number of real roots of a cubic, factor out the known linear factor first, then read off the discriminant of the remaining quadratic: negative means one real root, zero means a repeated root, positive means three distinct real roots.

7. Common Pitfalls

Wrong move:

Substituting for divisor instead of

Why:

The remainder theorem requires solving the divisor equal to 0, so gives , not

Correct move:

Always rearrange the linear divisor to solve for x before substituting into

Wrong move:

Forgetting 0 coefficients for missing powers during long division

Why:

Missing terms lead to incorrect subtraction steps and wrong quadratic factors

Correct move:

Rewrite the cubic with all powers of x present, e.g. becomes before dividing

Wrong move:

Stopping factorisation at even if the quadratic can be factorised further

Why:

Exam questions often ask for fully factorised form or all roots, so incomplete factorisation loses marks

Correct move:

Always check if the quadratic factor can be factorised into linear terms, use the quadratic formula for non-integer roots if needed

Wrong move:

Testing random values instead of integer factors of the constant term

Why:

Only integer factors of the constant term can be integer roots, so testing random values wastes time

Correct move:

Test where is a factor of the constant term first to find linear factors quickly

8. Quick Reference Cheatsheet

Concept

Rule

Exam Use Case

Remainder Theorem

Remainder of

Find remainder without long division

Factor Theorem

If , is a factor of

Identify linear factors of cubics

Cubic Factorisation

Cubic = (linear factor)(quadratic) β†’ fully linear

Get factorised form for solving equations

Cubic Solution

Set each linear factor = 0 to find roots

Solve for all values of x in cubic equations

9. Frequently Asked

Do I have to use polynomial long division to factorise cubics for 0606?

No, you can use inspection (matching coefficients) if you find it faster, but long division is a reliable fallback for trickier cubics. Both methods are fully accepted in the exam.

Can I use the quadratic formula for the quadratic factor of a cubic?

Yes, if the quadratic does not factorise into integer linear terms, you can use the quadratic formula or completing the square to find the remaining real roots, including irrational roots.

Going deeper

  • question bankCIE 0606 Polynomials Past QuestionsTopic-sorted questions with mark schemes
  • practice worksheetCubic Factorisation Drills20+ problems with step-by-step solutions

What's Next

Now that you have mastered factor and remainder theorems and cubic equations, you can apply these foundational algebraic skills to more advanced topics in the CIE 0606 syllabus. Cubic factorisation is used extensively in polynomial graph sketching, differentiation of polynomial functions, and solving kinematics problems involving displacement, velocity, and acceleration. Regular practice of these skills will help you build speed and accuracy for your exam, as these concepts are tested in almost every 0606 paper.