Remainder Theorem
Learn how to find the remainder when dividing a polynomial by a linear factor without performing long division.
Definition
Try it now
Worked Examples
Find the remainder when is divided by .
Identify the value of
Divisor is , so →
Substitute into
→
Calculate
→ Remainder =
Answer: The remainder is .
Common Mistakes
Using the wrong sign for when the divisor is
Why it's wrong: The theorem uses , so means , not .
Correct: Rewrite as to correctly identify .
Forgetting to include the constant term when evaluating
Why it's wrong: Every term matters! The constant term is part of the polynomial.
Correct: Always write out all terms: , including the .
Confusing the remainder with the quotient
Why it's wrong: The Remainder Theorem only gives the remainder, not the quotient polynomial.
Correct: Use synthetic division if you need both the quotient and remainder.
Interactive Visual
Linear Function Explorer
| x | y |
|---|---|
| -2 | -2 |
| -1 | -1 |
| 0 | 0 |
| 1 | 1 |
| 2 | 2 |
Interactive Sandbox
Expression Calculator
Try these:
History
No calculations yet
Practice Problems
18 problemsAccording to the Remainder Theorem, when is divided by , what is the remainder?
Why It Matters
- Quick evaluation: Find by substitution instead of lengthy polynomial division
- Root testing: If , then is a factor (this is the Factor Theorem!)
- Graphing: Find y-values at specific x-coordinates quickly
- Engineering: Used in control systems and signal processing
- Computer science: Polynomial error-correction codes rely on remainder calculations
Real World Applications
Polynomial Root Testing
The Remainder Theorem is fundamental for testing potential roots of polynomial equations.
Example:
To check if is a root of , calculate . If , then is a root.
You need to test if is a root of .
Is a root?
Step 1: Write the mathematical expression
Calculate :
Error Detection in Data Transmission
Computer scientists use polynomial remainder calculations in cyclic redundancy checks (CRC) to detect transmission errors.
Example:
When you download a file, your computer uses polynomial division to verify data integrity - any non-zero remainder indicates corruption.
A simple polynomial check: verify that is divisible by .
What is the remainder when dividing by ?
Step 1: Write the mathematical expression
Calculate :
Key Takeaways
- 1The Remainder Theorem: when is divided by , the remainder is
- 2For , substitute (watch the sign!)
- 3If , then is a factor (Factor Theorem)
- 4This method is faster than long division for finding remainders
- 5The theorem can be used to find unknown coefficients in polynomials
Frequently Asked Questions
Glossary
- Remainder
- The value left over after division; in polynomial division by , it equals
- Quotient
- The result of division; when is divided by , the quotient is a polynomial of degree one less
- Factor
- A polynomial that divides evenly into another polynomial (remainder = 0)
- Root (or Zero)
- A value where ; also where the graph crosses the x-axis
Formula Card
Remainder Theorem
The remainder when dividing polynomial f(x) by (x-c) equals f(c)
Polynomial Division Identity
Any polynomial can be written as divisor times quotient plus remainder
Factor Theorem (Special Case)
If f(c)=0, then (x-c) divides f(x) evenly with no remainder