Remainder Theorem
Finding a Remainder Using the Theorem
Find the remainder when $f(x) = x^3 + 2x^2 - 5x + 3$ is divided by $(x - 1)$.
Identify the value of $c$: Divisor is $(x - 1)$, so $c = 1$ = $c = 1$
Substitute $c$ into $f(x)$: $f(1) = 1^3 + 2(1)^2 - 5(1) + 3$ = $f(1) = 1 + 2 - 5 + 3$
Calculate: $1 + 2 - 5 + 3 = 1$ = Remainder = $1$
Answer: The remainder is $1$.
Remainder with a Negative Value
Find the remainder when $f(x) = 2x^4 - 3x^2 + x - 7$ is divided by $(x + 2)$.
Identify the value of $c$: Divisor is $(x + 2) = (x - (-2))$ = $c = -2$
Substitute $c = -2$ into $f(x)$: $f(-2) = 2(-2)^4 - 3(-2)^2 + (-2) - 7$ = $f(-2) = 2(16) - 3(4) - 2 - 7$
Calculate step by step: $32 - 12 - 2 - 7 = 11$ = Remainder = $11$
Answer: The remainder is $11$.
Finding a Zero Remainder (Factor Theorem)
Determine if $(x - 3)$ is a factor of $f(x) = x^3 - 6x^2 + 11x - 6$.
Apply the Remainder Theorem: If $(x - 3)$ is a factor, then $f(3) = 0$ = Test $f(3)$
Substitute $x = 3$: $f(3) = 3^3 - 6(3)^2 + 11(3) - 6$ = $f(3) = 27 - 54 + 33 - 6$
Calculate: $27 - 54 + 33 - 6 = 0$ = Remainder = $0$
Conclude: Since $f(3) = 0$, $(x - 3)$ divides evenly = $(x - 3)$ IS a factor
Answer: Yes, $(x - 3)$ is a factor because $f(3) = 0$.
Finding an Unknown Coefficient
If $f(x) = x^3 + kx^2 - 2x + 5$ has a remainder of $17$ when divided by $(x - 2)$, find $k$.
Apply the Remainder Theorem: $f(2) = 17$ = Set up the equation
Substitute $x = 2$: $2^3 + k(2)^2 - 2(2) + 5 = 17$ = $8 + 4k - 4 + 5 = 17$
Simplify: $9 + 4k = 17$ = $4k = 8$
Solve for $k$: $k = \frac{8}{4}$ = $k = 2$
Answer: $k = 2$
Mistake: Using the wrong sign for $c$ when the divisor is $(x + a)$
Why: The theorem uses $(x - c)$, so $(x + 2)$ means $c = -2$, not $c = 2$.
Correct: Rewrite $(x + a)$ as $(x - (-a))$ to correctly identify $c = -a$.
Mistake: Forgetting to include the constant term when evaluating
Why: Every term matters! The constant term is part of the polynomial.
Correct: Always write out all terms: $f(c) = c^3 + 2c^2 - 5c + 3$, including the $+3$.
Mistake: Confusing the remainder with the quotient
Why: The Remainder Theorem only gives the remainder, not the quotient polynomial.
Correct: Use synthetic division if you need both the quotient and remainder.
Polynomial Root Testing
The Remainder Theorem is fundamental for testing potential roots of polynomial equations.
To check if $x = 2$ is a root of $x^3 - 5x^2 + 8x - 4 = 0$, calculate $f(2)$. If $f(2) = 0$, then $x = 2$ is a root.
Error Detection in Data Transmission
Computer scientists use polynomial remainder calculations in cyclic redundancy checks (CRC) to detect transmission errors.
When you download a file, your computer uses polynomial division to verify data integrity - any non-zero remainder indicates corruption.
The Remainder Theorem: when $f(x)$ is divided by $(x - c)$, the remainder is $f(c)$
For $(x + a)$, substitute $c = -a$ (watch the sign!)
If $f(c) = 0$, then $(x - c)$ is a factor (Factor Theorem)
This method is faster than long division for finding remainders
The theorem can be used to find unknown coefficients in polynomials
Q: What's the difference between the Remainder Theorem and Factor Theorem?
A: The Factor Theorem is a special case of the Remainder Theorem. The Remainder Theorem says $f(c)$ equals the remainder. The Factor Theorem adds: if that remainder is zero, then $(x - c)$ is a factor.
Q: Can I use this theorem with divisors like $(2x - 3)$?
A: Not directly. The Remainder Theorem requires divisors of the form $(x - c)$. For $(2x - 3)$, you would rewrite it as $2(x - \frac{3}{2})$ and use $c = \frac{3}{2}$, but the result needs adjustment.
Q: When should I use synthetic division instead?
A: Use synthetic division when you need the quotient polynomial, not just the remainder. The Remainder Theorem only gives you the remainder value.
Remainder Theorem
1 / 12
Remainder Theorem
Learn how to find the remainder when dividing a polynomial by a linear factor without performing long division.