Remainder theorem

Here you will find what the remainder theorem is and how to use it in polynomials. You will also see examples and, in addition, exercises solved step by step on the remainder theorem.

What is the remainder theorem?

The definition of the remainder theorem is as follows:

The remainder theorem states that the remainder of the division of any polynomial P(x) by another lineal factor in the form (x-c) is equal to the evaluation of the polynomial P(x) at the value x=c, that is, the remainder of the division P(x)÷(x-c) is P(c).

Remainder Theorem

As you already know, there are 4 terms involved in a division:

– Dividend: the term that is divided.
– Divisor: the term that divides the dividend.
– Quotient: the result of dividing the dividend by the divisor.
– Remainder: the term “left over” after dividing the two polynomials.

Using the result of a division, any number can be decomposed into the product of the divisor and the quotient plus the remainder:

\begin{array}{c}14\div3=4\text{ R }2\\[2ex]\color{orange}\bm{\downarrow}\\[2ex]14=3\cdot4+2\end{array}

Likewise, we can transform a polynomial using the result of a polynomial division:

\begin{array}{c}\cfrac{P(x)}{d(x)}=Q(x)+\cfrac{R(x)}{d(x)}\\[2ex]\color{orange}\bm{\downarrow}\\[2ex]P(x)=d(x)\cdot Q(x)+R(x)\end{array}

Where P(x) is the dividend, d(x) the divisor, Q(x) the quotient and R(x) the remainder of the polynomial division.

So, if the dividend is a binomial in the form x-c, the equation is:

\begin{array}{c}\cfrac{P(x)}{x-c}=Q(x)+\cfrac{R(x)}{x-c}\\[2ex]\color{orange}\bm{\downarrow}\\[2ex]P(x)=(x-c)\cdot Q(x)+R(x)\end{array}

And if we evaluate the polynomial at the value of c, we obtain:

\begin{array}{l}P(c)=(c-c)\cdot Q(c)+R(c)\\[2.5ex]P(c)=0\cdot Q(c)+R(c)\\[2.5ex]P(c)=R(c)\end{array}

Where R(c) is the remainder of the polynomial division.

Thus, the formula of the polynomial remainder theorem is proven.

Example of the remainder theorem

Once we have seen what the remainder theorem means, let’s see an example of its application:

  • Calculate the remainder of the division of the following two polynomials:

 P(x) = x^3+2x^2-4x+3 \qquad \qquad Q(x)=x-1

 \cfrac{P(x)}{Q(x)}

To find the remainder of the polynomial division we can use the remainder theorem, because in this case the divisor polynomial is in the form (x-c), that is, it is of first degree, the coefficient of the variable x is 1 and has a constant term.

Then, we apply the remainder theorem, which says that the remainder of a division like this is equal to the evaluation of the polynomial of the dividend at the constant term but changed sign, that is, P(1).

remainder theorem polynomials

Therefore, to find the remainder of the division we have to evaluate the polynomial at x=1:

 \begin{aligned} P(1) &= 1^3+2\cdot 1^2-4\cdot 1+3\\[2ex] &= 1+2\cdot 1-4 \cdot 1+3 \\[2ex] & = 1+2-4+3 \\[2ex] & =\bm{2} \end{aligned}

So the remainder of the division of the polynomials is 2.

We can also check the remainder by dividing the polynomials using synthetic division with remainder:

remainder theorem division

➤ Note: we can also use the polynomial long division to find the remainder.

As you can see, it is much faster and easier to determine the remainder of a division of a polynomial by a linear polynomial using the remainder theorem than dividing the polynomials, since much less calculations are done.

Remainder and factor theorem

From the remainder theorem and the definition of root (or zero) of a polynomial we can deduce the factor theorem.

The factor theorem says that a polynomial P(x) is divisible by another polynomial in the form (x-c) if, and only if, P(c)=0. And, in that case, c is a root (or zero) of the polynomial P(x).

Furthermore, according to the remainder theorem, this means that if a polynomial is divisible by another polynomial, the remainder of that division is zero, since P(c)=0.

For example, if we have the following polynomial:

 P(x)=x^2+2x-8

This polynomial is divisible by the binomial (x-2) because P(2)=0:

 \begin{aligned} P(2) &= 2^2+2\cdot 2-8\\[2ex] &= 4+4-8 \\[2ex] & =\bm{0} \end{aligned}

Since P(2)=0, x=2 is a root of the polynomial.

Moreover, we can know thanks to the remainder theorem that the remainder of the polynomial division (x^2+2x-8)\div (x-2) is equal to 0.

Practice problems on the remainder theorem

To understand better the remainder theorem, we leave you some practice problems. You can try to do the problem on your own and then check whether you have done it correctly.

Problem 1

Using the remainder theorem, find the remainder of the polynomial division \cfrac{P(x)}{Q(x)}, being the polynomials involved in the operation:

P(x) =x^3+4x^2-2x+1\qquad \qquad Q(x)=x-2

The divisor polynomial is composed of only a first-degree term and a constant term, and furthermore, the coefficient of the first-degree term is 1. Therefore, we can use the remainder theorem.

To apply the remainder theorem, we simply have to evaluate the dividend polynomial at the constant term of the divisor polynomial changed sign, in other words, we have to calculate P(2).

 \begin{aligned} P(2) &= 2^3+4\cdot 2^2-2\cdot 2+1\\[2ex] &=8+4\cdot 4-2\cdot 2+1 \\[2ex] & = 8+16-4+1 \\[2ex] & =\bm{21} \end{aligned}

So the remainder of the division of the two polynomials is 21 .

 

Problem 2

Given the polynomial P(x)=x^4-2x^3+5x^2-3x+4, find the remainder that is obtained when dividing P(x) by each of the following polynomials:

  • \text{A)} \ \left(x-1 \right)
  • \text{B)} \ \left(x+1 \right)
  • \text{C)} \ \left(x+2 \right)
  • \text{D)} \ \left(x-3 \right)

Since all dividing polynomials meet the conditions of the remainder theorem, we can use the theorem to determine the remainder of each division:

 \begin{aligned} \mathbf{A}\bm{)} \ P(1) &= 1^4-2\cdot 1^3+5\cdot 1^2-3\cdot 1+4\\[2ex] &=1-2\cdot 1+5\cdot 1 -3 \cdot 1+4 \\[2ex] & = 1-2+5-3+4 \\[2ex] & =\bm{5} \end{aligned}

 

 \begin{aligned} \mathbf{B}\bm{)} \ P(-1) &= (-1)^4-2\cdot (-1)^3+5\cdot (-1)^2-3\cdot (-1)+4\\[2ex] &=1-2\cdot (-1)+5\cdot 1 -3 \cdot (-1)+4 \\[2ex] & = 1+2+5+3+4 \\[2ex] & =\bm{15} \end{aligned}

 

\begin{aligned} \mathbf{C}\bm{)} \ P(-2) &= (-2)^4-2\cdot (-2)^3+5\cdot (-2)^2-3\cdot (-2)+4\\[2ex] &=16-2\cdot (-8)+5\cdot 4 -3 \cdot (-2)+4 \\[2ex] & = 16+16+20+6+4 \\[2ex] & =\bm{62} \end{aligned}

 

\begin{aligned} \mathbf{D}\bm{)} \ P(3) &= 3^4-2\cdot 3^3+5\cdot 3^2-3\cdot 3+4\\[2ex] &=81-2\cdot 27+5\cdot 9 -3 \cdot 3+4 \\[2ex] & = 81-54+45-9+4 \\[2ex] & =\bm{67} \end{aligned}

 

Problem 3

Calculate the unknown m so that the remainder of the polynomial division \cfrac{P(x)}{Q(x)} is 3.

P(x) =x^3-5x^2-mx+9 \qquad \qquad Q(x)=x+3

In this particular case, the divisor polynomial is composed of a monomial of first degree and a constant term, and the coefficient of the first degree monomial is 1. So we can use the remainder theorem.

And to use the remainder theorem, we simply have to evaluate the dividend polynomial at the constant term of the divisor polynomial changed sign:

 \begin{aligned} P(-3) &=(-3)^3-5\cdot (-3)^2-m\cdot (-3)+9\\[2ex] &=-27-5\cdot 9 -m\cdot (-3)+9 \\[2ex] & = -27-45+3m+9 \\[2ex] & =3m-63 \end{aligned}

The problem tells us that the remainder must be equal to three, therefore, we have to set the remainder equal to 3:

 3m-63 = 3

And finally, we solve the equation:

 3m-63+63 = 3+63

 3m = 66

 \cfrac{3m}{3}=\cfrac{66}{3}

\bm{m=22}

 

Problem 4

Determine using the factor and the remainder theorem whether the polynomial P(x) is divisible by the polynomial Q(x).

P(x) =-2x^3-5x^2-x+2 \qquad \qquad Q(x)=x+2

For the polynomial P(x) to be divisible by the polynomial Q(x), the division of the two polynomials must be exact and, therefore, the remainder must be zero.

So, since the divisor polynomial is (x+2), from the factor theorem and the remainder theorem we know that the polynomial P(x) will be divisible by the polynomial Q(x) if P(-2)=0. So we have to see if this equality holds:

 P(-2)=0 \quad \color{blue} \bm{?}

 \begin{aligned} P(-2) &=-2\cdot (-2)^3-5\cdot (-2)^2-(-2)+2\\[2ex] &=-2 \cdot (-8) -5 \cdot 4+2 +2\\[2ex] & =16-20+2+2 \\[2ex] & =0\end{aligned}

Indeed, the remainder of the division  \cfrac{P(x)}{Q(x)} is equal to 0, so the polynomial P(x) is divisible by the polynomial Q(x).

 

Leave a Comment

Your email address will not be published. Required fields are marked *