If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Polynomial and other nonlinear graphs | Lesson

A guide to polynomial and other nonlinear graphs on the digital SAT

What are polynomial and other nonlinear graphs?

In a polynomial function, the output of the function is based on a polynomial expression in which the input is raised to the second power or higher.
Quadratic functions are a type of polynomial function. However, this lesson focuses on polynomial functions raised to the third power or higher.
Consider the function f(x)=x3+2x25x6. This function is a third degree polynomial; its highest exponent of x is 3, and it has three x-intercepts:
The polynomial function y=x^3+2x^2-5x-6 is graphed in the xy-plane. The graph intercepts the x-axis at approximately -3, -1, and 2. As x increases, y increases, decreases, and increases. The graph changes direction at the approximate x-values of -2.12 and 0.79.
In addition to polynomial functions, we may also encounter other nonlinear functions such as rational functions. The input of a rational function appears in the denominator of an expression. For example, f(x)=1x is a rational function.
The rational function y=1/x is graphed in the xy-plane. For x<0, the graph is in Quadrant III. As x decreases, y approaches 0. As x approaches 0, y approaches negative infinity. For x>0, the graph is in Quadrant I. As x increases, y approaches 0. As x approaches 0, y approaches positive infinity.
In this lesson, we'll:
  1. Relate the factors of polynomial functions to the x-intercepts of polynomial graphs
  2. Apply the polynomial remainder theorem
  3. Understand the behavior of basic rational functions
This lesson builds upon the following skills:
  • Quadratic graphs
  • Radical, rational, and absolute value equations
You can learn anything. Let's do this!

How do I identify features of graphs from polynomial functions?

Zeros of polynomials introduction

Khan Academy video wrapper
Zeros of polynomials introductionSee video transcript

Features of polynomial graphs

Factored form and zeros

Note: The terms "zeros", "roots", and "x-intercepts" are used interchangeably here and on the test!
On the SAT, polynomial functions are usually shown in factored form. For example, the function above, f(x)=x3+2x25x6, would be written as f(x)=(x+3)(x+1)(x2).
This is because the factors tell us the x-intercepts of the graph. At each x-intercept, the value of y is zero. By the zero product property, if any of the factors is equal to 0, then the entire polynomial expression is equal to 0. Therefore, for y=(xa)(xb)(xc), the x-intercepts of graph are located at (a,0), (b,0), and (c,0).
The polynomial function y=x^3+2x^2-5x-6 is graphed in the xy-plane. The graph intercepts the x-axis at approximately -3, -1, and 2. The x-intercepts are highlighted.
According to the graph of y=(x+3)(x+1)(x2) above, the graph intercepts the x-axis at 3, 1, and 2, which means their corresponding factors are equal to 0 when x is equal to 3, 1, and 2:
  • 3+3=0
  • 1+1=0
  • 22=0
Higher order polynomials behave similarly. For any polynomial graph, the number of distinct x-intercepts is equal to the number of unique factors.
To determine the zeros of a polynomial function in factored form:
  1. Set each factor equal to 0.
  2. Solve the equations from Step 1. The solutions to the linear equations are the zeros of the polynomial function.

Example: What are the roots of y=(2x1)(x3)(x+5) ?

To write a polynomial function when its zeros are provided:
  1. For each given zero, write a linear expression for which, when the zero is substituted into the expression, the value of the expression is 0.
  2. Each linear expression from Step 1 is a factor of the polynomial function.
  3. The polynomial function must include all of the factors without any additional unique binomial factors.

Example: The real roots of the polynomial function p(x) are 1, 3, and 8. Write a function that could be p(x).

Standard form, y-intercept, and end behavior

When a polynomial function is written in standard form, e.g., y=x3+2x25x6, we can't identify the zeros as easily, but we can determine the y-intercept and end behavior of the graph.
The y-intercept happens when x=0, and so is equal to the constant term of the polynomial expression. So, the y-intercept for y=x3+2x25x6 is 6.
The polynomial function y=x^3+2x^2-5x-6 is graphed in the xy-plane. The y-intercept, (0, -6), is highlighted.
The highest power term tells us the end behavior of the graph. End behavior is just another term for what happens to the value of y as x becomes very large in both the positive and negative directions. For the highest power term axn:
  • If a>0, then y ultimately approaches positive infinity as x increases.
  • If a<0, then y ultimately approaches negative infinity as x increases.
  • If n is even, then the ends of the graph point in the same direction.
  • If n is odd, then the ends of the graph point in different directions.
The highest power term in y=x3+2x25x6 is 1x3:
  • Since 1>0, y approaches positive infinity as x increases.
  • Since 3 is odd, the other end of the graph points in the opposite direction as x and x3 become more and more negative: negative infinity.

Try it!

Try: determine the factors of a polynomial function based on its graph
The graph of a polynomial function intercepts the x-axis at -4, 0, 1, and 3.
The polynomial graph shown above has
unique zeros, which means it has the same number of unique factors.
Select all of the unique factors of the polynomial function representing the graph above.
Choose all answers that apply:


Try: determine the end behaviors of polynomial functions
The highest power term in the polynomial function f(x)=2x47x3+8x210x1 is 2x4. Since the coefficient in 2x4 is
and the exponent in 2x4 is
:
  • As x increases, y ultimately approaches
    .
  • As x decreases, y ultimately approaches
    .


What is the polynomial remainder theorem, and how do I apply it?

Intro to the polynomial remainder theorem

Khan Academy video wrapper
Intro to the Polynomial Remainder TheoremSee video transcript

The polynomial remainder theorem

The polynomial remainder theorem states that when a polynomial function p(x) is divided by xa, the remainder of the division is equal to p(a).
The polynomial remainder theorem lets us calculate the remainder without doing polynomial long division. It also tells us whether an expression xa is a factor of an unknown polynomial function as long as we know the value of p(a):
  • If p(a)=0, then (a,0) is an x-intercept, and xa is a factor of p(x).
  • If p(a)0, then xa is not a factor of p(x).

Try it!

Try: find factors and remainders from a table
xg(x)
23
16
05
10
227
The table above shows the values of polynomial function g at several different values of x.
Because g(0)=5, x
a factor of g(x).
Because g(1)=0, x1
a factor of g(x).
When g(x) is divided by x2, the remainder is
.


What are the features of simple rational functions?

Note: Rational functions can get quite complex, but the SAT tends to focus on simple rational functions! Think rational functions more like f(x)=1x2 and less like f(x)=2x2+7x+32x+3.

Graphing rational functions 1

Khan Academy video wrapper
Graphing rational functions 1See video transcript

Undefined and vertical asymptotes

As with other functions, we can find points on the graphs of rational functions by plugging x-values into the function to get (x,y) pairs. What makes rational functions different from linear, quadratic, exponential, and polynomial functions is that for certain values of x, the function can be undefined.
In math, division by 0 is impossible: any attempt to divide by 0 results in a quotient that is considered "undefined". Therefore, a rational function is undefined when its input results in an expression that asks us to divide by 0.
For example, for f(x)=1x2, f(2) is undefined because when x=2, the denominator is 22=0.
In the graph of a simple rational function, a
exists where the function is undefined. Let's go back to our example: what happens to the value of f(x)=1x2 as x approaches 2?
  • For x<2, as x approaches 2, the value of the denominator remains negative and gets closer and closer to 0. When 1 is divided by a very small negative number, the quotient is a very large negative number. In other words, as x approaches 2 from the left, y approaches negative infinity.
  • For x>2, as x approaches 2, the value of the denominator remains positive and gets closer and closer to 0. When 1 is divided by a very small positive number, the quotient is a very large positive number. In other words, as x approaches 2 from the right, y approaches positive infinity.
The graph of f(x)=1x2 and its vertical asymptote at x=2 are shown below.
The rational function y=1/(x-2) is graphed in the xy-plane. For x<2, as x decreases, y approaches 0; as x approaches 2, y approaches negative infinity. For x>2, as x increases, y approaches 0. As x approaches 2, y approaches positive infinity. A vertical dashed line is drawn at x=2.

Try it!

try: determine how a rational function behaves
f(x)=13x+12
The function above is undefined when the value of x is
, and the graph of the function has a vertical asymptote at that value.
When the function is graphed in the xy-plane, as x approaches the vertical asymptote from the negative direction, the value of y approaches
infinity. As x approaches the vertical asymptote from the positive direction, the value of y approaches
infinity.


Your turn!

Practice: select a graph based on the number of zeros
If the function f has four distinct zeros, which of the following could represent the complete graph of f in the xy-plane?
Choose 1 answer:


Practice: write a function using roots
In the xy-plane, the graph of function g has x-intercepts at 2, 2, and 7. Which of the following could define f ?
Choose 1 answer:


Practice: Apply the remainder theorem
For a polynomial h(t), the value of h(1) is 7. Which of the following must be true about h(t) ?
Choose 1 answer:


practice: identify where a rational function is undefined
If f(x)=1x27x+12 is undefined, what is a possible value of x ?
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3/5
  • a simplified improper fraction, like 7/4
  • a mixed number, like 1 3/4
  • an exact decimal, like 0.75
  • a multiple of pi, like 12 pi or 2/3 pi


Things to remember

For a polynomial function in standard form, the constant term is equal to the y-intercept.
For the highest power term axn in the standard form of a polynomial function:
  • If a>0, then y ultimately approaches positive infinity as x increases.
  • If a<0, then y ultimately approaches negative infinity as x increases.
  • If n is even, then the ends of the graph point in the same direction.
  • If n is odd, then the ends of the graph point in different directions.
The polynomial remainder theorem states that when a polynomial function p(x) is divided by xa, the remainder of the division is equal to p(a).
A rational function is undefined when division by 0 occurs.

Want to join the conversation?