Graphing Polynomial Functions

Download as PDF

Ever wondered how mathematicians create those smooth, curving graphs? This lesson unlocks the secrets of graphing polynomial functions. We'll explore roots, end behavior, and turning points to transform complex equations into clear visual stories, making algebra visual and intuitive.

Graphing Polynomial Functions — an original Algebra911 reference diagram defining graphing polynomial functions with its key formula and a worked example.
Graphing Polynomial Functions: A Beginner's Guide

What Are Polynomial Functions?

Graphing polynomial functions is the process of creating a visual representation of a polynomial equation on the coordinate plane by identifying its key features. A polynomial function is an expression consisting of variables and coefficients, involving only the operations of addition, subtraction, multiplication, and non-negative integer exponents of variables.

The standard form of a polynomial function is written with the terms in order of decreasing exponent:

f(x)=anxn+an1xn1++a1x+a0

Here are the key terms you need to know:

  • Degree: The highest exponent (n) in the polynomial. It tells us the maximum number of zeros and turning points the graph can have.
  • Leading Coefficient: The coefficient (an) of the term with the highest degree. This number determines the graph's end behavior.
  • Constant Term: The term without a variable (a0). This is where the graph crosses the y-axis.

We often classify polynomials by their degree. Here are the most common ones you'll encounter:

DegreeNameExample
0Constantf(x)=7
1Linearf(x)=2x+1
2Quadraticf(x)=x23x+2
3Cubicf(x)=x34x
4Quarticf(x)=2x4+x25

What Is End Behavior and How Do You Determine It?

End behavior describes what the y-values of the function are doing as the x-values approach positive infinity (+) and negative infinity (). In simpler terms, it's the direction the arrows on the far left and far right of the graph are pointing.

You don't need to plot a million points to figure this out! The end behavior of any polynomial is determined entirely by two things: its degree (n) and its leading coefficient (an). This is often called the Leading Coefficient Test.

There are four possible outcomes:

  1. Degree is EVEN, Leading Coefficient is POSITIVE: The graph rises on both the left and the right. (Think of a standard parabola like y=x2).
    • As x, f(x) (Up to the right)
    • As x, f(x) (Up to the left)
  2. Degree is EVEN, Leading Coefficient is NEGATIVE: The graph falls on both the left and the right. (Think of an upside-down parabola like y=x2).
    • As x, f(x) (Down to the right)
    • As x, f(x) (Down to the left)
  3. Degree is ODD, Leading Coefficient is POSITIVE: The graph falls on the left and rises on the right. (Think of a line like y=x).
    • As x, f(x) (Up to the right)
    • As x, f(x) (Down to the left)
  4. Degree is ODD, Leading Coefficient is NEGATIVE: The graph rises on the left and falls on the right. (Think of a line like y=x).
    • As x, f(x) (Down to the right)
    • As x, f(x) (Up to the left)

How Do You Find the Zeros of a Polynomial?

The zeros of a polynomial (also called roots or x-intercepts) are the x-values where the function's value is zero, or f(x)=0. Graphically, these are the points where the function crosses or touches the x-axis.

The most common way to find zeros in algebra is by factoring the polynomial and setting each factor equal to zero. Once you have the factors, you also need to consider their multiplicity.

  • Multiplicity: The number of times a particular factor appears in the factored form of the polynomial.
  • If a zero has an odd multiplicity (like 1, 3, 5...), the graph will cross the x-axis at that point.
  • If a zero has an even multiplicity (like 2, 4, 6...), the graph will touch the x-axis at that point and turn around (it's tangent to the axis).
Example 1

Find the zeros and their multiplicity for the function f(x)=x3x26x.

Step 1: Set the function to zero.
x3x26x=0

Step 2: Factor the polynomial.
First, factor out the greatest common factor, which is x.
x(x2x6)=0
Next, factor the quadratic trinomial.
x(x3)(x+2)=0

Step 3: Set each factor to zero to find the roots.
x=0
x3=0x=3
x+2=0x=2

Conclusion: The zeros are 2,0, and 3. Each factor appears once, so each zero has a multiplicity of 1. This means the graph will cross the x-axis at all three of these points.

The Y-Intercept: An Easy Point to Find

While zeros can take some work, the y-intercept is usually the easiest point to find on a polynomial graph. The y-intercept is the point where the graph crosses the y-axis. At this point, the x-value is always 0.

To find the y-intercept, you simply calculate f(0). Let's look at the standard form again:

f(x)=anxn+an1xn1++a1x+a0

If we substitute x=0:

f(0)=an(0)n+an1(0)n1++a1(0)+a0

Every term with an x becomes zero, leaving only the constant term.

f(0)=a0

So, the y-intercept is always the point (0,a0). For example, in the polynomial f(x)=2x53x2+8, the y-intercept is (0,8). It's a quick and valuable point to plot!

Putting It All Together: A Step-by-Step Graphing Strategy

Now that we have the key components, we can outline a reliable strategy for sketching any polynomial graph. Follow these steps in order for the best results.

  1. Analyze End Behavior: Look at the degree and leading coefficient to determine if the graph rises or falls on the far left and right. Draw small arrows in the corners of your graph to remind yourself.
  2. Find the Zeros (x-intercepts): Set f(x)=0 and solve by factoring.
  3. Determine Multiplicity: For each zero, identify its multiplicity. Note whether the graph will cross or touch the x-axis at that point.
  4. Find the Y-Intercept: Calculate f(0). This is your constant term.
  5. Plot and Sketch: Plot all the intercepts on the coordinate plane. Starting from the far left (following your end behavior arrow), draw a smooth, continuous curve that passes through your plotted points, respecting the multiplicity rules at each zero. Ensure your sketch ends by following the end behavior arrow on the far right.
Example 2

Sketch the graph of f(x)=x4+4x34x2.

Step 1: End Behavior.
The degree is 4 (even) and the leading coefficient is 1 (negative). This is an even/negative case, so the end behavior is down on the left and down on the right. (As x±, f(x)).

Step 2: Find Zeros.
x4+4x34x2=0
Factor out the greatest common factor, x2.
x2(x24x+4)=0
Factor the perfect square trinomial.
x2(x2)2=0
The zeros are x=0 and x=2.

Step 3: Determine Multiplicity.
The zero x=0 comes from the factor x2, so it has a multiplicity of 2 (even). The graph will touch the x-axis at (0,0).
The zero x=2 comes from the factor (x2)2, so it also has a multiplicity of 2 (even). The graph will touch the x-axis at (2,0).

Step 4: Find Y-Intercept.
The constant term is 0, so the y-intercept is (0,0), which we already found as a zero.

Step 5: Plot and Sketch.
Plot the points (0,0) and (2,0). Start from the bottom left, curve up to touch the axis at (0,0), turn back down, then curve up again to touch the axis at (2,0), and finally, continue down to the right, matching the end behavior.

Key formulas for graphing polynomial functions by Algebra911.
Key formulas for graphing polynomial functions by Algebra911.

What Are Turning Points?

Turning points are the locations on the graph where the function changes direction from increasing to decreasing, or vice versa. These are the 'hills' and 'valleys' of the curve. The 'hills' are called local maxima, and the 'valleys' are called local minima.

While finding the exact coordinates of turning points requires calculus, there is a very important rule we can use in algebra:

A polynomial of degree n has at most n1 turning points.

This means a cubic function (degree 3) can have at most 2 turning points. A quartic function (degree 4) can have at most 3. It might have fewer, but it can never have more. This rule is a great way to check if your sketch is reasonable.

Example 3

Analyze and sketch the graph of f(x)=(x1)(x+2)2.

Step 1: End Behavior.
First, let's imagine multiplying it out: (x1)(x2+4x+4) would give a leading term of xx2=x3. So the degree is 3 (odd) and the leading coefficient is 1 (positive). The end behavior is down on the left, up on the right.

Step 2: Find Zeros and Multiplicity.
The function is already factored! The zeros are:
x=1 (from x1), with multiplicity 1. The graph will cross here.
x=2 (from (x+2)2), with multiplicity 2. The graph will touch here.

Step 3: Find Y-Intercept.
f(0)=(01)(0+2)2=(1)(2)2=4. The y-intercept is (0,4).

Step 4: Turning Points.
The degree is 3, so there are at most 31=2 turning points.

Step 5: Plot and Sketch.
Plot the points (2,0), (1,0), and (0,4). Start from the bottom left. The graph rises to (2,0), touches the axis, and turns back down (this is the first turning point). It passes through the y-intercept at (0,4). Somewhere after that, it must turn back up to cross the x-axis at (1,0) (this is the second turning point). From there, it continues rising to the right, matching the end behavior. The sketch has 2 turning points, which is consistent with a degree 3 polynomial.

Common Mistakes to Avoid

Graphing polynomials is a multi-step process, and it's easy to make a small error along the way. Be on the lookout for these common mistakes:

  • Incorrect End Behavior: Mixing up the rules for the Leading Coefficient Test is very common. Create a small reference table for yourself until you have it memorized.
  • Forgetting Multiplicity: Simply finding the zeros isn't enough. You must know whether the graph crosses (odd multiplicity) or touches (even multiplicity) the x-axis at each zero.
  • Drawing Sharp Corners: Polynomial graphs are always smooth, flowing curves. Avoid connecting the dots with straight lines or sharp 'V' shapes. The turning points are always rounded.
  • Ignoring the Y-Intercept: The y-intercept is an easy point to find and helps anchor your graph, making the shape between the zeros more accurate. Don't skip it!
  • Violating the Turning Point Rule: If you have a degree 4 polynomial but your sketch has 5 'hills and valleys', you know something is wrong. Use the n1 rule as a final check on your work.

Quick Summary and Reference

Here is a quick summary of the entire process for graphing a polynomial function.

The 5-Step Graphing Plan:

  1. End Behavior: Check the degree (odd/even) and leading coefficient (pos/neg).
  2. X-Intercepts (Zeros): Set f(x)=0 and solve by factoring.
  3. Multiplicity: Note if the graph crosses (odd) or touches (even) at each zero.
  4. Y-Intercept: Find f(0). It's the constant term.
  5. Sketch: Plot points and draw a smooth curve that follows all the rules.

End Behavior Reference Table:

Leading Coeff. POSITIVE (an>0)Leading Coeff. NEGATIVE (an<0)
Degree EVENRises Left, Rises Right (Up/Up)Falls Left, Falls Right (Down/Down)
Degree ODDFalls Left, Rises Right (Down/Up)Rises Left, Falls Right (Up/Down)

Frequently Asked Questions

What's the difference between a polynomial's 'zeros,' 'roots,' and 'x-intercepts?'

For our purposes, these terms are often used interchangeably. 'Zeros' and 'roots' are the solutions to the equation f(x)=0. The 'x-intercepts' are the points on the graph where the function crosses the x-axis. The real-number zeros correspond directly to the x-intercepts.

Can a polynomial graph have sharp corners?

No, the graph of a polynomial function is always a smooth and continuous curve. Any sharp corners or breaks mean the graph does not represent a polynomial.

How do I know for sure if the graph crosses or just touches the x-axis?

This is determined by the multiplicity of the zero. If a zero's multiplicity is an odd number (1, 3, etc.), the graph crosses the axis. If the multiplicity is an even number (2, 4, etc.), the graph touches the axis and turns around.

What if I can't factor the polynomial?

For more complex polynomials, you may need advanced methods like the Rational Root Theorem or synthetic division. In many cases, you might use a graphing calculator to find an initial root and then use it to help you factor the rest of the polynomial.

Does every polynomial have to have an x-intercept?

No. For example, the quadratic function f(x)=x2+1 is a parabola that sits entirely above the x-axis and never crosses it. Polynomials with an odd degree, however, must cross the x-axis at least once.

Why is the leading coefficient so important for graphing?

The leading coefficient, along with the degree, dictates the graph's end behavior. It tells you the ultimate direction of the graph on the far left and far right, providing the framework for your entire sketch.

Can a graph have more turning points than its degree?

No, this is impossible. A polynomial of degree n can have at most n1 turning points. This rule is a great way to check if your final sketch is plausible.