Divide polynomials by a linear factor of the form (x - c)
Enter the coefficients of your polynomial and the constant 'c' from the divisor to find the quotient and remainder.
Click on an example to load it into the calculator.
Divide x² + 5x + 6 by x + 2 (c = -2)
P(x): 1, 5, 6
c: -2
Divide 2x³ - 3x² + 4x - 1 by x - 1 (c = 1)
P(x): 2, -3, 4, -1
c: 1
Divide x⁴ - 16 by x - 2 (c = 2). Note the zero coefficients for missing terms.
P(x): 1, 0, 0, 0, -16
c: 2
Divide 3x³ + 2x² - x + 8 by x + 3 (c = -3)
P(x): 3, 2, -1, 8
c: -3
-2 | 1 0 -7 -6
|____________
-2 | 1 0 -7 -6
|____________
1
-2 | 1 0 -7 -6
| -2
|____________
1 -2
-2 | 1 0 -7 -6
| -2 4
|____________
1 -2 -3
-2 | 1 0 -7 -6
| -2 4 6
|____________
1 -2 -3 | 0
The last number (0) is the remainder. The other numbers (1, -2, -3) are the coefficients of the quotient. Since the original polynomial was degree 3, the quotient is degree 2.