👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Number System
Study mode

Remainder Theorem

Introduction to Polynomial Division and Remainders

In arithmetic, when we divide one number by another, we often get a quotient and sometimes a remainder. For example, dividing 17 by 5 gives a quotient of 3 and a remainder of 2, because 17 = 5 x 3 + 2.

Similarly, in algebra, we can divide one polynomial by another. The result is a quotient polynomial plus a remainder polynomial. Understanding this division is essential because it helps us analyze polynomial functions, solve equations, and simplify expressions.

Why focus on remainders? Because remainders tell us important information about divisibility and factors of polynomials without performing full division. This is especially useful in competitive exams where time is limited.

In this section, we will explore the Remainder Theorem, a powerful tool that allows us to find the remainder when dividing a polynomial by a linear divisor quickly and efficiently.

Remainder Theorem

The Remainder Theorem states:

When a polynomial \( f(x) \) is divided by a linear divisor of the form \( (x - a) \), the remainder of this division is equal to \( f(a) \).

In other words, instead of performing the entire division, you can simply substitute \( x = a \) into the polynomial and the value you get is the remainder.

graph TD    A[Polynomial f(x)]    B[Divide by (x - a)]    C[Quotient Q(x)]    D[Remainder R = f(a)]    A --> B    B --> C    B --> D

This theorem is extremely useful because it reduces a potentially long division process to a simple substitution.

Why does the Remainder Theorem work?

Recall the Division Algorithm for Polynomials:

Any polynomial \( f(x) \) can be expressed as:

\[ f(x) = (x - a) \cdot Q(x) + R \]

where \( Q(x) \) is the quotient polynomial and \( R \) is the remainder polynomial. Since the divisor \( (x - a) \) is of degree 1, the remainder \( R \) must be a constant (degree less than 1).

Substituting \( x = a \) into the equation, we get:

\[ f(a) = (a - a) \cdot Q(a) + R = 0 + R = R \]

Hence, the remainder is \( f(a) \).

Factor Theorem

The Factor Theorem is a special case of the Remainder Theorem. It states:

\( (x - a) \) is a factor of the polynomial \( f(x) \) if and only if \( f(a) = 0 \).

This means if substituting \( x = a \) into \( f(x) \) gives zero, then \( (x - a) \) divides \( f(x) \) exactly without any remainder.

a Polynomial curve touching x-axis at x = a

This theorem is very helpful for factorization and solving polynomial equations by identifying roots.

Worked Examples

Example 1: Finding Remainder of a Polynomial Division Easy
Find the remainder when \( f(x) = x^3 - 4x^2 + 6x - 5 \) is divided by \( (x - 2) \) using the Remainder Theorem.

Step 1: Identify \( a \) from the divisor \( (x - a) \). Here, \( a = 2 \).

Step 2: Substitute \( x = 2 \) into \( f(x) \):

\( f(2) = (2)^3 - 4(2)^2 + 6(2) - 5 = 8 - 16 + 12 - 5 \)

\( = (8 - 16) + (12 - 5) = (-8) + 7 = -1 \)

Answer: The remainder is \(-1\).

Example 2: Checking if \( (x - 3) \) is a Factor Medium
Determine whether \( (x - 3) \) is a factor of \( f(x) = 2x^3 - 9x^2 + 12x - 5 \) using the Factor Theorem.

Step 1: Substitute \( x = 3 \) into \( f(x) \):

\( f(3) = 2(3)^3 - 9(3)^2 + 12(3) - 5 = 2 \times 27 - 9 \times 9 + 36 - 5 \)

\( = 54 - 81 + 36 - 5 = (54 - 81) + (36 - 5) = -27 + 31 = 4 \)

Step 2: Since \( f(3) eq 0 \), the remainder is 4, not zero.

Answer: \( (x - 3) \) is not a factor of \( f(x) \).

Example 3: Applying Remainder Theorem in Modular Arithmetic Hard
Find the remainder when \( f(x) = x^4 + 3x^3 - x + 7 \) is divided by \( (x - 1) \), and interpret the result modulo 5.

Step 1: Identify \( a = 1 \).

Step 2: Compute \( f(1) \):

\( f(1) = 1^4 + 3 \times 1^3 - 1 + 7 = 1 + 3 - 1 + 7 = 10 \)

Step 3: The remainder is 10 when divided by \( (x - 1) \).

Step 4: Now, interpret modulo 5:

\( 10 \equiv 0 \pmod{5} \)

This means the remainder is divisible by 5.

Answer: The remainder is 10, which is congruent to 0 modulo 5.

Example 4: Using Synthetic Division to Find Remainder Medium
Use synthetic division to find the remainder when \( f(x) = 3x^3 + 5x^2 - 2x + 4 \) is divided by \( (x + 1) \).

Step 1: Rewrite divisor \( (x + 1) \) as \( (x - (-1)) \), so \( a = -1 \).

Step 2: Set up synthetic division with coefficients of \( f(x) \): 3, 5, -2, 4.

Coefficients35-24
Multiply by \( a = -1 \)-3-24
Sum32-40

Step 3: The last value (0) is the remainder.

Answer: The remainder is 0, so \( (x + 1) \) divides \( f(x) \) exactly.

Example 5: Solving Polynomial Equation Using Factor Theorem Medium
Find one root of \( f(x) = x^3 - 6x^2 + 11x - 6 \) by testing possible factors using the Factor Theorem.

Step 1: List possible rational roots. Factors of constant term 6 are ±1, ±2, ±3, ±6.

Step 2: Test \( x = 1 \):

\( f(1) = 1 - 6 + 11 - 6 = 0 \)

Since \( f(1) = 0 \), \( (x - 1) \) is a factor.

Answer: One root is \( x = 1 \).

Remainder Theorem

R = f(a)

Remainder when polynomial f(x) is divided by (x - a) is f(a)

f(x) = Polynomial function
a = Constant from divisor

Factor Theorem

\[f(a) = 0 \iff (x - a) \text{ is a factor of } f(x)\]

If f(a) = 0, then (x - a) divides f(x) exactly

f(x) = Polynomial function
a = Root

Division Algorithm for Polynomials

\[f(x) = (x - a) \cdot Q(x) + R\]

Any polynomial f(x) can be expressed as divisor times quotient plus remainder

f(x) = Dividend polynomial
Q(x) = Quotient polynomial
R = Remainder (constant or polynomial of lower degree)

Tips & Tricks

Tip: Remember that the remainder when dividing by \( (x - a) \) is simply \( f(a) \), so substitute directly instead of performing long division.

When to use: When asked to find remainder quickly in polynomial division problems.

Tip: Use the Factor Theorem to test possible roots by plugging in values instead of factoring completely.

When to use: When solving polynomial equations in competitive exams to save time.

Tip: Synthetic division is a faster alternative to long division for linear divisors of the form \( (x - a) \).

When to use: When dividing polynomials by linear factors, especially under time constraints.

Tip: Check for integer roots among factors of the constant term to apply the Factor Theorem efficiently.

When to use: When looking for rational roots of polynomials with integer coefficients.

Tip: Link Remainder Theorem problems with modular arithmetic concepts to solve number theory questions more effectively.

When to use: When problems involve remainders or congruences in polynomial contexts.

Common Mistakes to Avoid

❌ Substituting the wrong value of 'a' in \( f(a) \) when applying the Remainder Theorem.
✓ Ensure the divisor is in the form \( (x - a) \) and substitute 'a' correctly; if divisor is \( (x + b) \), substitute \(-b\).
Why: Students often confuse signs and substitute incorrectly, leading to wrong remainders.
❌ Assuming remainder is zero without checking \( f(a) \), leading to incorrect factorization.
✓ Always compute \( f(a) \) to verify if remainder is zero before concluding \( (x - a) \) is a factor.
Why: Misapplication of Factor Theorem without verification causes errors.
❌ Performing full polynomial division instead of using the Remainder Theorem for quick remainder calculation.
✓ Use direct substitution as per Remainder Theorem to save time and reduce errors.
Why: Students default to long division, wasting time and increasing chance of mistakes.
❌ Confusing the remainder with the quotient in polynomial division problems.
✓ Remember remainder is a constant or polynomial of degree less than divisor; quotient is the polynomial part.
Why: Terminology confusion leads to incorrect answers.
❌ Ignoring the degree condition of remainder in polynomial division.
✓ Remainder degree must be less than divisor degree; if not, division is incomplete.
Why: Students sometimes misinterpret the division algorithm and remainder properties.

Key Takeaways

  • The Remainder Theorem allows quick calculation of remainders by substitution.
  • The Factor Theorem helps identify factors and roots of polynomials.
  • Synthetic division is a fast method to find remainders and quotients.
  • Always verify signs and substitution values carefully.
  • Linking these concepts with modular arithmetic enhances problem-solving skills.
Key Takeaway:

Mastering the Remainder and Factor Theorems is essential for efficient polynomial problem solving in competitive exams.

Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Remainder Theorem · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.