Polynomials and the Factor Theorem
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
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:
- 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$.
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...
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...
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).