Polynomials

Remainder Theorem

When you divide one polynomial by another the process can be very long. The Remainder and Factor Theorems help us avoid this long division process by providing certain rules. We will learn about the Remainder Theorem in this article.

Suggested Videos

Play
Play
Play
previous arrow
next arrow
previous arrownext arrow
Slider

 

Introduction

remainder

Divide 15 by 6. What answer do you get? By using the simple division process, we find that the quotient is 2 and the remainder is 3. Hence, we write 15 = (2 x 6) + 3. Note: The remainder ‘3’ is less than the divisor ‘6’. On the other hand, when we divide 12 by 6, we get a quotient of 2 and remainder 0. In this case, we say that 6 is a factor of 12 OR 12 is a multiple of 6.

Browse more Topics under Polynomials

Dividing One Polynomial by Another

Let’s start by dividing a polynomial with a monomial as follows:

Dividend Polynomial: 2x3 + x2 + x
Divisor Monomial: x
We have, (2x3 + x2 + x) / x = (2x3)/x + x2/x + x/x = 2x2 + x + 1

Observe that ‘x’ is common to each term of the dividend polynomial. We can also write the dividend as, x(2x2 + x + 1). Hence, ‘x’ and ‘2x2 + x + 1’ are factors of ‘2x3 + x2 + x’.

===================================================================

Let’s look at another example.

Dividend polynomial: 3x2 + x + 1
Divisor Monomial: x
We have, (3x2 + x + 1) / x = (3x2)/x + x/x + 1/x = 3x + 1 + 1/x

Here, 1 is not divisible by x. So, we stop the division here and note that 1 is the remainder. Hence, we have 3x2 + x + 1 = {x(3x + 1)} + 1. So, the result of the division is,

Quotient: 3x + 1
Remainder: 1

Note that since the remainder is not zero, x is not a factor of 3x2 + x + 1.

Dividing a Polynomial by Any Non-zero Polynomial

Let’s do the following division: Dividend: x + 3x2 – 1 and Divisor: 1 + x

Step 1.

We arrange the terms on the descending order of their degrees. Hence, we have dividend: 3x2 + x – 1 and divisor: x + 1

Step 2.

Divide the first term of the dividend by the first term of the divisor: 3x2/x = 3x. This is the first term of the quotient.

Step 3.

Multiply the divisor by the first term of the quotient and subtract this product from the dividend,
{3x2 + x – 1} – {3x(x + 1)}
= {3x2 + x – 1} – {3x2 + 3x}
= – 2x – 1
‘– 2x – 1’ is the remainder.

Step 4.

Now, the new dividend is ‘– 2x – 1’ and the divisor is still the same. Repeat step 2 to get the next term of the quotient. Divide the first term of the new dividend by the first term of the divisor: (– 2x)/x = – 2 = the second term of the quotient

Step 5.

Multiply the divisor by the second term of the quotient and subtract this product from the new dividend,
(– 2x – 1) – {– 2(x + 1)} = (– 2x – 1) – (– 2x – 2)
= – 2x – 1 + 2x + 2 = 1 = Remainder

Remember: This process continues until the degree of the new dividend is less than the degree of the divisor.

Step 6.

Hence, we have quotient: 3x – 2 and remainder: 1. It is important to note here that, 3x2 + x – 1 = (x + 1) (3x – 2) + 1 or Dividend = (Divisor × Quotient) + Remainder

Therefore, we can conclude that, if p(x) and g(x) are two polynomials such that degree of p(x) ≥ degree of g(x) and g(x) ≠ 0, then we can find polynomials q(x) and r(x) such that:

p(x) = g(x)q(x) + r(x), where r(x) = 0 or degree of r(x) < degree of g(x). Here we say that p(x) divided by g(x), gives q(x) as quotient and r(x) as remainder.

Next, let’s try to find a link between the remainder and the dividend. Let’s find the value of the dividend polynomial at x = -1

p(x) = 3x2 + x – 1
p(-1) = 3(- 1)2 + (- 1) – 1
= 3 – 1 – 1
= 1 … which is the remainder!

So, the remainder of (3×2 + x – 1) / (x + 1) = Value of (3×2 + x – 1) at x = – 1 (or the zero of the divisor [x + 1]). In other words, the remainder obtained on dividing a polynomial by another is the same as the value of the dividend polynomial at the zero of the divisor polynomial. This brings us to the first theorem of this article.

Download NCERT Solutions for Class 10 Maths

Remainder Theorem

Let p(x) be any polynomial of degree greater than or equal to one and let ‘a’ be any real number. If p(x) is divided by the linear polynomial (x – a), then the remainder is p(a).

Proof: p(x) is a polynomial with degree greater than or equal to one. It is divided by a polynomial (x – a), where ‘a’ is a real number. Let’s assume that the quotient is q(x) and the remainder is r(x). So, we can write,

p(x) = (x – a)q(x) + r(x)

Now, the degree of (x – a) is 1. Also, since r(x) is the remainder, its degree is less than the degree of the divisor: (x – a). Therefore, the degree of r(x) = 0. In other words, r(x) is a constant. Let’s call the constant ‘r’. Hence, for all values of ‘x’, r(x) = r. Therefore,

p(x) = (x – a) q(x) + r

Now, let’s find p(a) or the value of p(x) at x = a.

p(a) = (a – a) q(a) + r
= (0)q(a) + r
= r

We see that when a polynomial p(x) of a degree greater than or equal to one is divided by a linear polynomial (x – a), where a is a real number, then the remainder is r which is also equal to p(a). This proves the Remainder Theorem.

For example, check whether the polynomial q(t) = 4t3 + 4t2 – t – 1 is a multiple of 2t+1.
Solution: q(t) will be a multiple of 2t + 1 only, if 2t + 1 divides q(t) with remainder zero. Let’s find the zero of the divisor polynomial:

2t + 1 = 0 Or  t = – ½

Next, let’s find the value of q(t) at t= – ½
q(- ½) = 4(- ½)3 + 4(- ½)2 – (- ½) – 1
= 4(- 1/8) + 4(- ¼) + ½ – 1
= – ½ + 1 + ½ – 1 = 0.

Hence, we can conclude that the remainder obtained on dividing q(t) by 2t + 1 is 0. And, (2t + 1) is a factor of ‘4t3 + 4t2 – t – 1’.

Solved Examples for You

Question 1: Find the remainder when x4 + x3 – 2x2 + x + 1 is divided by (x – 1).

Answer : Dividend Polynomial = p(x) = x4 + x3 – 2x2 + x + 1 and Divisor Polynomial = x – 1
Zero of the divisor polynomial is x – 1 = 0 or, x = 1.
Therefore, p(1) = (1)4 + (1)3 – 2(1)2 + 1 + 1 = 1 + 1 – 2 + 1 + 1 = 2.
So, by Remainder Theorem, the remainder is 2.

Question 2: Find the remainder when (x3 – ax2 + 6x – a) is divided by (x – a).

Answer : Dividend Polynomial = p(x) = x3 – ax2 + 6x – a and Divisor Polynomial = x – a
Zero of the divisor polynomial is x – a = 0 or, x = a.
Therefore, p(a) = (a)3 – a(a)2 + 6a – a = a3 – a3 + 6a – a = 5a
So, by Remainder Theorem, the remainder is 5a.

Question 3: What is the remainder theorem formula?

Answer: This theorem state that, if you divide a polynomial f(x) by (x – h), the remainder is f(h). Furthermore, the remainder in this theorem equals f(h). Thus, we don’t need to use long division, instead, we just need to evaluate the polynomial when x = h to find the remainder.

Question 4: Is zero a remainder?

Answer:  When we divide one term (dividend) by another term (divisor), then the result is a quotient and a remainder. Zero is a remainder, because when the remainder is zero both the quotient and divisor are factors of the dividend.

Question 5: Can the remainder be negative?

Answer: We can write the equation taking negative numbers as a remainder, however as per Euclid’s division algorithm lemma remainder in mathematics is always defined as a positive number. Hence, the remainder of any number can never be a negative number.

Question 6:What is a remainder theorem and factor theorem?

Answer: According to the remainder theorem, if polynomial f(x) is divided by a linear binomial of the variable (x – a) then the remainder will be f(a). On the other hand, factor theorem states that if f(a) = 0 in this case then the binomial (x -a) is a factor of polynomial f(x).

Share with friends

Customize your course in 30 seconds

Which class are you in?
5th
6th
7th
8th
9th
10th
11th
12th
Get ready for all-new Live Classes!
Now learn Live with India's best teachers. Join courses with the best schedule and enjoy fun and interactive classes.
tutor
tutor
Ashhar Firdausi
IIT Roorkee
Biology
tutor
tutor
Dr. Nazma Shaik
VTU
Chemistry
tutor
tutor
Gaurav Tiwari
APJAKTU
Physics
Get Started

Leave a Reply

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

Download the App

Watch lectures, practise questions and take tests on the go.

Customize your course in 30 seconds

No thanks.