Euclid Notes 3 Polynomial Functions
Euclid Notes 3 Polynomial Functions
Euclid Notes 3 Polynomial Functions
Polynomial Functions
1. Introduction
A polynomial function is a function such as a quadratic, a cubic, a quartic, and so on, involvingonly
non-negative integer powers of x. We can give a general defintion of a polynomial, anddefine its
degree.
2. What is a polynomial?
f ( x ) = an x n + an −1 x n −1 + ... + a2 x 2 + a1 x + a0
where the a’s are real numbers (sometimes called the coefficients of the polynomial). Although
this general formula might look quite complicated, particular examples are much simpler. For
example,
f ( x ) = 4 x3 −3x 2 + 2
is a polynomial of degree 3, as 3 is the highest power of x in the formula. This is called a cubic
polynomial, or just a cubic. And
f ( x ) = x 7 − 4 x5 + 1
is a polynomial of degree 7, as 7 is the highest power of x. Notice here that we don’t need everypower
of x up to 7: we need to know only the highest power of x to find out the degree. Anexample of a
kind you may be familiar with is
f ( x ) = 4x2 − 2x − 4
which is a polynomial of degree 2, as 2 is the highest power of x. This is called a quadratic.
Functions containing other operations, such as square roots, are not polynomials. For example,
f ( x ) = 4 x3 + x − 1
is not a polynomial as it contains a square root. And
f ( x ) = 5x4 − 2 x2 + 3 / x
is not a polynomial as it contains a ‘divide by x’.
Key Point
f ( x ) = an x n + an −1 x n −1 + ... + a2 x 2 + a1 x + a0 .
1
Euclid Stage 3 Class 3 Notes
The degree of a polynomial is the highest power of x in its expression. Constant (non-zero)
polynomials, linear polynomials, quadratics, cubics and quartics are polynomials of degree
0, 1, 2, 3 and 4 respectively. The function f ( x ) = 0 is also a polynomial, but we say that its
degree is ‘undefined’.
You may recall that when ( x −a)( x − b) = 0 , we know that a and b are roots of the function
f ( x ) = ( x −a)( x − b) .
Now we can use the converse of this, and say that if a and b are roots, then the polynomial function
with these roots must be f ( x ) = ( x −a)( x − b) , or a multiple of this.
For example, if a quadratic has roots x = 3 and x = −2 , then the function must be
f ( x ) = ( x − 3)( x + 2 ) , or a constant multiple of this. This can be extended to polynomials of any
degree.
For example, if the roots of a polynomial are x = 1, x = 2, x = 3, x = 4 , then the function mustbe
f ( x ) = ( x − 1)( x − 2 )( x − 3)( x − 4 ) ,
or a constant multiple of this.
Let us also think about the function f ( x ) = ( x −2 ) . We can see straight away that x −2 = 0,
2
so that x = 2 . For this function we have only −one root. This is what we call a repeat−ed root, and a root
can be repeated any number of times.
For example, f ( x ) = ( x −2)3 ( x + 4 ) has a repeated root x = 2 , and another repeated root x = −4 . We
4
say that the root x = 2 has multiplicity 3, and that the root x = −4 has multiplicity 4.
The useful thing about knowing the multiplicity of a root is that it helps us with sketching the graph of the
function. If the multiplicity of a root is odd then the graph cuts through the x-axis at the point (x, 0). But if the
multiplicity is even then the graph just touches the x-axis at the point (x, 0).
For example, take the function
f ( x ) = ( x − 3) ( x + 1) ( x − 2 ) ( x + 2 ) .
2 5 3 4
2
Euclid Stage 3 Class 3 Notes
We can see that the largest power of x is 3, and so the function is a cubic. We know the possible
general shapes of a cubic, and as the coefficient of x 3 is positive the curve must generally increase
to−
the right and decrease to the left.
We can also see that the roots of the function are x = 2 and x = −1 . The root x = 2 has even
multiplicity and so the curve just touches the x-axis here, whilst x = −1 has odd multiplicity and so
here the curve crosses the x-axis. This means we can sketch the graph as follows.
Key Point
The number a is a root of the polynomial function f ( x ) if f ( a ) = 0 , and this occurs when ( x − a )
is a factor of f ( x ) .
At a root of odd multiplicity the graph of the function crosses the x-axis, whereas at a root of
even multiplicity the graph touches the x-axis.
3
Euclid Stage 3 Class 3 Notes
In-class question
7. Compute the least positive N such that there exists a quadratic polynomial f ( x ) with integer
coefficients satisfying f ( f (1) ) = f ( f ( 5 ) ) = f ( f ( 7 ) ) = f ( f (11) ) = N .