TOPIC
MY PROGRESS
Pug Score
0%
Best Streak
0 in a row
Study Points
+0
Overview
Practice
Watch
Read
Quiz
Next Steps
Get Started
Get unlimited access to all videos, practice problems, and study tools.
Back to Menu
Topic Progress
Pug Score
0%
Videos Watched
0/0
Best Practice
No score
Read
Not viewed
Best Quiz
No attempts
Best Streak
0 in a row
Study Points
+0
Overview
Practice
Watch
Read
Quiz
Next Steps
Read
The Remainder Theorem
The remainder theorem says that dividing a polynomial f(x) by (x-a) leaves a remainder equal to f(a). Learn why this shortcut works, see it verified against synthetic division, and learn its special case: when f(a)=0, (x-a) is a factor (the factor theorem).
Why it works
Dividing f(x) by (x − a) always produces a quotient q(x) and a remainder r, so f(x) = (x−a)·q(x) + r. Substituting x = a makes the first term zero, since (a−a) = 0, leaving f(a) = r. The remainder is just the function evaluated at the divisor's root.
Worked example
For f(x) = x³ − 2x² + 3x − 5, dividing by (x − 2): evaluate f(2) = 2³ − 2(2²) + 3(2) − 5 = 8 − 8 + 6 − 5 = 1. Long division (or synthetic division) of the same polynomial by (x−2) confirms the remainder is exactly 1.
Its most useful special case
When f(a) = 0, the remainder is zero, which means (x − a) divides evenly into f(x) with no remainder — so a is a root and (x−a) is a factor. That special case is the factor theorem, and it's the fastest way to test whether a specific number is a root of a polynomial before you commit to factoring or solving it.