![]() |
VOOZH | about |
Polynomials are algebraic expressions composed of variables and coefficients, combined through addition, subtraction, and multiplication. Among the fundamental operations in polynomials, addition and subtraction require specific rules to ensure accuracy and consistency.
Examples of polynomials: (x + 2x) + (x - 2), (2x) - (x + 1), and (4x3 - 5x) + (3x + 6).
Standard Form of a Polynomial
a0xn+a1xn-1+a2xn-2+……..+anx0
- a0, a1, a2, a3,…. an are constants.
- x is a variable
- n is any whole number
1. Like Terms: Always group and operate on terms that have the same variable and exponent.
2. Standard Form: Arrange polynomials in descending order of exponents.
3. Addition Rules:
4. Subtraction Rules:
We can perform addition/subtraction between polynomials in two ways. Either horizontally or vertically.
Before moving toward steps to perform addition, we need to remember the above-specified rules first.
Steps to Add
Example: Perform addition between polynomials 3x + 2x + 1 and 4x + x + 9.
Solution:
Group like terms:
3x2 + 4x2 + 2x + x + 1 + 9Compute:
(3 + 4)x2 + (2 + 1)x + 10
7x2+3x+10
Steps to Add
Example: Perform addition between polynomials 3x3 - 2x2 + 1 and 4x3 + 7x3 - x + 9.
Solution:
Arrange polynomial one above the other in standard form and perform calculations.
3x3 - 2x2 + 0x + 1
4x3 + 7x2 - 1x + 9¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
(3 + 4)x3 + (-2 + 7)x2 + (0 - 1)x + 1 + 9
7x3 + 5x2 - x + 10
Before moving toward steps to perform subtraction, we need to remember the above-specified rules first.
Steps to Subtract
Example: Perform subtraction between polynomials x+7x2+1 and 2x2-7.
Solution:
Step 1: Arrange polynomial in standard form.
7x2+x+1 and 2x2+0x-7
Step 2: Group like terms and Signs of subtracting polynomial get's changed and calculate the result
(7x2+x+1)-(2x2+0x-7)= (7-2)x2+(1-0)x+(1+7)= 5x2+x+8
Steps to Subtract
Example 1: Perform Subtraction between polynomials 5x3 + 5y2 - 2z2 + 1 and 4x3 + y2 - x + 2.
Solution:
Arrange polynomial one above the other in standard form and perform subtraction.
5x3 + 5y2 - 2z2 + 0x + 1
4x3 + 1y2 + 0z2 - 1x + 2- - - + -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
(5 - 4)x3 + (5 - 1)y2 + (-2-0)z2 + (0 + 1)x + (1 - 2)
x3 + 4y2 - 2z2 + x - 1
Example 2: What is the resultant polynomial if we perform a subtraction between two polynomials? 4a - 4b + c and 2a + 3b - c
Solution:
Arrange polynomials one above the other in standard form and perform subtraction
4a - 4b + 1c
2a + 3b - 1c- - +
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
(4 - 2)a + (-4-3)b + (1 + 1)c
2a - 7b + 2c