You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
At A-Level Mathematics you decompose a proper algebraic fraction whose denominator factorises into distinct linear factors. Further Mathematics removes those two restrictions: the denominator may contain a repeated linear factor (x−a)n, an irreducible quadratic x2+bx+c with no real roots, or the fraction may be improper (numerator degree ≥ denominator degree). Each case demands a different form for the decomposition, and choosing that form correctly — before any algebra — is what separates a clean solution from a stalled one.
This lesson rebuilds the technique from the Cover-Up Rule upward, proves why each extra term is needed, and drills the three exam-critical cases with full mark schemes. Partial fractions are rarely an end in themselves: they are the gateway to integration (∫x−a1dx=ln∣x−a∣), to the method of differences, and to Maclaurin/binomial series — so fluency here pays compound interest across the whole course.
This is the partial fractions strand of the compulsory pure content examined on Paper 1 and Paper 2 (each 2 hours, 100 marks, 33⅓% of the A-Level). It promotes the A-Level Maths "distinct linear factors" technique to the repeated-factor, irreducible-quadratic and improper cases. The decomposition itself is largely AO1 (use a routine procedure), but the "hence integrate" or "hence find the sum of the series" follow-ons that examiners attach carry the AO2/AO3 marks — partial fractions almost never appear in isolation. The skill feeds directly into further calculus (integrating rational functions) and the method of differences lesson, where the telescoping split is a partial-fraction decomposition.
A partial-fraction decomposition rests on one structural fact: a proper rational function is uniquely determined by a sum of "simplest" fractions, one family per factor of the denominator. The art is knowing which family each factor demands. The rule is governed entirely by the type and multiplicity of each factor.
| Denominator factor | Term(s) it contributes |
|---|---|
| distinct linear (ax+b) | ax+bA |
| repeated linear (x−a)n | x−aA1+(x−a)2A2+⋯+(x−a)nAn |
| irreducible quadratic (x2+bx+c) | x2+bx+cBx+C (numerator one degree lower) |
There is a single counting principle behind the whole table: the number of unknown constants must equal the degree of the denominator. A denominator (x+1)2(x−2) has degree 3, so the decomposition has three constants A,B,C; a denominator (x−1)(x2+1) also has degree 3 (A plus B,C from the quadratic). If your proposed form has the wrong number of constants, it is structurally wrong before you start — this is the fastest self-check in the topic.
Students often ask why (x−a)2 needs both x−aA1 and (x−a)2A2, not just the second term. The reason is a counting argument: a single fraction (x−a)2A2 has only one degree of freedom, but to match an arbitrary linear numerator over (x−a)2 you need two. Concretely, any expression (x−a)2px+q can be rewritten by setting px+q=p(x−a)+(pa+q):
(x−a)2px+q=(x−a)2p(x−a)+(pa+q)=x−ap+(x−a)2pa+q.
The first term x−ap appears unavoidably — drop it and you cannot represent a general linear numerator. The same argument iterates: (x−a)n needs all powers 1 through n, giving n constants for a degree-n factor.
If x2+bx+c has no real roots it cannot be split further over the reals, so it stays as a single denominator. But a constant numerator x2+bx+cA again offers too little freedom: a degree-2 denominator can support a numerator of degree up to 1, so the correct numerator is the general linear Bx+C. The "one degree lower than the denominator" rule is universal — it is why a linear factor gets a constant (degree 0) and a quadratic gets a linear (degree 1) numerator.
Once the form is set and you have cleared denominators, two methods find the constants, and the best solutions combine them:
The professional habit: use substitution to grab every constant the roots will give you, then compare one well-chosen coefficient (usually the highest power, or the constant term) to mop up the rest.
The Cover-Up Rule deserves a worked illustration because it is so fast when it applies. To decompose (x−a)(x−b)px+q into x−aA+x−bB, you find A by covering up the factor (x−a) in the original fraction and evaluating what remains at x=a: A=a−bpa+q. Mechanically, this works because multiplying the identity by (x−a) and setting x=a annihilates the B-term, leaving A equal to the "covered" fraction at x=a. For example, in (x−1)(x+4)5, covering (x−1) and putting x=1 gives A=1+45=1; covering (x+4) and putting x=−4 gives B=−4−15=−1. Two constants in seconds, no simultaneous equations. The rule extends to the highest power of a repeated factor and to the linear factor sitting alongside a quadratic — but, crucially, it cannot reach the lower powers of a repeated factor or the Bx+C of an irreducible quadratic, which is exactly why comparing coefficients remains indispensable.
Express (x+1)2(x−2)3x+5 in partial fractions.
Set up the form with the repeated factor giving two terms (three constants for the degree-3 denominator):
(x+1)2(x−2)3x+5=x+1A+(x+1)2B+x−2C.(M1: correct form)
Multiply through by (x+1)2(x−2):
3x+5=A(x+1)(x−2)+B(x−2)+C(x+1)2.(M1: clear denominators)
Substitute the roots to isolate constants:
x=−1:3(−1)+5=2=B(−1−2)=−3B⇒B=−32.(A1) x=2:3(2)+5=11=C(2+1)2=9C⇒C=911.(A1)
The substitution x=−1 cannot give A (its term vanishes too), so compare the x2 coefficient. On the right, the x2 terms are A (from A(x+1)(x−2)) and C (from C(x+1)2); the left has no x2:
0=A+C⇒A=−C=−911.(M1 compare; A1)
∴(x+1)2(x−2)3x+5=−9(x+1)11−3(x+1)22+9(x−2)11.
(M1 form; M1 clear; A1 B; A1 C; M1 compare x2; A1 A. Check at x=0: RHS =−911−32+911⋅(−21)=−911−32−1811=18−22−12−11=−1845=−25; LHS =(1)(−2)5=−25 ✓.)
Express (x−1)(x2+1)5x2+3x+1 in partial fractions.
The quadratic x2+1 has discriminant 02−4(1)(1)=−4<0, so it is irreducible and takes a linear numerator:
(x−1)(x2+1)5x2+3x+1=x−1A+x2+1Bx+C.(M1: correct form)
Clear denominators:
5x2+3x+1=A(x2+1)+(Bx+C)(x−1).(M1)
Substitute the linear root x=1: 5+3+1=9=A(2), so A=29. (A1)
Compare x2: 5=A+B, so B=5−29=21. (A1)
Compare constants (x0): 1=A−C, so C=A−1=27. (A1)
∴(x−1)(x2+1)5x2+3x+1=2(x−1)9+2(x2+1)x+7.
(M1 form; M1 clear; A1 A; A1 B via x2; A1 C via constants. As a check, compare the x1 coefficient — an equation we did not use: RHS gives −B+C=−21+27=3, matching the LHS coefficient 3 ✓. Using an unused coefficient to verify is the mark of a careful candidate.)
Express x2−1x3+1 in the form P(x)+ partial fractions.
Numerator degree 3≥ denominator degree 2: the fraction is improper, so divide first. By long division (or by writing x3+1=x(x2−1)+(x+1)):
x2−1x3+1=x+x2−1x+1.(M1: divide)
Now the remainder is proper. Factorise x2−1=(x−1)(x+1) and cancel the common (x+1):
(x−1)(x+1)x+1=x−11.(M1: simplify; A1)
∴x2−1x3+1=x+x−11.
(M1 for the division reducing the fraction to proper; M1 for spotting the cancelling factor; A1 final. Spotting that x+1 cancels avoids the longer route of setting up x−1A+x+1B — but that route gives A=1,B=0 too, confirming the answer. Check at x=2: LHS =39=3; RHS =2+1=3 ✓.)
Express (x+1)(x2+2)2x2+x+3 in partial fractions.
The quadratic x2+2 is irreducible (discriminant −8<0), so the form mixes a constant numerator over the linear factor and a linear numerator over the quadratic — three constants for the degree-3 denominator:
(x+1)(x2+2)2x2+x+3=x+1A+x2+2Bx+C.(M1: form)
Clear denominators:
2x2+x+3=A(x2+2)+(Bx+C)(x+1).(M1)
Substitute the linear root x=−1: 2−1+3=4=A(1+2)=3A, so A=34. (A1)
Compare x2: 2=A+B, so B=2−34=32. (A1)
Compare constants: 3=2A+C, so C=3−38=31. (A1)
∴(x+1)(x2+2)2x2+x+3=3(x+1)4+3(x2+2)2x+1.
(M1 form; M1 clear; A1 A; A1 B; A1 C. Verify with the unused x1 coefficient: RHS gives B+C=32+31=1, matching the LHS coefficient 1 ✓. This example combines every form-selection rule in one fraction — the kind of synthesis a longer exam part demands.)
(specimen-style — not from any past paper)
(a) Express f(x)=(x+1)(x−1)24 in partial fractions. (b) Hence find ∫f(x)dx.
(a) Degree-3 denominator → three constants:
(x+1)(x−1)24=x+1A+x−1B+(x−1)2C,4=A(x−1)2+B(x+1)(x−1)+C(x+1).
x=1: 4=C(2)⇒C=2. x=−1: 4=A(−2)2=4A⇒A=1. Compare x2: 0=A+B⇒B=−1.
f(x)=x+11−x−11+(x−1)22.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.