Subtracting Polynomials
If you know how to add polynomials, then you already know how to subtract
them. You just need to add the opposite of the polynomial that follows
the minus sign. Take a look at the following examples.
a) (-2c2 +10c -9) - (5c2 -8c + 2) |
Watch the signs. |
= (-2c2 +10c -9) + (-1)(5c2 -8c + 2) |
Change to (-1) times polynomial. |
= (-2c2 +10c -9) + (-5c2 +8c - 2) |
Distribute the (-1) over the 2nd polynomial. |
= [(-2c2 ) +(-5c2 )] + (10c + 8c)
+[(-9) + (- 2)] |
Apply associative and commutative properties. |
= ( -7c2 + 18c -11) |
Add coefficients. |
b) (9x3 - 3x2 -7) - (-6x3
+ 4x + 9) |
Note that the middle terms aren’t “similarâ€. |
= (9x3 - 3x2 -7) +(-1)(-6x3
+ 4x + 9) |
Watch the signs. Change to (-1) times polynomial. |
= (9x3 - 3x2 -7) +(+6x3 -
4x - 9) |
Distribute the (-1) over the 2nd polynomial. |
= (9x3 + 6x3 ) +(-3x2 )
+(- 4x) + (-7 - 9) |
Apply the associative and commutative properties. |
= (9 + 6)x3 + (-3)x2 - 4x +
(-7 - 9) |
Apply the distributive property. |
= 15x3 - 3x2 - 4x - 16 |
Add coefficients. |
|