Saltar la navegación

operations with polynomials

A. ADDITION

To add polynomials, we only have to add their monomials.


Example:


(2x3 + 3x2 – 5x + 2) + (5x2 – 3x + 21) = 2x3 + 3x2 – 5x +2 + 5x2 - 3x + 21 = 2x3 + 8x2 – 8x + 23

 

B. SUBTRACTION

The opposite of a polynomial is another polynomial with the opposite monomials.

For example:
Op (3x4 – 2x2 + x – 1) = -3x4 +2x2 – x + 1


To subtract polynomials, we only have to add the first polynomial plus the opposite of the second polynomial.


Example:
(2x3 + 3x2 – 5x + 2) - (5x2 – 3x + 21) = 2x3 + 3x2 – 5x +2 - 5x2 + 3x - 21 = 2x3 - 2x2 – 2x - 19

C. MULTIPLICATION

To multiply a polynomial by a monomial, we have to multiply the monomial by each monomial in the polynomial (distributive property).
Example:

    (5x3 – 3x2 + 1) · 2x2 = (5x3 · 2x2) – (3x2 · 2x2) + +(1 · 2x2) =  10x5 – 6x4 + 2x2

To multiply two polynomials, we have to multiply each monomial in one polynomial by the other polynomial.
Example:

(5x3 – 3x2 + 1) · (2x2 + 3) =  (5x3 · 2x2) – (3x2 · 2x2) + (1 · 2x2) + (5x3 · 3) – (3x2 · 3) + (1 · 3) = 10x5 – 6x4 + 2x2 + 15x3 – 9x2 + 3 = 10x5 – 6x4 +15x3 – 7x2 +3

Exercise. If A = x3 - 3x2 +5x - 5, B = x3 -3x2 - 5x +5, C = x2 + 2. Calculate:

a) A + B

b) A - B

c) A · C

Solutions: a) 2x3 - 6x2; b) 10x -10; c) x5 - 3x4 + 7x3 - 11x2 + 10x -10

C. MULTIPLICATION

To multiply a polynomial by a monomial, we have to multiply the monomial by each monomial in the polynomial (distributive property).

Example:
(5x3 – 3x2 + 1) · 2x2 = (5x3 · 2x2) – (3x2 · 2x2) + +(1 · 2x2) = 10x5 – 6x4 + 2x2

To multiply two polynomials, we have to multiply each monomial in one polynomial by the other polynomial.


Example:

(5x3 – 3x2 + 1) · (2x2 + 3) = (5x3 · 2x2) – (3x2 · 2x2) + (1 · 2x2) + (5x3 · 3) -(3x2 · 3) + (1 · 3) = 10x5 – 6x4 + 2x2 +15x3 – 9x2 + 3 =

= 10x5 – 6x4 +15x3 – 7x2 +3  

 



 
Exercise: If P = x3 - 3x2 + 3x -1; Q = x2 -5x +2 ; R = 2x3 - x2; calculate:
a) P + Q + R
b) 2P - R
c) P·R
d) Q·R + P
 
 
 
 
Solutions: a) 3x3 - 3x2 - 2x + 3; b) -5x2 + 6x - 2; c) 2x6 - 7x5 + 9x4 - 5x3 + x2; d) 2x5 - 11x4 + 10x3 - 5x2 +3x - 1