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 integrating rational functions using partial fraction decomposition — as required by the Edexcel A-Level Mathematics specification (9MA0). You need to decompose fractions into simpler parts and integrate each part, often producing logarithmic results.
A rational function is a fraction where both the numerator and denominator are polynomials. Many rational functions cannot be integrated directly, but when decomposed into partial fractions, each part can be integrated easily.
For example:
∫ 1/[(x - 1)(x + 2)] dx is difficult as it stands.
But 1/[(x - 1)(x + 2)] = (1/3)/(x - 1) - (1/3)/(x + 2)
Now each fraction can be integrated using the standard result ∫ 1/(x - a) dx = ln|x - a| + c.
If the denominator has distinct (different) linear factors:
f(x) / [(x - a)(x - b)] = A/(x - a) + B/(x - b)
Example: Express 5x + 1 / [(x + 1)(x - 2)] in partial fractions.
5x + 1 / [(x + 1)(x - 2)] = A/(x + 1) + B/(x - 2)
Multiply through by (x + 1)(x - 2): 5x + 1 = A(x - 2) + B(x + 1)
Substituting x = 2: 11 = 3B → B = 11/3 Substituting x = -1: -4 = -3A → A = 4/3
So: (5x + 1)/[(x + 1)(x - 2)] = (4/3)/(x + 1) + (11/3)/(x - 2)
If a factor is repeated:
f(x) / [(x - a)²(x - b)] = A/(x - a) + B/(x - a)² + C/(x - b)
f(x) / [(x - a)(x - b)(x - c)] = A/(x - a) + B/(x - b) + C/(x - c)
Exam Tip: Before decomposing, always check that the degree of the numerator is less than the degree of the denominator. If not, perform polynomial long division first.
The integral of A/(x - a) is:
∫ A/(x - a) dx = A ln|x - a| + c
This is the fundamental result that makes partial fraction integration work.
∫ A/(x - a)² dx = -A/(x - a) + c
This uses the power rule (rewrite as A(x - a)⁻² and integrate).
Evaluate ∫ (3x + 5) / [(x + 1)(x + 3)] dx
Step 1: Decompose into partial fractions. (3x + 5) / [(x + 1)(x + 3)] = A/(x + 1) + B/(x + 3)
Multiply through: 3x + 5 = A(x + 3) + B(x + 1)
x = -1: 2 = 2A → A = 1 x = -3: -4 = -2B → B = 2
So: (3x + 5)/[(x + 1)(x + 3)] = 1/(x + 1) + 2/(x + 3)
Step 2: Integrate each term. ∫ [1/(x + 1) + 2/(x + 3)] dx = ln|x + 1| + 2 ln|x + 3| + c
Evaluate ∫ (6x² + 5x - 2) / [x(x - 1)(2x + 1)] dx
Step 1: Decompose. (6x² + 5x - 2) / [x(x - 1)(2x + 1)] = A/x + B/(x - 1) + C/(2x + 1)
Multiply through: 6x² + 5x - 2 = A(x - 1)(2x + 1) + Bx(2x + 1) + Cx(x - 1)
x = 0: -2 = A(-1)(1) → A = 2 x = 1: 9 = B(1)(3) → B = 3 x = -1/2: 6(1/4) + 5(-1/2) - 2 = C(-1/2)(-3/2) 3/2 - 5/2 - 2 = (3/4)C → -3 = (3/4)C → C = -4
Step 2: Integrate. ∫ [2/x + 3/(x - 1) + (-4)/(2x + 1)] dx
= 2 ln|x| + 3 ln|x - 1| - 4 × (1/2) ln|2x + 1| + c
= 2 ln|x| + 3 ln|x - 1| - 2 ln|2x + 1| + c
Important: When integrating A/(ax + b), the result is (A/a) ln|ax + b| + c. Don't forget to divide by the coefficient of x.
Evaluate ∫ (3x + 2) / (x + 1)² dx
Step 1: Decompose. (3x + 2) / (x + 1)² = A/(x + 1) + B/(x + 1)²
Multiply through: 3x + 2 = A(x + 1) + B
x = -1: -1 = B → B = -1 Comparing x coefficients: 3 = A → A = 3
Step 2: Integrate. ∫ [3/(x + 1) + (-1)/(x + 1)²] dx
= 3 ln|x + 1| + 1/(x + 1) + c
Evaluate ∫ from 2 to 4 of 3/[(x - 1)(x + 2)] dx
Step 1: Decompose. 3/[(x - 1)(x + 2)] = A/(x - 1) + B/(x + 2)
3 = A(x + 2) + B(x - 1)
x = 1: 3 = 3A → A = 1 x = -2: 3 = -3B → B = -1
Step 2: Integrate and evaluate. ∫ from 2 to 4 of [1/(x - 1) - 1/(x + 2)] dx
= [ln|x - 1| - ln|x + 2|] from 2 to 4
= [ln|x - 1| - ln|x + 2|] from 2 to 4
= (ln 3 - ln 6) - (ln 1 - ln 4)
= ln 3 - ln 6 - 0 + ln 4
= ln(3 × 4 / 6)
= ln 2
Exam Tip: Use logarithm laws to simplify your answer where possible. Remember: ln a + ln b = ln(ab) and ln a - ln b = ln(a/b).
If the degree of the numerator is equal to or greater than the degree of the denominator, you must perform polynomial long division first.
Example: Find ∫ (x² + 3x + 1)/(x + 2) dx
Divide: x² + 3x + 1 ÷ (x + 2) = x + 1 remainder -1
So: (x² + 3x + 1)/(x + 2) = x + 1 - 1/(x + 2)
Integrate: ∫ [x + 1 - 1/(x + 2)] dx = x²/2 + x - ln|x + 2| + c
Edexcel 9MA0-02 specification section 10 — Integration covers using partial fractions that are linear in the denominator (refer to the official specification document for exact wording). This sub-strand sits in Year 2 Pure and is examined on Paper 2. It builds directly on section 4 (Algebra and functions, partial-fraction decomposition), which provides the algebraic prerequisite, and feeds section 11 (Differential equations, separable form), where partial fractions appear inside ∫1/y(a−y)dy logistic-type integrals. The Edexcel formula booklet lists ∫1/xdx=ln∣x∣+C but does not list the chain-extended form ∫1/(ax+b)dx=(1/a)ln∣ax+b∣+C — it must be derived or memorised.
Question (8 marks): Find ∫(x+1)(x−2)3x+5dx, giving your answer in the form pln∣x+1∣+qln∣x−2∣+C where p and q are constants to be found.
Solution with mark scheme:
Step 1 — set up the partial-fraction decomposition.
(x+1)(x−2)3x+5=x+1A+x−2B
M1 — correct form of the partial-fraction split with two distinct linear factors. A frequent slip is to write (x+1)(x−2)Ax+B, which is the same expression rearranged and earns nothing.
Step 2 — clear denominators.
3x+5=A(x−2)+B(x+1)
M1 — multiplying through by (x+1)(x−2) correctly.
Step 3 — solve for A and B by substitution.
Set x=2: 6+5=11=B(3), so B=311.
Set x=−1: −3+5=2=A(−3), so A=−32.
A1 — both constants correct. The cover-up technique (substituting the root of each linear factor) is the fastest route; equating coefficients of x and the constant term is an acceptable alternative but slower.
Step 4 — rewrite the integrand.
(x+1)(x−2)3x+5=−x+12/3+x−211/3
A1 — correct decomposed form. This is the bridge from algebra to integration.
Step 5 — integrate term by term.
∫(−x+12/3+x−211/3)dx=−32ln∣x+1∣+311ln∣x−2∣+C
M1 — applying ∫1/(ax+b)dx=(1/a)ln∣ax+b∣+C to each term. Here a=1 in both, so the 1/a factor is invisible — but the modulus signs are required.
A1 — correct first term −32ln∣x+1∣.
A1 — correct second term 311ln∣x−2∣.
B1 — constant of integration +C included. Edexcel routinely awards a separate B mark for +C on indefinite integrals; omitting it costs a guaranteed mark.
Total: 8 marks (M3 A4 B1). Final form: p=−32, q=311.
Question (6 marks): Find ∫01(2x+1)(x+3)4dx, giving your answer in the form lnk where k is a rational number to be found.
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 4, AO2 = 2. AO2 marks reward the log-law manipulation that compresses two log differences into a single lnk form.
Connects to:
Section 4 — Algebra and functions (partial-fraction decomposition): the algebraic prerequisite. Without confidence decomposing (x+1)(x−2)3x+5 into x+1A+x−2B, the integration step is unreachable. Cover-up technique is shared exactly.
Section 6 — Exponentials and logarithms: the integration result is a sum of natural logs, so log laws (lna+lnb=ln(ab), lna−lnb=ln(a/b), nlna=lnan) are needed to compress the answer into the lnk form Edexcel often demands.
Section 11 — Differential equations (separable form): logistic-type ODEs dtdy=ky(N−y) separate to ∫y(N−y)1dy=∫kdt, and the left-hand integral is exactly a partial-fractions integration. Population dynamics, chemical kinetics and epidemic models all hit this pattern.
Section 4 — Binomial expansion: an alternative route to (1+x)(1−2x)1-type integrands is to expand each linear factor as a binomial series for ∣x∣<1/2 and integrate term by term. This trades an exact log answer for a power-series approximation — a synoptic comparison Edexcel sometimes invites in extended questions.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.