Skip to content
MathsGenie logo
Quick links
Open app

Course home

  1. A Level
  2. Maths AQA
  3. Revision guides

1.5.10 Partial fractions (A-level only)

What you'll learn

  • How to recognise a rational function and decide whether algebraic division is needed.
  • How to decompose fractions containing distinct or repeated linear factors.
  • How to find unknown coefficients by substitution or by comparing coefficients.
  • How to check that a partial-fraction decomposition is correct.

Prerequisites

Before starting, you should be comfortable with:

  • factorising quadratic and cubic expressions;
  • expanding brackets;
  • solving simultaneous linear equations;
  • dividing polynomials;
  • working with identities.

For example,

x2−x−6=(x−3)(x+2).x^2-x-6=(x-3)(x+2).x2−x−6=(x−3)(x+2).

Factorising the denominator is usually the first step in partial fractions.

Rational functions and proper fractions

Definition

Rational function

A rational function is a fraction in which both the numerator and denominator are polynomials, such as 3x+1x2−x−6\frac{3x+1}{x^2-x-6}x2−x−63x+1​.

A rational function is proper if the degree of its numerator is less than the degree of its denominator. The degree of a polynomial is its highest power of xxx.

For example, 2x+1x2+3x+2\frac{2x+1}{x^2+3x+2}x2+3x+22x+1​ is proper because its numerator has degree 1 and its denominator has degree 2.

A rational function is improper if the numerator has degree greater than or equal to the denominator’s degree. You must use polynomial division before decomposing an improper fraction.

Example

Making an improper fraction proper

Express x2+3x+5x2+x−2\frac{x^2+3x+5}{x^2+x-2}x2+x−2x2+3x+5​ as a polynomial plus a proper rational function.

  1. The numerator and denominator both have degree 2, so divide the leading term x2x^2x2 by x2x^2x2. This gives the polynomial term 1.

  2. Subtract the denominator from the numerator:

    (x2+3x+5)−(x2+x−2)=2x+7.(x^2+3x+5)-(x^2+x-2)=2x+7.(x2+3x+5)−(x2+x−2)=2x+7.
  3. Therefore,

    x2+3x+5x2+x−2=1+2x+7x2+x−2.\frac{x^2+3x+5}{x^2+x-2} = 1+\frac{2x+7}{x^2+x-2}.x2+x−2x2+3x+5​=1+x2+x−22x+7​.

    The remaining fraction is proper and can now be decomposed after factorising its denominator.

Common Mistake

Decomposing an improper fraction immediately

Do not write down partial fractions until the rational function is proper. If the numerator’s degree is at least the denominator’s degree, divide first.

What are partial fractions?

A complicated rational function can sometimes be written as a sum of simpler rational functions. These simpler fractions are called its partial fractions.

For example, a fraction with denominator (x−1)(x+2)(x-1)(x+2)(x−1)(x+2) may have the form

P(x)(x−1)(x+2)=Ax−1+Bx+2,\frac{P(x)}{(x-1)(x+2)} = \frac{A}{x-1}+\frac{B}{x+2},(x−1)(x+2)P(x)​=x−1A​+x+2B​,

where AAA and BBB are constants to be found.

Key Idea

The denominator determines the form

Factorise the denominator completely, then include one partial-fraction term for every required factor and power of that factor.

Distinct linear factors

A linear factor has the form ax+bax+bax+b. Distinct linear factors are different from one another.

If the denominator is (x−a)(x−b)(x-a)(x-b)(x−a)(x−b), where a≠ba\neq ba=b, use

P(x)(x−a)(x−b)=Ax−a+Bx−b.\frac{P(x)}{(x-a)(x-b)} = \frac{A}{x-a}+\frac{B}{x-b}.(x−a)(x−b)P(x)​=x−aA​+x−bB​.

To find AAA and BBB, multiply through by the complete denominator. This creates a polynomial identity.

Definition

Identity

An identity is an equation that is true for every permitted value of the variable. The symbol ≡\equiv≡ can be used instead of an equals sign to emphasise this.

Example

Decomposing over two distinct linear factors

Decompose 5x+1(x−1)(x+2)\frac{5x+1}{(x-1)(x+2)}(x−1)(x+2)5x+1​ into partial fractions.

  1. The denominator contains two distinct linear factors, so write

    5x+1(x−1)(x+2)=Ax−1+Bx+2.\frac{5x+1}{(x-1)(x+2)} = \frac{A}{x-1}+\frac{B}{x+2}.(x−1)(x+2)5x+1​=x−1A​+x+2B​.
  2. Multiply every term by (x−1)(x+2)(x-1)(x+2)(x−1)(x+2):

    5x+1≡A(x+2)+B(x−1).5x+1\equiv A(x+2)+B(x-1).5x+1≡A(x+2)+B(x−1).
  3. Choose x=1x=1x=1 to eliminate the term containing BBB:

    6=3A,6=3A,6=3A,

    so A=2A=2A=2.

  4. Choose x=−2x=-2x=−2 to eliminate the term containing AAA:

    −9=−3B,-9=-3B,−9=−3B,

    so B=3B=3B=3.

  5. Hence,

    5x+1(x−1)(x+2)=2x−1+3x+2.\frac{5x+1}{(x-1)(x+2)} = \frac{2}{x-1}+\frac{3}{x+2}.(x−1)(x+2)5x+1​=x−12​+x+23​.
Tip

Choose roots of the factors

After clearing the denominator, substitute values that make individual brackets zero. This usually finds the constants much faster than expanding everything.

Three distinct linear factors

The same principle works with three factors. If the denominator is (x−a)(x−b)(x−c)(x-a)(x-b)(x-c)(x−a)(x−b)(x−c), use

P(x)(x−a)(x−b)(x−c)=Ax−a+Bx−b+Cx−c.\frac{P(x)}{(x-a)(x-b)(x-c)} = \frac{A}{x-a}+\frac{B}{x-b}+\frac{C}{x-c}.(x−a)(x−b)(x−c)P(x)​=x−aA​+x−bB​+x−cC​.

This is the maximum of three partial-fraction terms required by this specification statement.

Example

Decomposing into three partial fractions

Decompose

2x2+5x−1x(x−1)(x+2).\frac{2x^2+5x-1}{x(x-1)(x+2)}.x(x−1)(x+2)2x2+5x−1​.
  1. The denominator has three distinct linear factors, so set

    2x2+5x−1x(x−1)(x+2)=Ax+Bx−1+Cx+2.\frac{2x^2+5x-1}{x(x-1)(x+2)} = \frac{A}{x}+\frac{B}{x-1}+\frac{C}{x+2}.x(x−1)(x+2)2x2+5x−1​=xA​+x−1B​+x+2C​.
  2. Multiply through by x(x−1)(x+2)x(x-1)(x+2)x(x−1)(x+2):

    2x2+5x−1≡A(x−1)(x+2)+Bx(x+2)+Cx(x−1).2x^2+5x-1 \equiv A(x-1)(x+2)+Bx(x+2)+Cx(x-1).2x2+5x−1≡A(x−1)(x+2)+Bx(x+2)+Cx(x−1).
  3. Substitute x=0x=0x=0:

    −1=−2A,-1=-2A,−1=−2A,

    so A=12A=\frac12A=21​.

  4. Substitute x=1x=1x=1:

    6=3B,6=3B,6=3B,

    so B=2B=2B=2.

  5. Substitute x=−2x=-2x=−2:

    −3=6C,-3=6C,−3=6C,

    so C=−12C=-\frac12C=−21​.

  6. Therefore,

    2x2+5x−1x(x−1)(x+2)=12x+2x−1−12(x+2).\frac{2x^2+5x-1}{x(x-1)(x+2)} = \frac{1}{2x}+\frac{2}{x-1}-\frac{1}{2(x+2)}.x(x−1)(x+2)2x2+5x−1​=2x1​+x−12​−2(x+2)1​.

Repeated linear factors

A repeated linear factor occurs when the same factor appears more than once, such as (x−2)2(x-2)^2(x−2)2.

For every power of the repeated factor, include a separate term:

P(x)(x−a)2=Ax−a+B(x−a)2.\frac{P(x)}{(x-a)^2} = \frac{A}{x-a}+\frac{B}{(x-a)^2}.(x−a)2P(x)​=x−aA​+(x−a)2B​.

If the denominator is (x−a)2(x−b)(x-a)^2(x-b)(x−a)2(x−b), the required form is

P(x)(x−a)2(x−b)=Ax−a+B(x−a)2+Cx−b.\frac{P(x)}{(x-a)^2(x-b)} = \frac{A}{x-a}+\frac{B}{(x-a)^2}+\frac{C}{x-b}.(x−a)2(x−b)P(x)​=x−aA​+(x−a)2B​+x−bC​.
Common Mistake

Missing the lower power

For a factor (x−a)2(x-a)^2(x−a)2, you need terms with both denominators x−ax-ax−a and (x−a)2(x-a)^2(x−a)2. Writing only the squared-denominator term gives an incomplete decomposition.

Example

Decomposing with a repeated linear factor

Decompose

3x2−4x+3(x−1)2(x+2).\frac{3x^2-4x+3}{(x-1)^2(x+2)}.(x−1)2(x+2)3x2−4x+3​.
  1. Include both powers of the repeated factor:

    3x2−4x+3(x−1)2(x+2)=Ax−1+B(x−1)2+Cx+2.\frac{3x^2-4x+3}{(x-1)^2(x+2)} = \frac{A}{x-1}+\frac{B}{(x-1)^2}+\frac{C}{x+2}.(x−1)2(x+2)3x2−4x+3​=x−1A​+(x−1)2B​+x+2C​.
  2. Multiply through by (x−1)2(x+2)(x-1)^2(x+2)(x−1)2(x+2):

    3x2−4x+3≡A(x−1)(x+2)+B(x+2)+C(x−1)2.3x^2-4x+3 \equiv A(x-1)(x+2)+B(x+2)+C(x-1)^2.3x2−4x+3≡A(x−1)(x+2)+B(x+2)+C(x−1)2.
  3. Substitute x=1x=1x=1:

    2=3B,2=3B,2=3B,

    so B=23B=\frac23B=32​.

  4. Substitute x=−2x=-2x=−2:

    23=9C,23=9C,23=9C,

    so C=239C=\frac{23}{9}C=923​.

  5. Use another convenient value, such as x=0x=0x=0:

    3=−2A+2B+C.3=-2A+2B+C.3=−2A+2B+C.

    Substituting B=23B=\frac23B=32​ and C=239C=\frac{23}{9}C=923​ gives

    3=−2A+43+239,3=-2A+\frac43+\frac{23}{9},3=−2A+34​+923​,

    so A=49A=\frac49A=94​.

  6. Hence,

    3x2−4x+3(x−1)2(x+2)=49(x−1)+23(x−1)2+239(x+2).\frac{3x^2-4x+3}{(x-1)^2(x+2)} = \frac{4}{9(x-1)} +\frac{2}{3(x-1)^2} +\frac{23}{9(x+2)}.(x−1)2(x+2)3x2−4x+3​=9(x−1)4​+3(x−1)22​+9(x+2)23​.

Comparing coefficients

Substitution is often quickest, but it may not determine every constant immediately. An alternative is to expand the identity and compare the coefficients of equal powers of xxx.

Example

Finding constants by comparing coefficients

Suppose clearing the denominator gives

4x+7≡A(x+1)+B(x−2).4x+7\equiv A(x+1)+B(x-2).4x+7≡A(x+1)+B(x−2).
  1. Expand the right-hand side:

    A(x+1)+B(x−2)=(A+B)x+(A−2B).A(x+1)+B(x-2) = (A+B)x+(A-2B).A(x+1)+B(x−2)=(A+B)x+(A−2B).
  2. Since the identity is true for every xxx, the coefficients of xxx must match and the constant terms must match:

    A+B=4,A−2B=7.A+B=4, \qquad A-2B=7.A+B=4,A−2B=7.
  3. Subtract the first equation from the second:

    −3B=3,-3B=3,−3B=3,

    so B=−1B=-1B=−1. Then A=5A=5A=5.

Tip

Combine the methods

Use factor roots to find as many constants as possible, then use one convenient value or compare coefficients to find any constant left over.

Checking your decomposition

You can check an answer by recombining the partial fractions over their common denominator. The resulting numerator must match the original numerator exactly.

You can also substitute an allowed value of xxx into both the original fraction and your decomposition. This is a useful check, but one matching value alone does not prove the identity.

Common Mistake

Excluded values

Values that make the original denominator zero are excluded from the rational function. You may use these values in the cleared polynomial identity to find coefficients, but you cannot substitute them into the original fractions themselves.

Exam technique

In the exam

  1. Check whether the fraction is proper; use polynomial division first if it is not.
  2. Factorise the denominator completely and write the full partial-fraction structure before finding any constants.
  3. Clear the denominator carefully, then substitute roots of the factors wherever possible.
  4. For a repeated factor, include every power up to the highest one shown.
  5. Recombine the fractions or test a permitted value to catch sign and arithmetic errors.
Self review

Check yourself

  • What partial-fraction form would you use for a denominator of (x+3)2(x−4)(x+3)^2(x-4)(x+3)2(x−4)?
  • Why must an improper rational function be divided before it is decomposed?
  • How could you find a remaining coefficient if substitution at the factor roots does not determine it?

How was this guide?

Teach Genie

Review 1.5.10 Partial fractions (A-level only) by teaching Genie

Teach it back in your own words, spot gaps, and remember it better.

Start teaching
Genie and Baby Genie

1.5.10 Partial fractions (A-level only) Revision Guide

  1. A Level
  2. /Maths
  3. /1.5.10 Partial fractions (A-level only)