Opening subject page...
Loading your content
Understand how the degree and leading coefficient of a polynomial determine the shape and long-range direction of its graph.
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.
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.
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.
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.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.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ⁿ.|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.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.
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.
Let us formalize the concepts introduced visually. Consider a general polynomial function in standard form:
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:
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:
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.
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.
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.
| Degree | Name | Max Zeros | Max Turning Points | End Behavior Pattern | Basic Shape |
|---|---|---|---|---|---|
0 | Constant | 0 | 0 | Horizontal line | Flat |
1 | Linear | 1 | 0 | Opposite ends (odd) | Straight line |
2 | Quadratic | 2 | 1 | Same ends (even) | Parabola (U or ∩) |
3 | Cubic | 3 | 2 | Opposite ends (odd) | S-curve |
4 | Quartic | 4 | 3 | Same ends (even) | W or M shape |
5 | Quintic | 5 | 4 | Opposite 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.
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.
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.
x is 4 (degree 4, an even number). The leading coefficient is −2 (negative).x = 0: f(0) = −2(0)⁴ + 8(0)² − 6 = −6.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.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.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 You | What End Behavior Does NOT Tell You |
|---|---|
| The direction of the graph's "arms" at extreme left and right | The exact location of zeros (x-intercepts) |
| Whether both arms go the same way or opposite ways | The number of turning points (only the maximum) |
| The overall "category" of the graph shape | The y-values of local maxima and minima |
| A quick validity check for graphing calculator output | Whether zeros are real or complex |
| The long-range dominance of the leading term | The detailed behavior in the "middle" of the graph |
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.
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.
| Concept | Algebra 2 Approach | Calculus Approach |
|---|---|---|
| End behavior | Degree parity + leading coefficient sign | Formal limits: limx→±∞ f(x) |
| Turning points | At most n − 1; estimate by testing points | Exact: solve f′(x) = 0 |
| Increasing/decreasing | Infer from zeros and end behavior | Sign analysis of f′(x) |
| Concavity | Not formally addressed | Sign analysis of f″(x) |
| Inflection points | Recognized at odd-multiplicity zeros | Exact: 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.
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.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.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.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.