Operations on Polynomials
Learning Outcomes
- Identify the degree, leading coefficient, and leading term of a polynomial.
- Add and subtract polynomials.
- Multiply polynomials.
The area of the front of the doghouse described in the introduction was 4x2+21x ft2.
This is an example of a polynomial which is a sum of or difference of terms each consisting of a variable raised to a nonnegative integer power. A number multiplied by a variable raised to an exponent, such as 384π, is known as a coefficient. Coefficients can be positive, negative, or zero, and can be whole numbers, decimals, or fractions. Each product aixi, such as 384πw, is a term of a polynomial. If a term does not contain a variable, it is called a constant.
A polynomial containing only one term, such as 5x4, is called a monomial. A polynomial containing two terms, such as 2x−9, is called a binomial. A polynomial containing three terms, such as −3x2+8x−7, 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 are descending, we say that it is in standard form.
A General Note: Polynomials
A
polynomial is an expression that can be written in the form
anxn+⋯+a2x2+a1x+a0
Each real number
ai is called a
coefficient. The number
a0 that is not multiplied by a variable is called a
constant. Each product
aixi is a
term of a polynomial. The highest power of the variable that occurs in the polynomial is called the
degree of a polynomial. The
leading term is the term with the highest power, and its coefficient is called the
leading coefficient.
How To: Given a polynomial expression, identify the degree and leading coefficient
- Find the highest power of x to determine the degree.
- Identify the term containing the highest power of x to find the leading term.
- Identify the coefficient of the leading term.
Example: Identifying the Degree and Leading Coefficient of a Polynomial
For the following polynomials, identify the degree, the leading term, and the leading coefficient.
- 3+2x2−4x3
- 5t5−2t3+7t
- 6p−p3−2
Answer:
- The highest power of x is 3, so the degree is 3. The leading term is the term containing that degree, −4x3. The leading coefficient is the coefficient of that term, −4.
- The highest power of t is 5, so the degree is 5. The leading term is the term containing that degree, 5t5. The leading coefficient is the coefficient of that term, 5.
- The highest power of p is 3, so the degree is 3. The leading term is the term containing that degree, −p3, The leading coefficient is the coefficient of that term, −1.
Try It
Identify the degree, leading term, and leading coefficient of the polynomial
4x2−x6+2x−6.
Answer:
The degree is 6, the leading term is −x6, and the leading coefficient is −1.
[ohm_question]93531[/ohm_question]
In the following video example, we will identify the terms, leading coefficient, and degree of a polynomial.
https://youtu.be/3u16B2PN9zk
Adding and Subtracting Polynomials
We can add and subtract polynomials by combining like terms, which are terms that contain the same variables raised to the same exponents. For example, 5x2 and −2x2 are like terms and can be added to get 3x2, but 3x and 3x2 are not like terms and therefore cannot be added.
How To: Given multiple polynomials, add or subtract them to simplify the expressions
- Combine like terms.
- Simplify and write in standard form. Standard form means you start with the leading term, and write the rest of the terms in descending order by degree.
Example: Adding Polynomials
Find the sum.
(12x2+9x−21)+(4x3+8x2−5x+20)
Answer:
4x3+(12x2+8x2)+(9x−5x)+(−21+20)4x3+20x2+4x−1Combine like terms.Simplify.
Analysis of the Solution
We can check our answers to these types of problems using a graphing calculator. To check, graph the problem as given along with the simplified answer. The two graphs should be the same. Be sure to use the same window to compare the graphs. Using different windows can make the expressions seem equivalent when they are not.
Try It
Find the sum.
(2x3+5x2−x+1)+(2x2−3x−4)
Answer:
2x3+7x2−4x−3
[ohm_question]93536[/ohm_question]
Be careful When subtracting polynomials
When subtracting a polynomial from another, be careful to subtract
each term in the second from the first. That is, use the distributive property to distribute the minus sign through the second polynomial.
(3x2−2x+9)−(x2−4x+5)3x2−2x+9−x2−(−4x)−53x2−x2−2x+4x+9−52x2+2x+4Distribute the negative in front of the parenthesisBe careful when subtracting a negative.Rearrange terms in descending order of degreeCombine like terms.
Example: Subtracting Polynomials
Find the difference.
(7x4−x2+6x+1)−(5x3−2x2+3x+2)
Answer:
7x4−5x3+(−x2+2x2)+(6x−3x)+(1−2) 7x4−5x3+x2+3x−1Combine like terms.Simplify.
Analysis of the Solution
Note that finding the difference between two polynomials is the same as adding the opposite of the second polynomial to the first.
Try It
Find the difference.
(−7x3−7x2+6x−2)−(4x3−6x2−x+7)
Answer:
−11x3−x2+7x−9
[ohm_question]93537[/ohm_question]
Watch this video to see more examples of adding and subtracting polynomials.
https://youtu.be/jiq3toC7wGM
Multiplying Polynomials
Multiplying polynomials is a bit more challenging than adding and subtracting polynomials. We must use the distributive property to multiply each term in the first polynomial by each term in the second polynomial. We then combine like terms. We can also use a shortcut called the FOIL method when multiplying binomials. Certain special products follow patterns that we can memorize and use instead of multiplying the polynomials by hand each time. We will look at a variety of ways to multiply polynomials.
Multiplying Polynomials Using the Distributive Property
To multiply a number by a polynomial we use the distributive property. The number must be distributed to each term of the polynomial. In 2(x+7) we can distribute 2 to obtain the expression 2x+14. When multiplying polynomials, the distributive property allows us to multiply each term of the first polynomial by each term of the second. We then add the products together and combine like terms to simplify.
How To: Given the multiplication of two polynomials, use the distributive property to simplify the expression
- Multiply each term of the first polynomial by each term of the second.
- Combine like terms.
- Simplify.
Example: Multiplying Polynomials Using the Distributive Property
Find the product.
(2x+1)(3x2−x+4)
Answer:
2x(3x2−x+4)+1(3x2−x+4)(6x3−2x2+8x)+(3x2−x+4)6x3+(−2x2+3x2)+(8x−x)+46x3+x2+7x+4Use the distributive property.Multiply.Combine like terms.Simplify.
Analysis of the Solution
We can use a table to keep track of our work, as shown in the table below. Write one polynomial across the top and the other down the side. For each box in the table, multiply the term for that row by the term for that column. Then add all of the terms together, combine like terms, and simplify.
|
3x2 |
−x |
+4 |
2x |
6x3 |
−2x2 |
8x |
+1 |
3x2 |
−x |
4 |
Using the distributive property
When multiplying a binomial and another polynomial with two or more terms, be sure to multiply each term in the first to each term in the second.
Try It
Find the product.
(3x+2)(x3−4x2+7)
Answer:
3x4−10x3−8x2+21x+14
Analysis of the Solution
We can use a table to keep track of our work as shown below. Write one polynomial across the top and the other down the side. For each box in the table, multiply the term for that row by the term for that column. Then add all of the terms together, combine like terms, and simplify.
|
3x2 |
−x |
+4 |
2x |
6x3 |
−2x2 |
8x |
+1 |
3x2 |
−x |
4 |
[ohm_question]3864[/ohm_question]
Watch this video to see more examples of how to use the distributive property to multiply polynomials.
https://youtu.be/bwTmApTV_8o
Using FOIL to Multiply Binomials
A shortcut called FOIL is sometimes used to find the product of two binomials. It is called FOIL because we multiply the first terms, the outer terms, the inner terms, and then the last terms of each binomial.
The FOIL method is simply just the distributive property. We are multiplying each term of the first binomial by each term of the second binomial and then combining like terms.
How To: Given two binomials, Multiplying Using FOIL
- Multiply the first terms of each binomial.
- Multiply the outer terms of the binomials.
- Multiply the inner terms of the binomials.
- Multiply the last terms of each binomial.
- Add the products.
- Combine like terms and simplify.
Example: Using FOIL to Multiply Binomials
Use FOIL to find the product.
(2x−18)(3x+3)
Answer:
Find the product of the first terms.
Find the product of the outer terms.
Find the product of the inner terms.
Find the product of the last terms.
6x2+6x−54x−546x2+(6x−54x)−546x2−48x−54Add the products.Combine like terms.Simplify.
Try It
Use FOIL to find the product.
(x+7)(3x−5)
Answer:
3x2+16x−35
[ohm_question]93539[/ohm_question]
Licenses & Attributions
CC licensed content, Original
CC licensed content, Shared previously
- College Algebra. Provided by: OpenStax Authored by: Abramson, Jay et al.. License: CC BY: Attribution. License terms: Download for free at http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@5.2.
- Examples: Intro to Polynomials. Authored by: James Sousa (Mathispower4u.com). License: CC BY: Attribution.
- Examples: Adding and Subtracting Polynomials. Authored by: James Sousa (Mathispower4u.com). License: CC BY: Attribution.
- Exmaples: Multiplying Polynomials. Authored by: James Sousa (Mathispower4u.com). License: CC BY: Attribution.
- Question ID 93531, 93536, 93537, 93539. Authored by: Michael Jenck. License: CC BY: Attribution. License terms: IMathAS Community License, CC-BY + GPL.
- Question ID 3864. Authored by: Tyler Wallace. License: CC BY: Attribution. License terms: IMathAS Community License, CC-BY + GPL.
CC licensed content, Specific attribution
- College Algebra. Provided by: OpenStax Authored by: OpenStax College Algebra. Located at: https://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@3.278:1/Preface. License: CC BY: Attribution.