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.
Last updated: August 2026

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:

P(x)=anxn+an1xn1++a1x+a0,an0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0, \quad a_n \neq 0

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

  1. Difference of Squares: a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)
  2. Sum of Squares (Complex Factoring): a2+b2=(abi)(a+bi)a^2 + b^2 = (a - bi)(a + bi)
  3. Perfect Square Trinomials: a2+2ab+b2=(a+b)2anda22ab+b2=(ab)2a^2 + 2ab + b^2 = (a + b)^2 \quad \text{and} \quad a^2 - 2ab + b^2 = (a - b)^2
  4. Sum of Cubes: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
  5. Difference of Cubes: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
  6. 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:

  1. Group the four terms into two binomial pairs: P(x)=(2x33x2)(8x12)P(x) = (2x^3 - 3x^2) - (8x - 12)
  2. Factor out the Greatest Common Factor (GCF) from each pair: P(x)=x2(2x3)4(2x3)P(x) = x^2(2x - 3) - 4(2x - 3)
  3. Factor out the common binomial term $(2x - 3)$: P(x)=(x24)(2x3)P(x) = (x^2 - 4)(2x - 3)
  4. Recognize that $(x^2 - 4)$ is a difference of squares $(x^2 - 2^2) = (x - 2)(x + 2)$: P(x)=(x2)(x+2)(2x3)P(x) = (x - 2)(x + 2)(2x - 3)

3. Polynomial Division and Theorems

When dividing a polynomial $P(x)$ by a divisor $D(x)$, the Division Algorithm states:

P(x)=D(x)Q(x)+R(x)P(x) = D(x) \cdot Q(x) + R(x)

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:

  1. 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}$.
  2. Test $x = 3$ using synthetic division or direct evaluation: P(3)=(3)33(3)2+4(3)12=2727+1212=0P(3) = (3)^3 - 3(3)^2 + 4(3) - 12 = 27 - 27 + 12 - 12 = 0 Since $P(3) = 0$, by the Factor Theorem $(x - 3)$ is a factor.
  3. Factor $P(x)$ using synthetic division or grouping: P(x)=(x3)(x2+4)P(x) = (x - 3)(x^2 + 4)
  4. Set the remaining quadratic factor to zero to find the remaining roots: x2+4=0    x2=4    x=±2ix^2 + 4 = 0 \implies x^2 = -4 \implies x = \pm 2i
  5. 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:

u=b±b24ac2au = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

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

TheoremFormal Mathematical StatementExam 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 TheoremCandidate 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 TheoremDegree $n$ polynomial has $n$ roots in $\mathbb{C}$Total number of roots (real + imaginary) equals degree $n$.
Test Your Knowledge

Factor the polynomial P(x) = 3x^3 + 6x^2 - 12x - 24 completely over the integers.

A
B
C
D
Test Your Knowledge

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?

A
B
C
D
Test Your Knowledge

What is the complete set of complex solutions to the quartic equation x^4 - 5x^2 - 36 = 0?

A
B
C
D
Test Your Knowledge

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?

A
B
C
D