Definition
Synthetic division is a shorthand method of polynomial division, specifically used when dividing a polynomial by a linear binomial of the form . It simplifies long division by using only coefficients and removing redundant variables.
- How to read: “Divide by (x minus c).”
- Meaning: A fast algorithm for polynomial division when the divisor is linear. Works entirely with coefficients.
Why It Matters
It is a high-speed efficiency tool for polynomial division. In complex algebraic manipulations and the search for roots, synthetic division reduces cognitive load and the margin for error compared to long division, acting as a mental ‘macro’ for polynomial algebra.
Core Concepts
- Requirements: The divisor must be in the form . If the divisor is , use in the synthetic division process.
- How to read: “Divisor is (x minus c); if (x plus c), use negative c.”
- Meaning / when to use: The number in the synthetic-division box is the root where the divisor equals zero. For , use .
- The Process:
- Write the coefficients of the dividend (use for missing terms).
- Place in the “divisor” box.
- Bring down the first coefficient.
- Multiply the value by and add to the next coefficient.
- Repeat until the end. The final number is the remainder.
- Interpretation: The resulting numbers are the coefficients of the quotient, which will have a degree exactly one less than the dividend.