Department of Mathematics --- College of Science --- University of Utah

Mathematics 1010 online

Polynomials

A polynomial $ p $ (in a variable $ x $) is a function or an expression that can be evaluated by combining the variable and possibly some constants by a finite number of additions, subtractions, and multiplications. Note that the list excludes divisions (although a number like $ \frac{1}{2} $ would be considered a constant). Also excluded are radicals like $ \sqrt{x} $ although a number like $ \sqrt{2} $ would be (again) considered a constant. When it matters we use the phrases polynomial expression or polynomial function, but more frequently we use just the word polynomial by itself.

A polynomial can always be written in standard form as

$\displaystyle p(x) =
a_nx^n + a_{n-1}x^{n-1} + \ldots + a_1 x + a_0\qquad(*) $

where the $ a_i $ are constants (called the coefficients ) of the polynomial. The integer $ n\geq 0 $ is called the degree of the polynomial. (In this context it is sometimes assumed that

$\displaystyle a_n\neq
0 $

and we adopt that convention for the purposes of this class.) The form $ (*) $ indicates the origin of the word polynomial which is Greek for many terms.

The function $ p(x) = 0 $ is also a polynomial. It is called the zero polynomial (or the zero function.) Its degree is undefined, $ -1 $, or $ -\infty $, depending on the author. You don't have to worry about the degree of the zero polynomial in this class.

Some examples will illustrate these concepts:

Don't get distracted by the subtlety of some of these examples. Usually it will be true that if you see a radical, an absolute value, or a division by an algebraic expression, then the expression or function in question is not a polynomial. But it is important to understand and appreciate the definition of the term polynomial with all its subtleties and ramifications.

Polynomials are important because they occur in applications and they have nice properties: they are defined for all values of the variable, and their graphs are smooth. Indeed, polynomials occur so frequently that there is a whole language associated with them. The terms involved are defined here, and you can also find their definitions in virtually any ordinary dictionary of the English language. Throughout let $ p $ be defined as in $ (*) $ above, with $ a_n\neq 0 $.

The constant $ a_n $ is the leading coefficient of $ p $, and $ a_0 $ is its constant term. A polynomial with only one non-zero coefficient (such as $ 3x^2 $) is a monomial, one with two such coefficients (like $ x^{17}-x^{12} $) is a binomial, and one with three such terms (such as $ x^{14} + x^2 + x $ but more likely and frequently a polynomial of degree 2 like $ x^2+5x+6 $) is a trinomial. Polynomials of low degree occur so often that each degree has been given a special name as listed in the following table:

$\displaystyle \begin{array}{rll}
\hbox{degree} & \hbox{name} &\hbox{Examples} \...
... \hbox{octic} & x^8 + 5x^2 \\  \\
9 & \hbox{nonic} & x^9 \\  \\
\end{array}$

Combining Polynomials

You can add, subtract, and multiply polynomials and get a new polynomial. On the other hand, the ratio of two polynomials is usually not a polynomial. Rather than memorizing a number of rules for the various operations you should recognize that they are just the ordinary rules underlying all algebra, such as the distributive law and the commutative and associative laws of multiplication and addition. A few examples illustrate the idea.

Let

$\displaystyle p(x) = x^2 + 1\qquad\hbox{and}\qquad q(x) = x-1. $

Then new functions $ h $ can be defined as follows:

\begin{displaymath}
\begin{array}{ccccccl}
h = p+q &\hbox{~where~}& h(x) &=& x^2...
...e~}& h(x) &=& (x^2+1)(x-1) &=& x^3 -x^2 +x -1 \\
\end{array} \end{displaymath}

Remember that you multiply powers with the same base by adding the exponents. This implies that the degree of the product of two polynomials is the sum of the individual degrees. If you add (or subtract) two polynomials of different degrees then the degree of the sum (or difference) is the larger of the two individual degrees. If the two polynomials have the same degrees then the degree of the sum or difference is that same degree unless the leading coefficients cancel, in which case the degree of the sum or difference is less. Don't attempt to memorize these facts, instead make up some examples, think about the mechanism of the operation, and then work out the details from your understanding when you need them.