1. Algebraic Long Division0%

Partial Fractions · Topic 1 of 3

1. Algebraic Long Division

Video coming soon2 worked examples

Theory

Before partial fractions can be used, the fraction must be proper — the degree of the numerator lower than the degree of the denominator. When it is not, we divide first, and the tool for that is algebraic long division.

The process is identical to long division with numbers. Dividing 745745 by 66 gives 124124 remainder 11, which we can write as:

7456=124+16\frac{745}{6} = 124 + \frac{1}{6}

The same layout works with polynomials. Dividing a polynomial f(x)f(x) by g(x)g(x) produces a quotient q(x)q(x) and a remainder r(x)r(x):

f(x)g(x)=q(x)+r(x)g(x)\frac{f(x)}{g(x)} = q(x) + \frac{r(x)}{g(x)}

At each stage, divide the leading term of what is left by the leading term of the divisor, multiply the whole divisor by that result, and subtract. Stop when the degree of what remains is lower than the degree of the divisor — that leftover is the remainder, and the fraction r(x)g(x)\frac{r(x)}{g(x)} is guaranteed to be proper.

The Golden Rule: compare degrees before you do anything else. Only divide the leading terms to get each new term of the quotient, and keep going only while the degree of the remainder is at least the degree of the divisor.

⚠️ Common Examiner Traps

  • Missing terms: write in placeholders such as 0x20x^2 so that like terms stay in line — this is the single most common source of error.
  • Sign errors on subtraction: you subtract the whole product, so every sign in it changes. Bracket it before subtracting.
  • Stopping at the wrong point: continue only while the degree of the remaining expression is greater than or equal to the degree of the divisor.
  • Checking your answer: multiply back — g(x)q(x)+r(x)g(x)\,q(x) + r(x) must return the original numerator exactly.

Worked examples

Example 1

Divide x3+2x25x+1x^3 + 2x^2 - 5x + 1 by x2x - 2, stating the quotient and remainder.

Step 1: Divide the leading terms: x3÷x=x2x^3 \div x = x^2. Multiply the divisor by x2x^2 and subtract:

x2(x2)=x32x2    (x3+2x2)(x32x2)=4x2x^2(x-2) = x^3 - 2x^2 \quad\implies\quad (x^3 + 2x^2) - (x^3 - 2x^2) = 4x^2

Step 2: Bring down the next term to give 4x25x4x^2 - 5x. Now 4x2÷x=4x4x^2 \div x = 4x:

4x(x2)=4x28x    (4x25x)(4x28x)=3x4x(x-2) = 4x^2 - 8x \quad\implies\quad (4x^2 - 5x) - (4x^2 - 8x) = 3x

Step 3: Bring down the +1+1 to give 3x+13x + 1. Now 3x÷x=33x \div x = 3:

3(x2)=3x6    (3x+1)(3x6)=73(x-2) = 3x - 6 \quad\implies\quad (3x + 1) - (3x - 6) = 7

Step 4: The remainder 77 has lower degree than x2x-2, so we stop. The quotient is x2+4x+3x^2 + 4x + 3 and the remainder is 77:

x3+2x25x+1x2=x2+4x+3+7x2\frac{x^3 + 2x^2 - 5x + 1}{x-2} = x^2 + 4x + 3 + \frac{7}{x-2}

Check: (x2)(x2+4x+3)+7=x3+2x25x6+7=x3+2x25x+1(x-2)(x^2+4x+3) + 7 = x^3 + 2x^2 - 5x - 6 + 7 = x^3 + 2x^2 - 5x + 1

Example 2

Express 2x33x+5x2+1\dfrac{2x^3 - 3x + 5}{x^2 + 1} as a quotient plus a proper fraction.

Step 1: The numerator has no x2x^2 term, so insert a placeholder before dividing:

2x3+0x23x+5 ÷ (x2+1)2x^3 + 0x^2 - 3x + 5 \ \div \ (x^2 + 1)

Step 2: Divide the leading terms: 2x3÷x2=2x2x^3 \div x^2 = 2x. Multiply and subtract:

2x(x2+1)=2x3+2x2x(x^2+1) = 2x^3 + 2x
(2x3+0x23x+5)(2x3+2x)=0x25x+5(2x^3 + 0x^2 - 3x + 5) - (2x^3 + 2x) = 0x^2 - 5x + 5

Step 3: What remains, 5x+5-5x + 5, has degree 11, which is lower than the degree of x2+1x^2+1. So the division stops here:

2x33x+5x2+1=2x+55xx2+1\frac{2x^3 - 3x + 5}{x^2+1} = 2x + \frac{5 - 5x}{x^2+1}

Check: (x2+1)(2x)+(55x)=2x3+2x+55x=2x33x+5(x^2+1)(2x) + (5-5x) = 2x^3 + 2x + 5 - 5x = 2x^3 - 3x + 5