Read the introductory example

 

In general, if A and B are two polynomials such that degree(B)degree(A), then there are unique polynomials Q and R such that

A=BQ+R

where degree(R)<degree(B).

  • The process of finding Q and R is called the process of dividing A by B.
  • In this process, A is called the dividend, B the divisor, Q the quotient, and R the remainder. If R=0, we say A is divisible by B.

How the quotient is obtained is best explained in the following example.

Example
 Divide 2x332x15 by x3 and find the quotient and the remainder.

Solution
First we make sure that the dividend and the divisor are written in descending powers of x. Next we divide the first term of the dividend by the first term of the divisor
2x3x=2x2 then multiply 2x2 by the divisor and subtract the result from the dividend

(2x332x15)2x2(x3)=2x332x152x3+6x2=6x232x15

or using the long division we have

To simplify calculations, we can reverse the signs of the product of the multiplication and then add it to the dividend; namely

Now we divide 6x232x15 by x3 and follow the same steps; that is, we write it in descending power of x and divide its first term, 6x2, by the first term of the divisor, x: 6x2/x=6x

and again repeat until the degree of the remainder becomes less than the degree of the divisor

Therefore

2x332x15=(x3)(2x2+6x14)57.

Here the quotient is Q=2x2+6x14 and the remainder is R=57.

Now try to solve the following example. 

Example

Divide x54x3+x2+1 by x2+2x1 and find the quotient and the remainder

Solution

The quotient and the remainder are Q=x32x2+x3 and R=7x2, respectively.