Skip to main content
EnglandMathsSyllabus dot point

How do you split a rational expression into partial fractions, and why does that make integration and binomial expansion easier?

Decomposing a proper algebraic fraction into partial fractions, including denominators with distinct linear factors and a repeated linear factor, and using partial fractions in integration and binomial expansion.

A focused answer to the OCR A-Level Mathematics A partial fractions content, covering decomposing a proper algebraic fraction with distinct linear factors and with a repeated linear factor, dealing with an improper fraction by dividing first, and using partial fractions to integrate and to expand with the binomial series.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

OCR wants you to split a proper algebraic fraction into a sum of simpler fractions: with distinct linear factors in the denominator, and with a repeated linear factor. You must first divide if the fraction is improper, then use either substitution of strategic values or comparison of coefficients to find the unknowns, and you must recognise that partial fractions make a rational expression easy to integrate or to expand as a binomial series.

The answer

The idea

A single rational expression with a factorised denominator can be written as a sum of fractions, one over each factor. This reverses the process of adding fractions over a common denominator, and the simpler pieces are far easier to integrate or expand.

Finding the unknowns

Multiply both sides by the full denominator to clear fractions, giving an identity. Then either substitute clever values of xx that make a factor zero (the quickest route for linear factors) or compare coefficients of like powers.

Repeated factors

A repeated factor (xβˆ’a)2(x - a)^2 needs both Axβˆ’a\dfrac{A}{x - a} and B(xβˆ’a)2\dfrac{B}{(x - a)^2} in the decomposition. Substituting x=ax = a gives the BB term directly; the remaining constant comes from a second substitution or by comparing coefficients.

Improper fractions

If the numerator's degree is at least the denominator's, the fraction is improper: divide first to get a polynomial plus a proper fraction, then split the proper part.

Examples in context

Why it helps integration

∫5xβˆ’4(x+1)(xβˆ’2) dx\displaystyle\int \dfrac{5x - 4}{(x + 1)(x - 2)}\,dx looks hard, but once split it is ∫(3x+1+2xβˆ’2)dx=3ln⁑∣x+1∣+2ln⁑∣xβˆ’2∣+c\displaystyle\int\left(\dfrac{3}{x + 1} + \dfrac{2}{x - 2}\right)dx = 3\ln|x + 1| + 2\ln|x - 2| + c. Each piece integrates to a logarithm.

Why it helps binomial expansion

To expand 1(1βˆ’x)(1+2x)\dfrac{1}{(1 - x)(1 + 2x)} as a series, split it first, then expand each A1Β±kx\dfrac{A}{1 \pm kx} with the binomial series (1+u)βˆ’1(1 + u)^{-1}. Combining gives the series for the original expression, valid where every individual expansion converges.

Try this

Q1. Express 7(xβˆ’2)(x+5)\dfrac{7}{(x - 2)(x + 5)} in partial fractions. [3 marks]

  • Cue. 7=A(x+5)+B(xβˆ’2)7 = A(x + 5) + B(x - 2); x=2x = 2 gives A=1A = 1, x=βˆ’5x = -5 gives B=βˆ’1B = -1, so 1xβˆ’2βˆ’1x+5\dfrac{1}{x - 2} - \dfrac{1}{x + 5}.

Q2. Integrate ∫1xβˆ’2+2x+1 dx\displaystyle\int\dfrac{1}{x - 2} + \dfrac{2}{x + 1}\,dx. [2 marks]

  • Cue. ln⁑∣xβˆ’2∣+2ln⁑∣x+1∣+c\ln|x - 2| + 2\ln|x + 1| + c.

Exam-style practice questions

Practice questions written in the style of OCR exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

OCR 20195 marksExpress 11xβˆ’1(xβˆ’1)(2x+3)\dfrac{11x - 1}{(x - 1)(2x + 3)} in partial fractions.
Show worked answer β†’

Write 11xβˆ’1(xβˆ’1)(2x+3)=Axβˆ’1+B2x+3\dfrac{11x - 1}{(x - 1)(2x + 3)} = \dfrac{A}{x - 1} + \dfrac{B}{2x + 3} (M1).

Multiply through: 11xβˆ’1=A(2x+3)+B(xβˆ’1)11x - 1 = A(2x + 3) + B(x - 1) (A1).

Let x=1x = 1: 11βˆ’1=A(5)11 - 1 = A(5), so A=2A = 2 (M1).

Let x=βˆ’32x = -\tfrac{3}{2}: 11(βˆ’32)βˆ’1=B(βˆ’52)11(-\tfrac{3}{2}) - 1 = B(-\tfrac{5}{2}), so βˆ’352=βˆ’52B-\tfrac{35}{2} = -\tfrac{5}{2}B, giving B=7B = 7 (A1).

So 11xβˆ’1(xβˆ’1)(2x+3)=2xβˆ’1+72x+3\dfrac{11x - 1}{(x - 1)(2x + 3)} = \dfrac{2}{x - 1} + \dfrac{7}{2x + 3} (A1).

Markers reward the correct form, clearing the denominator, and substituting strategic values to find AA and BB.

OCR 20216 marksExpress 3x+5(x+2)2(xβˆ’1)\dfrac{3x + 5}{(x + 2)^2(x - 1)} in partial fractions.
Show worked answer β†’

A repeated factor needs both powers (M1): 3x+5(x+2)2(xβˆ’1)=Ax+2+B(x+2)2+Cxβˆ’1\dfrac{3x + 5}{(x + 2)^2(x - 1)} = \dfrac{A}{x + 2} + \dfrac{B}{(x + 2)^2} + \dfrac{C}{x - 1}.

Multiply through: 3x+5=A(x+2)(xβˆ’1)+B(xβˆ’1)+C(x+2)23x + 5 = A(x + 2)(x - 1) + B(x - 1) + C(x + 2)^2 (A1).

Let x=βˆ’2x = -2: βˆ’1=B(βˆ’3)-1 = B(-3), so B=13B = \tfrac{1}{3} (A1). Let x=1x = 1: 8=C(9)8 = C(9), so C=89C = \tfrac{8}{9} (A1).

Compare x2x^2 coefficients: 0=A+C0 = A + C, so A=βˆ’89A = -\tfrac{8}{9} (M1).

So 3x+5(x+2)2(xβˆ’1)=βˆ’89(x+2)+13(x+2)2+89(xβˆ’1)\dfrac{3x + 5}{(x + 2)^2(x - 1)} = -\dfrac{8}{9(x + 2)} + \dfrac{1}{3(x + 2)^2} + \dfrac{8}{9(x - 1)} (A1).

Markers reward the three-term form with the repeated factor, substitution for BB and CC, and comparing coefficients for AA.

Related dot points

Sources & how we know this