Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Statistics LibreTexts

3.6: Polynomial Functions

( \newcommand{\kernel}{\mathrm{null}\,}\)

A Polynomial Function is a function that can be written in the general form:

f(x)=anxn+an1xn1+...+a1x+a0

for n a non-negative integer, called the degree of the polynomial. The coefficients a0, a1, , an are real numbers with leading coefficient an an0. The domain of a Polynomial Function is (,). The graph of a polynomial function of degree n can intersect the x-axis at most n times. These are the roots of the polynomial function.

There are no examples or homework in this section.

Quadratic Functions

Definition: A Function of the Form

f(x)=ax2+bx+c where a0

is a Quadratic Function in standard form, and its graph is a parabola. When the leading coefficient, a, is positive, the graph of the Quadratic Function opens upward. When the leading coefficient, a, is negative, the graph of the Quadratic Function opens downward.

Example 4.6.1

Sketch a graph of f(x)=x2+5x+3 in a rectangular coordinate system. Find the vertex, the x-intercept(s) and the y-intercept algebraically.

Solution

Find the vertex by calculating (b2a,f(b2a)) with a=1, b=5 and c=3.

(b2a,f(b2a))= Find the vertex of the parabola 52(1)=52=2.5 Simplify 52(1)=2.5f(2.5)=(2.5)2+5(2.5)+3=9.25=f(b2a)=9.25(b2a,f(b2a))=(2.5,9.25) Vertex of the parabola 

To find the intercepts:

0=x2+5x+3x-intercept, set f(x)=00=x2+5x+3Use the Quadratic Formula to solve this equation (it can't be factored). Let a=1,b=5,c=3x=5±(5)24(1)(3)2(1)Quadratic Formula x=5±372Simplifyx=0.54 or x=5.54This quadratic function has two roots (x-intercepts).f(0)=02+5(0)+3y-intercept, set x=0f(0)=3y-intercept

Graph the four ordered pairs, and calculate more ordered pairs if needed: (2.5,9.25), (.54,0), (5.54,0), (0,3).

clipboard_e625cf2e8fcfd373b2138939bfc837a7d.png Figure 4.6.1
Exercise 4.6.1
  1. f(x)=2x25x5
  2. f(x)=0.5x26x+21
  3. f(x)=4x28x3
  4. f(x)=4x2+16x15
  5. f(x)=x28x+12
  6. f(x)=7x2+100x10

Cubic and Higher Order Functions

Definition: Cubic Function

A Cubic Function is a third-degree polynomial function that can be written in the general form:

f(x)=a3x3+a2x2+a1x+a0

with 3 as the degree of the cubic function. The coefficients a0, a1, a2, a3 are real numbers with leading coefficient a30. The domain of a cubic function is (,).

Example 4.6.2

Factor if possible and graph the function by creating a table of solutions:

f(x)=x34x2+6x1

Solution

This polynomial is of degree 3, and is difficult to factor. Create a table of solutions to graph.

clipboard_e63b46fb7a7a7500d56489bc1864a28e4.png Figure 4.6.2
Table of Solutions for f(x)=x34x2+6x1  
x f(x)
-2 f(2)=(2)34(2)2+6(2)1=37
-1 f(1)=(1)34(1)2+6(1)1=12
0 f(0)=(0)34(0)2+6(0)1=1
1 f(1)=(1)34(1)2+6(1)1=2
2 f(2)=(2)34(2)2+6(2)1=3
Example 4.6.3

Factor if possible and graph the function by creating a table of solutions:

g(x)=x416

Solution

This polynomial is of degree 4, and because it is a difference of squares, it can be factored into a product of binomials to find the zeroes of the polynomial. Create a table of solutions to graph.

g(x)=(x24)(x2+4)Factoring into the sum and difference of binomials.g(x)=(x2)(x+2)(x2+4)Further factoring. Set each binomial equal to zero to find the real number zeroes of the polynomial.x2=0,x=2The first real number zero of the polynomial, (2,0)x+2=0,x=2The second real number zero of the polynomial, (2,0)x2+4=0,x2=4The third binomial factor does not produce real number zeroes, because no number squared can result in a negative value.

clipboard_e3a8186034b537bd9e90a75589196bb99.png Figure 4.6.3
Table of Solutions for g(x)=x416  
x g(x)
-2 g(2)=(2)416=1616=0
-1 g(1)=(1)416=116=15
0 g(0)=(0)416=016=16
1 g(1)=g(1)=(1)416=116=15
2 g(2)=g(2)=(2)416=1616=0
Example 4.6.4

Factor if possible and graph the function by creating a table of solutions:

f(x)=x65x2+3

Solution

This polynomial is of degree 6, and is difficult to factor. Create a table of solutions to graph.

clipboard_e1d16c8f96ce4e763f64388c5d76040af.png Figure 4.6.4
Table of Solutions for f(x)=x65x2+3  
x f(x)
-2 f(2)=(2)65(2)2+3=47
-1 f(1)=(1)65(1)2+3=1
0 f(0)=(0)65(0)2+3=3
1 f(1)=(1)65(1)2+3=1
2 f(2)=(2)65(2)2+3=47
Exercise 4.6.2
  1. f(x)=x327
  2. g(x)=81x416
  3. h(x)=2x54x26x+3
  4. f(x)=5x66x4+5

Rational Functions

Definition: Rational Function

A rational function is a function that can be written as a quotient of polynomials.

f(x)=P(x)Q(x), Q(x)0

where P(x) and Q(x) are polynomials in one variable x. The domain is the set of all real numbers such that Q(x)0.

Example 4.6.5

For the function, f(x)=9x3 :

  1. Graph the function
  2. Evaluate the function for x=0 and x=2
Solution

Pay attention to the domain of this function. Division by zero is undefined, so the number(s) that will make the denominator 0 must be excluded from the domain.

In this problem, x3 is in the denominator of the function. Set x3=0 and solve for x. If x=3 the division is undefined, so exclude the number 3 from the domain of the function. Think of it as always starting with all real numbers (,) and then removing the values that will cause undefined division.

The domain of this function is (,3)(3,).

Rational functions will often have asymptotes, a line that continually approaches a given curve but does not meet it at any finite distance. You will learn about asymptotes in the Curve Sketching section of Math 162.

The graph of this function can be found by making a table of solutions:

clipboard_e2190a911f95a5ff27ea2182ee7681997.png Figure 4.6.5
Table of Solutions for f(x)=9x3 Domain: (,3)(3,)
x f(x)
-4 97
-3 32
-2 95
-1 94
0 3
1 92
2 9
Example 4.6.6

For the function, f(x)=100xx23x4

  1. Graph the function
  2. Evaluate the function for x=1 and x=3
Solution

Pay attention to the domain of this function. Division by zero is undefined, so the number(s) that will make the denominator 0 must be excluded from the domain.

In this problem, x23x4 is in the denominator of the function. Factor the quadratic expression to get (x4)(x+1) and set each factor equal to zero and solve for x: x4=0, so x=4; x+1=0, so x=1. If x=4 or x=1, the division is undefined, so exclude the numbers 4 and −1 from the domain of the function. Think of it as always starting with all real numbers (,) and then removing the values that will result in undefined division.

The domain of this function is (,1)(1,4)(4,). The graph of this function can be found by making a table of solutions:

clipboard_e281de07416cad838070d8993ba6d12c7.png Figure 4.6.6
Table of Solutions for f(x)=100xx23x4 Domain: (,1)(1,4)(4,)
x f(x)
-4 −16.667
-3 −21.429
-2 −33.333
-1 undefined
0 0
1 −16.667
2 −33.333
3 -75
4 undefined
Exercise 4.6.3
  1. f(x)=3x+6x1
  2. f(x)=9x29
  3. f(x)=x24x24x

This page titled 3.6: Polynomial Functions is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Victoria Dominguez, Cristian Martinez, & Sanaa Saykali (ASCCC Open Educational Resources Initiative) .

Support Center

How can we help?