What is the Remainder Theorem? The Remainder Theorem tells us the remainder when a polynomial is divided by a linear factor without actually performing the division. It states:
When a polynomial p(x) is divided by (x − a), the remainder is p(a).
General form: If p(x) is divided by (x − a), then: p(x) = (x − a) × q(x) + r, where r = p(a) (the remainder)
Key differences from Factor Theorem: | | Remainder Theorem | Factor Theorem | |---|---|---| | Gives | Remainder when dividing by (x−a) | Whether (x−a) is a factor | | Condition | Always works | Works only if remainder = 0 | | Formula | Remainder = p(a) | p(a) = 0 ⇔ (x−a) is factor |
Real-life analogy: Imagine sharing cookies among friends. If you have p(x) cookies and (x−a) friends, the remainder theorem tells you how many cookies will be left over without actually sharing them!
Important extensions:
- Divisor (ax − b): Remainder = p(b/a)
- Divisor (ax + b): Remainder = p(−b/a)