1 - Introduction To Polynomial Functions
1 - Introduction To Polynomial Functions
Polynomials
We will begin with a definition of a polynomial.
A polynomial is a mathematical expression constructed by the sum and/or difference of algebraic terms.
Each term consists of variable factors raised to non-negative integer exponents and multiplied by real
numerical coefficients.
Consider
2 – 2 x
3 2
− x y z − √5x y + + π
3 2
The coefficients are all real values. In the first term, − 23 x3 y 2 z, the coefficient is − 23 . In the
– –
second term, −√5x2 y , the coefficient is −√5. The coefficient of the third term, x
2
, is actually
1
2
, and the last term, π , the coefficient is π .
The exponents of the variable factors are all non-negative integers. Note that the last term is a
constant, which is allowed by the definition. It has zero variable factors and can, for example, be
expressed as π = πx
0
.
However,
4
−1 −
−
2xy + + √x
2
y
The variables have negative exponents. In the first term, y is to the exponent −1 . In the second
term, 4
2
is, in fact, 4y −2 .
y
1
−
−
The variables have fractional exponents. The last term, √x = x 2 .
Degree of Polynomial
The degree of a term of a polynomial is determined by the number of variable factors in the term, and can
be calculated by adding the variable exponents in the term.
For instance, if we return to our first example, which was the polynomial
2 – 2 x
3 2
− x y z − √5x y + + π
3 2
Our first term, − 23 x3 y 2 z 1 , is of degree 6. We can add the exponents of the x , the y, and the z :
3 + 2 + 1 .
–
The second term, −√5x2 y 1 , is of degree 3.
2
, is of degree 1, and the final term, πx0 , is of degree 0.
Polynomial Functions
Our focus for this unit will be polynomial functions and the related polynomial equations.
A polynomial function is a function whose equation is defined by a polynomial in one variable. The
general form of a polynomial function is
n n−1
f (x) = an x + an−1 x + ⋯ + a1 x + a0
where the numerical coefficients a0 , a1 , a2 , … , an are real numbers and the exponents of x given by
n, n − 1, n − 2, … are whole numbers (non-negative integers).
2
f (x) = x − 2x
1 – 3
5
y = − x − √2x + 5x + π
3
2
g(x) = 3(x − 1) − 5
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 2/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
In the first two examples, all coefficients are real numbers, and the exponents of x are non-negative
integers.
The last example, g(x) , is not in the form of the previous two. However, by expanding and simplifying the
right-hand side of the equation, this function can be expressed as g(x) = 3x
2
− 6x − 2 .
1
−1
h(x) = or h(x) = x
x
3
y = 2x + |x |
1
−
−
f (x) = 2x 3 − √x
2
x = y
In the second example, the second term, |x3 | is not a term alllowed in a polynomial function.
The final example is not a function. In this relation, there are two possible values of y for all positive real
values of x . For example, x = 25 gives y = ±5 .
Lesson Part 2
Terminology
The numerical coefficient of the highest degree term in a polynomial is called the leading coefficient.
n n−1
f (x) = an x + an−1 x + ⋯ + a1 x + a0
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 3/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
The terms of the polynomial are usually arranged in descending order of the degree of the term.
In this standard form, the leading coefficient is the coefficient of the first term.
2
f (x) = x − 2x
1 – 3
5
y = − x − √2x + 5x + π
3
2
g(x) = 3(x − 1) − 5
The domain of all polynomial functions is the set of all real numbers; that is, D = {x ∣ x ∈ R} , since
there is no restriction on the value of x .
The range of the polynomial function depends on the behaviour of its graph. We will discuss this more
when we begin to analyze the graphs of polynomial functions.
The degree of the polynomial function is given by the value of the highest exponent of the variable.
Terminology
A constant function, f (x) = a , with no factors of x , is a polynomial function of degree 0 since
f (x) = ax
0
.
A linear function, f (x) = ax + b , is a polynomial function of degree 1 or less. A constant function is also
a linear function.
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 4/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
Any polynomial function with degree n, where n > 5 , will be referred to as an nth degree polynomial
function.
Special names exist for some higher degree polynomial functions, but are less commonly used.
If the value of the highest exponent of x is even, then the function is an even degree polynomial function.
That is an even degree polynomial is an nth degree polynomial where n is even. Constant (degree 0),
quadratic (degree 2), and quartic (degree 4) functions are even degree polynomial functions.
An odd degree polynomial is an nth degree polynomial where n is odd. Linear functions of degree 1,
cubic (degree 3), and quintic (degree 5) functions are odd degree polynomial functions since the highest
degree exponent of x is odd.
For example, when working with quadratic functions, we have the following:
We can and will need to transition between these forms or identify information that is not readily available
to us in the given form of the equation.
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 5/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
Example 1
Consider the following polynomial function in factored form:
2
y = −4x(x − 4)(2x + 3)
To obtain the degree of the polynomial function, we must determine the exponent of the highest degree
term of the polynomial.
2 2
= (−4x + 16x)(4x + 12x + 9)
4 3 2 3 2
= −16x − 48x − 36x + 64x + 192x + 144x
4 3 2
= −16x + 16x + 156x + 144x
However, simply considering the product of the highest degree terms in each linear factor will give the
highest term of the polynomial. In y = −4x(x − 4)(2x + 3)(2x + 3) , calculating −4x(x)(2x)2 will
also produce −16x4 .
Thus, the function is a 4th degree polynomial, or a quartic function, and the leading coefficient is −16 .
In another situation, we may need to determine the zeros of a polynomial function given to us in standard
form. We will need to factor the polynomial. Techniques used to factor polynomials will be covered in the
unit, titled Polynomial Equations and Inequalities.
Lesson Part 3
Simple Polynomial Functions: Power Functions
Let's now look at some simple polynomial functions. We will begin our study of polynomial functions by
discussing the behaviour of the cubic function, y = x
3
, and the quartic function, y = x
4
.
These functions are called power functions and are the simplest type of polynomial functions.
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 6/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
If the power function is also a polynomial function, then n, the exponent of x , is an integer and n .
≥ 0
Since there are no restrictions on the value of x , the domain of the function is the set of all real numbers
(Domain: {x ∣ x ∈ R} ).
We can now create a table of values for the function and graph the curve.
x y
−3 −27
−2 −8
−1 −1
1 1
− −
2 8
0 0
1 1
2 8
1 1
2 8
3 27
Since the function has opposite end behaviour with y approaching both negative and positive infinity, the
range of the function is also the set of all real numbers (Range: {y ∣ y ∈ R} ).
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 7/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
This cubic function's behaviour is somewhat similar to the line y = x ; it has the same end behaviour and
appears to be continuously increasing.
y = x
3
actually becomes horizontal at x = 0 . In this case, the function is said to be stationary at x = 0
The shape of the curve also changes at the origin. Such a point on a curve is known as a type of inflection
point.
If a line segment joining any two points on a curve is entirely below the curve, then the curve is said to be
concave down between the two points.
If a line segment is entirely above the curve, the curve is concave up between the two points.
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 8/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
Concavity is a topic of study in calculus, but the concept is not difficult to visualize.
We begin with two curves: one entirely concave up, the other concave down.
By taking the left branch of the concave down curve and the right branch of the concave up curve and
connecting them, we create a curve with an inflection point similar to the one found on the curve of
y = x
3
.
the concave down curve is attached to the right side of the concave up curve creating a single function
resembling y = x
3
.
In this diagram, the point of inflection occurs between two turning points.
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 9/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
In our study of the graphs of polynomials, we will discuss only those points of inflection similar to the one
found in the y = x
3
function.
In most cases, the location of an inflection point is determined using calculus techniques.
The function y = x
3
is an odd function, since it is symmetrical about the origin.
If you reflect the graph of the function in the x -axis and then the y-axis, it will map onto itself.
Algebraically,
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 10/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
3 3
f (−x) = (−x) = −x = −f (x)
x y
−3 81
−2 16
−1 1
1 1
−
2 16
0 0
1 1
2 16
1 1
2 16
3 81
The range can now be identified as the set of all real values greater than or equal to zero (Range:
{y ∣ y ≥ 0, y ∈ R} ).
However, the curve lingers closer to the x -axis at the turning point (0, 0) than it does in the quadratic,
and this gives the quartic function a broader, flatter appearance around x = 0 .
The curve is much steeper than a quadratic when x < −1 or x > 1 , as can be seen by the y values in
the table.
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 11/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
Furthermore, the quartic is both an even degree function (x4 ) and an even function. That is, it is
symmetrical about the y-axis.
Algebraically,
4 4
f (−x) = (−x) = x = f (x)
Lesson Part 4
Higher Degree Power Functions
It is worth noting that the graphs of y = x
5
and y = x
6
have similar shapes to those of the parent cubic
and quartic functions, respectively.
5 6
y = x y = x
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 12/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
The curves will increase (or decrease) even more quickly when x < −1 or x > 1 , and linger more
closely to the x -axis for −1 > x < 1 .
3 4 5 6
2 = 8, 2 = 16, 2 = 32, 2 = 64, …
we see that the y value grows much quicker as the exponent of the power function is increased.
When x =
1
2
:
3 4 5 6
1 1 1 1 1 1 1 1
( ) = ,( ) = ,( ) = ,( ) = ,⋯
2 8 2 16 2 32 2 64
we can observe the behaviour of the flattening out as the degree of the power function increases.
Summary
In this module, we have defined polynomial functions and discussed some basic characteristics and
terminology that apply to these functions.
In the subsequent modules, we will explore the affects of transformations on the cubic and quartic power
functions, as you did previously with the quadratic power function, y = x
2
, and explore the behaviour of
more general polynomial functions.
As an extension to our knowledge of power functions, you may wish to investigate the behaviour of
functions of the form y = x
n
where n is not an integer, but a positive rational value.
1
−
−
For example, consider y = x 2 , one you are familiar with since it is equivalent to (y = √x ) . But we can
1 1
2 3 5 2 3 4
y = x 3
,y = x 4
,y = x 4
,y = x 5
,y = x 5
,y = x 5
,…
These functions are not polynomial functions and are not a focus in the high school curriculum.
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 13/14
2/14/22, 7:25 PM CEMC's Open Courseware - Introduction to Polynomial Functions
However, their graphs are not difficult to determine using the knowledge you have of functions and
exponents. When you compare the graphs, some interesting patterns will emerge.
https://courseware.cemc.uwaterloo.ca/8/assignments/114/4 14/14