← Back to Chapter

Algebra — Division of polynomials

Pick what you’d like to study:

📘 Notes

Algebra — Division of Polynomials

Polynomial division is used to divide one polynomial by another, usually by a linear factor such as \(x-a\).

1. Main idea

When dividing polynomials, we write

\[ \text{Dividend} = \text{Divisor} \times \text{Quotient} + \text{Remainder} \]

If the divisor is linear, the remainder is a constant.

2. Standard form

If \(f(x)\) is divided by \(x-a\), then

\[ f(x)=(x-a)Q(x)+R \]

where \(Q(x)\) is the quotient and \(R\) is the remainder.

3. Long division method

Example: divide \(2x^3+3x^2-5x+6\) by \(x+2\).

Step 1: Divide the first term:

\[ 2x^3 \div x = 2x^2 \]

Put \(2x^2\) in the quotient.

Step 2: Multiply back:

\[ 2x^2(x+2)=2x^3+4x^2 \]

Step 3: Subtract:

\[ (2x^3+3x^2-5x+6)-(2x^3+4x^2)=-x^2-5x+6 \]

Step 4: Repeat:

\[ -x^2 \div x = -x \]

Put \(-x\) in the quotient, then multiply back:

\[ -x(x+2)=-x^2-2x \]

Subtract:

\[ (-x^2-5x+6)-(-x^2-2x)=-3x+6 \]

Repeat again:

\[ -3x \div x = -3 \]

Multiply back:

\[ -3(x+2)=-3x-6 \]

Subtract:

\[ (-3x+6)-(-3x-6)=12 \]

\[ \frac{2x^3+3x^2-5x+6}{x+2}=2x^2-x-3+\frac{12}{x+2} \]

4. Using missing terms

Always include missing powers of \(x\).

Example: divide \(x^3-5x+2\) by \(x-1\).

Write the dividend as

\[ x^3+0x^2-5x+2 \]

This makes the division clearer and avoids errors.

5. Synthetic division

Synthetic division is a quicker method when dividing by a linear factor of the form \(x-a\).

Example: divide \(x^3-2x^2-5x+6\) by \(x-3\).

Use the coefficients \(1,-2,-5,6\) and the number \(3\):

3 1 -2 -5 6
3 3 -6
1 1 -2 0

So the quotient is

\[ x^2+x-2 \]

and the remainder is \(0\).

6. Connection with the remainder theorem

If \(f(x)\) is divided by \(x-a\), then the remainder is \(f(a)\).

\[ \text{Remainder when dividing by } x-a = f(a) \]

Example:

\[ f(x)=x^3-2x^2-5x+6 \]

When dividing by \(x-3\), the remainder is

\[ f(3)=27-18-15+6=0 \]

So \(x-3\) is a factor.

7. Worked example with remainder

Divide \(x^3+4x^2-x+7\) by \(x+1\).

Using synthetic division with \(-1\):

-1 1 4 -1 7
-1 -3 4
1 3 -4 11
\[ \frac{x^3+4x^2-x+7}{x+1}=x^2+3x-4+\frac{11}{x+1} \]

8. Exam tips

  • Write polynomials in descending powers of \(x\).
  • Include missing terms, such as \(0x^2\).
  • Check your answer using \[ \text{Dividend}=\text{Divisor}\times\text{Quotient}+\text{Remainder}. \]
  • Use synthetic division only when the divisor is linear.
  • If the remainder is 0, then the divisor is a factor.
Open Full Notes
⚡ Practice Questions

0/21 mastered, 0 attempted

0%
▶ Start Practice 🔁 Review All Questions