Study Guide

Polynomials: roots, factor theorem, remainder theorem

IB Mathematics: Applications and Interpretation HLΒ· 25 min read

1. Roots of Polynomialsβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Root (Zero) of a Polynomial

A root or zero of a polynomial is a value such that . Graphically, roots correspond to x-intercepts of the curve .

Example:

is a root of , since

By the Fundamental Theorem of Algebra, a polynomial of degree with real coefficients has exactly roots when counting repeated roots and complex roots. Complex roots always come in conjugate pairs for polynomials with real coefficients, and you will mostly work with real roots in IB AI HL.

πŸ“ Worked Example

Find all real roots of

  1. 1

    Test small integer values per the rational root theorem (possible roots are factors of the constant term over factors of the leading coefficient):

  2. 2

    Test :

    P(βˆ’1)=(βˆ’1)3βˆ’4(βˆ’1)2+(βˆ’1)+6=βˆ’1βˆ’4βˆ’1+6=0P(-1) = (-1)^3 - 4(-1)^2 + (-1) + 6 = -1 - 4 - 1 + 6 = 0
  3. 3

    Confirm is a root, then factor out from the polynomial:

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

    Factorize the quadratic, then set each factor equal to zero:

    (x+1)(xβˆ’2)(xβˆ’3)=0β€…β€ŠβŸΉβ€…β€Šx=βˆ’1,x=2,x=3(x+1)(x-2)(x-3) = 0 \implies x=-1, x=2, x=3
  5. 5

    The three distinct real roots are , , and .

2. Remainder Theoremβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Remainder Theorem

When a polynomial is divided by a linear divisor , the remainder is equal to . This eliminates the need for full polynomial long division to find the remainder.

Example:

When dividing by , the remainder is , which matches the result of long division.

The remainder theorem can be generalized for any linear divisor: when dividing by , the remainder is equal to .

πŸ“ Worked Example

Find the remainder when is divided by

  1. 1

    For divisor , we have and , so we evaluate :

  2. 2
    P(32)=2(32)3βˆ’5(32)2+7(32)βˆ’9P\left(\frac{3}{2}\right) = 2\left(\frac{3}{2}\right)^3 - 5\left(\frac{3}{2}\right)^2 + 7\left(\frac{3}{2}\right) - 9
  3. 3
    =274βˆ’454+424βˆ’364=βˆ’124=βˆ’3= \frac{27}{4} - \frac{45}{4} + \frac{42}{4} - \frac{36}{4} = \frac{-12}{4} = -3
  4. 4

    By the remainder theorem, the remainder is .

Exam tip:

If an exam question asks only for the remainder, always use the remainder theorem instead of long division to save 2-3 minutes per question.

3. Factor Theoremβ˜…β˜…β˜…β˜†β˜†β± 20 min

πŸ“˜ Definition

Factor Theorem

The factor theorem is a special case of the remainder theorem: is a factor of polynomial if and only if . This means if is a root of , then divides with no remainder.

The factor theorem is the primary tool for factorizing higher-degree polynomials (up to degree 4) in IB AI HL. Once you find one root by testing, you can factor out the linear term and reduce the problem to solving a lower-degree polynomial, which is far simpler.

πŸ“ Worked Example

Given that is a root of , fully factorize and find all roots.

  1. 1

    By the factor theorem, since , is a factor of .

  2. 2

    Use polynomial division or equating coefficients to write as times a quadratic:

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

    Factorize the quadratic:

    2x2+3xβˆ’2=(2xβˆ’1)(x+2)2x^2 + 3x - 2 = (2x - 1)(x + 2)
  4. 4

    The full factorization of is:

    P(x)=(xβˆ’1)(2xβˆ’1)(x+2)P(x) = (x-1)(2x-1)(x+2)
  5. 5

    Set each factor equal to zero to get all roots:

    x=1,x=12,x=βˆ’2x = 1, x = \frac{1}{2}, x = -2
βœ“ Quick check

Test your understanding of the factor theorem:

  1. If is a factor of , which of the following is true?

    • Remainder = 2

    Reveal answer
    1 β€”

    Remember: is a factor if . Rewrite as , so , so .

4. Common Pitfalls

Wrong move:

When testing for roots, test for the factor instead of

Why:

Signs are easily mixed up when extracting the root from a linear factor

Correct move:

Rewrite the factor as to clearly see that the root to test is

Wrong move:

Assume all nth degree polynomials have n distinct real roots

Why:

The Fundamental Theorem of Algebra counts repeated and complex roots, not just distinct real roots

Correct move:

Always check for repeated roots by looking at factor exponents, and only report real roots unless complex roots are explicitly requested

Wrong move:

Calculate remainder as when dividing by , instead of

Why:

The theorem is often memorized only for the form, leading to errors for non-monic divisors

Correct move:

For any linear divisor , the remainder is always regardless of the value of

Wrong move:

Stop after finding the first root, when the question asks for all roots

Why:

Higher-degree polynomials have multiple roots, so finding one does not complete the problem

Correct move:

After finding one root, factor out the linear term and continue factorizing the remaining polynomial to find all roots

5. Quick Reference Cheatsheet

Term

Rule

Formula

Root of

Value of where

Remainder: divide by

Remainder equals

Remainder: divide by

Remainder equals

Factor Theorem

is a factor iff

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2021 Β· 1

    Find all roots of a cubic polynomial

  • 2023 Β· 2

    Factorize quartic given one root

What's Next

Now that you understand how to use the remainder and factor theorems to find roots of polynomials, you can apply these skills to more advanced topics in polynomial functions, including sketching polynomial graphs, solving polynomial inequalities, and modelling real-world phenomena with higher-degree polynomials. These tools are foundational for all work with polynomial functions, and you will use them frequently in calculus and statistical modelling topics later in the IB AI HL course. Mastery of these theorems significantly speeds up your work on polynomial questions in both Paper 1 and Paper 2, so consistent practice testing roots quickly will pay off in the final exam.