• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Polynomial

Remainder Theorem

Understanding the Remainder Theorem

Have you ever wondered if there's a quick way to find the remainder of a polynomial division without performing long division or the lengthy Horner's method? The answer lies in the Remainder Theorem!

The Remainder Theorem provides an interesting relationship between the remainder of a polynomial division and the value of the polynomial itself.

Statement of the Remainder Theorem

If a polynomial P(x)P(x)P(x) is divided by (x−c)(x - c)(x−c), then the remainder is S=P(c)S = P(c)S=P(c).

This means that to find the remainder when P(x)P(x)P(x) is divided by (x−c)(x - c)(x−c), we simply need to evaluate the polynomial P(x)P(x)P(x) at x=cx = cx=c.

Why Does the Remainder Theorem Work?

This theorem stems directly from the polynomial division algorithm we already know:

P(x)=(x−c)⋅H(x)+SP(x) = (x - c) \cdot H(x) + SP(x)=(x−c)⋅H(x)+S

Where:

  • P(x)P(x)P(x) is the dividend polynomial.
  • (x−c)(x - c)(x−c) is the divisor polynomial (degree 1).
  • H(x)H(x)H(x) is the quotient.
  • SSS is the remainder (a constant, since the divisor is degree 1).

Now, let's substitute x=cx = cx=c into the division algorithm equation:

P(c)=(c−c)⋅H(c)+SP(c) = (c - c) \cdot H(c) + SP(c)=(c−c)⋅H(c)+S
P(c)=(0)⋅H(c)+SP(c) = (0) \cdot H(c) + SP(c)=(0)⋅H(c)+S
P(c)=0+SP(c) = 0 + SP(c)=0+S
P(c)=SP(c) = SP(c)=S

This proves that the value of the polynomial P(x)P(x)P(x) at x=cx = cx=c is equal to the remainder SSS when P(x)P(x)P(x) is divided by (x−c)(x - c)(x−c).

Calculating with the Remainder Theorem

The Remainder Theorem is very useful for quickly determining the remainder of a division or for evaluating a polynomial at a specific point.

Find the remainder if P(x)=2x5+5x4−10x3+9x2−10P(x) = 2x^5 + 5x^4 - 10x^3 + 9x^2 - 10P(x)=2x5+5x4−10x3+9x2−10 is divided by x+4x + 4x+4.

Using Horner's Method

The divisor is x+4x + 4x+4, or x−(−4)x - (-4)x−(−4), so c=−4c = -4c=−4.

Coefficients of P(x)P(x)P(x) (completing the x term): 2,5,−10,9,0,−102, 5, -10, 9, 0, -102,5,−10,9,0,−10.

−425−1090−10−812−8−4162−321−46 \begin{array}{c|cccccc} -4 & 2 & 5 & -10 & 9 & 0 & -10 \\ & & -8 & 12 & -8 & -4 & 16 \\ \hline & 2 & -3 & 2 & 1 & -4 & \boxed{6} \\ \end{array} −4​22​5−8−3​−10122​9−81​0−4−4​−10166​​​

From Horner's method, we get:

  • Quotient: H(x)=2x4−3x3+2x2+x−4H(x) = 2x^4 - 3x^3 + 2x^2 + x - 4H(x)=2x4−3x3+2x2+x−4
  • Remainder: S=6S = \boxed{6}S=6​

Using the Remainder Theorem

According to the Remainder Theorem, the remainder when P(x)P(x)P(x) is divided by x−(−4)x - (-4)x−(−4) is P(−4)P(-4)P(−4).

Let's calculate P(−4)P(-4)P(−4):

P(−4)=2(−4)5+5(−4)4−10(−4)3+9(−4)2−10P(-4) = 2(-4)^5 + 5(-4)^4 - 10(-4)^3 + 9(-4)^2 - 10P(−4)=2(−4)5+5(−4)4−10(−4)3+9(−4)2−10
P(−4)=2(−1024)+5(256)−10(−64)+9(16)−10P(-4) = 2(-1024) + 5(256) - 10(-64) + 9(16) - 10P(−4)=2(−1024)+5(256)−10(−64)+9(16)−10
P(−4)=−2048+1280+640+144−10P(-4) = -2048 + 1280 + 640 + 144 - 10P(−4)=−2048+1280+640+144−10
P(−4)=−2048+1920+144−10P(-4) = -2048 + 1920 + 144 - 10P(−4)=−2048+1920+144−10
P(−4)=−128+144−10P(-4) = -128 + 144 - 10P(−4)=−128+144−10
P(−4)=16−10P(-4) = 16 - 10P(−4)=16−10
P(−4)=6P(-4) = 6P(−4)=6

The result is the same! Using the Remainder Theorem, we found the remainder is 6, just like with Horner's method, but without performing the full division process.

This shows that evaluating P(c)P(c)P(c) is another way to find the remainder of division by (x−c)(x-c)(x−c).

Exercise

If P(x)=3x5−20x4−6x3−48x−8P(x) = 3x^5 - 20x^4 - 6x^3 - 48x - 8P(x)=3x5−20x4−6x3−48x−8 is divided by x−7x - 7x−7, determine the remainder using the Remainder Theorem.

Answer Key

According to the Remainder Theorem, the remainder when P(x)P(x)P(x) is divided by x−7x - 7x−7 is P(7)P(7)P(7).

P(7)=3(7)5−20(7)4−6(7)3−48(7)−8P(7) = 3(7)^5 - 20(7)^4 - 6(7)^3 - 48(7) - 8P(7)=3(7)5−20(7)4−6(7)3−48(7)−8
P(7)=3(16807)−20(2401)−6(343)−336−8P(7) = 3(16807) - 20(2401) - 6(343) - 336 - 8P(7)=3(16807)−20(2401)−6(343)−336−8
P(7)=50421−48020−2058−336−8P(7) = 50421 - 48020 - 2058 - 336 - 8P(7)=50421−48020−2058−336−8
P(7)=2401−2058−336−8P(7) = 2401 - 2058 - 336 - 8P(7)=2401−2058−336−8
P(7)=343−336−8P(7) = 343 - 336 - 8P(7)=343−336−8
P(7)=7−8P(7) = 7 - 8P(7)=7−8
P(7)=−1P(7) = -1P(7)=−1

So, the remainder is −1-1−1.

Previous

Horner's Method

Next

Factor Theorem

  • Remainder TheoremDiscover the Remainder Theorem to quickly find polynomial division remainders without long division. Master this shortcut with clear examples and proofs.
On this page
  • Understanding the Remainder Theorem
    • Statement of the Remainder Theorem
    • Why Does the Remainder Theorem Work?
  • Calculating with the Remainder Theorem
    • Using Horner's Method
    • Using the Remainder Theorem
  • Exercise
    • Answer Key
  • Comments
  • Report
  • Source code