[Common Math 1 Part 7] The Remainder Theorem and Factor Theorem

한국어 버전

The goal of this post is clear.

Learn how to find the remainder when dividing by (xc)(x-c),
and use that result to decide whether (xc)(x-c) is a factor.

Start with the main flow.

  • When we divide by (xc)(x-c), the remainder must be a constant.
  • From P(x)=(xc)Q(x)+rP(x)=(x-c)Q(x)+r, substituting x=cx=c gives P(c)=rP(c)=r.
  • So the remainder when dividing by (xc)(x-c) is P(c)P(c).
  • In particular, if P(c)=0P(c)=0, then (xc)(x-c) is a factor of P(x)P(x).

The Remainder Theorem and Factor Theorem

In the previous post, we learned polynomial division. Now an important question appears.

When the divisor is (xc)(x-c), why can we know the remainder without finishing the whole long division?

The answer is the remainder theorem, and the next step is the factor theorem.


1. What is special about dividing by (xc)(x-c)?

If we divide a polynomial P(x)P(x) by (xc)(x-c), writing the quotient as Q(x)Q(x) and the remainder as rr, then

P(x)=(xc)Q(x)+rP(x)=(x-c)Q(x)+r

Since the divisor has degree 1, the remainder must have degree less than 1. That means the remainder is just a constant.

Now substitute x=cx=c.

P(c)=(cc)Q(c)+r=0+r=rP(c)=(c-c)Q(c)+r=0+r=r

So,

P(c)=rP(c)=r

This is the key idea of the remainder theorem. It is not just a formula to memorize; it comes directly from the division statement.


2. The remainder theorem

2-1. Statement

If a polynomial P(x)P(x) is divided by (xc)(x-c), the remainder is P(c)P(c).

2-2. Why is it useful?

Usually we need long division or synthetic division to find a remainder. But if the divisor has the form (xc)(x-c), we can simply substitute x=cx=c.

So,

  • remainder upon division by (x2)(x-2) -> P(2)P(2)
  • remainder upon division by (x+1)(x+1) -> P(1)P(-1)
  • remainder upon division by (x3)(x-3) -> P(3)P(3)

Be careful with signs. (x+1)(x+1) means (x(1))(x-(-1)), so we substitute 1-1.

2-3. Example 1: direct substitution

Let

P(x)=2x33x+1P(x)=2x^3-3x+1

Find the remainder when P(x)P(x) is divided by (x2)(x-2).

By the remainder theorem,

P(2)=2(23)3(2)+1=166+1=11P(2)=2(2^3)-3(2)+1=16-6+1=11

So the remainder is 1111.

조립제법 시각화

배열 나눗셈과 조립제법의 대응 관계

같은 색으로 같은 계산 보기

프리셋 2개만 두고, 나머지는 직접 입력해서 재생해 보세요.

준비
미리보기 2x3 - 3x + 1
미리보기 (x - 2)
2x3 - 3x + 1 ÷ (x - 2)
재생을 누르면 같은 계산이 어떻게 줄어드는지 단계별로 볼 수 있습니다. 같은 색 칸이 서로 대응되는 계산입니다.

배열 나눗셈

같은 색 = 같은 단계
제수
1
-2
시작
2
0
-3
1

조립제법

c = 2
계수
2
0
-3
1
곱함
결과

2-4. Example 2: missing terms do not matter

Let

P(x)=x45x2+4P(x)=x^4-5x^2+4

Find the remainder when dividing by (x+2)(x+2).

Since (x+2)=(x(2))(x+2)=(x-(-2)), substitute x=2x=-2.

P(2)=(2)45(2)2+4=1620+4=0P(-2)=(-2)^4-5(-2)^2+4=16-20+4=0

So the remainder is 00.


3. The factor theorem

3-1. Statement

If P(c)=0P(c)=0, then (xc)(x-c) is a factor of P(x)P(x).

This follows directly from the remainder theorem.

  • remainder when dividing by (xc)(x-c) = P(c)P(c)
  • if P(c)=0P(c)=0, the remainder is 0
  • if the remainder is 0, the polynomial is divisible by (xc)(x-c)
  • therefore (xc)(x-c) is a factor

3-2. Example 1: checking a factor

For

P(x)=x36x2+11x6P(x)=x^3-6x^2+11x-6

check whether (x1)(x-1) is a factor.

P(1)=16+116=0P(1)=1-6+11-6=0

So (x1)(x-1) is a factor.

Also,

P(2)=824+226=0,P(3)=2754+336=0P(2)=8-24+22-6=0, \quad P(3)=27-54+33-6=0

so (x2)(x-2) and (x3)(x-3) are also factors. Hence

x36x2+11x6=(x1)(x2)(x3)x^3-6x^2+11x-6=(x-1)(x-2)(x-3)

3-3. Example 2: not a factor

For

P(x)=x2+2x+5P(x)=x^2+2x+5

check whether (x+1)(x+1) is a factor.

Since (x+1)=(x(1))(x+1)=(x-(-1)), we substitute x=1x=-1.

P(1)=(1)2+2(1)+5=12+5=4P(-1)=(-1)^2+2(-1)+5=1-2+5=4

Since this is not 0, (x+1)(x+1) is not a factor. At the same time, we also know that the remainder is 44.


4. How to use these theorems in problems

4-1. Finding a remainder quickly

Let

P(x)=3x32x2+x+7P(x)=3x^3-2x^2+x+7

Find the remainder when dividing by (x1)(x-1).

P(1)=32+1+7=9P(1)=3-2+1+7=9

So the remainder is 99.

4-2. Deciding whether something is a factor

For x3+2x25x6x^3+2x^2-5x-6, test whether (x2)(x-2) is a factor.

P(2)=8+8106=0P(2)=8+8-10-6=0

So (x2)(x-2) is a factor.

4-3. Determining an unknown coefficient

If (x2)(x-2) is a factor of

P(x)=x3+ax+2P(x)=x^3+ax+2

find aa.

By the factor theorem, P(2)=0P(2)=0.

23+2a+2=02^3+2a+2=0 8+2a+2=08+2a+2=0 2a=10,a=52a=-10, \quad a=-5

5. Common mistakes

  • substituting 33 into (x+3)(x+3)
    -> use 3-3, because (x+3)=(x(3))(x+3)=(x-(-3))
  • memorizing the two theorems separately
    -> the factor theorem comes directly from the remainder theorem
  • saying "'cc is a factor" when P(c)=0P(c)=0
    -> the factor is (xc)(x-c), not cc
  • applying the theorem to any divisor
    -> this direct substitution works for divisors of the form (xc)(x-c)

6. Key summary

Concept Core idea
Remainder theorem The remainder when dividing P(x)P(x) by (xc)(x-c) is P(c)P(c)
Factor theorem If P(c)=0P(c)=0, then (xc)(x-c) is a factor of P(x)P(x)
Connection The factor theorem is a direct consequence of the remainder theorem
Caution For (x+a)(x+a), substitute a-a

7. Practice problems

Problem 1

For

P(x)=2x23x+4P(x)=2x^2-3x+4

find the remainder when dividing by (x1)(x-1).

Show answer

By the remainder theorem, the remainder is P(1)P(1).

P(1)=23+4=3P(1)=2-3+4=3

So the remainder is 33.

Problem 2

For

P(x)=x2+x6P(x)=x^2+x-6

determine whether (x2)(x-2) is a factor.

Show answer
P(2)=4+26=0P(2)=4+2-6=0

So (x2)(x-2) is a factor.

Problem 3

If (x+1)(x+1) is a factor of

P(x)=x3+2x2+ax4P(x)=x^3+2x^2+ax-4

find aa.

Show answer

Since (x+1)(x+1) is a factor, P(1)=0P(-1)=0.

(1)3+2(1)2+a(1)4=0(-1)^3+2(-1)^2+a(-1)-4=0 1+2a4=0-1+2-a-4=0 3a=0-3-a=0

Therefore,

a=3a=-3

8. Next post

In the next post, we move to equality of polynomials and the zero polynomial.

The remainder theorem and factor theorem connect a polynomial's value with its factors. Next, we will study what it means for two polynomial expressions themselves to be equal.

💬 댓글

이 글에 대한 의견을 남겨주세요