Adding, Subtracting, and Multiplying Polynomials
Adding, subtracting, and multiplying polynomials means working with algebra expressions that have one or more terms, such as \(3x^2 + 2x - 5\).
A polynomial is made of terms. Each term has a coefficient and may include a variable with a whole-number exponent. Examples of polynomials are \(4x+7\), \(2x^2-3x+1\), and \(5a^3-2a+9\).
In this lesson, you will learn how to:
- Add polynomials by combining like terms
- Subtract polynomials by distributing the minus sign and then combining like terms
- Multiply polynomials by using the distributive property carefully
These skills are important because polynomial expressions show up often in algebra, equations, graphs, and later factoring work.
1. Understanding terms and like terms
A term is a part of an expression separated by a plus or minus sign. For example, in \(5x^2 - 3x + 8\), the terms are \(5x^2\), \(-3x\), and \(8\).
Like terms have the same variable part. That means the variables and their exponents must match exactly.
- \(3x\) and \(-7x\) are like terms
- \(4x^2\) and \(9x^2\) are like terms
- \(5ab\) and \(-2ab\) are like terms
- \(x\) and \(x^2\) are not like terms
- \(2a\) and \(2b\) are not like terms
You can only combine like terms.
2. Adding polynomials
To add polynomials, remove parentheses if needed and then combine like terms.
It helps to line up terms with the same degree, but this is not required. What matters most is grouping like terms correctly.
Steps for adding polynomials:
- Write the expressions next to each other with a plus sign
- Remove parentheses
- Group like terms
- Add the coefficients
- Write the answer in standard form, from greatest exponent to least
Worked Example 1: Adding polynomials
Simplify:
$$ (3x^2 + 5x - 4) + (2x^2 - 7x + 6) $$Combine like terms:
$$ 3x^2 + 2x^2 + 5x - 7x - 4 + 6 $$ $$ = 5x^2 - 2x + 2 $$Answer: \(5x^2 - 2x + 2\)
Notice that:
- \(3x^2 + 2x^2 = 5x^2\)
- \(5x - 7x = -2x\)
- \(-4 + 6 = 2\)
3. Subtracting polynomials
Subtracting polynomials is very similar to adding, but there is one important extra step: distribute the subtraction sign to every term in the second polynomial.
This means each sign inside the second set of parentheses changes.
Steps for subtracting polynomials:
- Write the subtraction problem clearly
- Change the signs of every term in the polynomial being subtracted
- Remove parentheses
- Combine like terms
Worked Example 2: Subtracting polynomials
Simplify:
$$ (4x^2 - 3x + 1) - (x^2 + 5x - 6) $$Distribute the minus sign to the second polynomial:
$$ 4x^2 - 3x + 1 - x^2 - 5x + 6 $$Now combine like terms:
$$ 4x^2 - x^2 - 3x - 5x + 1 + 6 $$ $$ = 3x^2 - 8x + 7 $$Answer: \(3x^2 - 8x + 7\)
A common mistake is forgetting to change every sign in the second polynomial. Be careful with this step.
4. Multiplying polynomials
To multiply polynomials, use the distributive property. This means each term in one polynomial must be multiplied by each term in the other polynomial.
When multiplying terms:
- Multiply the coefficients
- Multiply variables using exponent rules
For example:
$$ (3x^2)(2x^3) = 6x^5 $$because \(3 \cdot 2 = 6\) and \(x^2 \cdot x^3 = x^5\).
Multiplying a monomial by a polynomial
If one expression has only one term, multiply that term by each term in the polynomial.
Worked Example 3: Monomial times polynomial
Simplify:
$$ 3x(2x^2 - 5x + 4) $$Distribute \(3x\) to each term:
$$ (3x)(2x^2) + (3x)(-5x) + (3x)(4) $$ $$ = 6x^3 - 15x^2 + 12x $$Answer: \(6x^3 - 15x^2 + 12x\)
Multiplying a binomial by a binomial
A binomial has two terms. When multiplying two binomials, each term in the first binomial must multiply each term in the second binomial.
One organized way is:
- Multiply the first term by both terms in the second binomial
- Multiply the second term by both terms in the second binomial
- Combine like terms
Worked Example 4: Binomial times binomial
Simplify:
$$ (x + 3)(x + 5) $$Distribute:
$$ x(x+5) + 3(x+5) $$Now multiply each term:
$$ x^2 + 5x + 3x + 15 $$Combine like terms:
$$ x^2 + 8x + 15 $$Answer: \(x^2 + 8x + 15\)
Here is the same multiplication shown term by term:
$$ (x)(x) + (x)(5) + (3)(x) + (3)(5) = x^2 + 5x + 3x + 15 $$5. Important rules to remember
- Only like terms can be added or subtracted.
- When subtracting, change every sign in the polynomial being subtracted.
- When multiplying, every term must be distributed to every term.
- Write answers in standard form, starting with the highest power.
6. Common mistakes
- Combining unlike terms: \(2x + 3x^2\) cannot become \(5x^2\) or \(5x\)
- Forgetting a negative sign when subtracting
- Not multiplying every term when multiplying polynomials
- Forgetting to combine like terms at the end
7. Quick check examples
Simplify:
\((2x + 7) + (5x - 3)\)
$$ 2x + 7 + 5x - 3 = 7x + 4 $$Simplify:
\((6a^2 + 2a - 1) - (4a^2 - 3a + 5)\)
$$ 6a^2 + 2a - 1 - 4a^2 + 3a - 5 = 2a^2 + 5a - 6 $$Simplify:
\((2x - 1)(x + 4)\)
$$ (2x)(x) + (2x)(4) + (-1)(x) + (-1)(4) $$ $$ = 2x^2 + 8x - x - 4 $$ $$ = 2x^2 + 7x - 4 $$Brief summary
Adding and subtracting polynomials is mostly about combining like terms. For subtraction, be especially careful to change the signs in the second polynomial.
Multiplying polynomials uses the distributive property. Multiply each term carefully, then combine like terms and write the final answer in standard form.
With practice, these steps become much easier and more natural.
Put what you read to the test
You've worked through Adding, Subtracting, and Multiplying Polynomials. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.