4.2 Polynomial Functions of Higher Degree

Key Takeaways

  • The end behavior of a polynomial $f(x) = a_n x^n + \dots + a_0$ is completely governed by its leading term $a_n x^n$, classified using the Leading Coefficient Test.
  • A polynomial of degree $n$ has at most $n$ real zeros and at most $n - 1$ turning points.
  • If a zero $x = k$ has even multiplicity, the graph touches the $x$-axis and turns around; if $x = k$ has odd multiplicity, the graph crosses the $x$-axis.
  • The Rational Root Theorem restricts candidate rational roots of integer-coefficient polynomials to $\pm p/q$, where $p$ divides the constant term $a_0$ and $q$ divides the leading coefficient $a_n$.
  • The Remainder Theorem establishes that $f(k)$ equals the remainder of $f(x) \div (x - k)$, while the Factor Theorem guarantees $(x - k)$ is a factor if and only if $f(k) = 0$.
Last updated: August 2026

4.2 Polynomial Functions of Higher Degree

Polynomial functions of degree 3 or higher model complex non-linear curves with multiple turns and zeros. Understanding their global behavior (end behavior) and local behavior (zeros, multiplicity, and turning points) allows precalculus students to sketch graphs and solve high-degree equations algebraically without relying on graphing technology.


1. Definition and General Anatomy of Polynomials

A polynomial function of degree $n$ is a function of the form: f(x)=anxn+an1xn1++a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 where:

  • $n$ is a non-negative integer ($n \in {0, 1, 2, 3, \dots}$) representing the degree of the polynomial.
  • $a_n, a_{n-1}, \dots, a_0$ are real coefficients, with the leading coefficient $a_n \neq 0$.
  • $a_0$ is the constant term.

Key Structural Properties

  1. Domain: The domain of every polynomial function is $(-\infty, \infty)$.
  2. Smoothness and Continuity: Polynomial graphs are continuous everywhere (no breaks, holes, or asymptotes) and smooth (no sharp corners or cusps).

2. End Behavior and the Leading Coefficient Test

As $x$ moves far to the right ($x \to \infty$) or far to the left ($x \to -\infty$), the graph of $f(x)$ is dominated entirely by its leading term $a_n x^n$. The Leading Coefficient Test classifies end behavior into four distinct cases based on the degree $n$ (even vs. odd) and the sign of $a_n$ (positive vs. negative).

Degree $n$Leading Coefficient $a_n$Left End Behavior ($x \to -\infty$)Right End Behavior ($x \to \infty$)Verbal Description
Odd$a_n > 0$$f(x) \to -\infty$$f(x) \to \infty$Falls left, Rises right
Odd$a_n < 0$$f(x) \to \infty$$f(x) \to -\infty$Rises left, Falls right
Even$a_n > 0$$f(x) \to \infty$$f(x) \to \infty$Rises left, Rises right
Even$a_n < 0$$f(x) \to -\infty$$f(x) \to -\infty$Falls left, Falls right

3. Zeros, Factors, Multiplicity, and Turning Points

Real Zeros and $x$-intercepts

If $f(k) = 0$, then $k$ is a zero of the function $f$, a root of the equation $f(x) = 0$, and $(k, 0)$ is an $x$-intercept of the graph of $f$.

Turning Points Theorem

A polynomial function of degree $n$ has at most $n - 1$ turning points (points where the function changes from increasing to decreasing or vice versa). Furthermore, if a polynomial has $n$ distinct real zeros, it has exactly $n - 1$ turning points.

Multiplicity of Zeros

If $(x - k)^m$ is a factor of $f(x)$ and $(x - k)^{m+1}$ is not, then $k$ is a zero of multiplicity $m$. Multiplicity governs the local behavior of the graph at the $x$-intercept $(k, 0)$:

  • Odd Multiplicity ($m = 1, 3, 5, \dots$): The graph crosses the $x$-axis at $(k, 0)$.
    • If $m = 1$, it passes through linearly.
    • If $m \ge 3$ (odd), it inflects/flattens as it crosses the $x$-axis.
  • Even Multiplicity ($m = 2, 4, 6, \dots$): The graph touches the $x$-axis and turns around (tangent to the axis) at $(k, 0)$.

Step-by-Step Worked Example: Comprehensive Polynomial Analysis

Problem: Analyze the function $f(x) = -2(x + 1)^2(x - 3)^3$: (a) Determine the degree and end behavior, (b) Find all zeros and state their multiplicities, (c) Describe the local behavior at each $x$-intercept, and (d) State the maximum possible number of turning points.

Solution:

  1. Determine degree and leading term: Expanding the factors conceptually: $(x + 1)^2$ contributes degree 2 with leading term $x^2$; $(x - 3)^3$ contributes degree 3 with leading term $x^3$. Leading term = $-2 \cdot (x^2) \cdot (x^3) = -2x^5$.

    • Degree $n$: $2 + 3 = 5$ (Odd degree).
    • Leading Coefficient $a_n$: $-2 < 0$.
  2. Determine End Behavior via Leading Coefficient Test: Since degree is odd and $a_n < 0$: As x,f(x)and as x,f(x)\text{As } x \to -\infty, \, f(x) \to \infty \quad \text{and as } x \to \infty, \, f(x) \to -\infty

  3. Analyze Zeros and Multiplicities:

    • Zero at $x = -1$: factor is $(x + 1)^2 \implies$ multiplicity 2 (even).
    • Zero at $x = 3$: factor is $(x - 3)^3 \implies$ multiplicity 3 (odd).
  4. Local Behavior at $x$-intercepts:

    • At $(-1, 0)$: Because multiplicity is 2 (even), the graph touches the $x$-axis and turns around.
    • At $(3, 0)$: Because multiplicity is 3 (odd $\ge 3$), the graph crosses the $x$-axis while flattening (inflecting).
  5. Turning Points: Degree $n = 5$, so the graph has at most $5 - 1 = 4$ turning points.


4. Key Theorems for Finding Polynomial Zeros

Intermediate Value Theorem (IVT)

Let $f$ be a continuous function on $[a, b]$. If $f(a)$ and $f(b)$ have opposite signs ($f(a) \cdot f(b) < 0$), then there exists at least one real number $c \in (a, b)$ such that $f(c) = 0$.

Application: Used on the CLEP exam to isolate real roots within unit intervals.

Rational Root Theorem

If $f(x) = a_n x^n + a_{n-1}x^{n-1} + \dots + a_0$ has integer coefficients, every rational zero of $f$ has the form: x=±pqx = \pm \frac{p}{q} where $p$ is an integer factor of the constant term $a_0$, and $q$ is an integer factor of the leading coefficient $a_n$.

Remainder Theorem and Factor Theorem

  • Remainder Theorem: If polynomial $f(x)$ is divided by $(x - k)$, the remainder is $R = f(k)$.
  • Factor Theorem: A polynomial $f(x)$ has a factor $(x - k)$ if and only if $f(k) = 0$.

Step-by-Step Worked Example: Finding All Zeros of a Polynomial

Problem: Find all real and complex zeros of $f(x) = 2x^4 - 3x^3 - 7x^2 + 12x - 4$.

Solution:

  1. Apply the Rational Root Theorem:

    • Factors of constant term $a_0 = -4$: $p \in {\pm 1, \pm 2, \pm 4}$
    • Factors of leading coefficient $a_n = 2$: $q \in {\pm 1, \pm 2}$
    • Possible rational roots $\frac{p}{q} \in \left{ \pm 1, \pm 2, \pm 4, \pm \frac{1}{2} \right}$
  2. Test possible roots using Synthetic Division: Test $x = 1$: 12371241 \quad \Big| \quad 2 \quad -3 \quad -7 \quad 12 \quad -4 2184\quad \quad \quad \quad 2 \quad -1 \quad -8 \quad 4 21840\quad \overline{\quad 2 \quad -1 \quad -8 \quad 4 \quad \Big| \quad 0} Remainder is 0! So $x = 1$ is a zero, and $f(x) = (x - 1)(2x^3 - x^2 - 8x + 4)$.

  3. Find remaining roots from depressed polynomial $2x^3 - x^2 - 8x + 4$: Factor by grouping: 2x3x28x+4=x2(2x1)4(2x1)=(x24)(2x1)=(x2)(x+2)(2x1)2x^3 - x^2 - 8x + 4 = x^2(2x - 1) - 4(2x - 1) = (x^2 - 4)(2x - 1) = (x - 2)(x + 2)(2x - 1)

  4. List all zeros and complete factorization:

    • Zeros: $x = 1, , 2, , -2, , \frac{1}{2}$
    • Complete factored form: $f(x) = (x - 1)(x - 2)(x + 2)(2x - 1) = 2(x - 1)(x - 2)(x + 2)\left(x - \frac{1}{2}\right)$.

5. Common CLEP Pitfalls & Exam Traps

Trap 1: Listing $\frac{q}{p}$ instead of $\frac{p}{q}$ in Rational Root Theorem. Remember: $p$ comes from the constant term (end) and $q$ comes from the leading coefficient (front). Possible roots are $\frac{\text{factors of constant}}{\text{factors of leading coefficient}}$.

Trap 2: Forgetting place-holder zeros in Synthetic Division. If dividing $f(x) = x^4 - 5x^2 + 4$ by $(x - 2)$, write the coefficients as 1 0 -5 0 4. Skipping the $x^3$ or $x^1$ terms with 0 will invalidate the division.

Trap 3: Misinterpreting IVT conclusions. IVT guarantees at least one root if signs change, but if $f(a)$ and $f(b)$ have the same sign, there could still be an even number of roots between $a$ and $b$.

Test Your Knowledge

According to the Rational Root Theorem, which of the following is NOT a possible rational zero of $f(x) = 3x^3 - 5x^2 + 2x - 4$?

A
B
C
D
Test Your Knowledge

For the polynomial function $f(x) = (x + 2)^3(x - 1)^2(x - 4)$, how does the graph behave at the $x$-intercept $(-2, 0)$?

A
B
C
D
Test Your Knowledge

Using the Remainder Theorem, what is the remainder when $f(x) = 2x^3 - 5x^2 + 3x - 7$ is divided by $x - 3$?

A
B
C
D
Test Your Knowledge

What is the end behavior of the polynomial function $f(x) = -4x^6 + 3x^4 - 2x + 1$?

A
B
C
D