The Core Formula: P(x) = (x - c) · Q(x) + R
Synthetic division is built on a simple but powerful formula:
P(x) = (x - c) · Q(x) + R
This equation expresses the result of dividing any polynomial P(x) by a linear divisor of the form (x - c). Let's break down each part:
P(x)– The original polynomial you are dividing (the dividend). It can be any degree, from a constant up to a quintic or higher.(x - c)– The divisor.cis a constant number. For example, if dividing by(x - 2), thenc = 2. If dividing by(x + 3), thenc = -3.Q(x)– The quotient polynomial. Its degree is always one less than the degree ofP(x). For instance, ifP(x)is cubic (degree 3),Q(x)is quadratic (degree 2).R– The remainder, a constant number. If the remainder is zero, then(x - c)dividesP(x)evenly, meaningcis a root of the polynomial.
This formula is essentially the division algorithm for polynomials: dividend = divisor × quotient + remainder, but specialized for linear divisors. It works for any polynomial and any real or complex value of c.
Why This Formula Works: Intuition and Units
Think of polynomial division like arithmetic division. For numbers: 17 ÷ 5 = 3 remainder 2, which we write as 17 = 5 × 3 + 2. The formula P(x) = (x - c) · Q(x) + R does the exact same thing in the world of polynomials.
The key insight is that any polynomial P(x) can be rewritten as a product of a linear factor (x - c) and another polynomial, plus a constant remainder. This is guaranteed by the Remainder Theorem, which states that if you evaluate P(c), you get the remainder R. In other words, P(c) = R. This is why synthetic division is so efficient: the last number in the synthetic division table is both the remainder and the value of the polynomial at x = c.
Historically, this method was first described by the Italian mathematician Paolo Ruffini in 1809, and it is sometimes called Ruffini's rule. It avoids writing the full polynomial long division and cuts down on writing, making it faster for hand calculations.
Units and Degrees
Each term in the formula has a 'degree':
- If
P(x)has degreen, thenQ(x)has degreen - 1. - The product
(x - c) · Q(x)yields a polynomial of degree1 + (n - 1) = n, matching the degree ofP(x). - The remainder
Ris a constant (degree 0).
This relationship ensures the equation balances — the degrees of the terms on the right side combine to match the left side exactly.
Practical Implications: Using the Formula
The formula P(x) = (x - c) · Q(x) + R is more than just a theoretical result. It has several practical uses:
| Use Case | How the Formula Helps |
|---|---|
| Finding roots | If R = 0, then c is a root. You can then use Q(x) to find other roots. |
| Factoring polynomials | If you know one root c, you can factor P(x) = (x - c) · Q(x). |
| Evaluating polynomials | Since P(c) = R, synthetic division gives you the value without plugging in directly. |
| Checking division | Multiply (x - c) by Q(x) and add R to verify you get P(x). |
For a complete walkthrough of the synthetic division process, see our step-by-step guide: How to Do Synthetic Division. If you're new to the concept, start with What is Synthetic Division?.
Edge Cases and Special Situations
Missing Terms in the Polynomial
When a polynomial has missing terms (e.g., 2x^3 + 0x^2 + 5x + 1), you must include a zero coefficient for the missing term in the synthetic division setup. For example, for 2x^3 + 5x + 7, you write the coefficients as 2, 0, 5, 7. The formula still holds because Q(x) will have a zero coefficient term.
Negative Values of c
If the divisor is (x + 4), then c = -4. The formula works exactly the same; you just bring down, multiply by -4, and add. The signs must be handled carefully, but the underlying equation remains unchanged.
Non‑Monic Linear Divisors
Classic synthetic division only works when the divisor is monic (leading coefficient 1), i.e., (x - c). If the divisor is something like (2x - 3), you cannot apply synthetic division directly. You would first factor out the 2: 2(x - 3/2), then divide, but the formula changes slightly. Our calculator handles only monic divisors, so always use (x - c) form.
Higher‑Degree Polynomials
Synthetic division works for polynomials of any degree, from quadratic to quintic and beyond. The procedure is the same: bring down the first coefficient, multiply by c, add, repeat. For examples with cubics and quartics, see our page on Synthetic Division for Higher-Degree Polynomials.
Interpreting the Results
When you perform synthetic division, the numbers in the bottom row are the coefficients of Q(x) (except the last number, which is R). For example, dividing 2x^3 + 5x^2 - 3x + 7 by (x - 2) yields coefficients 2, 9, 15 and remainder 37, so Q(x) = 2x^2 + 9x + 15 and R = 37. The original polynomial is then (x - 2)(2x^2 + 9x + 15) + 37.
To learn more about what the quotient and remainder mean, visit our Interpreting Synthetic Division Results guide.
Try the free Synthetic Division Calculator ⬆
Get your Synthetic division is a shorthand method for dividing a polynomial by a linear divisor of the form (x - c), producing a quotient and remainder. result instantly — no signup, no clutter.
Open the Synthetic Division Calculator