Algebra
Algebraic Division
Introduction
The process for dividing one polynomial by another is very similar to that for dividing one number by another.
There are two ways to divide polynomials but we are going to concentrate on the most common method here: The algebraic long method or simply the traditional method of dividing algebraic expressions.
Algebraic Long Method
Here are the steps in dividing polynomials using the long method:
- Arrange the indices of the polynomial in descending order. Replace the missing term(s) with 0.
- Divide the first term of the dividend (the polynomial to be divided) by the first term of the divisor. This gives the first term of the quotient.
- Multiply the divisor by the first term of the quotient.
- Subtract the product from the dividend then bring down the next term. The difference and the next term will be the new dividend. Note: Remember the rule in subtraction "change the sign of the subtrahend then proceed to addition".
- Repeat steps 2–4 to find the second term of the quotient.
- Continue the process until a remainder is obtained. This can be zero or of lower index than the divisor.
If the divisor is a factor of the dividend, you will obtain a remainder equal to zero. If the divisor is not a factor of the dividend, you will obtain a remainder whose index is lower than the index of the divisor.
Examples
Divide \((x^3 + 6x^2 + 12 + 13x)\) by \((x + 3)\)
-
Step 1 — Arrange the indices in descending order
\[ \frac{x^3 + 6x^2 + 12 + 13x}{x + 3} \quad\text{becomes}\quad \frac{x^3 + 6x^2 + 13x + 12}{x + 3} \]
-
Step 2 — Find the first term of the quotient
Divide \(x^3\) by \(x\) to get the first term of the quotient, \(x^2\). Multiply the divisor \((x + 3)\) by \(x^2\) and subtract:
\[ x^3 \div x = x^2 \]\[ (x^2)(x + 3) = x^3 + 3x^2 \]\[ (x^3 + 6x^2) - (x^3 + 3x^2) = 3x^2 \]Bring down the next term, \(13x\); the working line is now \(3x^2 + 13x\).
-
Step 3 — Find the second term of the quotient
Divide \(3x^2\) by \(x\) to get the second term of the quotient, \(3x\). Multiply the divisor \((x + 3)\) by \(3x\) and subtract:
\[ 3x^2 \div x = 3x \]\[ (3x)(x + 3) = 3x^2 + 9x \]\[ (3x^2 + 13x) - (3x^2 + 9x) = 4x \]Bring down the next term, \(12\); the working line is now \(4x + 12\).
-
Step 4 — Find the third term of the quotient
Divide \(4x\) by \(x\) to get the third term of the quotient, \(4\). Multiply the divisor \((x + 3)\) by \(4\) and subtract:
\[ 4x \div x = 4 \]\[ (4)(x + 3) = 4x + 12 \]\[ (4x + 12) - (4x + 12) = 0 \] -
Step 5 — State the result
In this case the remainder is 0. This means that \(x + 3\) is a factor of \(x^3 + 6x^2 + 13x + 12\). Therefore:
\[ (x^3 + 6x^2 + 12 + 13x) \div (x + 3) = x^2 + 3x + 4 \]That is, the quotient is \(x^2 + 3x + 4\) and the remainder is 0.
Divide \((x^3 - 7x + 2)\) by \((x + 2)\)
-
Step 1 — Arrange the indices in descending order, replace the missing term(s) with 0
\[ \frac{x^3 - 7x + 2}{x + 2} \quad\text{becomes}\quad \frac{x^3 + 0 - 7x + 2}{x + 2} \]
-
Step 2 — Find the first term of the quotient
Divide \(x^3\) by \(x\) to get the first term of the quotient, \(x^2\). Multiply the divisor \((x + 2)\) by \(x^2\) and subtract:
\[ x^3 \div x = x^2 \]\[ (x^2)(x + 2) = x^3 + 2x^2 \]\[ (x^3 + 0) - (x^3 + 2x^2) = -2x^2 \]Bring down the next term, \(-7x\); the working line is now \(-2x^2 - 7x\).
-
Step 3 — Find the second term of the quotient
Divide \(-2x^2\) by \(x\) to get the second term of the quotient, \(-2x\). Multiply the divisor \((x + 2)\) by \(-2x\) and subtract:
\[ -2x^2 \div x = -2x \]\[ (-2x)(x + 2) = -2x^2 - 4x \]\[ (-2x^2 - 7x) - (-2x^2 - 4x) = -3x \]Bring down the next term, \(2\); the working line is now \(-3x + 2\).
-
Step 4 — Find the third term of the quotient
Divide \(-3x\) by \(x\) to get the third term of the quotient, \(-3\). Multiply the divisor \((x + 2)\) by \(-3\) and subtract:
\[ -3x \div x = -3 \]\[ (-3)(x + 2) = -3x - 6 \]\[ (-3x + 2) - (-3x - 6) = 8 \] -
Step 5 — State the result
In this case the remainder is 8. This means that \(x + 2\) is not a factor of \(x^3 - 7x + 2\). Therefore:
\[ (x^3 - 7x + 2) \div (x + 2) = x^2 - 2x - 3 + \frac{8}{x + 2} \]That is, the quotient is \(x^2 - 2x - 3\) and the remainder is 8.
Divide \((x^4 - 23x^3 + 49x + 4)\) by \((x^2 + x - 2)\)
-
Step 1 — Arrange the indices in descending order, replace the missing term(s) with 0
\[ \frac{x^4 - 23x^3 + 49x + 4}{x^2 + x - 2} \quad\text{becomes}\quad \frac{x^4 - 23x^3 + 0 + 49x + 4}{x^2 + x - 2} \]
-
Step 2 — Find the first term of the quotient
Divide \(x^4\) by \(x^2\) to get the first term of the quotient, \(x^2\). Multiply the divisor \((x^2 + x - 2)\) by \(x^2\) and subtract:
\[ x^4 \div x^2 = x^2 \]\[ (x^2)(x^2 + x - 2) = x^4 + x^3 - 2x^2 \]\[ (x^4 - 23x^3 + 0) - (x^4 + x^3 - 2x^2) = -24x^3 + 2x^2 \]Bring down the next term, \(49x\); the working line is now \(-24x^3 + 2x^2 + 49x\).
-
Step 3 — Find the second term of the quotient
Divide \(-24x^3\) by \(x^2\) to get the second term of the quotient, \(-24x\). Multiply the divisor \((x^2 + x - 2)\) by \(-24x\) and subtract:
\[ -24x^3 \div x^2 = -24x \]\[ (-24x)(x^2 + x - 2) = -24x^3 - 24x^2 + 48x \]\[ (-24x^3 + 2x^2 + 49x) - (-24x^3 - 24x^2 + 48x) = 26x^2 + x \]Bring down the next term, \(4\); the working line is now \(26x^2 + x + 4\).
-
Step 4 — Find the third term of the quotient
Divide \(26x^2\) by \(x^2\) to get the third term of the quotient, \(26\). Multiply the divisor \((x^2 + x - 2)\) by \(26\) and subtract:
\[ 26x^2 \div x^2 = 26 \]\[ (26)(x^2 + x - 2) = 26x^2 + 26x - 52 \]\[ (26x^2 + x + 4) - (26x^2 + 26x - 52) = -25x + 56 \] -
Step 5 — State the result
In this case the remainder is \(-25x + 56\). Therefore:
\[ (x^4 - 23x^3 + 49x + 4) \div (x^2 + x - 2) = x^2 - 24x + 26 + \frac{-25x + 56}{x^2 + x - 2} \]or, equivalently:
\[ (x^4 - 23x^3 + 49x + 4) \div (x^2 + x - 2) = x^2 - 24x + 26 - \frac{25x - 56}{x^2 + x - 2} \]That is, the quotient is \(x^2 - 24x + 26\) and the remainder is \(-25x + 56\).
Go to the next page to start practising what you have learnt.