Nothing Special   »   [go: up one dir, main page]

Math1414 Polynomial Functions

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Polynomial Functions and Their Graphs

In this section we begin the study of functions defined by polynomial expressions.


Polynomial and rational functions are the most common functions used to model data,
and are used extensively in mathematical models of production costs, consumer demands,
wildlife management, biological processes, and many other scientific studies. Using
these functions and their graphs, predictions regarding future trends can be made.

Polynomial Functions and Their Graphs:

Before we start looking at polynomials, we should know some common terminology.

Definition: A polynomial of degree n is a function of the form

P ( x ) = an x n + an −1 x n −1 + ... + a1 x1 + a0

where an ≠ 0 . The numbers a0 , a1 , a2 , ... , an are called the coefficients of


the polynomial. The number a0 is the constant coefficient or constant
term. The number an , the coefficient of the highest power is the leading
coefficient, and the term an x n is the leading term.

Notice that a polynomial is usually written in descending powers of the variable, and the
degree of a polynomial is the power of the leading term. For instance

P ( x ) = 4 x3 − x 2 + 5

is a polynomial of degree 3. Also, if a polynomial consists of just a single term, such as


Q ( x ) = 7 x 4 , then it is called a monomial.

Graphs of Polynomials:

Polynomials of degree 0 and 1 are linear equations, and their graphs are straight lines.
Polynomials of degree 2 are quadratic equations, and their graphs are parabolas. As the
degree of the polynomial increases beyond 2, the number of possible shapes the graph
can be increases. However, the graph of a polynomial function is always a smooth
continuous curve (no breaks, gaps, or sharp corners).

Monomials of the form P ( x ) = x n are the simplest polynomials.

By: Crystal Hull


As the figure suggest, the graph of P ( x ) = x n has the same general shape as y = x 2 when
n is even, and the same general shape as y = x3 when n is odd. However, as the degree n
becomes larger, the graphs become flatter around the origin and steeper elsewhere.

Transformations of Monomials:

When graphing certain polynomial functions, we can use the graphs of monomials we
already know, and transform them using the techniques we learned earlier.

Example 1: Sketch the graph of the function P ( x ) = − x 3 + 2 by transforming the graph


of an appropriate function of the form y = x n . Indicate all x- and y-
intercepts on the graph.

Solution: Based on the transformation techniques, we know the graph of


P ( x ) = − x 3 + 2 is the reflection of the graph of y = x3 in the x-axis,
shifted vertically up 2 units. Thus,

Most polynomial functions cannot be graphed using transformations though. For


instance in the polynomial function

R ( x ) = 5 x3 − 2 x 2 + 1 ,

By: Crystal Hull


we cannot determine easily what function’s graph we should perform transformations on
to graph R ( x ) . Therefore, we will need a new method for finding the graphs of more
complex polynomials.

End Behavior of Polynomials:

The end behavior of a polynomial is a description of what happens as x becomes large in


the positive or negative direction. To describe end behavior, we use the following
notation:

x→∞ means “x becomes large in the positive direction”


x → −∞ means “x becomes large in the negative direction”

For example, the monomial y = x3 has the end behavior

y → ∞ as x → ∞ and y → −∞ as x → −∞

The end behavior of a polynomial graph is determined by the term of highest degree. For
instance, the polynomial f ( x ) = 3 x 5 − 4 x 2 + 2 has the same end behavior as f ( x ) = 3 x 5
because both are polynomials of degree 5.

By: Crystal Hull


Example 2: Determine the end behavior of the polynomial Q ( x ) = 6 x 6 − 4 x 4 + 2 x − 3 .

Solution: Since Q has even degree and positive leading coefficient, it has the
following end behavior:

y → ∞ as x → ∞ and y → ∞ as x → −∞

Using Zeros to Graph Polynomials:

Definition: If P is a polynomial and c is a number such that P ( c ) = 0 , then we


say that c is a zero of P. The following are equivalent ways of
saying the same thing.

1. c is a zero of P
2. x = c is a root of the equation P ( x ) = 0
3. x − c is a factor of P ( x )

When graphing a polynomial, we want to find the roots of the polynomial equation
P ( x ) = 0 . To do this, we factor the polynomial and then use the Zero-Product Property
(Section 3.3). Remember that if P ( c ) = 0 , then the graph of y = P ( x ) has an x-intercept
at x = c , so the x-intercepts of the graph are the zeros of the function.

Example 3: Find the zeros of the polynomial R ( x ) = x 2 − 7 x + 12 .

Solution:

Step 1: First we must factor R to get

R ( x ) = ( x − 4 )( x − 3)

Step 2: Since x − 4 is a factor of R ( x ) = x 2 − 7 x + 12 , 4 is a zero of R, and since


x − 3 is a factor of R ( x ) = x 2 − 7 x + 12 , 3 is a zero of R.

The following theorem and its consequences will be used to help us graph polynomials.

Intermediate Value Theorem for Polynomials:

If P is a polynomial function and P ( a ) and P ( b ) have opposite signs,


then there exists at least one value c between a and b for which P ( c ) = 0 .

The figure below graphically demonstrates this theorem.

By: Crystal Hull


One important consequence of this theorem is that between any two successive zeros, the
values of a polynomial are either all positive or all negative. That is, between two
successive zeros the graph of a polynomial lies entirely above or entirely below the x-
axis.

So, to sketch the graph of P, we first find all the zeros of P. Then we choose test points
between (and to the right and left of) successive zeros to determine whether P ( x ) is
positive or negative on each interval determined by the zeros.

Guidelines for Graphing Polynomial Functions:

1. Zeros: Factor the polynomial to find all its real zeros; these are the
x-intercepts of the graph.

2. Test Points: Make a table of values for the polynomial. Include test
points to determine whether the graph of the polynomial lies above or below
the x-axis on the intervals determined by the zeros. Include the y-intercept
in the table

3. End Behavior: Determine the end behavior of the polynomial.

4. Graph: Plot the intercepts and other points you found in the table.
Sketch a smooth curve that passes through these points and exhibits the
required end behavior.

By: Crystal Hull


Example 4: Sketch the graph of the function P ( x ) = ( x + 1)( x − 2 ) . Make sure your
2

graph shows all intercepts and exhibits the proper end behavior.

Solution:

Step 1: First we must find all the real zeros of P ( x ) . Since


P ( x ) = ( x + 1)( x − 2 ) is already factored, it is easy to see
2

the zeros are x = −1 and x = 2 . Therefore, the x-intercepts


are x = −1 and x = 2 .

Step 2: Now we will make a table of values of P ( x ) , making sure


we choose test points between (and to the left and right of )
successive zeros, and include the y-intercept, P ( 0 ) = 4 .

Step 3: Next we determine the end behavior. If we expand P, we get


P ( x ) = x 3 − 2 x 2 + 4 . Since P is of odd degree (degree 3) and its
leading coefficient is positive, it has the following end behavior:

y → ∞ as x → ∞ and y → −∞ as x → −∞

By: Crystal Hull


Example 4 (Continued):

Solution:

Step 4: Finally, we plot the points from the table and connect the points
by a smooth curve to complete the graph.

Example 5: Sketch the graph of the function Q ( x ) = x 4 − 4 x 2 . Make sure your graph
shows all intercepts and exhibits the proper end behavior.

Solution:

Step 1: In order to find all the real zeros of Q ( x ) , we must first factor
it completely.

Q ( x ) = x4 − 4 x2
= x 2 ( x 2 − 4) Factor x 2
= x 2 ( x + 2)( x − 2) Difference of Squares

Step 2: Since Q ( x ) = x 2 ( x + 2 )( x − 2 ) the zeros are x = 0 , x = −2 and


x = 2 . Thus, the x-intercepts are x = 0 , x = −2 and x = 2 .

By: Crystal Hull


Example 5 (Continued):

Solution:

Step 3: Now we will make a table of values of Q ( x ) , making sure we


choose test points between (and to the left and right of)
successive zeros, and include the y-intercept, Q ( 0 ) = 0 .

Step 4: Next we determine the end behavior. Since Q is of even degree


(degree 4) and its leading coefficient is positive, it has the
following end behavior:

y → ∞ as x → ∞ and y → ∞ as x → −∞

Step 5: Finally, we plot the points from the table and connect the points
by a smooth curve to complete the graph.

By: Crystal Hull


By examining Example 4 and Example 5, notice that when c is a zero of P, and the
corresponding factor ( x − c ) occurs exactly m times in the factorization of P, the graph

crosses the x-axis at c if m is odd and does not cross the x-axis if m is even.

Example 6: Sketch the graph of the function R ( x ) = − ( x − 2 ) ( x + 1) ( x + 2 ) . Make


2 2

sure your graph shows all intercepts and exhibits the proper end behavior.

Solution:

Step 1: The real zeros of R ( x ) = − ( x − 2 ) ( x + 1) ( x + 2 ) are x = 2 ,


2 2

x = −1 and x = −2 . These are the x-intercepts of the graph.

By: Crystal Hull


Example 6 (Continued):

Solution:

Step 2: Now we will make a table of values of R ( x ) , making sure we


choose test points between (and to the left and right of)
successive zeros, and the y-intercept, R ( 0 ) = −8 .

Step 3: Since R is of odd degree (degree 5) and its leading coefficient is


negative, it has the following end behavior:

y → −∞ as x → ∞ and y → ∞ as x → −∞

Step 4: Finally, we plot the points from the table and connect the points
by a smooth curve to complete the graph.

By: Crystal Hull

You might also like