Jump to content

Polynomial long division

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Saltine (talk | contribs) at 09:14, 8 September 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In algebra, synthetic division is an algorithm similar to long division for dividing a polynomial into another polynomial of a larger degree. It can be done easily by hand, because it works by seperating an otherwise complex division problem into smaller problems.

For any polynomials f(x) and g(x), g(x) being of lesser degree than f(x), there exist unique polynomials q(x) and r(x) such that

If both sides are divided by g(x), then it becomes:

Synthetic division will find the quotient (q(x)) and remainder (r(x)) given a dividend (f(x)) and divisor (g(x)). The problem is written down like this:

When the problem is written, all the terms with exponents less than the largest one must be written, even if their coefficients are zero.

Example

Find:

The problem is written like this (note that the x term is included):

1. Divide the first term of the dividend by the first term of the divisor. Place the result above the bar (x3 ÷ x = x2).

2. Multiply the divisor by the term you just wrote. Write the result under the first two terms of the dividend (x2 * (x-3) = x3 - 3x2).

3. Subtract the second term of the result you just got from the second term of the dividend and write the result under both of them. This can be tricky at times, because of the sign. (-12x2 - (-3x2) = -12x2 + 3x2 = -9x2) Then, "pull down" the next term from the dividend.

4. Repeat the last three steps, except this time use the two terms that you have just written as the dividend.

5. Repeat step 4. This time, there is nothing to pull down.

The polynomial above the bar is the quotient, and the number left over (-123) is the remainder.