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 simplifying algebraic fractions, performing arithmetic with them, and decomposing rational expressions into partial fractions — a technique essential for integration at A-Level.
Spec Mapping — AQA 7357 Section B Algebra and functions. This lesson covers the rational-expression simplification and partial-fraction decomposition content of Section B, the Year 2 (A2) extension of Pure 1's algebra strand. Refer to the official AQA specification document for exact wording.
To simplify an algebraic fraction, factorise the numerator and denominator, then cancel common factors.
Note: this question is constructed to model AQA Paper 1/2/3 style; it is not a reproduction of any published past paper.
Simplify (x² − 9)/(x² + 5x + 6).
Numerator: x² − 9 = (x − 3)(x + 3)
Denominator: x² + 5x + 6 = (x + 2)(x + 3)
Cancel (x + 3):
= (x − 3)/(x + 2), provided x ≠ −3
Find a common denominator, combine, and simplify.
Express 3/(x + 1) − 2/(x − 3) as a single fraction.
Common denominator: (x + 1)(x − 3)
= [3(x − 3) − 2(x + 1)] / [(x + 1)(x − 3)]
= [3x − 9 − 2x − 2] / [(x + 1)(x − 3)]
= (x − 11) / [(x + 1)(x − 3)]
Answer: (x − 11) / [(x + 1)(x − 3)]
Multiply: multiply numerators together and denominators together, then simplify.
Divide: multiply by the reciprocal.
Simplify [(x² − 4)/(x + 5)] × [(x + 5)/(x + 2)].
= [(x − 2)(x + 2)/(x + 5)] × [(x + 5)/(x + 2)]
Cancel (x + 5) and (x + 2):
= x − 2
An algebraic fraction is improper when the degree of the numerator is greater than or equal to the degree of the denominator. Use polynomial long division to express it as a polynomial plus a proper fraction.
Express (x³ + 2x² − x + 3)/(x + 1) in the form ax² + bx + c + d/(x + 1).
Perform polynomial division:
x³ + 2x² − x + 3 = (x + 1)(x² + x − 2) + 5
So: (x³ + 2x² − x + 3)/(x + 1) = x² + x − 2 + 5/(x + 1)
Partial fractions decompose a proper fraction into simpler fractions. This is essential for integration and series work.
f(x)/[(x − a)(x − b)] = A/(x − a) + B/(x − b)
Express (5x + 3)/[(x + 1)(x − 2)] in partial fractions.
Let (5x + 3)/[(x + 1)(x − 2)] = A/(x + 1) + B/(x − 2)
Multiply through: 5x + 3 = A(x − 2) + B(x + 1)
Set x = 2: 13 = 3B → B = 13/3
Set x = −1: −2 = −3A → A = 2/3
= 2/[3(x + 1)] + 13/[3(x − 2)]
f(x)/[(x − a)²(x − b)] = A/(x − a) + B/(x − a)² + C/(x − b)
Express (3x² + x − 2)/[(x − 1)²(x + 2)] in partial fractions.
Let = A/(x − 1) + B/(x − 1)² + C/(x + 2)
Multiply: 3x² + x − 2 = A(x − 1)(x + 2) + B(x + 2) + C(x − 1)²
Set x = 1: 3 + 1 − 2 = 3B → B = 2/3
Set x = −2: 12 − 2 − 2 = 9C → C = 8/9
Compare x² coefficients: 3 = A + C → A = 3 − 8/9 = 19/9
= 19/[9(x − 1)] + 2/[3(x − 1)²] + 8/[9(x + 2)]
f(x)/[(x − a)(x² + bx + c)] = A/(x − a) + (Bx + C)/(x² + bx + c)
Express (4x² + 1)/[(x − 1)(x² + 1)] in partial fractions.
Let = A/(x − 1) + (Bx + C)/(x² + 1)
Multiply: 4x² + 1 = A(x² + 1) + (Bx + C)(x − 1)
Set x = 1: 5 = 2A → A = 5/2
Compare x² coefficients: 4 = A + B → B = 4 − 5/2 = 3/2
Compare constants: 1 = A − C → C = 5/2 − 1 = 3/2
= 5/[2(x − 1)] + (3x + 3)/[2(x² + 1)]
This topic connects to:
aqa-alevel-maths-pure-1 / algebra-and-functions) — required to factorise numerators and denominators before any cancellation.aqa-alevel-maths-pure-2 / integration-techniques) — partial-fraction decomposition is the gateway for integrating rational functions to logarithms.aqa-alevel-maths-advanced-algebra / binomial-expansion) — splitting a fraction into partial pieces lets each piece be expanded separately.AQA 7357 Pure section B (Year 2) — Algebra and functions covers decompose rational functions into partial fractions (denominators not more complicated than squared linear terms and with no more than 3 terms, numerator degree less than denominator) (refer to the official specification document for exact wording). Although this strand sits in section B, it is examined synoptically across all three papers. Partial fractions underpin integration of rational functions (where ∫x+a1dx=ln∣x+a∣+C becomes available only after decomposition), the binomial general expansion for (1+x)n with non-integer n (where (1−2x)(1+x)1 must first be split before each piece is expanded), and first-order linear differential equations with rational coefficients. The AQA formula booklet does not list the partial-fraction patterns — they must be memorised.
Question (8 marks): Express f(x)=(x+1)2(x+2)2x3+5x2+4x+3 in the form A+x+1B+(x+1)2C+x+2D, where A, B, C, D are constants to be found.
Solution with mark scheme:
Step 1 — check for improper fraction. The numerator has degree 3; the denominator (x+1)2(x+2) expands to a cubic, so it also has degree 3. The fraction is improper (degree of numerator equals degree of denominator), so polynomial division is required first.
M1 — recognising the improper-fraction structure and committing to division. Common error: launching straight into partial fractions, which produces inconsistent equations.
Step 2 — polynomial division. Expand the denominator: (x+1)2(x+2)=(x2+2x+1)(x+2)=x3+4x2+5x+2.
Divide 2x3+5x2+4x+3 by x3+4x2+5x+2:
2x3+5x2+4x+3=2⋅(x3+4x2+5x+2)+(−3x2−6x−1)
So f(x)=2+(x+1)2(x+2)−3x2−6x−1.
M1 A1 — quotient A=2, correct remainder polynomial.
Step 3 — decompose the proper fraction. Write
(x+1)2(x+2)−3x2−6x−1=x+1B+(x+1)2C+x+2D
Multiply through by (x+1)2(x+2):
−3x2−6x−1=B(x+1)(x+2)+C(x+2)+D(x+1)2
M1 — correct partial-fraction setup with the C/(x+1)2 repeated-factor term included.
Step 4 — substitute strategic values (cover-up / substitution).
Let x=−1: −3+6−1=0+C(1)+0, so C=2.
Let x=−2: −12+12−1=0+0+D(1), so D=−1.
M1 — using the cover-up substitution at the roots to extract C and D directly.
Step 5 — find B. Compare x2 coefficients: −3=B+D, so B=−3−D=−3−(−1)=−2.
A1 — B=−2. (Equivalent: substitute any third value, e.g. x=0, and solve.)
Step 6 — final answer.
f(x)=2−x+12+(x+1)22−x+21
A1 — fully assembled answer with all four constants identified.
Total: 8 marks (M4 A4).
Question (6 marks): g(x)=(2x−1)(x+3)7x−5.
(a) Express g(x) in partial fractions. (3)
(b) Hence find ∫g(x)dx. (3)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 5, AO2 = 1. AQA examiners typically reserve the AO2 mark on partial-fractions questions for presentation craft: modulus signs on logarithms, the explicit +C, and the linear-coefficient correction a1 in the integral.
Connects to:
Partial-fractions questions on AQA 7357 split AO marks heavily toward AO1, with AO2 reserved for the connective tissue between decomposition and the synoptic application:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 65–75% | Recognising improper fractions and dividing first; setting up the correct partial-fraction template with repeated factors; applying cover-up; solving for unknown constants |
| AO2 (reasoning / interpretation) | 20–30% | Justifying the choice of partial-fraction template (why A/(x+1)+B/(x+1)2 rather than A/(x+1)2 alone); presenting answers consistent with the form requested; modulus signs on logarithms |
| AO3 (problem-solving) | 0–10% | Multi-step contexts: partial fractions \to\ integration \to\ definite integral with limits; appears mostly on Paper 3 |
Examiner-rewarded phrasing: "since the numerator has degree at least as large as the denominator, polynomial division is required first"; "for the repeated factor (x+1)2, the decomposition includes both A/(x+1) and B/(x+1)2"; "by the cover-up rule, evaluating at x=−1 isolates the (x+1)2 coefficient". Phrases that lose marks: "let x=−1" without justifying why this kills three of the four unknowns; setting up only A/(x+1)2 for a repeated factor (missing the B/(x+1) term); writing ln(x+1) without the modulus where the domain is unrestricted.
A specific AQA pattern: questions that say "Hence find ∫g(x)dx" mean use the partial fractions you just computed. Restarting from scratch with a substitution method earns no method marks because the "Hence" command is binding.
Question: Express (x−1)(x+2)5x+1 in partial fractions.
Grade C response (~180 words):
Let (x−1)(x+2)5x+1=x−1A+x+2B. Multiply through:
5x+1=A(x+2)+B(x−1).
Let x=1: 6=3A, so A=2.
Let x=−2: −9=−3B, so B=3.
Answer: x−12+x+23.
Examiner commentary: Full marks (3/3). The candidate identifies the partial-fraction template, multiplies through correctly, and uses cover-up substitutions at the roots to extract both constants. The working is brief but every step is verifiable. Many Grade C candidates lose a mark by setting up a system of two equations in two unknowns instead of using cover-up — this works algebraically but consumes time and increases arithmetic-error risk. Choosing strategic substitutions x=1 and x=−2 (the roots) is the efficient method examiners reward.
Grade A response (~240 words):*
Set up the partial-fraction decomposition:
(x−1)(x+2)5x+1=x−1A+x+2B
Multiply both sides by (x−1)(x+2) to clear denominators:
5x+1=A(x+2)+B(x−1).
By the cover-up method, substitute x=1 (the root of the first factor): 5(1)+1=A(3)+0, giving A=2. Substitute x=−2 (the root of the second factor): 5(−2)+1=0+B(−3), giving −9=−3B, so B=3.
Therefore:
(x−1)(x+2)5x+1=x−12+x+23
Examiner commentary: Full marks (3/3). Beyond procedural correctness, the candidate names the technique ("cover-up method") and explains why the chosen substitutions are strategic — they kill all but one term. Verification by re-combining the right-hand side over a common denominator (not shown but available) would push the answer beyond examination craft into mathematical maturity. The display-math notation and the explicit linkage of each substitution to the corresponding root is the kind of sign-posting that signals examiner-aware sophistication.
Question: Express (x+1)(x2+1)4x2+x+3 in partial fractions.
Grade B response (~270 words):
Set (x+1)(x2+1)4x2+x+3=x+1A+x2+1Bx+C.
Multiply: 4x2+x+3=A(x2+1)+(Bx+C)(x+1).
Let x=−1: 4−1+3=2A, so A=3.
Compare x2: 4=A+B=3+B, so B=1.
Compare constants: 3=A+C=3+C, so C=0.
Answer: x+13+x2+1x.
Examiner commentary: Method correct throughout, secured 5/6. The candidate sets up the irreducible-quadratic template (Bx+C over x2+1) correctly, applies cover-up at x=−1, and uses coefficient comparison for the remaining unknowns. The lost mark is for not verifying — re-combining x+13+x2+1x over the common denominator should yield (x+1)(x2+1)4x2+x+3, and a brief check would have caught any arithmetic slip. Note that AQA 7357 only examines decompositions where the irreducible quadratic factor is explicitly given; candidates need not factorise quadratics into complex linear pieces.
Grade A response (~300 words):*
The denominator factors as (x+1)(x2+1), where x2+1 is irreducible over the reals. The partial-fraction template therefore takes the form:
(x+1)(x2+1)4x2+x+3=x+1A+x2+1Bx+C
Multiplying both sides by (x+1)(x2+1):
4x2+x+3=A(x2+1)+(Bx+C)(x+1).
Cover-up at x=−1: 4(1)+(−1)+3=A(2), so 2A=6 and A=3.
Compare x2 coefficients: 4=A+B=3+B, so B=1.
Compare constant terms: 3=A+C=3+C, so C=0.
Therefore:
(x+1)(x2+1)4x2+x+3=x+13+x2+1x
Verification: (x+1)(x2+1)3(x2+1)+x(x+1)=(x+1)(x2+1)3x2+3+x2+x=(x+1)(x2+1)4x2+x+3.
Examiner commentary: Full marks (6/6). The candidate notes the irreducibility of x2+1 explicitly (justifying the linear-numerator template), applies cover-up, and verifies. The verification step is the AO2 mark: it converts a correct answer into an examiner-rewarded answer by demonstrating the candidate has connected the decomposition back to the original.
Question: h(x)=(x−1)(x+2)2x2+5x+6.
(a) Express h(x) in partial fractions. (5)
(b) Hence find ∫23h(x)dx, giving your answer in the form lnk+m with k, m rational. (4)
Grade A response (~360 words):*
(a) Set (x−1)(x+2)2x2+5x+6=x−1A+x+2B+(x+2)2C.
Multiply: x2+5x+6=A(x+2)2+B(x−1)(x+2)+C(x−1).
Cover-up at x=1: 1+5+6=9A, so A=912=34.
Cover-up at x=−2: 4−10+6=−3C, so 0=−3C, giving C=0.
Compare x2: 1=A+B=34+B, so B=−31.
So h(x)=x−14/3−x+21/3 (the C/(x+2)2 term vanishes here).
(b) ∫23h(x)dx=[34ln∣x−1∣−31ln∣x+2∣]23.
At x=3: 34ln2−31ln5. At x=2: 34ln1−31ln4=0−32ln2.
Subtract: 34ln2−31ln5−(−32ln2)=2ln2−31ln5.
Combine: 2ln2=ln4, so the answer is ln4−31ln5, equivalently ln(51/34).
Examiner commentary: Full marks (9/9). The candidate spots that C=0 (the repeated-factor coefficient vanishes for this particular numerator) and reports it explicitly rather than discarding the term silently. In (b), modulus signs are present, limits are evaluated cleanly, and the final form is presented in two equivalent presentations — the additive form ln4−31ln5 and the consolidated logarithm ln(4/51/3) — leaving the examiner to award the AO2 mark for either.
The errors that distinguish A from A* on partial-fractions questions:
Forgetting the repeated-factor pattern. A factor (x+1)2 in the denominator demands two terms in the decomposition: x+1A+(x+1)2B. Writing only (x+1)2B produces an underdetermined system that appears to work for cover-up but fails coefficient comparison.
Missing the degree-of-numerator check. Partial-fraction decomposition is only valid for proper fractions (numerator degree strictly less than denominator). If degrees are equal or the numerator is larger, polynomial division is required first. Skipping this step produces inconsistent simultaneous equations.
Cover-up at a non-root. The cover-up method works because substituting x=a kills every term containing (x−a) as a factor. Substituting any other value produces an equation in all unknowns, not just one.
Irreducible-quadratic template. A factor like x2+1 in the denominator demands a linear numerator Bx+C, not a constant. Writing x2+1B alone underdetermines the system.
Modulus on logarithms. When integrating x+a1 over a domain that includes both signs of x+a, the antiderivative is ln∣x+a∣, not ln(x+a). AQA examiners deduct the final A1 for missing modulus signs.
Linear-coefficient correction in integration. ∫2x−11dx=21ln∣2x−1∣+C, not ln∣2x−1∣+C. The a1 from the chain rule is the most-missed factor across all integration questions.
Sign errors in cover-up at negative roots. Substituting x=−2 into (x+2) gives 0, but substituting into (x−1) gives −3, not 3. Sign-management at negative roots costs a mark roughly half the time.
Several patterns repeatedly cost candidates marks on Paper 2 partial-fractions questions. They are all about structural awareness, not arithmetic.
Partial-fraction decomposition points directly toward several undergraduate trajectories:
Oxbridge interview prompt: "Decompose x2−11 into partial fractions, then evaluate ∑n=2∞n2−11 exactly. Why does the sum telescope?"
A common A* trap on AQA 7357 Paper 2 is to chain partial-fraction decomposition with definite integration and to require an exact answer in logarithm form.
Worked example: Find ∫(x+1)(x−2)3x+5dx.
Step 1 — decompose. Write (x+1)(x−2)3x+5=x+1A+x−2B.
Multiply: 3x+5=A(x−2)+B(x+1).
Cover-up at x=−1: −3+5=A(−3)+0, so 2=−3A, giving A=−32.
Cover-up at x=2: 6+5=0+3B, so B=311.
Step 2 — integrate term by term.
∫(x+1)(x−2)3x+5dx=−32∫x+11dx+311∫x−21dx
Each piece integrates to a logarithm:
=−32ln∣x+1∣+311ln∣x−2∣+C
Step 3 — combine (optional consolidation). Using log laws:
=31ln(x+1)2(x−2)11+C
Why A candidates spot this immediately:* the structure "rational function with linear factors in the denominator" is the signature of a partial-fractions integration. Every time you see ∫Q(x)P(x)dx with Q factorising into linear pieces and degP<degQ, decompose first. The same trick handles ∫x2−42x−1dx (factor x2−4=(x−2)(x+2)) and ∫x(x+1)1dx (decompose to x1−x+11, integrate to ln∣x∣−ln∣x+1∣=lnx+1x).
A subtlety: when the denominator contains a repeated factor, the decomposition produces a (x+a)2B piece whose integral is −x+aB, not a logarithm. Mixing the two integration patterns is the most-frequent slip on chained questions.
This content is aligned with the AQA A-Level Mathematics (7357) specification, Paper 2 — Pure Mathematics, Section B: Algebra and Functions. For the most accurate and up-to-date information, please refer to the official AQA specification document.
graph TD
A["Rational function<br/>P(x)/Q(x)"] --> B{"Is deg numerator < deg denominator?"}
B -->|"No (improper)"| C["Polynomial division<br/>first: P/Q = A + R/Q"]
B -->|"Yes (proper)"| D{"Factor structure<br/>of denominator?"}
C --> D
D -->|"Distinct linear"| E["Template:<br/>A/(x+a) + B/(x+b)<br/>Cover-up at roots"]
D -->|"Repeated linear"| F["Template:<br/>A/(x+a) + B/(x+a)² + C/(x+b)<br/>Cover-up plus compare"]
E --> G["Integrate:<br/>each piece to logarithm"]
F --> G
style C fill:#27ae60,color:#fff
style G fill:#3498db,color:#fff