Divide one polynomial by another with the complete long-division work shown — quotient, remainder, and every subtract-and-bring-down step.
= x^3 − 4x + 6
= x − 1
Divide x³ + 0x² − 4x + 6 by x − 1. Step 1: x³ ÷ x = x²; subtract x²(x − 1) = x³ − x² to get x² − 4x + 6. Step 2: x² ÷ x = x; subtract x(x − 1) = x² − x to get −3x + 6. Step 3: −3x ÷ x =−3; subtract −3(x − 1) = −3x + 3 to get 3. Degree 0 < degree 1, so we stop: quotient x² + x − 3, remainder 3. Check by multiplying back: (x − 1)(x² + x − 3) + 3 reproduces the original — the same multiply-and-verify habit that catches sign errors on exams.
| Aspect | Long division | Synthetic division |
|---|---|---|
| Divisor allowed | Any polynomial | Only x − c |
| What you write | Full terms with variables | Coefficients only |
| Speed | Slower, transparent | Fast, error-prone signs |
| Typical use | Rational functions, calculus rewrites | Root testing, factor theorem |
Three places dominate: factoring cubics (find one root by trial, divide it out, solve the remaining quadratic with the quadratic formula); calculus (an improper rational function must be divided before integrating — ∫(x³ − 4x + 6)/(x − 1)dx starts with exactly the division above); and oblique asymptotes (the quotient x² + x − 3 is the end-behavior curve of the rational function). For the numeric analogue with the same bring-down structure, see our long division calculator.
Perform long division with detailed step-by-step solutions. Learn the division algorithm with clear explanations.
Factor polynomials using GCF, difference of squares, and more with step-by-step solutions for algebra students.
Solve quadratic equations ax²+bx+c=0 using the quadratic formula with step-by-step solutions and discriminant analysis.