Polynomials

There are many different types of algebraic expressions, but most of the expressions in this class are a particular type: a polynomial.

A polynomial is an algebraic expression built out of constants and variables using the operations of addition and multiplication, or anything equivalent to this. Thus, anything built using addition, subtraction, opposites, multiplication, division by nonzero constants, and raising to powers of whole constants is a polynomial. (This is because subtraction is adding an opposite, you can take an opposite by multiplying by −1, dividing by a nonzero constant is multiplying by its reciprocal, raising to the power of zero is equivalent to the constant 1, and raising to the power of a nonzero whole number is equivalent to repeated multiplication.) However, it is forbidden in a polynomial to divide by zero or a variable expression (or to take the reciprocal of zero or a variable expression), to raise to the power of a negative or fractional number or of a variable, or to take an absolute value.

Usually the first step in dealing with any polynomial is to simplify it to standard form; for example, x + 5 is considered standard while 5 + x is not, so 5 + x simplifies to x + 5. Exactly what counts as the standard form of an expression will depend on the context that you're working in, so ‘simplify’ doesn't always mean to make things simpler (but it usually at least doesn't make them any more complicated).

Every polynomial is a sum of terms; you add up the terms to get the entire expression. Here are a couple of examples:

The last example shows that, when analysing polynomials, you want to think of subtraction as a form of addition. Here, we think of subtracting 2x2 as adding −2x2. This is one reason why I began these notes by saying that polynomials are built from variables and constants using only addition and multiplication; every use of subtraction should be thought of as really a use of addition.

Monomials

Each term of a polynomial is a monomial; a monomial is any expression built out of constants and variables using only the operation of multiplication, or anything equivalent to this. Anything built using opposites, multiplication, division by nonzero constants, and raising to powers of whole constants is a monomial, but addition or subtraction is forbidden.

Every monomial is a product of factors; you multiply the factors to get the entire term. The first factor is the coefficient, which is always a constant. Then there is one factor for each variable, which consists of that variable raised to the power of a whole constant. This whole constant is the degree of the monomial on that variable. So in the end, a monomial is given by several numbers: the coefficient and the degrees on all of the variables.

Think about these special cases before we look at some examples:

Now here are some examples:

Now if you look back at the first two examples of polynomials, we see that each of these polynomials has three terms, and each of these terms is a monomial with a coefficient and a degree on x.

So far, I've only talked about degrees on specific variables. The degree of a monomial is the sum of the degrees for the variables in the monomial. For example:

Other polynomials

When writing out a polynomial in standard form, we always write the terms in order of decreasing degree. The degree of the polynomial as a whole is the largest degree of any of its nonzero terms. Returning to our original examples:

A polynomial whose degree is zero is equivalent to a constant. (Since the constant 0 has no nonzero terms, it technically does not have a degree at all; sometimes people say that its degree is −1, or even −∞, meaning negative infinity, but I will say that the degree is undefined.)

A linear expression is a polynomial whose degree is at most 1; in other words, either it is constant or its degree is exactly 1. A linear expression can be built out of constants and variables using only addition and multiplication by constants; any expression built from addition, subtraction, opposites, multiplication by constants, and division by constants is linear, but multiplication by a variable expression or raising to a power (other than 0 or 1) is forbidden. For example, neither 2x2 + 3x + 4 nor x3 − 2x2 + 3, but 2x + 3y + 4 is linear, as is a − 2b + 3. Most of the first half of this course will be about linear expressions.

A polynomial is quadratic if its degree is 2, or cubic if its degree is 3. Thus, 2x2 + 3x + 4 is quadratic, while x3 − 2x2 + 3 is cubic. There are additional words (now based on Latin words for the numbers) for polynomials of degree 4, 5, or more, but these are not used much. (Even ‘cubic’ is not used in the textbook.) There doesn't seem to be a word for a polynomial whose degree is 1 other than ‘nonconstant linear’, and there doesn't seem to be a word for a polynomial whose degree is 0 other than ‘nonzero constant’.

Notice that a monomial is simply a polynomial with 1 term. Similarly, a binomial is a polynomial with 2 terms, a trinomial is a polynomial with 3 terms, and a tetranomial is a polynomial with 4 terms. For example, both 2x2 + 3x + 4 and x3 − 2x2 + 3 are trinomials. There are additional words (based on Greek words for the numbers) for polynomials with 5, 6, or more terms, but these are not used much. (Even ‘tetranomial’ is not used in the textbook.)

Addition and subtraction

Two terms are alike (or are like terms) if they are the same except for their coefficients. For example: You can combine like terms into a single term by adding the coefficients; for example: A polynomial is in standard form if it is written as a sum of terms, each of its terms is a monomial in standard form (see the next section), no two of its terms are alike, none of its terms has a coefficient of 0 (unless the entire polynomial is the constant 0), and the terms are in order of decreasing degree. (If there is more than one variable, then there may be multiple terms with the same degree; then we usually put them in alphabetical order as much as possible.)

Combining like terms defines addition of polynomials; for example:

You can also take the opposite of a polynomial by taking the opposite of each coefficient in each term; for example: This now defines subtraction of polynomials; for example:

Multiplication

Similar to like terms, two factors are alike (or are like factors) if they are both coefficients or involve the same variable. For example: You can combine like factors into a single factor by adding the degrees; for example: A monomial is in standard form if it is written as a sum of factors, no two of its factors are alike, none of its factors has a degree of 0, 1 is not a factor (unless the entire monomial is the constant 1), a factor of −1 is written as a minus sign (unless the entire monomial is the constant −1), and no other factors appear if 0 is a factor. (The order of the variable factors is not specified, but we usually put them in alphabetical order.)

Combining like factors defines multiplication of monomials; for example:

Finally, to define multiplication of polynomials, we multiply each term by each term. For example: This example also shows the importance of putting the terms of a polynomial in order of decreasing degree.
Go back to the course homepage.
This web page was written between 2007 and 2018 by Toby Bartels, last edited on 2018 July 26. Toby reserves no legal rights to it.

The permanent URI of this web page is http://tobybartels.name/MATH-0950/2018SU/polynomials/.

HTML 5