Definitions & Examples: Polynomial Functions
Definitions & Examples: Polynomial Functions
Polynomial functions are functions of a single independent variable, in which that variable can appear
more than once, raised to any integer power. For example, the function
is a polynomial. Polynomial functions are sums of terms consisting of a numerical coefficient multiplied
by a unique power of the independent variable.
We generally write these terms in decreasing order of the power of the variable, from left to right*. Here is
a summary of the structure and nomenclature of a polynomial function:
*Note: There is another approach that writes the terms in order of increasing order of the power of x. This has some
appeal because we write power series that way. You'll have to choose which works for you.
Here are some examples of polynomial functions and the language we use to describe them:
f(x) = (x - 3)2(2x - 1) Cubic polynomial (convince yourself that the largest power will be three w
f(x) = 18x5 - 7 Quintic polynomial with only the 5th degree and constant terms.
Anatomy of a polynomial function
Polynomial functions (we usually just say "polynomials") are used to model a wide variety of real
phenomena. In physics and chemistry particularly, special sets of named polynomial functions
like Legendre, Laguerre and Hermite polynomials (thank goodness for the French!) are the solutions to
some very important problems.
It is important that you become adept at sketching the graphs of polynomial functions and finding their
zeros (roots), and that you become familiar with the shapes and other characteristics of their graphs.
Term Definition
Single root A solution of f(x) = 0 where the graph crosses the x-axis. For example, the quadratic
single roots at x = -2 and x = 4.
Double root A solution of f(x) = 0 where the graph just touches the x-axis and turns around (crea
see below). For example, the cubic function f(x) = (x-2)2(x+5) has a double root at x
Triple root A solution of f(x) = 0 where the graph crosses the x-axis and the curvature changes s
example, the cubic function f(x) = x3 has a triple root at x = 0.
Inflection point The name of the point that is a triple root of a polynomial function. The curvature of
inflection point between concave-upward and concave-downward. Not all inflectio
roots (or even at roots at all), but all triple roots are inflection points located on the x
y-intercept The solution to f(0); the point where a graph crosses the y-axis, usually a convenien
plot when sketching a graph.
Local When a graph turns around (up to down or down to up), a maximum or minimum va
maximum/minimum minima are not the highest or lowest points on a graph.
Global The parabola f(x) = x2 has a global minimum at x = 0, but no global maximum (it inc
maximum/minimum parabola f(x) = -x2 has a global maximum, but no global minimum. The graph below
The highest/lowest point on a graph (one may not exist).
End behavior When x is large, either positive or negative, we are concerned with whether the func
without bound (it will do one or the other).
x4 - 3x3 + x2 - 7x = 0 Factor out an x, which appears in all terms. We automatically know that x
because when we set x = 0, the whole thing zeros out. This leaves us with f
x(x3 - 3x2 + x - 7) = 0
polynomial.
3x3 - 27x + 81 = 0 All terms are divisible by three, so get rid of it. Note that the zero on the ri
the 3 just "disappears". We haven't simplified our polynomial in degree, bu
x3 - 9x + 27 = 0
large coefficients.
11x3 - 121x2 + 3x - 2 = 0 Tantalizing when you look at the x's, and the 11 and 121, but there is no G
Always look for a greatest common factor first when working with any polynomial function. Finding one
can make things a lot easier.
Practice problems
Find all roots of these polynomial functions by finding the greatest common factor (GCF).
Download solutions
Factoring by grouping
Sometimes factoring by grouping works. The first thing you'll need to check is whether you've got
an even number of terms. If it's odd, move on to another method; grouping won't work.
The example below shows how grouping works. First find common factors of subsets of the full
polynomial, say two or three terms, and move that out as a common factor.
If what's been left behind is common to all of the groups you started with, it can also be factored away,
leaving a product of binomials that are simpler and easier to solve for roots.
The trickiest part of this for students to understand is the second factoring. Look at the example. Between
the second and third steps. The binomial (x + 3) is just treated as any other number or variable. It
appears in both added terms of the second step, therefore it can be factored out.
An example of factoring by grouping
Practice problems
Find all roots of these polynomial functions by factoring by grouping.
Download solutions
Notice that each of those equations has the same pattern. All have three terms, the highest power is
twice that of the middle term, and each has a constant term (if it didn't, we'd be able to find a GCF). They
have the same general form as a quadratic. Here's an example:
Let's find the roots of the quartic polynomial equation,
To do this, we make a simple substitution: Let u = x2, which means that u2 = x4.
Finally, it's easy to solve for the roots of each binomial, giving us a total of four roots, which is what we
expect.
Doing these by substitution can be helpful, especially when you're just learning this technique for this
special group of polynomials, but you will eventually just be able to factor them directly, bypassing the
substitution.
Substitutions like this, sometimes called u-substitution, are very handy in a number of algebra and
calculus problems. Don't shy away from learning them. Sometimes they're the only way to solve a
problem!
Practice problems
Download solutions
Practice problems
Use the sum/difference of perfect cubes formulae (box above) to find all of the roots (zeros) of these
functions:
Download solutions
Now it's very important that you understand just what the rational root theorem says. It gives us a list of
all possible rational roots, and we need to plug those each, in turn, into the function to test whether they
are indeed roots. Not all of them can be, and it's entirely possible that none are.
What remains is to test them. Before we do that, we'll take a brief detour and discuss a very easy way to
do that, synthetic substitution.
Synthetic Substitution
Here's a step-by-step example of how synthetic substitution works.
Sometimes (erroneously) called synthetic division, this procedure is illustrated by this example. It's a
quick and easy method to test whether a value of the independent variable is a root.
The method starts with writing the coefficients of the polynomial in decreasing order of the power of x that
they multiply, left to right. It's important to include a zero if a power of x is missing. In the example, if
there had been no linear term, we'd put a 0 in the top line instead of a 1 in the first step.
The number to be substituted for x is written in the square bracket on the left, and the first coefficient is
written below the line (second step). That's the setup. Now it's just a matter of doing the same thing to the
end.
The number in the bracket is multiplied by the first number below the line. The result becomes the next
number in the second row, above the line. The numbers now aligned in the first and second row are
added to become the next number under the line. Repeat until you're finished. The last number below the
line is the result of substituting the value in the bracket into f(x).
In our example, -1 is a root because it makes the function zero. The binomial (x+1) must then be a factor
of f(x).
The rational root theorem gives us possibilities of rational roots, if any exist. Now synthetic substitution
gives us a quick method to check whether those possibilities are actually roots. Using the rational root
theorem is a trial-and-error procedure, and it's important to remember that any given polynomial function
may not actually have any rational roots. Its roots might be irrational (repeating decimals) or imaginary.
Example:
Find the four solutions to the equation x4 + 4x3 + 2x2 - 4x - 3 = 0
We begin by identifying the p's and q's. For this function it's pretty easy. The constant term is 3, so its
integer factors are p = 1, 3. The coefficient of the highest degree term (x4), is one, so its only integer
factor is q = 1. Therefore our candidates for rational roots are:
Now we test to see if any of these is a root. For work in math class, here's a hint: always try the smallest
integer candidates first. This is just a matter of practicality; some of these problems can take a while and I
wouldn't want you to spend an inordinate amount of time on any one, so I'll usually make at least the first
root a pretty easy one. Here we try one and see that it's a root because the value of the function is zero.
Notice that the coefficients of the new polynomial, with the degree dropped from 4 to 3, are right there in
the bottom row of the synthetic substitution grid.
Now we don't want to try another positive root because the coefficients of the new cubic polynomial are
all positive. There's no way that a positive value for x will ever make the function equal zero. We'll try the
next-easiest candidate, x = -1:
That worked, and now we're left with a quadratic function multiplied by our two factors. That's good news
because we know how to deal with quadratics. This one is easily factorable:
Practice problems
Find all of the roots (zeros) of these polynomial functions: