Give examples of polynomials and which satisfy the division algorithm and

(i)


(ii)


(iii)

Degree of a polynomial is the highest power of the variable in the polynomial.


(i) Degree of quotient will be equal to degree of dividend when divisor is constant.


Let us assume the division of by 2.


Here, p(x) =


g(x) = 2


q(x) = and r(x) = 0


Degree of p(x) and q(x) is the same i.e., 2. Checking for division algorithm,


p(x) = g(x) × q(x) + r(x)



=


Thus, the division algorithm is satisfied.


(ii) Let us assume the division of x3+ x by x2,


Here,


p(x) = x3+ x


g(x) = x2


q(x) = x and r(x) = x


Clearly, the degree of q(x) and r(x) is the same i.e., 1. Checking for division algorithm,


p(x) = g(x) × q(x) + r(x) x3 + x


= (x2 ) × x + x x3 + x = x3 + x


Thus, the division algorithm is satisfied.


(iii) Degree of remainder will be 0 when remainder comes to a constant.


Let us assume the division of x3+ 1by x2.


Here,


p(x) = x3+ 1 g(x) = x2


q(x) = x and r(x) = 1


Clearly, the degree of r(x) is 0. Checking for division algorithm,


p(x) = g(x) × q(x) + r(x)x3 + 1


= (x2 ) × x + 1 x3 + 1 = x3 +1


Thus, the division algorithm is satisfied.


9