Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

5.2: Introduction to Polynomials

  • Anonymous
  • LibreTexts

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

Learning Objectives
  • Identify a polynomial and determine its degree.
  • Evaluate a polynomial for given values of the variables.
  • Evaluate a polynomial using function notation.

Definitions

A polynomial is a special algebraic expression with terms that consist of real number coefficients and variable factors with whole number exponents.

Examplesofpolynomials:

3x27xy+532x3+3x212x+16x2y4xy34xy3+7

Polynomials do not have variables in the denominator of any term.

Examplesthatarenotpolynomials:

2x2y5x+55x2+3x2+72x5y=3

The degree of a term in a polynomial is defined to be the exponent of the variable, or if there is more than one variable in the term, the degree is the sum of their exponents. Recall that x0=1; any constant term can be written as a product of x0 and itself. Hence the degree of a constant term is 0.

Term Degree
3x2 2
6x2y 2+1=3
7a2b3 2+3=5
8 0, since 8=8x0
2x 1, since x=x1
Table 5.2.1

The degree of a polynomial is the largest degree of all of its terms.

Polynomial Degree
4x53x3+2x1 5
6x2y5xy3+7 4, because 5xy3 has degree 4.
12x+54 1, because x=x1
Table 5.2.2

We classify polynomials by the number of terms and the degree as follows:

Expression Classification Degree
5x7 Monomial (one term) 7
8x61 Binomial (two terms) 6
3x2+x1 Trinomial (three terms) 2
5x32x2+3x6 Polynomial (many terms) 3
Table 5.2.3

In this text, we will call polynomials with four or more terms simply polynomials.

Example 5.2.1

Classify and state the degree:

7x24x51.

Solution:

Here there are three terms. The highest variable exponent is 5. Therefore, this is a trinomial of degree 5.

Answer:

Trinomial; degree 5

Example 5.2.2

Classify and state the degree:

12a5bc3.

Solution:

Since the expression consists of only multiplication, it is one term, a monomial. The variable part can be written as a5b1c3; hence its degree is 5+1+3=9.

Answer:

Monomial; degree 9

Example 5.2.3

Classify and state the degree:

4x2y6xy4+5x3y3+4.

Solution:

The term 4x2y has degree 3; 6xy4 has degree 5;5x3y3 has degree 6; and the constant term 4 has degree 0. Therefore, the polynomial has 4 terms with degree 6.

Answer:

Polynomial; degree 6

Of particular interest are polynomials with one variable, where each term is of the form anxn. Here an is any real number and n is any whole number. Such polynomials have the standard form

anxn+an1xn1+...+a1x+a0

Typically, we arrange terms of polynomials in descending order based on the degree of each term. The leading coefficient is the coefficient of the variable with the highest power, in this case, an.

Example 5.2.4

Write in standard form:

3x4x2+5x3+72x4.

Solution:

Since terms are separated by addition, write the following:

3x4x2+5x3+72x4=3x+(4x2)+5x3+7+(2x4)

In this form, we can see that the subtraction in the original corresponds to negative coefficients. Because addition is commutative, we can write the terms in descending order based on the degree of each term as follows:

=(2x4)+5x3+(4x2)+3x+7=2x4+5x34x2+3x+7

Answer:

2x4+5x34x2+3x+7

We can further classify polynomials with one variable by their degree as follows:

Polynomial Name
5 Constant (degree 0 )
2x+1 Linear (degree 1 )
3x2+5x3 Quadratic (degree 2 )
x3+x2+x+1 Cubic (degree 3 )
7x4+3x37x+8 Fourth-degree polynomial
Table 5.2.4

In this text, we call any polynomial of degree n4 an nth-degree polynomial. In other words, if the degree is 4, we call the polynomial a fourth-degree polynomial. If the degree is 5, we call it a fifth-degree polynomial, and so on.

Evaluating Polynomials

Given the values for the variables in a polynomial, we can substitute and simplify using the order of operations.

Example 5.2.5

Evaluate:

3x1, where x=32.

Solution:

First, replace the variable with parentheses and then substitute the given value.

Answer:

112

Example 5.2.6

Evaluate:

3x2+2x1, where x=1.

Solution:

Answer:

0

Example 5.2.7

Evaluate:

2a2b+ab27, where a=3 and b=2.

Solution:

Answer:

41

Example 5.2.8

The volume of a sphere in cubic units is given by the formula V=43πr3, where r is the radius. Calculate the volume of a sphere with radius r=32 meters.

Screenshot (358).png
Figure 5.2.1

Solution:

V=43πr3=43π(32)3=43π3323=1431π92782=92π

Answer:

92π cubic meters

Exercise 5.2.1

Evaluate:

x3x2+4x2, where x=3.

Answer

50

Polynomial Functions

Polynomial functions with one variable are functions that can be written in the form

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

where an is any real number and n is any whole number. Some examples of the different classes of polynomial functions are listed below:

Polynomial function Name
f(x)=5 Constant function (degree 0 )
f(x)=2x+1 Linear function (degree 1 )
f(x)=5x2+4x3 Quadratic function (degree 2 )
f(x)=x31 Cubic function (degree 3 )
f(x)=4x5+3x47 Polynomial function
Table 5.2.5

Since there are no restrictions on the values for x, the domain of any polynomial function consists of all real numbers.

Example 5.2.9

Calculate:

f(5), given f(x)=2x2+5x+10.

Solution:

Recall that the function notation f(5) indicates we should evaluate the function when x=5. Replace every instance of the variable x with the value 5.

Answer:

f(5)=15

Example 5.2.10

Calculate:

f(1), given f(x)=x3+2x24x+1.

Solution:

Replace the variable x with 1.

f(1)=(1)3+2(1)24(1)+1=(1)+21+4+1=1+2+4+1=8

Answer:

f(1)=8

Exercise 5.2.2

Given g(x)=x32x2x4, calculate g(1).

Answer

g(1)=6

Key Takeaways

  • Polynomials are special algebraic expressions where the terms are the products of real numbers and variables with whole number exponents.
  • The degree of a polynomial with one variable is the largest exponent of the variable found in any term.
  • The terms of a polynomial are typically arranged in descending order based on the degree of each term.
  • When evaluating a polynomial, it is a good practice to replace all variables with parentheses and then substitute the appropriate values.
  • All polynomials are functions.
Exercise 5.2.3 Definitions

Classify the given polynomial as linear, quadratic, or cubic.

  1. 2x+1
  2. x2+7x+2
  3. 23x2+x
  4. 4x
  5. x2x3+x+1
  6. 510x3
Answer

1. Linear

3. Quadratic

5. Cubic

Exercise 5.2.4 Definitions

Classify the given polynomial as a monomial, binomial, or trinomial and state the degree.

  1. x31
  2. x2y2
  3. xx5+1
  4. x2+3x1
  5. 5ab4
  6. 13x12
  7. 5x3+2x+1
  8. 8x29
  9. 4x55x3+6x
  10. 8x4x5+2x3
  11. 9x+7
  12. x5+x4+x3+x2x+1
  13. 6x1+5x48
  14. 4x3x2+3
  15. 7
  16. x2
  17. 4x2y3x3y3+xy3
  18. a3b26ab
  19. a3b3
  20. x2yy2x
  21. xy3
  22. a5bc2+3a95a4b3c
  23. 3x10y2zxy12z+9x13+30
  24. 7x0
Answer

1. Binomial; degree 3

3. Trinomial; degree 5

5. Monomial; degree 5

7. Trinomial; degree 3

9. Trinomial; degree 5

11. Binomial; degree 1

13. Not a polynomial

15. Monomial; degree 0

17. Trinomial; degree 6

19. Monomial; degree 6

21. Binomial; degree 2

23. Polynomial; degree 14

Exercise 5.2.5 Definitions

Write the following polynomials in standard form.

  1. 16x+7x2
  2. x9x28
  3. 7x3+x7x2+x5x5
  4. a3a9+6a5a+3a4
Answer

1. 7x26x+1

3. x75x5x3x2+x+7

Exercise 5.2.6 Evaluating Polynomials
  1. Fill in the following chart:
    Screenshot (359).png
    Figure 5.2.2
  2. Fill in the following chart:
    Screenshot (360).png
    Figure 5.2.3
Answer

1.

Screenshot (361).png
Figure 5.2.4
Exercise 5.2.7 Evaluating Polynomials

Evaluate.

  1. 2x3, where x=3
  2. x23x+5, where x=2
  3. 12x+13, where x=13
  4. x2+5x1, where x=12
  5. 2x2+3x5, where x=0
  6. 8x527x3+81x17, where x=0
  7. y32y+1, where y=2
  8. y4+2y232, where y=2
  9. a3+2a2+a3, where a=3
  10. x3x2, where x=5
  11. 34x212x+36, where x=23
  12. 58x214x+12, where x=4
  13. x2y+xy2, where x=2 and y=3
  14. 2a5bab4+a2b2, where a=1 and b=2
  15. a2b2, where a=5 and b=6
  16. a2b2, where a=34 and b=14
  17. a3b3, where a=2 and b=3
  18. a3+b3, where a=5 and b=5
Answer

1. 3

3. 12

5. 5

7. 3

9. 15

11. 76

13. 6

15. 11

17. 35

Exercise 5.2.8 Evaluating Polynomials

For each problem, evaluate b24ac, given the following values.

  1. a=1,b=2, and c=1
  2. a=2,b=2, and c=12
  3. a=3,b=5,c=0
  4. a=1,b=0, and c=4
  5. a=14,b=4, and c=2
  6. a=1,b=5, and c=6
Answer

1. 0

3. 25

5. 14

Exercise 5.2.9 Evaluating Polynomials

The volume of a sphere in cubic units is given by the formula V=43πr3, where r is the radius. For each problem, calculate the volume of a sphere given the following radii.

  1. r=3 centimeters
  2. r=1 centimeter
  3. r=12 feet
  4. r=32 feet
  5. r=0.15 in
  6. r=1.3 inches
Answer

1. 36π cubic centimeters

3. π6 cubic feet

5. 0.014 cubic inches

Exercise 5.2.10 Evaluating Polynomials

The height in feet of a projectile launched vertically from the ground with an initial velocity v0 in feet per second is given by the formula h=16t2+v0t, where t represents time in seconds. For each problem, calculate the height of the projectile given the following initial velocity and times.

  1. v0=64 feet/second, at times t=0,1,2,3,4 seconds
  2. v0=80 feet/second, at times t=0,1,2,2.5,3,4,5 seconds
Answer

1.

Time Height
t=0 seconds h=0 feet
t=1 second h=48 feet
t=2 seconds h=64 feet
t=3 seconds h=48 feet
t=4 seconds h=0 feet
Table 5.2.6
Exercise 5.2.11 Evaluating Polynomials

The stopping distance of a car, taking into account an average reaction time, can be estimated with the formula d=0.05v2+1.5, where d is in feet and v is the speed in miles per hour. For each problem, calculate the stopping distance of a car traveling at the given speeds.

  1. 20 miles per hour
  2. 40 miles per hour
  3. 80 miles per hour
  4. 100 miles per hour
Answer

1. 21.5 feet

3. 321.5 feet

Exercise 5.2.12 Polynomial Functions

Given the linear function f(x)=23x+6, evaluate each of the following.

  1. f(6)
  2. f(3)
  3. f(0)
  4. f(3)
  5. Find x when f(x)=10.
  6. Find x when f(x)=4.
Answer

1. 2

3. 6

5. x=6

Exercise 5.2.13 Polynomial Functions

Given the quadratic function f(x)=2x23x+5, evaluate each of the following.

  1. f(2)
  2. f(1)
  3. f(0)
  4. f(2)
Answer

1. 19

3. 5

Exercise 5.2.14 Polynomial Functions

Given the cubic function g(x)=x3x2+x1, evaluate each of the following.

  1. g(2)
  2. g(1)
  3. g(0)
  4. g(1)
Answer

1. 15

3. 1

Exercise 5.2.15 Polynomial Functions

The height in feet of a projectile launched vertically from the ground with an initial velocity of 128 feet per second is given by the function h(t)=16t2+128t, where t is in seconds. Calculate and interpret the following.

  1. h(0)
  2. h(12)
  3. h(1)
  4. h(3)
  5. h(4)
  6. h(5)
  7. h(7)
  8. h(8)
Answer

1. The projectile is launched from the ground.

3. The projectile is 112 feet above the ground 1 second after launch.

5. The projectile is 256 feet above the ground 4 seconds after launch.

7. The projectile is 112 feet above the ground 7 seconds after launch.

Exercise 5.2.16 Discussion Board Topics
  1. Find and share some graphs of polynomial functions.
  2. Explain how to convert feet per second into miles per hour.
  3. Find and share the names of fourth-degree, fifth-degree, and higher polynomials.
Answer

1. Answers may vary

3. Answers may vary


This page titled 5.2: Introduction to Polynomials is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?