Synthetic Division Calculator
Divide a polynomial by (x − r) using synthetic division. Find the quotient polynomial and remainder faster than long division. Check if r is a root of the polynomial.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| Synthetic Division Calculator | — | Divide p(x) by (x - r) using synthetic method | quotient + remainder |
Step-by-Step Examples
Divide x³ − 6x² + 11x − 6 by (x−2). r=2, coeffs: 1,−6,11,−6.
- Bring down 1
- 1×2=2; −6+2=−4
- −4×2=−8; 11−8=3
- 3×2=6; −6+6=0
- Remainder=0: x=2 is a root
- Quotient: x²−4x+3
Divide x² − 5x + 4 by (x−3).
- 1,−5,4 with r=3
- 1; −5+3=−2; 4+(−2×3)=4−6=−2
- Remainder=−2: x=3 is NOT a root
Is x=4 a root of x³−4x²+x−4?
- 1,−4,1,−4 with r=4
- 1; 0; 1; 0
- Remainder=0: YES, x=4 is a root
Real-World Applications
Common Mistakes to Avoid
x³ + 2x − 5 has no x² term. Use coefficients: 1, 0, 2, −5. Missing the zero gives wrong quotient.
For divisor (x−2), r=2. For (x+3), r=−3. The r is what makes the factor equal to zero.
Dividing a degree-3 polynomial by (x−r) gives degree-2 quotient. Always one degree less than dividend.
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This formula describes an algebraic relationship among variables, functions, equations, roots or sequences. Assumption: Respect the expression’s domain and excluded values. Check roots in the original equation because transformations can introduce extraneous solutions.