Skip to main content
Calkulon
Back to Guides
3 min read6 Steps

How to Perform Synthetic Division: A Step-by-Step Guide

Divide polynomials by linear factors manually

Skip the math — use the calculator

Step-by-Step Instructions

1

Gather Your Inputs

First, identify the coefficients of the polynomial (from the highest degree to the lowest) and the value of c from the linear factor (x - c). For example, if you want to divide the polynomial 3x^3 + 2x^2 - 4x + 1 by (x - 2), your coefficients are 3, 2, -4, 1, and c = 2.

2

Set Up the Synthetic Division Table

Write down the value of c on the left side and the coefficients of the polynomial inside an upside-down division symbol, with the line below the coefficients. In our example, it would look like this: 2 | 3 2 -4 1 ------

3

Bring Down the First Coefficient

Bring down the first coefficient (the one corresponding to the highest degree term) to the line below. In our case, it's 3. So, it looks like this: 2 | 3 2 -4 1 ------ 3

4

Multiply and Add

Multiply the number at the bottom (initially the first coefficient you brought down) by the value of c, and add the result to the next coefficient. Write the result below the line. For our example, multiply 3 (the number you brought down) by 2 (the value of c), which equals 6. Add 6 to the next coefficient 2, resulting in 8. The process continues with each coefficient. 2 | 3 2 -4 1 ------ 3 8

5

Continue the Process and Find the Remainder

Continue multiplying the last number obtained by c and adding it to the next coefficient until you've used all coefficients. The last number you obtain will be the remainder. For our example, continuing the process: - Multiply 8 by 2, get 16, and add to -4, resulting in 12. - Multiply 12 by 2, get 24, and add to 1, resulting in 25. 2 | 3 2 -4 1 ------ 3 8 12 25 The remainder is 25, and the quotient coefficients are 3, 8, 12, corresponding to the polynomial 3x^2 + 8x + 12.

6

Write Down the Quotient and Remainder

The coefficients obtained (excluding the last, which is the remainder) represent the quotient polynomial. In our case, the quotient is 3x^2 + 8x + 12 and the remainder is 25. Thus, (3x^3 + 2x^2 - 4x + 1) / (x - 2) = 3x^2 + 8x + 12 + 25/(x - 2).

Introduction to Synthetic Division

Synthetic division is a shorthand method for dividing a polynomial by a linear factor of the form (x - c). It's a simplified, more efficient way to perform polynomial long division. The process involves a series of steps that help you find the quotient and remainder.

What is Synthetic Division Used For?

Synthetic division is used to divide a polynomial by a linear factor. It's an essential tool in algebra for simplifying polynomials and finding roots.

The Synthetic Division Formula

The formula for synthetic division is based on the division algorithm for polynomials, but it's presented in a condensed form. Given a polynomial P(x) = a_nx^n + a_(n-1)x^(n-1) + ... + a_1x + a_0 and a linear factor (x - c), the synthetic division process will yield a quotient Q(x) and a remainder R.

Prerequisites

To perform synthetic division, you need to know the coefficients of the polynomial and the value of c from the linear factor (x - c).

Steps to Perform Synthetic Division

Ready to Calculate?

Skip the manual work and get instant results.

Open Calculator

Settings

PrivacyTermsAbout© 2026 Calkulon