Partial Fractions in Depth
Builds on: aqa-alevel-maths-pure-1 / algebra-and-functions — this lesson is the A2-level deep dive.
This lesson covers partial fractions in depth as required by the AQA A-Level Mathematics specification (7357). Partial fractions allow you to decompose a single algebraic fraction into a sum of simpler fractions. This technique is essential for integration, for summing series, and for working with binomial expansions of rational functions.
Spec Mapping — AQA 7357 Section B Algebra and Functions. This lesson covers the partial-fraction decomposition content of Section B, at the depth required for A2-level synoptic questions. Refer to the official AQA specification document for exact wording.
Why Partial Fractions?
Many algebraic fractions are difficult to integrate or manipulate in their combined form. By splitting them into simpler fractions, we can:
- Integrate expressions that would otherwise be intractable.
- Sum series using the method of differences (telescoping).
- Expand rational functions using the binomial theorem.
For example, it is not obvious how to integrate (x−1)(x+2)1, but if we write it as:
(x−1)(x+2)1=x−11/3−x+21/3
then each term can be integrated using the standard result ∫x−a1dx=ln∣x−a∣+C.
Case 1: Distinct Linear Factors
If the denominator has distinct linear factors, the partial fraction decomposition has the form:
(x−a)(x−b)(x−c)f(x)=x−aA+x−bB+x−cC
Method: Cover-Up Rule (Heaviside)
To find A, "cover up" (x−a) in the original fraction and substitute x=a.
Example: Express (x+1)(x−2)3x+5 in partial fractions.
(x+1)(x−2)3x+5=x+1A+x−2B
Cover up (x+1) and set x=−1: A=−1−23(−1)+5=−32=−32.
Cover up (x−2) and set x=2: B=2+13(2)+5=311.
So (x+1)(x−2)3x+5=x+1−2/3+x−211/3.
Alternative method: Equating Coefficients
Multiply both sides by (x+1)(x−2):
3x+5=A(x−2)+B(x+1)
Expand: 3x+5=(A+B)x+(−2A+B).
Equating coefficients:
- x: A+B=3
- constant: −2A+B=5
Solving: from the first equation B=3−A; substituting: −2A+3−A=5, so −3A=2, A=−32, B=311.
Example: Express x(x+1)(x−1)5x2+3x+1 in partial fractions.
=xA+x+1B+x−1C
Cover-up:
- x=0: A=(0+1)(0−1)0+0+1=−11=−1.
- x=−1: B=(−1)(−1−1)5−3+1=23=23.
- x=1: C=(1)(1+1)5+3+1=29.
So x(x+1)(x−1)5x2+3x+1=−x1+x+13/2+x−19/2.
Case 2: Repeated Linear Factors
If the denominator contains a repeated factor (x − a)², the decomposition includes:
(x−a)2(x−b)f(x)=x−aA+(x−a)2B+x−bC
Example: Express (x−1)2(x+2)4x+1 in partial fractions.
(x−1)2(x+2)4x+1=x−1A+(x−1)2B+x+2C
Multiply through by (x−1)2(x+2):
4x+1=A(x−1)(x+2)+B(x+2)+C(x−1)2
Substituting strategic values:
x=1: 5=B(3), so B=35.
x=−2: −7=C(−3)2=9C, so C=−97.
Equating x2 coefficients: 0=A+C, so A=97.
Result: (x−1)2(x+2)4x+1=x−17/9+(x−1)25/3+x+2−7/9.
Case 3: Improper Fractions
A fraction is improper if the degree of the numerator is greater than or equal to the degree of the denominator. Before decomposing, you must perform polynomial long division to obtain a polynomial plus a proper fraction.
g(x)f(x)=q(x)+g(x)r(x)
where the degree of r(x) is less than the degree of g(x).
Example: Express (x+1)(x−2)x3+2x2−x+3 in partial fractions.
The denominator expands to x2−x−2 (degree 2), and the numerator has degree 3, so the fraction is improper.
Divide x3+2x2−x+3 by x2−x−2:
x3+2x2−x+3=(x+3)(x2−x−2)+(4x+9)
Check: (x+3)(x2−x−2)=x3−x2−2x+3x2−3x−6=x3+2x2−5x−6.
Then x3+2x2−x+3−(x3+2x2−5x−6)=4x+9. ✓
So (x+1)(x−2)x3+2x2−x+3=x+3+(x+1)(x−2)4x+9.
Now decompose the proper fraction:
(x+1)(x−2)4x+9=x+1A+x−2B
x=−1: A=−3−4+9=−35.
x=2: B=38+9=317.
Final answer: x+3−x+15/3+x−217/3.
Applications
Application to Integration
∫(x+1)(x−2)3x+5dx=∫x+1−2/3dx+∫x−211/3dx=−32ln∣x+1∣+311ln∣x−2∣+C
Application to Series (Method of Differences)
Example: Show that r(r+1)1=r1−r+11. Hence find r=1∑nr(r+1)1.
The partial fraction decomposition gives r(r+1)1=r1−r+11 (cover-up rule).
r=1∑n[r1−r+11]=(1−21)+(21−31)+(31−41)+⋯+(n1−n+11)=1−n+11=n+1n
This is the method of differences (telescoping series).
Synoptic Links
This topic connects to:
- Integration techniques (Pure 2) (
aqa-alevel-maths-pure-2 / integration-techniques) — partial fractions are the gateway to rational integration giving ln-type integrals.
- Integration by substitution (
aqa-alevel-maths-calculus-applications / integration-by-substitution) — many substitution problems reduce to a partial-fraction step.
- Algebraic fractions and partial fractions (Pure 2) (
aqa-alevel-maths-pure-2 / algebraic-fractions-and-partial-fractions) — the foundational Pure 2 treatment this deep dive extends.
Summary
- Distinct linear factors: decompose as x−aA+x−bB+⋯
- Repeated linear factors: include terms x−aA+(x−a)2B+⋯
- Improper fractions: divide first, then decompose the proper remainder.
- Use the cover-up rule for quick evaluation or equate coefficients for more complex cases.
- Partial fractions are essential for integration (ln-type integrals) and for the method of differences.
Exam Tip: Always check that your fraction is proper before attempting partial fractions — if the degree of the numerator is ≥ the degree of the denominator, divide first. After finding A,B,C,…, always verify your answer by recombining the fractions and checking they give the original expression. The cover-up rule is fastest for distinct linear factors but does not work directly for repeated factors.
A-Level Deep Dive: Partial Fractions in Depth
Spec mapping
AQA 7357 specification, Paper 2 — Pure Mathematics, Section B (Algebra and Functions), Year 2 content covers decompose rational functions into partial fractions (denominators not more complicated than squared linear terms and with no more than 3 terms, numerators constant or linear) (refer to the official specification document for exact wording). Although decomposition is taught as an algebraic technique, AQA examines it in three downstream contexts: integration of rational functions (Pure Section H — partial fractions are the standard route to ∫q(x)p(x)dx), binomial general expansion (Section B again — expanding (1−2x)−1 after splitting), and first-order ODEs in Year 2 mechanics modelling. The 7357 formula booklet does not list the cover-up rule or any decomposition templates — these must be memorised.
Specimen Question (Modelled on the AQA Paper Format)
Note: this question is constructed to model AQA Paper 1/2/3 style; it is not a reproduction of any published past paper.
Worked example with full mark scheme
Question (8 marks): Express f(x)=(x+1)2(x−2)2x3+5x2+4x+3 in partial fractions.
Solution with mark scheme:
Step 1 — degree check. The numerator is degree 3; the denominator expands to degree 3 ((x+1)2(x−2)=x3−3x−2 after expansion). Since deg(num)≥deg(denom), the fraction is improper and we must polynomial-divide first.
M1 — recognising the improper fraction and starting polynomial division. Candidates who skip straight to a partial-fraction template here forfeit every mark — the template won't fit.
Step 2 — polynomial long division. Divide 2x3+5x2+4x+3 by x3−3x−2:
2x3+5x2+4x+3=2⋅(x3−3x−2)+(5x2+10x+7)
So f(x)=2+(x+1)2(x−2)5x2+10x+7.
A1 — correct quotient 2 and proper remainder 5x2+10x+7.
Step 3 — set up the proper-fraction template. Repeated linear factor (x+1)2 contributes two terms; distinct linear factor (x−2) contributes one:
(x+1)2(x−2)5x2+10x+7≡x+1A+(x+1)2B+x−2C
M1 — correct template with both A/(x+1) and B/(x+1)2 for the repeated factor. Forgetting the second term is the single most common 7357 partial-fractions error.
Step 4 — clear denominators. Multiply through:
5x2+10x+7=A(x+1)(x−2)+B(x−2)+C(x+1)2
Step 5 — cover-up at x=−1: 5−10+7=2=B(−3), so B=−32.
M1 — applying cover-up at the repeated root to extract B directly.
Step 6 — cover-up at x=2: 20+20+7=47=C(9), so C=947.
A1 — C correct.
Step 7 — find A by comparing x2 coefficients. LHS: 5. RHS: A+C=A+947. So A=5−947=945−47=−92.
A1 — A correct, with sign carefully tracked.
Step 8 — assemble.
f(x)=2−9(x+1)2−3(x+1)22+9(x−2)47
A1 — final assembled form, polynomial part included.
Total: 8 marks (M3 A4, plus 1 method-mark for the template).
Specimen question modelled on the AQA 7357 Paper 2 format
Question (6 marks): Express (x−1)(x2+4)3x+5 in partial fractions, where the second denominator is irreducible over the reals.
Mark scheme decomposition by AO:
- M1 (AO1.1a) — correct template x−1A+x2+4Bx+C, recognising the irreducible quadratic requires a linear numerator.
- M1 (AO1.1b) — clearing denominators: 3x+5=A(x2+4)+(Bx+C)(x−1).
- M1 (AO1.1b) — cover-up at x=1: 8=5A, so A=58.
- A1 (AO1.1b) — comparing x2: 0=A+B, so B=−58.
- A1 (AO1.1b) — comparing constant: 5=4A−C, so C=4⋅58−5=532−25=57.
- A1 (AO2.5) — final assembled form: 5(x−1)8+5(x2+4)−8x+7.
Total: 6 marks split AO1 = 5, AO2 = 1. AQA reserves the AO2 mark for assembling and presenting the form cleanly — typically extracting the common factor of 51 or matching the requested presentation.
Synoptic links
Connects to:
- Integration of rational functions (Pure Section H): ∫q(x)p(x)dx is intractable in raw form but trivial after partial-fraction decomposition. Each x−aA integrates to Aln∣x−a∣, each (x−a)2B integrates to −x−aB, and each x2+k2Bx+C splits into a ln piece and an arctan piece. Partial fractions is the gateway technique to integration in Year 2.
- Binomial general expansion (Section B): expanding (1−2x)(1+x)1 as a Maclaurin series requires splitting first into 1−2xA+1+xB, then expanding each piece using (1+u)−1=1−u+u2−…. Without partial fractions the binomial step is impossible.
- Algebraic fractions (Section B): simplifying, adding and subtracting algebraic fractions is the reverse operation — starting from x+1A+x−2B and combining over a common denominator. Fluency in both directions is essential.
- First-order ODEs (Pure Section M, Year 2): separable equations like dxdy=xy(1−y) produce ∫y(1−y)1dy on the left, which requires partial-fraction splitting before integration. The logistic model is the canonical example.
- Method of differences and telescoping series: identities like n(n+1)1=n1−n+11 are partial-fraction decompositions in disguise, used to evaluate ∑n=1Nn(n+1)1 exactly.
Mark-scheme literacy
Partial-fractions questions on 7357 split AO marks heavily toward AO1:
| AO | Typical share | Earned by |
|---|
| AO1 (knowledge / procedure) | 70–80% | Setting up the correct template, clearing denominators, applying cover-up, comparing coefficients |
| AO2 (reasoning / interpretation) | 15–25% | Recognising improper fractions, justifying the irreducible-quadratic numerator form, presenting in the requested form |
| AO3 (problem-solving) | 0–10% | Open-ended modelling rare in isolation; appears synoptically in integration / ODE contexts |