Operations on Polynomials

Table of Contents

What is a polynomial?

A polynomial is a type of expression in mathematics. The word comes from two different roots: poly, meaning “many” in Greek, and nomen, meaning “name” (or what we refer to as a “term”) in Latin.

The terms in a polynomial are made up of constants, variables, and exponents (which may only be whole numbers). These elements are combined through addition, subtraction, multiplication, and division (excluding dividing by a variable). Another way to describe this is that polynomials are the sums of terms of the form \(k \cdot x^n\), where \(k\) is any number and \(n\) is a positive integer.

Standard Form of a Polynomial

A polynomial in standard form is a polynomial that is written such that the terms are written in descending order according to their power, or degree.

NOT Standard FormStandard Form
\[12x^2+5x^3-4+7x\]\[5x^3+12x^2+7x-4\]
\[2x^3+4x^4y^2-5xy\]\[4x^4y^2+2x^3+-5xy\]
\[3a+4-7a^2\]\[-7a^2+3a+4\]
\[8x-5-x^3+7x^4-3x^2\]\[7x^4-x^3-3x^2+8x-5\]

Polynomial Names

Polynomials are named by their degree and by the number of terms they are made of.

DegreeName
0 degreeconstant
1st degreelinear
2nd degreequadratic
3rd degreecubic
4th degreequartic
5th degreequintic
6th degreesixth degree
There are names after quartic, but most commonly, polynomials of a higher degree are simply referred to as “fifth degree”, “sixth degree”, etc.
Number of TermsName
1monomial
2binomial
3trinomial
4polynomial of 4 terms
5polynomial of 5 terms
There are also specific names for polynomials with more than three terms, but they will most commonly be referred to as a “polynomial of 4 terms”, a “polynomial of 5 terms”, etc.

Examples of names of polynomials:

Notice as you review the following table that not all of the polynomials are in standard form. Having the polynomial in standard form makes it easier to name and easier to do mathematical operations on; however, even if it is not in standard form, it is still a polynomial.

ExampleName
\[12x^2+4\]quadratic binomial
\[3m+7m^4-3m^3\]quartic trinomial
\[5y\]linear monomial
\[7\]constant monomial (or just “constant”)
\[9x^5+4\]quintic binomial
\[6x-5x^2-x^3+x^4\]quartic polynomial of 4 terms
\[15+6y^3+y^2-6y\]cubic polynomial of 4 terms
\[8m^2-4m+3\]quadratic trinomial
\[2x+9\]linear binomial

Videos about polynomial basics

Polynomials Intro (Khan Academy)

Adding & Subtracting Polynomial Expressions

Adding and subtracting polynomial expressions is done just like adding and subtracting whole numbers. Consider the expressions \(132+406\) and \((x^2+3x+2)+(4x^2+5)\).

Notice that in just as in the first expression only like place values are added, only like like terms may be added in polynomial expressions.

Examples of Adding and Subtracting Polynomial Expressions

Adding Polynomials

\[
\begin{align*}
(4x^2+5x-2)+(2x^2+7)&=(4x^2 +2x^2) + (5x) + (-2 + 7) \\
&=6x^2+5x+5
\end{align*}
\]

Subtracting Polynomials

\[
\begin{align*}
(4x^2+5x-2)-(2x^2+7)&=(4x^2+5x-2)+(-2x^2-7)\\
&=(4x^2 -2x^2) + (5x) + (-2 – 7)\\
&=2x^2+5x-9
\end{align*}
\]

Videos about adding & subtracting polynomial expressions

Adding Polynomial Expressions

Subtracting Polynomial Expressions

Multiplying Polynomials

There are multiple methods that can be used when multiplying polynomials. Below are two different methods being used to simplify the expression \((x+4)(x-3)\). The method of distribution is shown on the left, using an area model is shown on the right.

Videos about multiplying polynomial expressions

Multiplying polynomials using distribution
Multiplying binomials using an area model
Multiplying a binomial and a trinomial using an area model

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top