Andromeda
Note

Synthetic Division

Definition

Synthetic division is a shorthand method of polynomial division, specifically used when dividing a polynomial by a linear binomial of the form (xc)(x - c). 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 (xc)(x - c). If the divisor is (x+c)(x + c), use c-c 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 cc in the synthetic-division box is the root where the divisor equals zero. For (x+3)(x + 3), use c=3c = -3.
  • The Process:
    1. Write the coefficients of the dividend (use 00 for missing terms).
    2. Place cc in the “divisor” box.
    3. Bring down the first coefficient.
    4. Multiply the value by cc and add to the next coefficient.
    5. 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.

Connected Concepts