For polynomials \(P(x)\) and \(D(x)\) (with \(D(x) \neq 0\)), division can be expressed as:
\[
\frac{P(x)}{D(x)} = Q(x) + \frac{R(x)}{D(x)}
\]
or equivalently:
\[
P(x) = Q(x) D(x) + R(x)
\]
where \(Q(x)\) is the quotient, \(R(x)\) is the remainder, and the degree of \(R(x)\) is less than the degree of \(D(x)\).
If \(R(x) = 0\), then \(D(x)\) is a factor of \(P(x)\).
Steps of Synthetic Division
Synthetic division is applied when the divisor is of the form \(x - k\), in which case the remainder \(R(x)\) is a constant.
To divide a polynomial \(ax^2 + bx + c\) by \(x - k\):
Step 1: Create a synthetic division table with coefficients \(a, b, c\) in decreasing powers, and place \(k\) on the left.
Fig.1 – Starting Table for Synthetic Division
Step 2: Perform substeps:
Bring down the first coefficient \(a\) under the horizontal line.
Multiply this number by \(k\) and place above the horizontal line.
Add to the next coefficient and place the result below the line.
Repeat multiplication by \(k\) and addition until complete.
Fig.2 – Steps in Synthetic Division
Step 3: The numbers under the horizontal line (except the last) are the coefficients of the quotient, and the last number is the remainder.
Example 1
Divide \(2x^2 + 6x - 1\) by \(x-3\) using synthetic division.
Set \(k = 3\) (from \(x - 3 = x - k\)) and create the table:
Bring down the first coefficient:
Multiply by \(k\) and add for remaining coefficients:
Solutions to the Above Questions on Synthetic Division
Part A: Division of Polynomials
a) Divide \(\dfrac{-4x^4 + 2 x^2 - x}{x+5}\)
Rewrite numerator with all coefficients:
\[
-4x^4 + 2 x^2 - x = -4x^4 + 0 x^3 + 2 x^2 - x + 0
\]
Determine \( k \): \( x - k = x + 5 \implies k = -5 \)
Set up the synthetic division table and divide:
Quotient: \( Q(x) = -4x^3 + 20x^2 - 98 x + 489\)
Remainder: \( R = -2445 \)
b) Divide \(\dfrac{x^5 - 5 x^2 - x + 4}{x-3}\)
Rewrite numerator with all coefficients:
\[
x^5 - 5 x^2 - x + 4 = x^5 + 0 x^4 + 0 x^3 - 5 x^2 - x + 4
\]
Determine \( k \): \( x - k = x - 3 \implies k = 3 \)
Set up the synthetic division table and divide: