Lesson 2 50 min

Polynomials and the Factor Theorem

AI Explain — Ask anything
AI Illustrate — Make it visual

Why This Matters

This lesson introduces polynomials, their notation, and fundamental operations. We will then delve into the crucial Factor Theorem, a powerful tool for factoring polynomials and finding their roots, which is essential for solving polynomial equations.

Key Words to Know

01
Polynomial — An expression consisting of variables and coefficients, involving only the operations of addition, subtraction, multiplication, and non-negative integer exponents of variables.
02
Degree of a Polynomial — The highest power of the variable in a polynomial.
03
Root of a Polynomial — A value of the variable for which the polynomial evaluates to zero.
04
Factor Theorem — If P(a) = 0, then (x - a) is a factor of the polynomial P(x). Conversely, if (x - a) is a factor of P(x), then P(a) = 0.
05
Remainder Theorem — When a polynomial P(x) is divided by (x - a), the remainder is P(a).
06
Synthetic Division — A shorthand method of dividing a polynomial by a linear factor (x - a).
07
Factorisation — The process of expressing a polynomial as a product of its factors.

Introduction to Polynomials

A polynomial is an algebraic expression of the form $P(x) = a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0$, where $a_n, a_{n-1}, ..., a_0$ are constants (coefficients) and $n$ is a non-negative integer (the degree of the polynomial). The highest power of $x$ is the degree of the polynomial. For example, $3x^4 - 2x^2 + 5x - 1$ is a polynomial of degree 4.

Key characteristics of polynomials:

  • Exponents of variables must be non-negative integers.
  • Coefficients can be any real numbers.
  • Polynomials can be added, subtracted, and multiplied. Division by a polynomial can result in a quotient and a remainder.

Understanding the degree of a polynomial is crucial as it often indicates the maximum number of roots the polynomial can have. Linear polynomials have degree 1, quadratic degree 2, cubic degree 3, and so on. The constant term $a_0$ is the value of the polynomial when $x=0$, i.e., $P(0) = a_0$.

The Remainder Theorem

The Remainder Theorem states that when a polynomial $P(x)$ is divided by a linear factor $(x - a)$, the remainder is $P(a)$. This is a powerful shortcut, as it allows us to find the remainder of a polynomial division without actually performing the long division.

Example: Find the remainder when $P(x) = x^3 - 2x^2 + 5x - 3$ is divided by $(x - 2)$. Using the Remainder Theorem, the remainder is $P(2)$. $P(2) = (2)^3 - 2(2)^2 + 5(2) - 3$ $P(2) = 8 - 2(4) + 10 - 3$ $P(2) = 8 - 8 + 10 - 3$ $P(2) = 7$

So, the remainder is 7. This theorem is fundamental for understanding the Factor Theorem, as it provides the basis for identifying factors.

The Factor Theorem

The Factor Theorem is a direct consequence of the Remainder Theorem. It states:

  1. If $P(a) = 0$, then $(x - a)$ is a factor of the polynomial $P(x)$.
  2. Conversely, if $(x - a)$ is a factor of $P(x)$, then $P(a) = 0$.

In simpler terms, if substituting a value 'a' into a polynomial makes the polynomial equal to zero, then $(x - a)$ is a factor of that polynomial. This means that 'a' is a root of the polynomial equation $P(x) = 0$.

Example: Show that $(x - 1)$ is a factor of $P(x) = x^3 + 2x^2 - 5x + 2$. We need to evaluate $P(1)$: $P(1) = (1)^3 + 2(1)^2 - 5(1) + 2$ $P(1) = 1 + 2 - 5 + 2$ $P(1) = 0$ Since $P(1) = 0$, by the Factor Theorem, $(x - 1)$ is a factor of $P(x)$. This theorem is crucial for factoring higher-degree polynomials.

Finding Roots and Factoring Polynomials

The Factor Theorem is primarily used to find rational roots of polynomials and subsequently factor them. For a polynomia...

This section is locked

Applying the Factor Theorem in Problem Solving

The Factor Theorem is frequently tested in A Level exams, often requiring you to combine it with other algebraic techniq...

This section is locked

2 more sections locked

Upgrade to Starter to unlock all study notes, audio listening, and more.

Exam Tips

  • 1.Always state the Factor Theorem or Remainder Theorem explicitly when using it in your solutions. For example, 'By the Factor Theorem, since P(a)=0, (x-a) is a factor.'
  • 2.When finding possible rational roots, be systematic. List all factors of the constant term and leading coefficient to avoid missing any possibilities.
  • 3.Practice synthetic division as it is a much faster method than long division for dividing by linear factors, saving valuable time in exams.
  • 4.If a question asks you to 'show' that something is a factor, ensure your working clearly demonstrates that P(a) = 0.
  • 5.Remember that finding roots of P(x) = 0 is equivalent to finding the x-intercepts of the graph y = P(x).
👋 Ask Aria anything!