Polynomial long division
From Wikipedia, the free encyclopedia
In algebra, polynomial long division is an algorithm for dividing a polynomial by another polynomial of the same or lower degree, a generalised version of the familiar arithmetic technique called long division. It can be done easily by hand, because it separates an otherwise complex division problem into smaller ones. Sometimes using a shorthand version called synthetic division is faster, with less writing and fewer calculations.
Polynomial long division is an algorithm that implements the Euclidean division of polynomials, which starting from two polynomials A(the dividend) and B (the divisor) produces, if B is not zero, a quotient Q and a remainder R such that
A = BQ + R, and either R = 0 or the degree of R is lower than the degree of B. These conditions define uniquely Q and R, which means that Q and Rdo not depend on the method used to compute them.
-------------------------------------------------
Example
Find the quotient and the remainder of the division of
the dividend by
the divisor.
The dividend is first rewritten like this:
The quotient and remainder can then be determined as follows: 1. Divide the first term of the dividend by the highest term of the divisor (meaning the one with the highest power of x, which in this case is x). Place the result above the bar (x3 ÷ x = x2).
2. Multiply the divisor by the result just obtained (the first term of the eventual quotient). Write the result under the first two terms of the dividend (x2 · (x − 3) = x3 − 3x2).
3. Subtract the product just obtained from the appropriate terms of the original dividend (being careful that subtracting something having a minus sign is equivalent to adding something having a plus sign), and write the result underneath ((x3 − 12x2) − (x3 − 3x2) = −12x2 + 3x2 = −9x2) Then, "bring down" the next term from the dividend.
4. Repeat the