You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
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.
Many algebraic fractions are difficult to integrate or manipulate in their combined form. By splitting them into simpler fractions, we can:
For example, it is not obvious how to integrate 1/((x − 1)(x + 2)), but if we write it as:
1/((x − 1)(x + 2)) = (1/3)/(x − 1) − (1/3)/(x + 2)
then each term can be integrated using the standard result ∫ 1/(x − a) dx = ln|x − a| + C.
If the denominator has distinct linear factors, the partial fraction decomposition has the form:
f(x)/((x − a)(x − b)(x − c)) = A/(x − a) + B/(x − b) + C/(x − c)
To find A, "cover up" (x − a) in the original fraction and substitute x = a.
Example: Express 3x + 5/((x + 1)(x − 2)) in partial fractions.
(3x + 5)/((x + 1)(x − 2)) = A/(x + 1) + B/(x − 2)
Cover up (x + 1) and set x = −1: A = (3(−1) + 5)/(−1 − 2) = 2/(−3) = −2/3.
Cover up (x − 2) and set x = 2: B = (3(2) + 5)/(2 + 1) = 11/3.
So (3x + 5)/((x + 1)(x − 2)) = (−2/3)/(x + 1) + (11/3)/(x − 2).
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:
Solving: from the first equation B = 3 − A; substituting: −2A + 3 − A = 5, so −3A = 2, A = −2/3, B = 11/3.
Example: Express (5x² + 3x + 1)/((x)(x + 1)(x − 1)) in partial fractions.
= A/x + B/(x + 1) + C/(x − 1)
Cover-up:
So (5x² + 3x + 1)/(x(x + 1)(x − 1)) = −1/x + (3/2)/(x + 1) + (9/2)/(x − 1).
If the denominator contains a repeated factor (x − a)², the decomposition includes:
f(x)/((x − a)²(x − b)) = A/(x − a) + B/(x − a)² + C/(x − b)
Example: Express (4x + 1)/((x − 1)²(x + 2)) in partial fractions.
(4x + 1)/((x − 1)²(x + 2)) = A/(x − 1) + B/(x − 1)² + C/(x + 2)
Multiply through by (x − 1)²(x + 2):
4x + 1 = A(x − 1)(x + 2) + B(x + 2) + C(x − 1)²
Substituting strategic values:
x = 1: 5 = B(3), so B = 5/3. x = −2: −7 = C(−3)² = 9C, so C = −7/9.
Equating x² coefficients: 0 = A + C, so A = 7/9.
Result: (4x + 1)/((x − 1)²(x + 2)) = (7/9)/(x − 1) + (5/3)/(x − 1)² + (−7/9)/(x + 2).
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.
f(x)/g(x) = q(x) + r(x)/g(x)
where the degree of r(x) is less than the degree of g(x).
Example: Express (x³ + 2x² − x + 3)/((x + 1)(x − 2)) in partial fractions.
The denominator expands to x² − x − 2 (degree 2), and the numerator has degree 3, so the fraction is improper.
Divide x³ + 2x² − x + 3 by x² − x − 2:
x³ + 2x² − x + 3 = (x + 3)(x² − x − 2) + (4x + 9)
Check: (x + 3)(x² − x − 2) = x³ − x² − 2x + 3x² − 3x − 6 = x³ + 2x² − 5x − 6. Then x³ + 2x² − x + 3 − (x³ + 2x² − 5x − 6) = 4x + 9. ✓
So (x³ + 2x² − x + 3)/((x + 1)(x − 2)) = x + 3 + (4x + 9)/((x + 1)(x − 2)).
Now decompose the proper fraction:
(4x + 9)/((x + 1)(x − 2)) = A/(x + 1) + B/(x − 2)
x = −1: A = (−4 + 9)/(−3) = −5/3. x = 2: B = (8 + 9)/(3) = 17/3.
Final answer: x + 3 − (5/3)/(x + 1) + (17/3)/(x − 2).
∫ (3x + 5)/((x + 1)(x − 2)) dx = ∫ (−2/3)/(x + 1) dx + ∫ (11/3)/(x − 2) dx
= (−2/3) ln|x + 1| + (11/3) ln|x − 2| + C
Example: Show that 1/(r(r + 1)) = 1/r − 1/(r + 1). Hence find ∑ᵣ₌₁ⁿ 1/(r(r + 1)).
The partial fraction decomposition gives 1/(r(r + 1)) = 1/r − 1/(r + 1) (cover-up rule).
∑ᵣ₌₁ⁿ [1/r − 1/(r + 1)]
= (1 − 1/2) + (1/2 − 1/3) + (1/3 − 1/4) + ... + (1/n − 1/(n + 1))
= 1 − 1/(n + 1)
= n/(n + 1)
This is the method of differences (telescoping series).
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.
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.
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).
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:
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.
Connects to:
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 |
Mark-rewarded phrasing: "since deg(num)≥deg(denom), divide first"; "for the repeated factor (x+1)2, the template requires both A/(x+1) and B/(x+1)2"; "comparing coefficients of x2 gives ...". Phrases that lose marks: "by inspection" without showing comparison; leaving the polynomial part out of the final assembly on improper fractions; missing the linear numerator on irreducible quadratic factors.
A specific 7357 pattern to watch: questions that embed partial fractions inside a larger integration or expansion task. Setting up the template correctly is worth most of the marks even if you make arithmetic slips later.
Question: Express (x−1)(x+6)7 in partial fractions.
Grade C response (~180 words):
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.