Graphing Polynomial Functions- A Step-by-Step Example Guide
What Polynomial Functions Actually Are
A polynomial function is a sum of terms with non-negative integer exponents. Each term looks like axⁿ, where a is the coefficient and n is the power. That's it. No radicals, no variables in denominators, no weird fractional exponents.
The general form is:
f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₂x² + a₁x + a₀
The highest power tells you the degree. The coefficient of that highest power term is the leading coefficient. These two things determine most of what you need to know about the graph.
Why Degree and Leading Coefficient Matter
The degree controls the end behavior—the shape of the graph at the far left and far right. The leading coefficient tells you whether those ends point up or down.
- Even degree, positive leading coefficient: Both ends go up. Like a parabola, but potentially with more wiggles.
- Even degree, negative leading coefficient: Both ends go down.
- Odd degree, positive leading coefficient: Left end down, right end up. Like a line, but with curves.
- Odd degree, negative leading coefficient: Left end up, right end down.
This is non-negotiable. Memorize it before you touch your graphing calculator.
Finding the Zeros (Roots)
Zeros are where the function crosses or touches the x-axis. They're your anchor points. To find them, set f(x) = 0 and solve.
For factored polynomials, this is straightforward:
f(x) = (x - 2)(x + 3)(x - 1)
Set each factor to zero:
- x - 2 = 0 → x = 2
- x + 3 = 0 → x = -3
- x - 1 = 0 → x = 1
The zeros are -3, 1, and 2. Plot these first. They'll be your guideposts.
Multiplicity: Crossing vs. Touching
When a factor repeats, the zero has multiplicity. This determines what happens at that point:
- Odd multiplicity (1, 3, 5...): The graph crosses the x-axis.
- Even multiplicity (2, 4, 6...): The graph touches the x-axis and bounces back.
Example: f(x) = (x - 2)²(x + 1)
- Zero at x = 2 has multiplicity 2 (even) → touches and bounces
- Zero at x = -1 has multiplicity 1 (odd) → crosses through
The Y-Intercept
Find it by plugging x = 0 into your function. This gives you where the graph crosses the y-axis. It's usually not as important as the zeros, but it's another anchor point you can plot.
f(0) = a₀ in the general form. Simple as that.
A Worked Example: Graphing f(x) = (x + 2)²(x - 1)
Let's walk through this step by step.
Step 1: Identify Degree and Leading Coefficient
Expand: (x + 2)²(x - 1) = (x² + 4x + 4)(x - 1)
Multiply: x³ + 4x² + 4x - x² - 4x - 4 = x³ + 3x² - 4
Degree: 3 (odd). Leading coefficient: 1 (positive). End behavior: left down, right up.
Step 2: Find the Zeros and Multiplicity
- x + 2 = 0 → x = -2 (multiplicity 2, even → touches)
- x - 1 = 0 → x = 1 (multiplicity 1, odd → crosses)
Step 3: Find the Y-Intercept
f(0) = (0 + 2)²(0 - 1) = (4)(-1) = -4
Step 4: Plot Key Points and Draw
You now have:
- Zeros at x = -2 (bounces) and x = 1 (crosses)
- Y-intercept at (0, -4)
- Ends: left goes down, right goes up
Start at the left end (down), approach x = -2, bounce off the axis, dip down through (0, -4), then curve up through (1, 0) and continue up to the right end.
Quick Reference: Polynomial Characteristics
| Degree | Leading Coeff | End Behavior | Max Turning Points |
|---|---|---|---|
| 1 | positive | ↙ ↗ (left down, right up) | 0 |
| 1 | negative | ↖ ↘ (left up, right down) | 0 |
| 2 | positive | ↖ ↗ (both up) | 1 |
| 2 | negative | ↙ ↘ (both down) | 1 |
| 3 | positive | ↙ ↗ (left down, right up) | 2 |
| 3 | negative | ↖ ↘ (left up, right down) | 2 |
| 4 | positive | ↖ ↗ (both up) | 3 |
| 4 | negative | ↙ ↘ (both down) | 3 |
A polynomial of degree n can have at most n - 1 turning points. This is useful for checking whether your sketch makes sense.
Common Mistakes to Avoid
- Ignoring end behavior. Your graph has to match the degree and leading coefficient. No exceptions.
- Forgetting multiplicity. A double root shouldn't cross the axis. Students miss this constantly.
- Plotting too few points. Zeros and the y-intercept aren't always enough. Test points between zeros to confirm the shape.
- Assuming symmetry. Only even functions (f(-x) = f(x)) are symmetric about the y-axis. Odd functions (f(-x) = -f(x)) have origin symmetry. Most polynomials are neither.
How to Graph Any Polynomial Function
Here's the process you can apply to any polynomial:
- Write in standard or factored form. Factored form makes finding zeros trivial.
- Identify the degree and leading coefficient. This tells you end behavior.
- Find all zeros and their multiplicities. Plot them on the x-axis.
- Find the y-intercept. Plot it.
- Determine turning point count. A degree-n polynomial has at most n-1 turning points.
- Test points between zeros. Fill in the gaps to confirm the curve direction.
- Draw the curve. Connect points smoothly, respecting multiplicity at each zero.
Using Technology Effectively
Desmos, GeoGebra, and graphing calculators are useful for checking your work, not for doing it. The goal is to understand why the graph looks the way it does. If you can't sketch a rough graph by hand first, you don't understand the function.
Use technology to:
- Verify your zeros
- Check your end behavior
- Find additional points if you're stuck
Don't use technology to:
- Avoid learning the fundamentals
- Skip the hand-sketching step entirely
The Bottom Line
Graphing polynomial functions comes down to three things: end behavior from degree and leading coefficient, zeros and multiplicities from factored form, and connecting the points with smooth curves that respect what you found. Once you internalize this, any polynomial becomes manageable.