Problems from Quotient of polynomials

Calculate the following polynomial division x42x+3x22

See development and solution

Development:

We complete and we design the initial table

x4 0 0 2x 3 x22

Step 1:

x4x2=x2

x2(x22)=x42x2

x4 0 0 2x 3 x22
x4 0 +2x2 0 0 x2
0 0 +2x2 2x 3  

Step 2:

2x2x2=2

2(x22)=2x24

x4 0 0 2x 3 x22
x4 0 +2x2 0 0 x2+2
0 0 +2x2 2x 3  
    2x2 0 +4  
    0 2x 7  

The process ends here because:

degree(2x+7)=1<2=degree(x22)

Solution:

Quotient: x2+2

Reminder: 2x+7

Hide solution and development

Consider the following polynomials:

p(x)=x3+x

q(x)=2x3x3

r(x)=x+1

Do the following operation: (r(x)+q(x))p(x)

See development and solution

Development:

First we do the addition,

  r(x) q(x) r(x)+q(x)
degree 0 1 3 2
degree 1 x x 2x
degree 2 0 0 0
degree 3 0 2x3 2x3

r(x)+q(x)=2x32x2

Then, the product by the monomials of p(x),

x(r(x)+q(x))=x(2x32x2)=2x42x22x

x3(r(x)+q(x))=x3(2x32x2)=x6+2x4+2x3

Solution:

We join both polynomials and make groups of similar terms:

(r(x)+q(x))p(x)=(2x42x22x)+(x6+2x4+2x3)=

=x6+4x4+2x32x22x

Hide solution and development
View theory