What Are Polynomial Functions?

A polynomial is an expression where all the terms have x as the base, and where the exponents are non-negative integers (the exponents can be 0, 1, 2, ). The largest exponent of the expression determines the degree of the polynomial.

Theory

Polynomials

A polynomial of degree n looks like this:

anxn + a n1xn1 + a n2xn2 + + a2x2 + a 1x + a0

anxn + a n1xn1 + a n2xn2 + + a 2x2 + a 1x + a0

Note! Remember that constants, which don’t appear at first glance to have an x in them, actually have an x raised to the power zero – x0 – which equals 1.

A polynomial function is a function where f(x) is set equal to a polynomial. Linear functions and quadratic functions are the most common polynomial functions. Linear functions are degree 1 polynomials and quadratic functions are degree 2 polynomials. You may also encounter polynomial functions of a higher degree than this. Below, you can see a picture of five different polynomial functions with degrees from 2 to 7. For example, the pink graph is a quadratic function and the gray is a function of third degree.

Graph of five polynomials plotted in the same coordinate system

Graph of five polynomials plotted in the same coordinate system

One can usually see what degree a polynomial has by looking at its graph. A quadratic polynomial has one “bend”, a cubic (third degree) polynomial has two “bends”, a quartic (fourth degree) polynomial has three “bends”, etc.

But note that in some special cases, these “bends” are at the same point—and then you won’t see all of them.

Example 1

f(x) = 2x3 4x + 3 is a polynomial of degree 3 (a cubic polynomial).

f(x) = 4x2 3x3 + x5 is a polynomial of degree 5 (a quintic polynomial).

Want to know more?Sign UpIt's free!