The Remainder Theorem turns a polynomial division into a single substitution: if you divide P(x)P(x) by xax-a, the remainder is just P(a)P(a). No long division required.

The formula and its symbols

If a polynomial P(x)P(x) is divided by xax-a, then

remainder=P(a)\text{remainder} = P(a)

Here P(x)P(x) is the polynomial being divided, xax-a is the linear divisor, and aa is the number that makes the divisor zero. The theorem applies only when the divisor is in the form xax-a: for x3x-3, use a=3a=3; for x+2x+2, use a=2a=-2. A division question becomes a substitution question.

Why the remainder is P(a)P(a)

This is the part worth understanding, not just memorizing. When you divide P(x)P(x) by a linear expression xax-a, the division algorithm gives

P(x)=(xa)Q(x)+rP(x) = (x-a)Q(x) + r

where Q(x)Q(x) is the quotient and rr is the remainder. Because the divisor has degree 11, the remainder must have degree less than 11 — so rr is a constant. Now substitute x=ax=a:

P(a)=(aa)Q(a)+r=0+r=rP(a) = (a-a)Q(a) + r = 0 + r = r

The (aa)(a-a) factor kills the quotient term, leaving exactly rr. So the remainder is P(a)P(a).

Worked example: divide by x2x-2

Find the remainder when

P(x)=x3+2x25x+1P(x) = x^3 + 2x^2 - 5x + 1

is divided by x2x-2. Because the divisor is x2x-2, use a=2a=2 and evaluate P(2)P(2):

P(2)=23+2(22)5(2)+1=8+810+1=7P(2) = 2^3 + 2(2^2) - 5(2) + 1 = 8 + 8 - 10 + 1 = 7

So the remainder is 77. You never needed the quotient — once you have P(2)P(2), you have the remainder.

Practice the calculation

Find the remainder when

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

is divided by x+1x+1. First rewrite the divisor as x(1)x-(-1), so you know to compute P(1)P(-1). Answer check: P(1)=2(1)33(1)+5=2+3+5=6P(-1) = 2(-1)^3 - 3(-1) + 5 = -2 + 3 + 5 = 6, so the remainder is 66. If you want a second confirmation, run synthetic division and verify the remainder matches.

Calculation traps to watch for

Using the wrong sign for aa

For x4x-4, use a=4a=4; for x+4x+4, use a=4a=-4. This sign slip is the most common error. Self-check: the value of aa is always the root of the divisor, the number that makes xax-a equal to zero.

Forgetting the divisor must match xax-a

The theorem is stated for divisors of the form xax-a. If the divisor is 2x32x-3, you cannot plug in 33 and call that the remainder. Instead set 2x3=02x-3=0 first, so x=32x=\frac{3}{2}, then the remainder is P(32)P\left(\frac{3}{2}\right) — still a constant, because dividing by any linear polynomial leaves a constant remainder.

Mixing up quotient and remainder

P(a)P(a) gives the remainder only. It does not give the quotient.

How it connects to the Factor Theorem

The Factor Theorem is a direct consequence. If

P(a)=0P(a)=0

then the remainder on division by xax-a is 00, so xax-a is a factor of P(x)P(x). The Remainder Theorem tells you the remainder in every case; the Factor Theorem zooms in on the special case where that remainder is zero.

When the Remainder Theorem is useful

You will reach for it to find a polynomial remainder quickly, check whether a linear expression might be a factor, connect a substitution value to synthetic division, or avoid full polynomial long division in a simple case.

Frequently Asked Questions

What does the Remainder Theorem state?
If a polynomial P of x is divided by x minus a, the remainder equals P evaluated at a. This turns a division question into a substitution question, so you can find the remainder without doing long division. The divisor must be written in the form x minus a for the theorem to apply directly.
Why is the remainder equal to P of a?
The division algorithm writes P of x as x minus a times the quotient plus a remainder r. Because the divisor has degree 1, the remainder must be a constant. Substituting x equals a makes the first term zero, leaving P of a equal to r, so the remainder is exactly P of a.
How do you use the Remainder Theorem with a divisor like x plus 2?
Rewrite the divisor in the form x minus a and identify a correctly. For x minus 3, a is 3; for x plus 2, a is negative 2. Then compute P of a and report that value as the remainder. For example, dividing x cubed plus 2x squared minus 5x plus 1 by x minus 2 gives remainder P of 2, which is 7.
How is the Remainder Theorem related to the Factor Theorem?
The Factor Theorem is a direct consequence. If P of a equals zero, the remainder on division by x minus a is zero, so x minus a is a factor of the polynomial. The Remainder Theorem covers every case, while the Factor Theorem focuses on the special case where the remainder is zero.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →