Polynomial Operations and Closure
Polynomial Operations and Closure is an important idea in algebra because it helps us understand what happens when we combine polynomials in different ways. In Grade 12, you are expected to add, subtract, and multiply polynomials accurately, and also recognize that these operations keep us inside the set of polynomials.
This idea is called the closure property. Informally, a set is closed under an operation if performing that operation on members of the set always gives another member of the same set.
For polynomials, this means that if you add, subtract, or multiply two polynomials, the result is still a polynomial. This is one reason polynomials are so useful in algebra.
First, let us recall what a polynomial is. A polynomial is an expression made of variables, coefficients, and whole-number exponents. A polynomial in one variable usually looks like
$$a_nx^n+a_{n-1}x^{n-1}+\cdots+a_2x^2+a_1x+a_0$$
where the exponents are non-negative integers: \(0,1,2,3,\dots\).
Examples of polynomials include:
- \(3x^2-5x+1\)
- \(-7x^4+2x-9\)
- \(6\)
- \(\frac{1}{2}x^3+4x\)
Examples that are not polynomials include:
- \(x^{-1}+2\) because of the negative exponent
- \(\sqrt{x}+1\) because \(\sqrt{x}=x^{1/2}\), and the exponent is not a whole number
- \(\frac{1}{x}+3\) because this is the same as \(x^{-1}+3\)
Categorizing polynomials helps you describe them clearly. We usually classify polynomials in two common ways: by number of terms and by degree.
By number of terms:
- Monomial: one term, such as \(5x^3\)
- Binomial: two terms, such as \(x^2-4\)
- Trinomial: three terms, such as \(2x^2+3x-1\)
- Polynomial: any expression with one or more polynomial terms
By degree:
- Degree 0: constant, such as \(7\)
- Degree 1: linear, such as \(2x-5\)
- Degree 2: quadratic, such as \(x^2+4x+4\)
- Degree 3: cubic, such as \(x^3-2x+1\)
- Degree 4: quartic, such as \(x^4+3x^2-1\)
The degree of a polynomial is the highest exponent of the variable after the polynomial has been simplified.
Now let us study the main operations.
1. Adding polynomials
To add polynomials, combine like terms. Like terms have the same variable raised to the same power.
For example, \(3x^2\) and \(-5x^2\) are like terms, but \(3x^2\) and \(3x\) are not.
When adding polynomials, it helps to:
- Remove brackets if needed.
- Group like terms together.
- Add the coefficients of like terms.
2. Subtracting polynomials
Subtracting polynomials is very similar to adding, but you must first distribute the negative sign across the polynomial being subtracted.
For example,
$$\left(4x^2+3x-1\right)-\left(x^2-5x+2\right)$$
becomes
$$4x^2+3x-1-x^2+5x-2$$
Then combine like terms.
3. Multiplying polynomials
To multiply polynomials, use the distributive property. Every term in one polynomial must be multiplied by every term in the other polynomial.
For a monomial times a polynomial, distribute the monomial to each term.
For a binomial times a binomial, you may use expansion methods such as distribution or FOIL, but remember FOIL is just a special case of distribution.
When multiplying powers of the same variable, add the exponents:
$$x^a\cdot x^b=x^{a+b}$$
Why closure matters
The set of polynomials is closed under addition, subtraction, and multiplication. This means:
- If \(p(x)\) and \(q(x)\) are polynomials, then \(p(x)+q(x)\) is a polynomial.
- If \(p(x)\) and \(q(x)\) are polynomials, then \(p(x)-q(x)\) is a polynomial.
- If \(p(x)\) and \(q(x)\) are polynomials, then \(p(x)q(x)\) is a polynomial.
This works because:
- Adding or subtracting coefficients still gives valid coefficients.
- Multiplying terms keeps exponents as whole numbers, since whole numbers added together are still whole numbers.
However, polynomials are not always closed under division. For example,
$$\frac{x^2+1}{x}=x+\frac{1}{x}$$
and \(\frac{1}{x}\) is not a polynomial term. So division can take us outside the set of polynomials.
Worked Example 1: Adding polynomials
Simplify:
$$\left(2x^3-5x^2+4x-7\right)+\left(3x^3+x^2-6x+9\right)$$
Step 1: Group like terms.
$$2x^3+3x^3-5x^2+x^2+4x-6x-7+9$$
Step 2: Add coefficients.
$$5x^3-4x^2-2x+2$$
Answer: \(5x^3-4x^2-2x+2\)
This result is still a polynomial, so this shows closure under addition.
Worked Example 2: Subtracting polynomials
Simplify:
$$\left(6x^4-2x^2+x-8\right)-\left(3x^4+5x^2-4x+1\right)$$
Step 1: Distribute the minus sign.
$$6x^4-2x^2+x-8-3x^4-5x^2+4x-1$$
Step 2: Combine like terms.
$$\left(6x^4-3x^4\right)+\left(-2x^2-5x^2\right)+\left(x+4x\right)+\left(-8-1\right)$$
$$3x^4-7x^2+5x-9$$
Answer: \(3x^4-7x^2+5x-9\)
This is also a polynomial, so subtraction preserves closure.
Worked Example 3: Multiplying a monomial by a polynomial
Simplify and categorize the result:
$$-2x^2\left(3x^3-x+5\right)$$
Step 1: Distribute \(-2x^2\) to each term.
$$-2x^2(3x^3)+(-2x^2)(-x)+(-2x^2)(5)$$
Step 2: Multiply coefficients and add exponents where needed.
$$-6x^5+2x^3-10x^2$$
Step 3: Categorize the result.
- It has three terms, so it is a trinomial.
- The highest power is \(5\), so it is a degree 5 polynomial.
Answer: \(-6x^5+2x^3-10x^2\)
Again, the product is a polynomial, showing closure under multiplication.
Worked Example 4: Multiplying two binomials
Simplify and classify:
$$\left(x^2+3x\right)\left(2x-5\right)$$
Step 1: Distribute each term in the first polynomial across the second.
$$x^2(2x-5)+3x(2x-5)$$
Step 2: Multiply each term.
$$2x^3-5x^2+6x^2-15x$$
Step 3: Combine like terms.
$$2x^3+x^2-15x$$
Step 4: Classify the result.
- It has three terms, so it is a trinomial.
- The highest exponent is \(3\), so it is a cubic polynomial.
Answer: \(2x^3+x^2-15x\)
Important patterns to remember
- Like terms can only be combined if the variable part is exactly the same.
- When subtracting, be careful with negative signs.
- When multiplying, every term must be included.
- The degree of a sum or difference is at most the highest degree present.
- The degree of a product is found by adding degrees of factors, as long as the product is not zero.
Common mistakes
- Combining unlike terms: \(3x^2+2x\neq 5x^3\)
- Forgetting to distribute a negative sign: \(-(x^2-3x+1)=-x^2+3x-1\)
- Missing terms in multiplication: every term in one polynomial must multiply every term in the other
- Incorrect exponent rules: \(x^2\cdot x^3=x^5\), not \(x^6\)
Checking for closure in a quick way
If you start with two valid polynomials, ask:
- Are you adding them? Result stays polynomial.
- Are you subtracting them? Result stays polynomial.
- Are you multiplying them? Result stays polynomial.
- Are you dividing them? Be careful, because the result may not be a polynomial.
Brief Summary
Polynomials are algebraic expressions with variables raised only to whole-number exponents. You can add and subtract polynomials by combining like terms, and multiply them using the distributive property. The set of polynomials is closed under addition, subtraction, and multiplication, which means these operations always produce another polynomial. This closure property is a key reason polynomials form an important algebraic structure.
Put what you read to the test
You've worked through Polynomial Operations and Closure. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.