2.2 Polynomial Expressions, Factoring, and Higher-Degree Equations
Key Takeaways
- Special factoring formulas (difference of squares, sum/difference of cubes, perfect square trinomials) are required tools for reducing higher-degree polynomials.
- The Remainder Theorem states that dividing a polynomial P(x) by (x - c) yields a remainder R equal to P(c).
- The Factor Theorem asserts that (x - c) is a factor of P(x) if and only if P(c) = 0.
- The Rational Root Theorem restricts potential rational roots of a real-coefficient polynomial P(x) = a_n x^n + ... + a_0 to fractions +-p/q, where p divides a_0 and q divides a_n.
- Equations in quadratic form (such as ax^4 + bx^2 + c = 0) can be solved by substituting u = x^2 and applying quadratic methods.
2.2 Polynomial Expressions, Factoring, and Higher-Degree Equations
Polynomial algebra forms a major component of the CLEP Precalculus exam. Students must be able to fluently perform operations on polynomials, apply advanced factoring formulas, execute synthetic division, and use root-finding theorems to solve polynomial equations of degree 3 and higher.
1. Polynomial Definitions and Structure
A polynomial function in one variable $x$ of degree $n$ is an expression of the form:
where $n$ is a non-negative integer ($n \in {0, 1, 2, \dots}$) and the coefficients $a_n, a_{n-1}, \dots, a_0$ are real numbers.
- Degree ($n$): The highest exponent of $x$ with a non-zero coefficient.
- Leading Coefficient ($a_n$): The coefficient of the highest-degree term $x^n$.
- Constant Term ($a_0$): The term of degree $0$.
Polynomials are classified by degree as constant ($n=0$), linear ($n=1$), quadratic ($n=2$), cubic ($n=3$), or quartic ($n=4$), and by the number of terms as monomial (1 term), binomial (2 terms), or trinomial (3 terms).
2. Advanced Factoring Techniques
Factoring transforms a polynomial sum into a product of linear and irreducible quadratic factors. On precalculus exams, recognition of pattern identities is essential.
Special Factoring Formulas
- Difference of Squares:
- Sum of Squares (Complex Factoring):
- Perfect Square Trinomials:
- Sum of Cubes:
- Difference of Cubes:
- Factoring by Grouping (4 Terms): Group pairs of terms containing common monomial factors: $ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y)$.
Worked Example 1: Factoring a Four-Term Polynomial
Factor the polynomial $P(x) = 2x^3 - 3x^2 - 8x + 12$ completely over the real numbers.
Solution:
- Group the four terms into two binomial pairs:
- Factor out the Greatest Common Factor (GCF) from each pair:
- Factor out the common binomial term $(2x - 3)$:
- Recognize that $(x^2 - 4)$ is a difference of squares $(x^2 - 2^2) = (x - 2)(x + 2)$:
3. Polynomial Division and Theorems
When dividing a polynomial $P(x)$ by a divisor $D(x)$, the Division Algorithm states:
where $Q(x)$ is the quotient polynomial and $R(x)$ is the remainder polynomial (with degree of $R(x) <$ degree of $D(x)$).
Synthetic Division
Synthetic division is a streamlined shorthand method for dividing a polynomial $P(x)$ by a linear term of the specific form $(x - c)$. Only the coefficients of $P(x)$ are used.
Key Theorems for Polynomial Roots
- The Remainder Theorem: If a polynomial $P(x)$ is divided by $(x - c)$, the constant remainder is $R = P(c)$.
- The Factor Theorem: A linear expression $(x - c)$ is a polynomial factor of $P(x)$ if and only if $P(c) = 0$.
- The Rational Root Theorem: If $P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_0$ has integer coefficients, every rational zero $x = \frac{p}{q}$ (in lowest terms) satisfies:
- $p$ is an integer factor of the constant term $a_0$.
- $q$ is an integer factor of the leading coefficient $a_n$.
- Fundamental Theorem of Algebra: A polynomial $P(x)$ of degree $n \ge 1$ has exactly $n$ complex roots (counting multiplicity).
- Complex Conjugates Theorem: If $P(x)$ has real coefficients and $a + bi$ ($b \neq 0$) is a root, then its complex conjugate $a - bi$ is also a root.
Worked Example 2: Finding All Complex Roots of a Cubic
Find all complex zeros of $P(x) = x^3 - 3x^2 + 4x - 12$.
Solution:
- Apply the Rational Root Theorem. Constant term $a_0 = -12$, leading coefficient $a_n = 1$. Potential rational roots $\pm \frac{p}{q} \in {\pm 1, \pm 2, \pm 3, \pm 4, \pm 6, \pm 12}$.
- Test $x = 3$ using synthetic division or direct evaluation: Since $P(3) = 0$, by the Factor Theorem $(x - 3)$ is a factor.
- Factor $P(x)$ using synthetic division or grouping:
- Set the remaining quadratic factor to zero to find the remaining roots:
- The complete set of complex roots is ${3, 2i, -2i}$.
4. Quadratic-Form Equations
An equation is in quadratic form if it can be written as $a[u(x)]^2 + b[u(x)] + c = 0$, where $u(x)$ is an algebraic expression. Making the substitution $u = u(x)$ converts the equation into a standard quadratic equation $au^2 + bu + c = 0$, which can be solved via factoring or the Quadratic Formula:
The Discriminant ($\Delta = b^2 - 4ac$)
- $\Delta > 0$: Two distinct real roots.
- $\Delta = 0$: Exactly one repeated real root (multiplicity 2).
- $\Delta < 0$: Two complex conjugate roots ($a \pm bi$).
5. Polynomial Theorems Reference Table
| Theorem | Formal Mathematical Statement | Exam Application |
|---|---|---|
| Remainder Theorem | $P(x) = (x - c)Q(x) + P(c)$ | Evaluate $P(c)$ quickly using synthetic division remainder. |
| Factor Theorem | $(x - c)$ divides $P(x) \iff P(c) = 0$ | Test candidate roots to factor higher-degree polynomials. |
| Rational Root Theorem | Candidate root $x = \frac{p}{q}$ where $p \mid a_0$ and $q \mid a_n$ | Narrow down root search choices to finite list of fractions. |
| Conjugate Roots Theorem | $P(a + bi) = 0 \implies P(a - bi) = 0$ | Complex roots always occur in pairs for real polynomials. |
| Fundamental Theorem | Degree $n$ polynomial has $n$ roots in $\mathbb{C}$ | Total number of roots (real + imaginary) equals degree $n$. |
Factor the polynomial P(x) = 3x^3 + 6x^2 - 12x - 24 completely over the integers.
If the polynomial P(x) = 2x^3 - 5x^2 + kx - 6 leaves a remainder of 4 when divided by (x - 2), what is the value of k?
What is the complete set of complex solutions to the quartic equation x^4 - 5x^2 - 36 = 0?
According to the Rational Root Theorem, which of the following is NOT a possible rational zero of P(x) = 3x^3 - 7x^2 + 5x - 2?