Perform polynomial long division with step‑by‑step guidance. Get quotient, remainder, and detailed intermediate steps. Now with fraction coefficients and enhanced visualisation.
Polynomial long division is an algorithm for dividing a polynomial by another polynomial of the same or lower degree. It is analogous to arithmetic long division and is used to simplify rational expressions, factor polynomials, and solve equations.
General Form: Given polynomials P(x) (dividend) and D(x) (divisor), we find Q(x) (quotient) and R(x) (remainder) such that:
P(x) = Q(x) · D(x) + R(x)
where degree(R) < degree(D) (or R = 0).
Just as 17 ÷ 5 gives quotient 3 and remainder 2 (because 17 = 3·5 + 2), polynomial division repeatedly subtracts multiples of the divisor to reduce the degree. The quotient terms are found by dividing leading terms, similar to how you divide digits in arithmetic.
Arrange: Write both polynomials in descending powers of x, including missing terms with coefficient 0. (Our calculator automatically inserts zero coefficients.)
Divide leading terms: Divide the leading term of the dividend by the leading term of the divisor – this gives the first term of the quotient.
Multiply & Subtract: Multiply the divisor by that quotient term, subtract from the current remainder, and bring down the next term.
Repeat: Continue until the degree of the remainder is less than the degree of the divisor.
The method of polynomial long division has been known since ancient times, but was formalized in the 16th and 17th centuries alongside the development of symbolic algebra. It is essentially the same as integer long division, adapted for polynomials.
Calculator enhancements (v2.1):
* for multiplication (e.g., 2*x).
^ for exponents (e.g., x^3).