Fiveable

📈College Algebra Unit 5 Review

QR code for College Algebra practice questions

5.3 Graphs of Polynomial Functions

5.3 Graphs of Polynomial Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Polynomial Function Graphs

Polynomial functions produce smooth, continuous curves whose shapes are determined by a few key properties: degree, leading coefficient, zeros, and multiplicity. Once you can read these properties from an equation, you can sketch a reasonable graph without plotting dozens of points.

Key Features of Polynomial Graphs

Zeros (x-intercepts) are the x-values where f(x)=0f(x) = 0. These are the points where the graph crosses or touches the x-axis. A polynomial of degree nn can have at most nn real zeros.

End behavior describes what happens to f(x)f(x) as x+x \to +\infty and xx \to -\infty. It's controlled entirely by the leading term (the term with the highest power):

  • Even degree, positive leading coefficient: Both ends rise (up on the left, up on the right)
  • Even degree, negative leading coefficient: Both ends fall
  • Odd degree, positive leading coefficient: Falls on the left, rises on the right
  • Odd degree, negative leading coefficient: Rises on the left, falls on the right

Turning points are local maxima and minima where the graph changes direction. A polynomial of degree nn has at most n1n - 1 turning points. For example, a cubic (n=3n = 3) can have at most 2 turning points, and a quartic (n=4n = 4) can have at most 3.

Factoring for Polynomial Zeros

To find zeros, set f(x)=0f(x) = 0 and factor. For example, given f(x)=2x38xf(x) = 2x^3 - 8x:

  1. Factor out the GCF: 2x(x24)=02x(x^2 - 4) = 0

  2. Factor the difference of squares: 2x(x2)(x+2)=02x(x - 2)(x + 2) = 0

  3. Set each factor equal to zero: x=0x = 0, x=2x = 2, x=2x = -2

Common factoring techniques you'll use:

  • Greatest common factor (GCF)
  • Grouping
  • Trinomial factoring
  • Difference of squares: a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)
  • Sum/difference of cubes
Key features of polynomial graphs, Zeros, End Behavior, and Turning Points | College Algebra

Polynomial Degree and Graph Characteristics

The degree is the highest power of the variable. It tells you a lot about the graph:

  • Maximum number of real zeros: equal to the degree
  • Maximum number of turning points: degree minus 1
  • End behavior pattern: even degree vs. odd degree (see above)

One common mistake: even-degree polynomials are not always symmetric about the y-axis, and odd-degree polynomials are not always symmetric about the origin. That symmetry only holds for functions with exclusively even-powered terms (like f(x)=x43x2f(x) = x^4 - 3x^2) or exclusively odd-powered terms (like f(x)=x35xf(x) = x^3 - 5x). A polynomial like f(x)=x4+2x3f(x) = x^4 + 2x^3 is even degree but has no y-axis symmetry.

Graphing Polynomials Using Properties

Follow these steps to sketch a polynomial graph:

  1. Identify the leading term and determine end behavior. For f(x)=3x4+5x21f(x) = -3x^4 + 5x^2 - 1, the leading term is 3x4-3x^4, so both ends point downward (even degree, negative coefficient).

  2. Find the y-intercept by evaluating f(0)f(0). Here, f(0)=1f(0) = -1.

  3. Find the zeros by setting f(x)=0f(x) = 0 and factoring (or using other methods).

  4. Determine the multiplicity of each zero (see next section) to know whether the graph crosses or touches the x-axis at that point.

  5. Plot these key points and connect them with a smooth curve, making sure the graph matches the end behavior and respects the maximum number of turning points.

Key features of polynomial graphs, Zeros, End Behavior, and Turning Points | College Algebra

Zero Multiplicity in Polynomial Graphs

Multiplicity is how many times a factor is repeated. In f(x)=(x1)2(x+3)f(x) = (x - 1)^2(x + 3), the zero x=1x = 1 has multiplicity 2 and the zero x=3x = -3 has multiplicity 1.

Multiplicity controls the graph's behavior at each zero:

  • Multiplicity 1 (odd): The graph crosses the x-axis cleanly, like a line passing through.
  • Multiplicity 2 (even): The graph touches the x-axis and bounces back, like the vertex of a parabola.
  • Multiplicity 3 (odd): The graph crosses the x-axis, but with a flattened "S" shape at the crossing point.

The general rule: odd multiplicity = crosses, even multiplicity = touches and turns around. Higher multiplicity means the graph flattens out more near that zero.

Intermediate Value Theorem Application

The Intermediate Value Theorem (IVT) says: if f(x)f(x) is continuous on [a,b][a, b] and kk is any value between f(a)f(a) and f(b)f(b), then there's at least one cc in [a,b][a, b] where f(c)=kf(c) = k.

Since all polynomials are continuous everywhere, the IVT always applies. Its most common use is confirming that a zero exists in an interval.

For example, suppose f(1)=2f(1) = -2 and f(3)=5f(3) = 5. Because the function goes from negative to positive, the IVT guarantees at least one zero between x=1x = 1 and x=3x = 3. You can narrow down the location by testing the midpoint (x=2x = 2) and repeating. This is called the bisection method.

The IVT tells you a zero exists in an interval, but it doesn't tell you exactly where it is or how many there are.

Predicting Polynomial Behavior

Pulling it all together, here's how to predict a polynomial's overall shape from its equation:

  • The leading term dictates end behavior and the general "frame" of the graph.
  • Odd-degree polynomials always have at least one real zero (because their ends go in opposite directions, the graph must cross the x-axis). Even-degree polynomials may have no real zeros at all.
  • The coefficients of other terms affect steepness, the exact location of turning points, and vertical shifts, but they don't change the end behavior.
  • Factor the polynomial when possible to find zeros and their multiplicities, then use those to fill in the middle of the graph between the two ends.

Polynomial Functions and Their Properties

A few foundational definitions to keep straight:

  • A polynomial function has the form f(x)=anxn+an1xn1++a1x+a0f(x) = a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0, where the exponents are non-negative integers and the coefficients an,an1,,a0a_n, a_{n-1}, \ldots, a_0 are real numbers.
  • The degree is the highest exponent (nn).
  • The leading coefficient is ana_n, the coefficient of the highest-degree term.
  • All polynomial functions are continuous (no breaks, holes, or jumps) and smooth (no sharp corners). This is what makes the graphing techniques above work reliably.