Summarize this article:
156 LearnersLast updated on December 16, 2025

The remainder theorem is a basic concept in algebra that saves a lot of time by speeding up the long division process of polynomials. It also helps in testing the values of zeros of a polynomial and the factorization of polynomials. In this article, we will be looking into the details of the remainder theorem.

The remainder theorem states that if a polynomial p(x) is divided by a linear polynomial (x - a), the remainder of the division is simply p(a). This theorem makes it easy to find the remainder without performing the full long division process. Since the degree of a remainder is always one less than the degree of the divisor, dividing a polynomial by a linear polynomial of degree 1 will always result in a constant remainder that is degree 0.
According to the remainder theorem, when a polynomial p(x) of degree greater than or equal to 1 is divided by a linear polynomial x - a, the remainder is obtained by simply evaluating the polynomial at x = a. In other words, the remainder is r = p(a).
To find the remainder using the remainder theorem.
Step 1: First, find the zero of the linear divisor by equating it to zero. That is, set x - a = 0, which gives x = a.
Step 2: Next, substitute this value of x into polynomial p(x). The resulting value is the remainder.
This method forms the basis of many online tools, such as a remainder theorem calculator, and is closely related to the quotient-remainder theorem, which deals with both the quotient and the remainder obtained during polynomial division.
The remainder theorem can also be applied to other types of linear divisors, as shown.
The remainder and factor theorem, also known as the factor and remainder theorem, states that if the remainder is zero, then the divisor is a factor of the polynomial. This concept is widely used in polynomial factorization, verifying factors, and understanding the relationships among factors, quotients, and remainders.
Assume that when a polynomial p(x) is divided by a linear polynomial (x - a), the quotient is q(x) and the remainder is a constant r. According to the division algorithm,
Dividend = (Divisor × Quotient) + Remainder
So, we can write it as,
\(p(x) = (x - a) q(x) + r\)
Now, substitute x = a in the above expression:
\(p(a) = (a - a) q(a) + r\)
\(p(a) = 0.q(a) + r\)
\(p(a) = r\)
Thus, the remainder obtained when p(x) is divided by (x - a) is equal to p(a).
Hence, the remainder theorem is proved.


The remainder can be easily determined when a polynomial is divided by a linear polynomial. Instead of performing lengthy calculations, we substitute the zero of the linear divisor into the given polynomial. This is the basic idea of the remainder theorem. For example,
Dividend, \(p(x) = 4x^3-3x^2+5x-1\)
Divisor, x + 1
We will find the remainder in two ways.
Let us check whether both methods give the same result.
Using polynomial long division:
After dividing \(4x^3-3x^2+5x-1\) by x + 1, the remainder obtained is r = 5.
Using the remainder theorem:
First, find the zero of the divisor:
x + 1=0
x = -1
Now, substitute x = -1 into the polynomial:
\(p(-1)=4(-1)3-3(-1)2+5(-1)-1\)
= -4 -3 -5 -1
= -13
So, the reminder obtained using the remainder theorem is -13.
Since the remainder found using the remainder theorem matches the remainder obtained through long division, the remainder theorem provides a quick and effective way to see the remainder when a polynomial is divided by a linear polynomial.
Now that we know what the remainder theorem is, let us learn the difference between the factor theorem and the remainder theorem.
Although the factor theorem is similar to the remainder theorem, they both serve a slightly different purpose. Let’s see how they differ in the table below:
|
Remainder Theorem |
Factor Theorem |
|
Purpose: Tells you the remainder when a polynomial is divided by x - c. |
Purpose: Helps you find factors (or roots) of a polynomial. |
|
How it works: Place c into the polynomial f(x), and the result is the remainder. |
How it works: If f(c) = 0, then x - c is a factor of the polynomial. |
|
Focus: Focuses on quickly finding the remainder. |
Focus: Focuses on identifying the factors of a polynomial. |
The tips and tricks given below will help students get a good command on the topic by providing efficient methods to work with the topic.
Students may find the concept of remainder theorem simple. However, there are some common misconceptions and mistakes that occur.
The remainder theorem is an algebraic tool often used in real world situations such as:
Find the remainder when p(x) = 2x^3 −5x^2 +3x − 4 is divided by x - 2.
Remainder = 2.
Zero of the divisor \(x-2 = 0\)
\(x = 2 \)
Substitute x = 2 into p(x)
\(p(2) = 2(2)^3 - 5(2)^3 + 3(2) - 4 \)
\(16 - 20 + 6 - 4 = 2\)
Find the remainder when 𝑝(𝑥) = 𝑥^4 + 3𝑥^3 − 𝑥 + 1 p(x) = x^4 + 3x^3 − x + 1 is divided by 𝑥 + 1 x + 1.
Remainder = 4
Zero of the divisor \(x + 1 = 0, x = -1\)
\(p(-1) = (-1)^4 + 3(-1)^3 - (-1) + 1 = 1 - 3 + 1 + 1 = 0\)
Find the remainder when 𝑝(𝑥) = 3𝑥^3 − 4𝑥^2 + 5𝑥 − 6 is divided by 2𝑥 − 3.
Remainder = \(- \frac{1}{8}\)
Zero of the divisor \(2x - 3 = 0\), \(x = \frac{3}{2}\)
\(p \frac {3}{2} = 3 (\frac {3}{2})^3 - 4 (\frac {3}{2}) + 5 (\frac {3}{2}) - 6\)
\(= \frac {81}{8} - 9 + \frac {15}{2} - 6 \)
\(= \frac {81}{8} - \frac{72}{8} + \frac{60}{8} - \frac {48}{8} = \frac{11}{8}\)
Find the remainder when p(x) = x^3 - 6x^2 + 11x - 6 is divided by x -1.
Remainder = 0
Zero of the divisor \(x - 1 = 0\)
\(x = 1 \)
\(p(1) = 1 - 6 + 11 - 6 = 0\)
Hence, x - 1 is a factor of p(x).
Find the remainder when 𝑝(𝑥) = 2𝑥^4 + 3𝑥^3 − 𝑥 + 5 is divided by x + 2.
Remainder = 13
Zero of divisor \(x + 2 = 0 \)
\(x = -2\)
\(p(-2) = 2(-2)^4 + 3(-2)^3 - (-2) + 5\)
\(2(16) + 3(-8) + 2 + 5 = 32 - 24 + 2 + 5 = 15\)
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.






