IB MATHEMATICS: ANALYSIS AND APPROACHES • FUNCTIONS

Polynomial Functions — SL 2.3 Polynomial functions (degree, zeros, end behavior) (intro)

Explore how degree, zeros, and end behavior shape the graphs of polynomial functions.

Historical Context & Motivation

Polynomial expressions are among the oldest tools in mathematics. Ancient civilizations needed ways to describe areas, volumes, and the paths of moving objects, and polynomial functions turned out to be the natural language for these problems. From Babylonian clay tablets listing square and cube values to modern engineering software that fits curves to data, polynomials have been a bridge between raw numbers and the shapes we see in the real world.

~1800 BCE
Babylonian Quadratics
Babylonian scribes solved quadratic equations (degree 2 polynomials) using geometric cut-and-paste methods on clay tablets, centuries before algebraic notation existed.
~300 BCE
Euclid's Geometric Algebra
In ancient Greece, Euclid formulated problems about areas and proportions that we now recognize as polynomial relationships, laying the groundwork for formal mathematical reasoning.
1637
Descartes & Coordinate Geometry
René Descartes published La Géométrie, uniting algebra and geometry. Polynomials could now be graphed on a coordinate plane, revealing their shapes visually.
1799
Fundamental Theorem of Algebra
Carl Friedrich Gauss proved that every polynomial of degree n has exactly n roots (counting multiplicity and complex numbers), confirming the deep link between a polynomial's degree and its zeros.
Modern Era
Polynomials Everywhere
Today, polynomials model roller-coaster profiles, stock-market trends, population growth approximations, and the smooth curves rendered in computer graphics and animation.

The central question this lesson addresses is deceptively simple: given a polynomial expression like f(x) = 2x³ − 5x² + x + 3, what can we immediately tell about its graph before we plot a single point? The answer lies in three key features — degree, zeros, and end behavior — which together give you a powerful mental sketch of any polynomial's graph.

Core Principles & Definitions

A polynomial function is any function that can be written in the form f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀, where each aᵢ is a real-number coefficient and every exponent is a non-negative integer. No square roots of x, no x in a denominator, no x as an exponent — just whole-number powers of x multiplied by constants, all added together. Understanding three foundational ideas will let you decode the shape of any polynomial's graph at a glance.

1

Degree

The degree of a polynomial is the highest power of x that appears with a non-zero coefficient. It controls the maximum number of turning points (at most n − 1) and the overall shape family of the graph.
2

Zeros (Roots)

The zeros of a polynomial are the x-values where f(x) = 0. Graphically, these are the points where the curve crosses or touches the x-axis. A degree-n polynomial has at most n real zeros.
3

End Behavior

The end behavior describes what happens to f(x) as x → +∞ and x → −∞. It depends only on the degree and the sign of the leading coefficient aₙ.
4

Leading Coefficient

The leading coefficient is the coefficient of the highest-degree term. Together with the degree, it determines whether the graph ultimately rises or falls on each side.
KEY TAKEAWAY
Think of a polynomial's degree like the number of lanes on a highway: a degree-2 polynomial is a two-lane road that can curve once (a parabola), while a degree-4 polynomial is a four-lane highway with room for up to three curves. The leading coefficient is like the direction of traffic — positive means the road eventually heads upward to the right, and negative means it heads downward. Knowing just these two numbers, you can already picture the road's general shape before driving a single mile.

Visualising Polynomial Shapes

The diagram below shows four polynomial functions of different degrees plotted on the same coordinate plane. Notice how the degree determines the overall shape and how many times the graph can cross the x-axis. Each curve is labelled with its equation and degree so you can compare them side by side.

As the degree increases, the polynomial graph gains more potential turning points and more places where it can cross the x-axis. The small dots mark zeros — x-intercepts where f(x) = 0.

Looking at the diagram, you can see that the linear function (degree 1) is a straight line with no turning points, while the quadratic (degree 2) curves once — a parabola with one turning point. The cubic (degree 3) can turn twice and cross the x-axis up to three times, while the quartic (degree 4) can turn three times. This pattern holds generally: a polynomial of degree n has at most n − 1 turning points and at most n real zeros.

Mathematical Framework

Let's formalise the three key features with precise mathematical language. Every polynomial can be written in standard form or in factored form, and each form highlights different information about the function.

STANDARD FORM
f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀
Here n is the degree (a non-negative integer), aₙ is the leading coefficient (aₙ ≠ 0), and a₀ is the constant term (the y-intercept, since f(0) = a₀).
FACTORED FORM
f(x) = aₙ(x − r₁)(x − r₂)…(x − rₙ)
Each rᵢ is a zero (root) of the polynomial. When the polynomial is fully factored over the reals, you can read the zeros directly from the factors.
END BEHAVIOR RULES
If n is even: both ends go the same direction. If n is odd: the ends go in opposite directions.
When aₙ > 0 and n is even, both ends rise (↑ ↑). When aₙ > 0 and n is odd, the left end falls and the right end rises (↓ ↑). Flip both arrows if aₙ < 0.
💡 IB Exam Tip
On the IB exam, you may be given a graph and asked to determine the minimum degree of the polynomial. Count the x-intercepts and the turning points. The degree must be at least one more than the number of turning points, and at least as large as the number of distinct real zeros.

A zero's multiplicity — the number of times its factor repeats — also matters visually. If a zero has odd multiplicity (1, 3, 5, …), the graph crosses the x-axis at that point. If it has even multiplicity (2, 4, 6, …), the graph touches the x-axis and bounces back without crossing. For example, f(x) = (x − 2)² touches at x = 2 but does not cross.

End Behavior in Detail

End behavior is perhaps the most visual of the three key features. It tells you what happens to the y-values as x moves far to the left or far to the right. Because the leading term aₙxⁿ dominates all other terms for very large |x|, end behavior depends only on two things: whether the degree n is even or odd, and whether the leading coefficient aₙ is positive or negative.

Summary of end behavior for polynomial functions
DegreeLeading CoefficientLeft End (x → −∞)Right End (x → +∞)Mnemonic
EvenPositive (aₙ > 0)f(x) → +∞ ↑f(x) → +∞ ↑"Smile" shape
EvenNegative (aₙ < 0)f(x) → −∞ ↓f(x) → −∞ ↓"Frown" shape
OddPositive (aₙ > 0)f(x) → −∞ ↓f(x) → +∞ ↑"Rising" (like y = x)
OddNegative (aₙ < 0)f(x) → +∞ ↑f(x) → −∞ ↓"Falling" (like y = −x)
The four possible end-behavior patterns for polynomial functions. Arrows show the direction each end of the graph heads toward as |x| grows large. Even-degree polynomials have ends that match (both up or both down), while odd-degree polynomials have ends that go in opposite directions.

A helpful shortcut: to find the end behavior quickly, look only at the leading term. For f(x) = −3x⁵ + 7x³ − 2x + 1, the leading term is −3x⁵. Because the degree (5) is odd and the leading coefficient (−3) is negative, the graph rises on the left and falls on the right — the "falling" pattern.

Worked Example

Let's fully analyse the polynomial f(x) = −2x³ + 6x² + 12x − 16 by finding its degree, zeros, and end behavior, then sketching a rough graph.

Analyse f(x) = −2x³ + 6x² + 12x − 16
1
Step 1 — Identify the Degree and Leading CoefficientThe highest power of x is x³, so the degree is 3. The coefficient of x³ is −2, so the leading coefficient is −2 (negative).
Degree = 3, leading coefficient = −2
2
Step 2 — Determine End BehaviorSince the degree is odd and the leading coefficient is negative, we use the "falling" pattern. As x → −∞, f(x) → +∞ (left end rises). As x → +∞, f(x) → −∞ (right end falls).
Left end: ↑ (rises) | Right end: ↓ (falls)
3
Step 3 — Factor to Find ZerosFactor out −2: f(x) = −2(x³ − 3x² − 6x + 8). Now find a root by testing x = 1: 1 − 3 − 6 + 8 = 0 ✓. So (x − 1) is a factor. Dividing: x³ − 3x² − 6x + 8 = (x − 1)(x² − 2x − 8) = (x − 1)(x − 4)(x + 2). Therefore f(x) = −2(x − 1)(x − 4)(x + 2).
f(x) = −2(x − 1)(x − 4)(x + 2)
4
Step 4 — Read the ZerosSetting each factor equal to zero: x − 1 = 0 gives x = 1, x − 4 = 0 gives x = 4, and x + 2 = 0 gives x = −2. All three zeros have multiplicity 1 (odd), so the graph crosses the x-axis at each zero.
Zeros: x = −2, x = 1, x = 4 (all crossing)
5
Step 5 — Find the y-Intercept and SketchThe y-intercept is f(0) = −2(0 − 1)(0 − 4)(0 + 2) = −2(−1)(−4)(2) = −2 × 8 = −16. So the curve passes through (0, −16). Combining all information: the graph rises from the left, crosses at x = −2, dips to (0, −16), crosses at x = 1, rises to a local maximum between x = 1 and x = 4, crosses at x = 4, then falls to the right. A degree-3 polynomial can have at most 3 − 1 = 2 turning points, which fits this sketch.
y-intercept: (0, −16); 2 turning points; graph crosses x-axis 3 times

Standard Form vs. Factored Form

Both standard form and factored form represent the same function, but each reveals different features at a glance. Choosing the right form depends on what you need to find. The table below summarises the strengths of each.

Comparison of information revealed by standard and factored forms
FeatureStandard FormFactored Form
DegreeRead directly from the highest exponentCount the total number of factors (including repeated ones)
Leading coefficientIt is the coefficient of the highest-degree termIt is the constant factor out front (e.g., the −2 in −2(x−1)(x+3))
y-InterceptIt is the constant term a₀ — read it directlyMust substitute x = 0 and compute
ZerosMust factor or use the quadratic formula / technologyRead directly from each factor — set each to zero
End behaviorEasily determined from degree and leading coefficientSame process — degree from factor count, leading coefficient from constant factor
KEY TAKEAWAY
Standard form is like a recipe that lists all the ingredients by weight — you can see the total quantity (y-intercept) immediately. Factored form is like the same recipe broken into steps — you can see exactly which ingredients (zeros) go in and when. Both describe the same dish, but you pick the one that answers your question fastest.

Connecting to Advanced Topics

The ideas of degree, zeros, and end behavior form a foundation that extends into more advanced areas of the IB course and beyond. Understanding how polynomial functions behave will help you when you encounter rational functions, transformations, and even calculus concepts. The table below previews how these introductory ideas connect to what comes next.

How introductory polynomial concepts connect to advanced topics
Introductory Concept (This Lesson)Advanced Extension
Real zeros (x-intercepts)Complex zeros — the Fundamental Theorem of Algebra guarantees n roots over the complex numbers, including non-real ones.
Factored form reveals zerosThe Factor Theorem and Remainder Theorem provide systematic methods for finding and verifying factors.
At most n − 1 turning pointsCalculus (derivatives) gives the exact location and nature of each turning point by solving f′(x) = 0.
End behavior from leading termAsymptotic analysis extends this idea to rational and exponential functions, where end behavior can involve horizontal or oblique asymptotes.
Multiplicity affects crossing vs. bouncingIn the HL course, sign charts and concavity analysis provide a complete picture of a polynomial's shape near any zero.

For now, focus on mastering the three pillars: degree, zeros, and end behavior. These skills will serve as your toolkit every time you meet a new class of function in the IB course, because the same kinds of questions — What are the intercepts? What happens at the extremes? How many turning points? — arise again and again.

Practice Problems

PROBLEM 1CONCEPTUAL
A polynomial has degree 4 and a positive leading coefficient. Describe its end behavior. How many turning points can it have at most? How many real zeros can it have at most?
PROBLEM 2BASIC CALCULATION
Given f(x) = (x + 3)(x − 1)(x − 5), find: (a) the degree, (b) all zeros, (c) the y-intercept, and (d) the end behavior.
PROBLEM 3INTERMEDIATE
The polynomial g(x) = −x⁴ + 2x³ + 8x² has a common factor. Factor g(x) completely, identify all zeros and their multiplicities, and state at which zeros the graph crosses the x-axis versus touches and bounces.
PROBLEM 4APPLIED
A ball is thrown upward from a 10-metre platform. Its height in metres after t seconds is modelled by h(t) = −5t² + 20t + 10. What is the degree of this polynomial? Find the zeros of h(t) and interpret them in context. Which zero is physically meaningful, and what does it represent?
PROBLEM 5CRITICAL THINKING
A polynomial p(x) has the following properties: it has exactly three real zeros at x = −1, x = 2, and x = 5; the graph touches (but does not cross) the x-axis at x = 2; and as x → +∞, p(x) → −∞. What is the minimum possible degree of p(x)? Write one possible equation for p(x) in factored form and explain your reasoning.

Lesson Summary

A polynomial function is built from whole-number powers of x combined with constant coefficients. Its degree — the highest exponent — controls the overall shape: a degree-n polynomial has at most n real zeros (x-intercepts) and at most n − 1 turning points. The zeros are found by factoring or using formulas, and their multiplicity determines whether the graph crosses (odd multiplicity) or bounces off (even multiplicity) the x-axis at each intercept.

End behavior depends on two things: whether the degree is even or odd, and whether the leading coefficient is positive or negative. Even-degree polynomials have ends that match (both up or both down), while odd-degree polynomials have ends that go in opposite directions. In standard form you can immediately read the degree, leading coefficient, and y-intercept; in factored form you can immediately read the zeros and their multiplicities. Together, these three features — degree, zeros, and end behavior — give you a powerful mental picture of any polynomial's graph.

Varsity Tutors • IB Mathematics: Analysis and Approaches • Polynomial Functions — SL 2.3 Polynomial functions (degree, zeros, end behavior) (intro)