MathBored

Essential Math Primer
← Back to Primer Overview
A05 • Lesson 75 of 105

Polynomial Functions Beyond Quadratics

Analyzing cubic, quartic, and higher-degree polynomial functions. Covers end behavior determined by leading term, finding zeros using the Rational Root Theorem and synthetic division, multiplicity of roots and their effect on graph behavior (crossing vs tangent at x-axis), and the Fundamental Theorem of Algebra.

High School Advanced • 9-12

Prerequisites: H32, H33, H36

Key Concepts

  • end behavior and leading coefficient test
  • Rational Root Theorem and synthetic division
  • root multiplicity and graph behavior at zeros
  • Fundamental Theorem of Algebra

Polynomial Functions Beyond Quadratics

You have already mastered linear and quadratic functions. Now we venture into the richer world of higher-degree polynomials: cubics, quartics, and beyond. These functions model phenomena that simpler functions cannot -- from the shape of roller coasters to the behavior of economic models. Understanding their structure requires new tools: the Rational Root Theorem, synthetic division, and the Fundamental Theorem of Algebra.

Polynomial Basics

A polynomial function of degree n has the form:

f(x) = a_n x^n + a_(n-1) x^(n-1) + ... + a_1 x + a_0

where a_n (the leading coefficient) is nonzero and n is a nonnegative integer. The degree determines the function's fundamental behavior.

DegreeNameMax Turning PointsMax Real Zeros
1Linear01
2Quadratic12
3Cubic23
4Quartic34
nnth degreen - 1n

End Behavior

The end behavior of a polynomial is controlled entirely by its leading term a_n x^n. As x approaches positive or negative infinity, the leading term dominates all others.

DegreeLeading CoefficientAs x → +∞As x → -∞
EvenPositivef(x) → +∞f(x) → +∞
EvenNegativef(x) → -∞f(x) → -∞
OddPositivef(x) → +∞f(x) → -∞
OddNegativef(x) → -∞f(x) → +∞

Think of it this way: even-degree polynomials have "matching" ends (both up or both down), while odd-degree polynomials have "opposite" ends (one up, one down).

Finding Zeros: The Rational Root Theorem

The Rational Root Theorem narrows the search for rational zeros of a polynomial with integer coefficients:

If p/q is a rational zero of f(x) = a_n x^n + ... + a_0, then p divides a_0 and q divides a_n.

This gives you a finite list of candidates to test. Not all candidates will be actual zeros -- you must verify each one.

Synthetic Division

Synthetic division is a streamlined way to divide a polynomial by (x - c). It is faster than long division and simultaneously tells you the quotient and remainder.

  1. Write c (the value being tested) on the left. Write the coefficients of the polynomial in order, using 0 for missing terms.
  2. Bring down the first coefficient.
  3. Multiply the value just written by c, and write the result under the next coefficient.
  4. Add the column and write the sum below the line.
  5. Repeat steps 3-4 until all coefficients are processed.
  6. The last number is the remainder. If the remainder is 0, then (x - c) is a factor and c is a zero.

Multiplicity of Roots

When a factor (x - r) appears k times in the factorization, we say the zero r has multiplicity k. Multiplicity affects the graph:

The Fundamental Theorem of Algebra

This profound theorem, proven by Gauss, states:

Every polynomial of degree n ≥ 1 has exactly n zeros in the complex numbers (counting multiplicity).

Consequences: A cubic has exactly 3 zeros (some may be complex). A degree-5 polynomial has exactly 5 zeros. Complex zeros of polynomials with real coefficients always come in conjugate pairs: if 2 + 3i is a zero, then 2 - 3i is also a zero.

Worked Example 1: End Behavior

Problem: Describe the end behavior of f(x) = -2x^5 + 3x^3 - x + 7.

Solution: The leading term is -2x^5. Degree 5 is odd, and the leading coefficient is negative.

As x → +∞, f(x) → -∞ (negative coefficient pulls down on the right).

As x → -∞, f(x) → +∞ (odd degree flips the direction on the left).

The graph rises to the left and falls to the right.

Worked Example 2: Rational Root Theorem + Synthetic Division

Problem: Factor f(x) = 2x^3 - 3x^2 - 11x + 6 completely.

Solution:

By the Rational Root Theorem, possible rational zeros are ±{1, 2, 3, 6, 1/2, 3/2}.

Test x = 3 using synthetic division:

3 | 2 -3 -11 6
  | 6 9 -6
  | 2 3 -2 0

Remainder is 0, so x = 3 is a zero and (x - 3) is a factor.

The quotient is 2x^2 + 3x - 2. Factor this quadratic:

2x^2 + 3x - 2 = (2x - 1)(x + 2)

Complete factorization: f(x) = (x - 3)(2x - 1)(x + 2)

Zeros: x = 3, x = 1/2, x = -2 (all multiplicity 1, all crossing the x-axis).

Worked Example 3: Multiplicity and Graph Behavior

Problem: Sketch the key features of g(x) = (x + 1)^2 (x - 2)^3.

Solution:

Zeros: x = -1 (multiplicity 2) and x = 2 (multiplicity 3).

At x = -1: even multiplicity, so the graph touches the x-axis and bounces back.

At x = 2: odd multiplicity, so the graph crosses the x-axis (with a flattening due to multiplicity 3).

Degree: 2 + 3 = 5. Leading coefficient: 1 (positive). Odd degree, positive leading coefficient.

End behavior: falls left, rises right.

The graph enters from below on the left, crosses or touches the x-axis at -1 (bouncing), dips down, then crosses at 2 (with an inflection-like flattening), and rises to the right.

Common Mistakes

  • Missing terms in synthetic division: If the polynomial is x^3 + 5x - 2 (no x^2 term), you must use 0 as the coefficient for x^2: write 1, 0, 5, -2.
  • Rational Root Theorem gives candidates, not roots: You must test each candidate. Most will not be actual zeros.
  • Forgetting complex zeros: A cubic with only one real root still has three zeros total -- the other two are complex conjugates.

Practice Problems

Problem 1: Describe the end behavior of f(x) = 4x^4 - x^3 + 2x - 5.

Show Solution

Leading term: 4x^4. Even degree, positive coefficient.

As x → +∞, f(x) → +∞. As x → -∞, f(x) → +∞.

Both ends rise (like a wide U-shape).

Problem 2: List all possible rational zeros of f(x) = 3x^3 - x^2 + 2x - 8.

Show Solution

p divides 8: ±1, ±2, ±4, ±8

q divides 3: ±1, ±3

Possible rational zeros: ±1, ±2, ±4, ±8, ±1/3, ±2/3, ±4/3, ±8/3

Problem 3: Use synthetic division to determine whether x = -2 is a zero of f(x) = x^3 + 6x^2 + 11x + 6. If so, factor completely.

Show Solution

Synthetic division with c = -2:

-2 | 1 6 11 6

   | -2 -8 -6

   | 1 4 3 0

Remainder = 0, so x = -2 is a zero. Quotient: x^2 + 4x + 3 = (x + 1)(x + 3).

f(x) = (x + 2)(x + 1)(x + 3). Zeros: x = -2, -1, -3.

Problem 4: A polynomial has zeros at x = 1 (multiplicity 2), x = -3 (multiplicity 1), and x = 4 (multiplicity 1). What is its minimum degree? Describe the graph behavior at each zero.

Show Solution

Minimum degree = 2 + 1 + 1 = 4.

At x = 1 (mult. 2): graph touches the x-axis and bounces (tangent).

At x = -3 (mult. 1): graph crosses the x-axis.

At x = 4 (mult. 1): graph crosses the x-axis.

Problem 5: f(x) = x^4 - 5x^2 + 4. Factor completely, find all zeros, and describe the graph's end behavior.

Show Solution

Let u = x^2: u^2 - 5u + 4 = (u - 1)(u - 4) = (x^2 - 1)(x^2 - 4) = (x-1)(x+1)(x-2)(x+2).

Zeros: x = 1, -1, 2, -2 (all multiplicity 1, all crossing the x-axis).

Degree 4, positive leading coefficient: both ends rise (f(x) → +∞ as x → ±∞).

The graph crosses the x-axis four times and has three turning points.

Summary

Higher-degree polynomials extend the patterns you know from quadratics. End behavior is determined by the leading term: even-degree polynomials have matching ends, odd-degree have opposite ends. The Rational Root Theorem provides a finite list of possible rational zeros to test via synthetic division. The multiplicity of each zero determines whether the graph crosses or bounces at the x-axis. And the Fundamental Theorem of Algebra guarantees that a degree-n polynomial has exactly n zeros in the complex numbers, ensuring that the algebraic story is always complete.

Overview