Enter the dividend and divisor to perform synthetic division on a polynomial expression.
Related
Use this synthetic division calculator to divide polynomials by linear binomials. It provides step-by-step synthetic division to compute the quotient and remainder efficiently.
Synthetic division is a shortcut method for dividing a polynomial by a linear factor with a leading coefficient of 1. If the leading coefficient is not 1, you must first adjust the dividend. It gives both the quotient and remainder and is mainly used for divisors of the form (x + a) or (x - a).
\( \frac{P(x)}{(x-a)} = Q(x) + \frac{R}{(x-a)} \)
Divide the following polynomial using synthetic division:
Step 1: Write coefficients of the dividend:
2, -5, 3, -7
Step 2: Find zero of linear factor:
x - 2 = 0 → x = 2
Step 3: Set up synthetic division table:
\(\begin{array}{c|rrrr} 2 & 2 & -5 & 3 & -7 \\ & & & & \\ \hline & & & & \end{array}\)
Step 4: Carry down the first coefficient:
\(\begin{array}{c|rrrr} 2 & 2 & -5 & 3 & -7 \\ & & & & \\ \hline & 2 & & & \end{array}\)
Step 5: Multiply and add:
2 × 2 = 4 → -5 + 4 = -1
\(\begin{array}{c|rrrr} 2 & 2 & -5 & 3 & -7 \\ & & 4 & & \\ \hline & 2 & -1 & & \end{array}\)
Step 6: Repeat until the last coefficient:
\(\begin{array}{c|rrrr} 2 & 2 & -5 & 3 & -7 \\ & & 4 & -2 & 2 \\ \hline & 2 & -1 & 1 & -5 \end{array}\)
Step 7: Interpret the result:
Quotient: \( 2x^2 - x + 1 \), Remainder: -5
Final Answer:
\( \frac{2x^3 - 5x^2 + 3x - 7}{x - 2} = 2x^2 - x + 1 - \frac{5}{x - 2} \)
It works when the divisor is a linear factor of the form ax + b. Use this calculator for automatic step-by-step solutions.
No, it only works for dividing polynomials by linear expressions (x - c), where c is a constant.
This calculator is designed specifically for synthetic division and cannot handle non-linear divisors or more complex algebraic divisions.
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net