Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. Algebra Ii
  2. Graphing Polynomial Functions and End Behavior

Algebra 2 • Analyze Functions

Graphing Polynomial Functions and End Behavior

Understand how the degree and leading coefficient of a polynomial determine the shape and long-range direction of its graph.

Section 1

Historical Context & Motivation

Polynomial functions are among the oldest mathematical objects studied by humanity. Long before algebra had a symbolic language, ancient scholars were solving problems that today we would express as polynomial equations. The quest to understand how polynomials behave—not just what their roots are, but what their graphs look like—has driven centuries of mathematical development and remains a cornerstone of modern function analysis.

Understanding the end behavior of a polynomial—what happens to the function's values as x grows very large in either direction—gives us a powerful first impression of any polynomial graph before we plot a single point. It is the mathematical equivalent of seeing a mountain range from a distance before hiking through its valleys and peaks.

~1800 BCE
Babylonian Mathematics
Babylonian mathematicians solve quadratic equations using geometric methods on clay tablets, establishing the earliest work with degree-2 polynomials.
~300 BCE
Greek Formalization
Euclid's Elements formalizes geometric constructions equivalent to polynomial root-finding, and Greek mathematicians study conic sections—graphs of degree-2 polynomial relationships.
1637 CE
Cartesian Coordinates
René Descartes publishes La Géométrie, introducing the Cartesian coordinate system and making it possible to graph polynomial equations for the first time. Algebraic expressions gain a visual dimension.
1700s
Calculus Era
Euler, Newton, and their contemporaries develop calculus-based tools for analyzing polynomial curves, including turning points, concavity, and the formal notion of limits—the foundation of end behavior analysis.
Modern Era
Modern Curriculum
Today, polynomial graphing is central to Algebra 2 and precalculus curricula. End behavior analysis provides the conceptual bridge between algebra and the limit-based reasoning of calculus, preparing students to think about functions at a deeper level.

The central question this lesson addresses is: Given a polynomial function, how can we determine the overall shape and direction of its graph—especially at the extreme left and right—without plotting hundreds of points? The answer lies in two simple properties: the degree and the leading coefficient.

Section 2

Core Principles & Definitions

Before we can analyze end behavior, we need a firm grasp of the vocabulary and foundational ideas behind polynomial functions. A polynomial function is a function of the form f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀, where each aᵢ is a real number coefficient, and n is a non-negative integer. The highest power of x that appears with a nonzero coefficient is called the degree of the polynomial, and the coefficient attached to that highest power is the leading coefficient.

1

Degree of a Polynomial

The degree is the largest exponent on x. It tells us the maximum number of turning points (n − 1) and the maximum number of real zeros (n). Crucially, it determines whether the two "arms" of the graph go in the same or opposite directions.
2

Leading Coefficient

The leading coefficient aₙ is the coefficient of the highest-degree term. Its sign (positive or negative) determines whether the graph ultimately rises or falls. Combined with the degree, it fully specifies end behavior.
3

End Behavior

End behavior describes what f(x) does as x → +∞ and as x → −∞. We write this using arrow notation: for instance, "as x → +∞, f(x) → +∞." End behavior is governed entirely by the leading term aₙxⁿ.
4

Leading Term Dominance

For very large values of |x|, the leading term aₙxⁿ overwhelms all other terms. This means the end behavior of f(x) is identical to the end behavior of just the monomial aₙxⁿ. The lower-degree terms only matter in the "middle" of the graph.
✦ Key Takeaway
Think of a polynomial's graph like a river. The middle section can twist and turn through valleys and around hills—those are the turning points and zeros. But the river's overall direction—where it ultimately flows far upstream and far downstream—is determined only by the terrain's broadest slope: the leading term. No matter how many bends the river takes, its end behavior is set by just two numbers: the degree (even or odd?) and the sign of the leading coefficient (positive or negative?).
Section 3

Visual Explanation — The Four End Behavior Patterns

Every polynomial falls into one of four end behavior categories, determined by two binary choices: is the degree even or odd? Is the leading coefficient positive or negative? The diagram below illustrates all four cases side by side. Study the direction of the arrows at the far left and far right of each graph—that is the end behavior.

EVEN DEGREEPOSITIVE LEAD↑↑x→−∞: f→+∞x→+∞: f→+∞EVEN DEGREENEGATIVE LEAD↓↓x→−∞: f→−∞x→+∞: f→−∞ODD DEGREEPOSITIVE LEAD↓↑x→−∞: f→−∞x→+∞: f→+∞ODD DEGREENEGATIVE LEAD↑↓x→−∞: f→+∞x→+∞: f→−∞End Behavior Summary RulesEVEN DEGREE:Both ends point in the SAME direction.aₙ > 0 → Both ends UP (rises left, rises right)aₙ < 0 → Both ends DOWN (falls left, falls right)ODD DEGREE:The ends point in OPPOSITE directions.aₙ > 0 → Falls left, Rises rightaₙ < 0 → Rises left, Falls rightMNEMONIC"Even = same ends, Odd = opposite ends.""Positive lead = right side rises. Negative lead = right side falls."(The right side always follows the sign of the leading coefficient.)
Four end behavior patterns of polynomial functions with summary rules and mnemonic

Notice the elegant simplicity: you only need to check two things. The degree tells you whether the two arms of the graph act together (even) or oppose each other (odd). The sign of the leading coefficient then tells you whether the right arm goes up (positive) or down (negative). Once you know the right arm's direction, the left arm is determined by the parity of the degree.

Section 4

Mathematical Framework

Let us formalize the concepts introduced visually. Consider a general polynomial function in standard form:

Standard Form of a Polynomial
f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ⋯ + a₁x + a₀
where aₙ ≠ 0, n is a non-negative integer, and each aᵢ is a real number

The term aₙxⁿ is the leading term. The principle of leading term dominance states that for sufficiently large values of |x|, the polynomial behaves like its leading term alone. Formally, this means:

Leading Term Dominance
lim (f(x) / aₙxⁿ) = 1 as x → ±∞
The ratio of f(x) to its leading term approaches 1 for extreme x-values

This tells us that f(x) and aₙxⁿ grow at the same rate and in the same direction. We can therefore determine end behavior by analyzing only aₙxⁿ. The four end behavior rules follow directly from the properties of power functions:

End Behavior — Arrow Notation
Even n, aₙ > 0: x → −∞ ⇒ f(x) → +∞ ; x → +∞ ⇒ f(x) → +∞ Even n, aₙ < 0: x → −∞ ⇒ f(x) → −∞ ; x → +∞ ⇒ f(x) → −∞ Odd n, aₙ > 0: x → −∞ ⇒ f(x) → −∞ ; x → +∞ ⇒ f(x) → +∞ Odd n, aₙ < 0: x → −∞ ⇒ f(x) → +∞ ; x → +∞ ⇒ f(x) → −∞

Beyond end behavior, two additional properties help us sketch polynomial graphs. The maximum number of turning points (local maxima and minima) of a degree-n polynomial is n − 1. The maximum number of real zeros (x-intercepts) is n. Together with end behavior, these facts let us build a rough sketch quickly.

Key Graph Properties
Maximum real zeros = n | Maximum turning points = n − 1
A degree-4 polynomial has at most 4 x-intercepts and at most 3 turning points

To find zeros (x-intercepts), set f(x) = 0 and solve. Each zero has a multiplicity—the number of times that factor appears. The behavior of the graph at each zero depends on the multiplicity: at a zero of odd multiplicity, the graph crosses the x-axis; at a zero of even multiplicity, the graph touches the x-axis and bounces back. The y-intercept is simply f(0) = a₀, the constant term.

Section 5

Detailed Breakdown — Polynomial Types & Their Graphs

Different degrees of polynomials produce characteristically different graph shapes. The table below classifies polynomials by degree and shows their fundamental graphical properties. As you study this table, note the pattern: each increase in degree adds one more potential turning point and one more potential zero.

DegreeNameMax ZerosMax Turning PointsEnd Behavior PatternBasic Shape
0Constant00Horizontal lineFlat
1Linear10Opposite ends (odd)Straight line
2Quadratic21Same ends (even)Parabola (U or ∩)
3Cubic32Opposite ends (odd)S-curve
4Quartic43Same ends (even)W or M shape
5Quintic54Opposite ends (odd)Extended S-curve

The second major diagram below shows how the multiplicity of zeros affects the graph's behavior at each x-intercept. This is critical for producing accurate sketches.

Zero Behavior by MultiplicityMULTIPLICITY 1 (ODD)Graph CROSSES the x-axisf(x) = (x − r)¹MULTIPLICITY 2 (EVEN)Graph BOUNCES off x-axisf(x) = (x − r)²MULTIPLICITY 3 (ODD)Graph CROSSES with inflectionf(x) = (x − r)³
Zero behavior by multiplicity: crossing at odd multiplicity, bouncing at even multiplicity

When graphing a polynomial from its factored form, identify each zero and its multiplicity. At zeros with multiplicity 1, the graph passes straight through. At zeros with multiplicity 2, the graph touches the axis and bounces back like a ball hitting the floor. At zeros with multiplicity 3, the graph crosses through but flattens as it does—it pauses momentarily at the axis before continuing through, creating an inflection point.

Degree Spectrum: Increasing Complexity
Linear
Quadratic
Cubic
Quartic
Quintic
n=1
n=2
n=3
n=4
n=5
Simple (line)Complex (multiple turns)
Section 6

Worked Example

Let us apply everything we have learned to sketch the graph of a polynomial function from scratch. We will identify all key features and produce a complete qualitative graph.

Problem: Sketch the graph of f(x) = −2x⁴ + 8x² − 6

Step 1 — Identify the Degree and Leading Coefficient

The polynomial is written in standard form. The highest power of x is 4 (degree 4, an even number). The leading coefficient is −2 (negative).
Both ends of the graph point downward: as x → −∞, f(x) → −∞, and as x → +∞, f(x) → −∞.

Step 2 — Find the y-intercept

Set x = 0: f(0) = −2(0)⁴ + 8(0)² − 6 = −6.
The y-intercept is the point (0, −6).

Step 3 — Find the Zeros (x-intercepts)

Set f(x) = 0: −2x⁴ + 8x² − 6 = 0. Divide both sides by −2: x⁴ − 4x² + 3 = 0. Let u = x²: u² − 4u + 3 = 0, which factors as (u − 1)(u − 3) = 0. So u = 1 or u = 3, meaning x² = 1 or x² = 3.
The zeros are x = −√3, −1, 1, √3 (approximately ±1.73 and ±1). Each zero has multiplicity 1, so the graph crosses the x-axis at each one.

Step 4 — Count Turning Points

A degree-4 polynomial has at most 3 turning points. Given four distinct zeros with the graph entering from below on the left and exiting below on the right (both ends down), the graph must rise, fall, rise, and fall—producing exactly 3 turning points.

Step 5 — Determine Local Extrema (Optional Calculus Check)

We can find the turning points by evaluating f(x) at strategic values. At x = 0, we already know f(0) = −6. At x = ±√2 ≈ ±1.41: f(√2) = −2(4) + 8(2) − 6 = −8 + 16 − 6 = 2.
The local maxima are approximately at (±1.41, 2), and there is a local minimum at (0, −6).

Step 6 — Sketch the Graph

Combining all information: the graph starts from −∞ (far left, heading downward), crosses the x-axis at x = −√3, rises to a local maximum near (−1.41, 2), crosses the x-axis at x = −1, descends to a local minimum at (0, −6), rises again crossing at x = 1, reaches another local maximum near (1.41, 2), crosses at x = √3, and then falls toward −∞.
The graph has a W-shape (inverted) or M-shape, characteristic of a quartic with negative leading coefficient.
Section 7

Strengths, Limitations & Common Pitfalls

End behavior analysis is a powerful first step in graphing, but it is important to understand both what it can and cannot tell you. The table below compares what end behavior analysis reveals versus what requires additional work.

What End Behavior Tells YouWhat End Behavior Does NOT Tell You
The direction of the graph's "arms" at extreme left and rightThe exact location of zeros (x-intercepts)
Whether both arms go the same way or opposite waysThe number of turning points (only the maximum)
The overall "category" of the graph shapeThe y-values of local maxima and minima
A quick validity check for graphing calculator outputWhether zeros are real or complex
The long-range dominance of the leading termThe detailed behavior in the "middle" of the graph

Common Student Mistakes

Mistake 1: Confusing degree with number of terms. The polynomial 5x³ + 2x has degree 3, not degree 2 (the number of terms is 2, but the degree is the highest exponent). Always look at the largest exponent, regardless of how many terms are present.

Mistake 2: Forgetting to identify the leading coefficient when the polynomial isn't in standard form. If given f(x) = 3x² − 7x⁵ + x, many students incorrectly identify the leading coefficient as 3. You must first rewrite in standard form: f(x) = −7x⁵ + 3x² + x. The leading coefficient is −7, and the degree is 5.

Mistake 3: Applying end behavior rules to non-polynomial functions. End behavior rules based on degree and leading coefficient apply only to polynomials, not to rational functions, exponential functions, or piecewise functions.

✦ Key Takeaway
End behavior analysis is like looking at a road map's elevation profile before driving a mountain highway. It tells you whether you'll ultimately be climbing or descending at both ends of the route, but it doesn't show you every curve, scenic overlook, or rest stop along the way. You still need to find zeros, evaluate key points, and check multiplicity to fill in the complete picture—but end behavior gives you the essential framework on which everything else is built.
Section 8

Connection to Advanced Theory

The end behavior concepts you learn in Algebra 2 are your first encounter with ideas that become central in calculus, where they are formalized through the language of limits. When we write "as x → +∞, f(x) → +∞," we are informally stating a limit: limx→+∞ f(x) = +∞. Calculus makes this notation precise and extends it to far more complex functions.

In calculus, you will also learn to find turning points exactly using derivatives. The first derivative f′(x) tells you where the function is increasing or decreasing, and setting f′(x) = 0 locates all turning points precisely—rather than the estimation approach we used in our worked example. The second derivative f″(x) reveals concavity—whether the graph curves upward or downward between turning points—adding another layer of detail to your sketches.

ConceptAlgebra 2 ApproachCalculus Approach
End behaviorDegree parity + leading coefficient signFormal limits: limx→±∞ f(x)
Turning pointsAt most n − 1; estimate by testing pointsExact: solve f′(x) = 0
Increasing/decreasingInfer from zeros and end behaviorSign analysis of f′(x)
ConcavityNot formally addressedSign analysis of f″(x)
Inflection pointsRecognized at odd-multiplicity zerosExact: solve f″(x) = 0

Another advanced connection is to rational functions, where end behavior depends not just on one polynomial but on the ratio of two polynomials. The concept of horizontal and oblique asymptotes in rational functions is directly analogous to polynomial end behavior—it is the same leading-term-dominance idea applied to quotients. If you master polynomial end behavior now, asymptotic analysis in precalculus and calculus will feel like a natural extension rather than a new topic.

Finally, polynomial graphing connects to the Fundamental Theorem of Algebra, which guarantees that a degree-n polynomial has exactly n roots when counted with multiplicity in the complex numbers. This theorem explains why a polynomial's graph might have fewer x-intercepts than its degree suggests—some roots are complex (non-real) and do not appear on the real number graph.

Section 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
Explain in your own words why the end behavior of a polynomial is determined solely by its leading term, regardless of how many other terms the polynomial contains.
PROBLEM 2 — BASIC IDENTIFICATION
For the polynomial g(x) = 6x³ − 2x⁵ + 4x − 9, identify: (a) the degree, (b) the leading coefficient, (c) the end behavior using arrow notation, and (d) the y-intercept.
PROBLEM 3 — INTERMEDIATE
The polynomial h(x) = (x + 3)(x − 1)²(x − 4) is given in factored form. Determine the zeros and their multiplicities, state whether the graph crosses or bounces at each zero, identify the end behavior, and find the y-intercept.
PROBLEM 4 — APPLIED / MULTI-STEP
A polynomial function has the following properties: degree 5, positive leading coefficient, zeros at x = −2 (multiplicity 2), x = 0 (multiplicity 1), and x = 3 (multiplicity 2). Write a possible equation for this polynomial with leading coefficient 1, then describe the complete behavior of its graph, including end behavior, crossing/bouncing at each zero, and the y-intercept.
PROBLEM 5 — CRITICAL THINKING / SYNTHESIS
A student claims: "I found a degree-4 polynomial with a positive leading coefficient whose graph starts high on the left, goes down to cross the x-axis twice, and then ends high on the right—but it has 4 turning points." Explain whether this is possible and why or why not. What is the maximum number of turning points this polynomial could actually have?
Summary

Lesson Summary

Graphing polynomial functions begins with understanding their end behavior—the direction the graph travels as x approaches positive or negative infinity. End behavior is determined entirely by the leading term, which is the term with the highest degree. Two properties control everything: the degree (even or odd) and the sign of the leading coefficient (positive or negative). For even-degree polynomials, both ends of the graph point in the same direction—up if the leading coefficient is positive, down if negative. For odd-degree polynomials, the ends point in opposite directions, with the right side following the sign of the leading coefficient.

To produce a complete sketch, combine end behavior with additional features: the y-intercept (found by evaluating f(0)), the zeros (found by solving f(x) = 0), and the multiplicity of each zero (which determines whether the graph crosses or bounces at that intercept). A degree-n polynomial has at most n real zeros and at most n − 1 turning points. Together, these tools allow you to construct an accurate qualitative graph of any polynomial without a calculator—a skill that forms the foundation for limits, derivatives, and curve sketching in calculus.

Varsity Tutors • Algebra 2 • Graphing Polynomial Functions and End Behavior