Adding and Subtracting Polynomials
While addition and subtraction of polynomials, we simply add or subtract the terms of the same power. The power of variables in a polynomial is always a whole number, power can not be negative, irrational, or a fraction. It is straightforward to add or subtract two polynomials. A polynomial is a mathematics expression written in the form of \(a_0x^n + a_1x^{n-1} + a_2x^{n-2} + ...... + a_nx^{0}\).
The above expression is also called polynomial in standard form, where \(a_0, a_1, a_2.........a_n\) are constants, and n is a whole number. For example x2 + 2x + 3, 5x4 - 4x2 + 3x +1 and 7x - √3 are polynomials.
1. | How Can We Add Polynomials? |
2. | Subtraction of Polynomials |
3. | Steps for Adding and Subtracting Polynomials |
4. | FAQs on Adding and Subtracting Polynomials |
How Can We Add Polynomials?
The addition of polynomials is simple. While adding polynomials, we simply add like terms. We can use columns to match the correct terms together in a complicated sum. Keep two rules in mind while performing the addition of polynomials.
- Rule 1: Always take like terms together while performing addition.
- Rule 2: Signs of all the polynomials remain the same.
For example, Add 2x2 + 3x +2 and 3x2 - 5x -1
- Step 1: Arranging the polynomial in standard form. In this case, they are already in their standard forms.
- Step 2: Like terms in the above two polynomials are:
2x2 and 3x2; 3x and -5x; 2 and -1. - Step 3: Calculations with signs remaining same:
Like Terms
Like Terms are terms whose variables, along with their exponents, are the same. For example, 2x, 7x, -2x, etc are all like variables.
Unlike Terms
Unlike Terms are terms whose either variables, exponents, or both variables and exponents are the not same. For example, 2, 7x2, -2y2, etc are all unlike variables.
Subtraction of Polynomials
The subtraction of polynomials is as simple as the addition of polynomials. Using columns would help us to match the correct terms together in a complicated subtraction. While subtracting polynomials, separate the like terms and simply subtract them. Keep two rules in mind while performing the subtraction of polynomials.
- Rule 1: Always take like terms together while performing subtraction.
- Rule 2: Signs of all the terms of the subtracting polynomial will change, + changes to - and - changes to +.
For example, we have to subtract 2x2 + 3x +2 from 3x2- 5x -1
- Step 1: Arranging the polynomial in standard form. In this case, they are already in their standard forms.
- Step 2: Like terms in the above two polynomials are: 2x2 and 3x2;3x and -5x;2 and -1
- Step 3: Enclose the part of the polynomial which to be deducted in parentheses with a negative (-) sign prefixed. Then, remove the parentheses by changing the sign of each term of the polynomial expression.
- Step 4: Calculations after altering the signs of the subtracting polynomials:
Steps for Adding and Subtracting Polynomials
The addition or subtraction of polynomials is very simple to perform, all we need to do is to keep some steps in mind. To perform the addition and subtraction operation on the polynomials, the polynomials can be arranged vertically for complex expressions. For simpler calculations, we can perform the operation using the horizontal arrangement.
Adding and Subtracting Polynomials Horizontally
Polynomials can be added and subtracted in horizontal arrangement using the steps given below,
- Step 1: Arrange the polynomials in their standard form.
- Step 2: Place the polynomial next to each other horizontally.
- Step 3: First separate the like terms.
- Step 4: Arrange the like terms together.
- Step 5: Signs of all the polynomials remain the same in addition. While in Subtraction, the signs of the terms in subtracting polynomial change.
- Step 6: Perform the calculations.
Adding and Subtracting Polynomials Vertically
Polynomials can be added and subtracted in vertical arrangement using the steps given below,
- Step 1: Arrange the polynomials in their standard form
- Step 2: Place the polynomials in a vertical arrangement, with the like terms placed one above the other in both the polynomials.
- Step 3: We can represent the missing power term in the standard form with "0" as the coefficient to avoid confusion while arranging terms.
- Step 4: Signs of all the polynomials remain the same in addition. While in Subtraction, the signs of the terms in subtracting polynomial change.
- Step 5: Perform the calculations
By following these steps we can solve adding and subtracting polynomials.
Example: (3x3 + x2 - 2x -1) + (x3 + 6x + 3).
The given polynomials are arranged in their standard forms.
Addition performed horizontally:
- Step 1: Separate the like terms: 3x3 and x3; x2; -2x and 6x; -1 and 3
- Step 2: Arrange the like terms together: 3x3 + x3 + x2 + (-2x + 6x) + (-1 + 3)
- Step 3: Perform the calculations: (3 + 1)x3 + x2 + (-2 + 6)x + (-1 + 3)= 4x3 + x2 + 4x + 2
Addition performed vertically:
- Step 1: Arrange both the polynomials one above the other with like terms place one above the other. We can represent the missing power term in the standard form with "0" as the coefficient to avoid confusion while arranging terms.
- Step 2: Perform the calculations.
\[ \begin{align} \ \ 3x^3 + x^2 - 2x -1 \\ + \ x^3 + 0x^2 + 6x + 3 \\ \hline \\ 4x^3 + x^2 + 4x + 2 \\ \hline \end{align}\]
- The highest power of the variable in a polynomial is called the degree of the polynomial.
- The algebraic expressions having negative or irrational power of the variable are not polynomials.
- Addition and subtraction in polynomials can only be performable on like terms.
Challenging Question on Adding and Subtracting Polynomials
Solved Examples
-
Example 1: Add two polynomials, 3x + 2y, and 4y + 5z to find the solution.
Solution:
Given polynomials are (3x + 2y) + (4y + 5z). Here like terms are only 2y and 4y. So addition can only be performed on these two terms, the other terms 3x and 5z will not get affected.
3x + (2y + 4y) + 5z
= 3x + (2 + 4)y + 5z
= 3x + 6y + 5zTherefore, answer is 3x + 6y + 5z.
-
Example 2: Add the polynomials 3x2 + 4y2 - 2z2 + 1 and -x2 -7y2 + 3, and subtract the result from 5x2 + y2 - 8z2 - 6, to find if the sum of coefficients of all the variables is 9.
Solution:
Let us add the first two polynomials.
(3x2 + 4y2 - 2z2 + 1) + (-x2 -7y2 + 3)
= (3 - 1)x2 + (4 - 7)y2 - 2z2 + (1 + 3)
= 2x2 - 3y2 -2z2 + 4
Subtract the above polynomial
5x2 + y2 - 8z2- 6 - (2x2 - 3y2 -2z2 + 4)
= 5x2 + y2 - 8z2- 6 - 2x2 + 3y2 + 2z2 - 4
= (5 - 2)x2 + (1 + 3)y2 + (-8 + 2)z2 - 10
= 3x2 + 4y2 - 6z2 - 10
Sum of the coefficients of all the variables is 3 + 4 - 6 = 1. Therefore, No, the sum of all coefficients of variables is not 9.
FAQs on Adding and Subtracting Polynomials
How do We Add or Subtract Polynomials?
Adding or subtracting polynomials is simple. While adding or subtracting polynomials we need to keep the rules for adding and subtracting a polynomial in mind. The rules can be explained as,
- Rule 1: Always take like terms together while performing addition or subtraction.
- Rule 2: Signs of all the polynomials remain the same in addition. While in Subtraction, the signs of the subtracting polynomials change.
What are Binomials?
Binomials are polynomials that contain only two terms. For example x2 + y2 and 3x + 2y are binomials. For example, x + y + z is not a binomial.
What is the Main Thing to Remember When you are Adding and Subtracting Polynomials?
The main thing to remember while performing addition and subtraction on polynomials is:
- to keep in mind the concept of like terms
- when a polynomial multiplied with a negative sign, all the signs will be changed. i.e., + to - and - to +
How do you Combine Like Terms?
While combining like terms, such as 2x and 7x, we simply add their coefficients. For example, 2x + 7x = (2+7)x = 9x.
What are Like Terms?
Like Terms are terms whose variables, along with their exponents, are the same. For example, 2x, 7x, -2x, etc are all like variables.
Can you Combine Terms with Different Exponents?
No, you can only combine terms with the exact same variable and the exact same exponent. That means you can only combine squared variable terms with squared variable terms, cubed variable terms with cubed variable terms, etc.
visual curriculum