Loading…

Synthetic Division and Polynomial Division

Math Algebra • Algebraic Expressions and Polynomials

View all topics

Divide polynomials using synthetic division or long division. The calculator automatically chooses synthetic division for monic linear divisors such as x + 2, and uses long division for general polynomial divisors.

Division identity: dividend = divisor × quotient + remainder Synthetic: fastest for x − r Long division: works for any polynomial divisor Sample: (x³ + 5x² − 2x − 8) ÷ (x + 2)

Polynomial division problem

Supported: one-variable polynomials with integer coefficients, +, -, *, ×, parentheses, implicit multiplication such as 2x, and powers such as x^3 or .

Division settings

Quick examples

Ready
Enter a dividend and divisor, then click “Divide”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do you divide x^3 + 5x^2 - 2x - 8 by x + 2?

Since x + 2 = x - (-2), use synthetic root -2. The synthetic division row gives quotient x^2 + 3x - 8 and remainder 8.

What is synthetic division?

Synthetic division is a shortcut for dividing a polynomial by a monic linear divisor of the form x - r.

When should I use polynomial long division?

Use long division when the divisor is not a monic linear factor, such as 2x + 1 or x^2 - 1.

What is the quotient?

The quotient is the polynomial result obtained after division, before adding any remainder-over-divisor term.

What is the remainder?

The remainder is the part left over after division. Its degree must be smaller than the degree of the divisor.

What is the polynomial division identity?

The identity is dividend = divisor × quotient + remainder.

What is the remainder theorem?

When dividing P(x) by x - r, the remainder is P(r).

What is the factor theorem?

If P(r) = 0, then x - r is a factor of P(x).

Why do I need zero coefficients in synthetic division?

Every power must be represented. If a power is missing, its coefficient is 0.

Can the calculator handle divisors like x^2 - 1?

Yes. It uses polynomial long division for quadratic or higher-degree divisors.