Define and Evaluate Polynomials

Learning Outcomes

  • Define, evaluate, and simplify single variable polynomials

In the example on the previous page, we saw how combining the formulas for different shapes provides a way to accurately predict the amount of paint needed for a construction project. The result was a polynomial.

A polynomial function is a function consisting of the sum or difference of terms in which each term is a real number, a variable, or the product of a real number and variable(s) with a non-negative integer exponents. Non negative integers are 0,1,2,3,4, …
You may see a resemblance between expressions and polynomials which we have been studying in this course.  Polynomials are a special sub-group of mathematical expressions and equations.

The following table is intended to help you tell the difference between what is a polynomial and what is not.

IS a Polynomial Is NOT a Polynomial Reason
2x212x9 2x2+x Polynomials only have variables in the numerator
y4y3 2y+4 Polynomials only have variables in the numerator
12(a)+9  a+7 Roots are equivalent to rational exponents, and polynomials only have integer exponents on variables

The basic building block of a polynomial is a monomial. A monomial is one term and can be a number, a variable, or the product of a number and variable(s) with an exponent. The number part of the term is called the coefficient.

The expression 6x to the power of 3. 6 is the coefficient, x is the variable, and the power of 3 is the exponent.

A polynomial containing two terms, such as 2x9, is called a binomial. A polynomial containing three terms, such as 3x2+8x7, is called a trinomial.

We can find the degree of a polynomial by identifying the highest power of the variable that occurs in the polynomial. The term with the highest degree is called the leading term because it is usually written first. The coefficient of the leading term is called the leading coefficient. When a polynomial is written so that the powers on a specified variable are descending, we say that it is in standard form. It is important to note that polynomials only have integer exponents.

4x^3 - 9x^2 + 6x, with the text "degree = 3" and an arrow pointing at the exponent on x^3, and the text "leading term =4" with an arrow pointing at the 4.

How to: Given a polynomial expression, identify the degree and leading coefficient

  1. Find the highest power of x to determine the degree.
  2. Identify the term containing the highest power of x to find the leading term.
  3. Identify the coefficient of the leading term.

Example

For the following polynomials, identify the degree, the leading term, and the leading coefficient.

  1. 3+2x24x3
  2. 5t52t3+7t
  3. 6pp32

In the following video, we will identify the terms, leading coefficient, and degree of a polynomial.

The table below illustrates some examples of monomials, binomials, trinomials, and other polynomials. They are all written in standard form.

Monomials Binomials Trinomials Other Polynomials
15 3y+13 x3x2+1 5x4+3x36x2+2x
12x 4p7 3x2+2x9 13x52x4+29x3x2+4x56
4y3 3x2+58x 3y3+y22 3t33t23t3
16n4 14y3+3y a7+2a53a3 q7+2q53q3+q

When the coefficient of a polynomial term is 0, you usually do not write the term at all (because 0 times anything is 0, and adding 0 does not change the value). The last binomial above could be written as a trinomial, 14y3+0y2+3y.

A term without a variable is called a constant term, and the degree of that term is 0. For example, 13 is the constant term in 3y+13. You would usually say that 14y3+3y has no constant term or that the constant term is 0.

Evaluate a Polynomial

You can evaluate polynomials just as you have been evaluating expressions all along. To evaluate an expression for a value of the variable, you substitute the value for the variable every time it appears. Then use the order of operations to find the resulting value for the expression.

Example

Evaluate 3x22x+1 for x=1.

Example

Evaluate 23p4+2p3p for p=3.

 In the following video, we show more examples of evaluating polynomials for given values of the variable.