Leave lesson

Pure · Algebra & functions

1 / 9

Partial fractions

Splitting a single algebraic fraction back into a sum of simpler ones — including the extra term a repeated linear factor needs.

Pure · Algebra & functions

Partial fractions

Splitting a single algebraic fraction back into a sum of simpler ones — including the extra term a repeated linear factor needs.

Why it works

Adding fractions combines them over a common denominator; partial fractions runs that in reverse, breaking one fraction into a sum whose denominators are the factors of the original. It's the key tool for integrating or expanding rational functions later, so it's worth doing fluently.

Distinct linear factors. Each factor of the denominator gets its own fraction with an unknown constant on top: 5x+1(x1)(x+2)Ax1+Bx+2.\frac{5x + 1}{(x - 1)(x + 2)} \equiv \frac{A}{x - 1} + \frac{B}{x + 2}. Multiply through by the denominator: 5x+1A(x+2)+B(x1)5x + 1 \equiv A(x + 2) + B(x - 1). Now choose xx to knock out a bracket (the "cover-up" idea):
  • x=1x = 1: 6=3AA=26 = 3A \Rightarrow A = 2,
  • x=2x = -2: 9=3BB=3-9 = -3B \Rightarrow B = 3.
So 5x+1(x1)(x+2)=2x1+3x+2\dfrac{5x + 1}{(x - 1)(x + 2)} = \dfrac{2}{x - 1} + \dfrac{3}{x + 2}.

Repeated linear factors. A factor like (x+1)2(x + 1)^2 needs two terms — one for each power: x(x+1)2Ax+Bx+1+C(x+1)2.\frac{\dots}{x\,(x + 1)^2} \equiv \frac{A}{x} + \frac{B}{x + 1} + \frac{C}{(x + 1)^2}. Forgetting the Bx+1\dfrac{B}{x+1} term is the classic slip. After substituting the "nice" values to find AA and CC, the middle constant BB is found by equating coefficients (e.g. of x2x^2) or substituting one more value.

Always factorise the denominator first, and remember every top is a constant (for linear factors) — a value to be found, not left blank.