Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do we split a proper rational fraction with distinct linear factors into simpler partial fractions?

Express a proper rational fraction with distinct linear factors in the denominator as a sum of partial fractions

A focused answer to the O-Level A-Maths outcome on partial fractions. Splitting a proper fraction whose denominator factorises into distinct linear factors, and finding the unknown numerators by substitution.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to reverse the process of adding fractions: to take a single proper rational fraction whose denominator factorises into distinct linear factors and split it back into a sum of simpler fractions, each with a constant numerator over one linear factor. This is essential preparation for integration and for series work at higher levels.

The answer

What proper means

A rational fraction is proper when the degree of the numerator is less than the degree of the denominator. Partial fractions in this form apply only to proper fractions; if the fraction is improper, you divide first (covered separately).

The form for distinct linear factors

For each distinct linear factor in the denominator, write one partial fraction with an unknown constant numerator:

px+q(xβˆ’a)(xβˆ’b)=Axβˆ’a+Bxβˆ’b.\frac{px + q}{(x - a)(x - b)} = \frac{A}{x - a} + \frac{B}{x - b}.

There is one unknown per factor.

Clearing the denominators

Multiply both sides by the full denominator to get an identity free of fractions:

px+q=A(xβˆ’b)+B(xβˆ’a).px + q = A(x - b) + B(x - a).

This must hold for all xx, which lets you choose convenient values.

The cover-up substitution

Substitute the value of xx that makes one bracket zero; this eliminates the other unknown and gives one constant immediately. Repeat for the other root. This root-substitution method is the quickest route to the constants.

Checking the decomposition

Because a wrong constant is easy to produce, always verify the split before moving on. The quickest check is to recombine the partial fractions over the common denominator and confirm the numerator matches the original. A faster spot-check is to substitute one convenient value of xx (not a root) into both the original fraction and your decomposition and confirm they agree; if the original gives 12\tfrac{1}{2} at x=0x = 0 but your answer gives 13\tfrac{1}{3}, a constant is wrong. Building in a quick numerical check at a non-root value catches arithmetic slips that the substitution method can hide.

An alternative: comparing coefficients

Substituting the roots is fastest, but you can also find the constants by expanding the right side and equating coefficients of like powers of xx. For 5xβˆ’1=A(x+2)+B(xβˆ’1)5x - 1 = A(x + 2) + B(x - 1), expanding gives 5xβˆ’1=(A+B)x+(2Aβˆ’B)5x - 1 = (A + B)x + (2A - B), so A+B=5A + B = 5 and 2Aβˆ’B=βˆ’12A - B = -1, a pair of simultaneous equations. This coefficient-comparison method is essential when a denominator includes a repeated or quadratic factor where root substitution alone cannot find every constant, so it is worth practising even on the simple linear case.

Examples in context

Example 1. Preparing to integrate. A fraction like 1(xβˆ’1)(x+2)\dfrac{1}{(x - 1)(x + 2)} cannot be integrated as it stands, but once split into partial fractions each piece integrates to a logarithm, which is exactly why this skill leads into calculus.

Example 2. Decomposing a transfer relationship. In modelling how an output depends on an input through a product of simple factors, partial fractions separate the combined effect into independent contributions, each tied to one factor, making the behaviour easier to interpret.

Try this

Q1. Set up (do not solve) the partial fractions for 2x(xβˆ’2)(x+5)\dfrac{2x}{(x - 2)(x + 5)}. [1 mark]

  • Cue. Axβˆ’2+Bx+5\dfrac{A}{x - 2} + \dfrac{B}{x + 5}.

Q2. Express 1(x)(x+1)\dfrac{1}{(x)(x + 1)} in partial fractions. [3 marks]

  • Cue. 1xβˆ’1x+1\dfrac{1}{x} - \dfrac{1}{x + 1}.

Q3. Express x+4(x+1)(x+2)\dfrac{x + 4}{(x + 1)(x + 2)} in partial fractions. [4 marks]

  • Cue. x=βˆ’1x = -1 gives A=3A = 3; x=βˆ’2x = -2 gives B=βˆ’2B = -2: 3x+1βˆ’2x+2\dfrac{3}{x + 1} - \dfrac{2}{x + 2}.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original5 marksExpress 5xβˆ’1(xβˆ’1)(x+2)\dfrac{5x - 1}{(x - 1)(x + 2)} in partial fractions.
Show worked answer β†’

Set up 5xβˆ’1(xβˆ’1)(x+2)=Axβˆ’1+Bx+2\dfrac{5x - 1}{(x - 1)(x + 2)} = \dfrac{A}{x - 1} + \dfrac{B}{x + 2}.

Multiply through: 5xβˆ’1=A(x+2)+B(xβˆ’1)5x - 1 = A(x + 2) + B(x - 1).

Let x=1x = 1: 4=3A4 = 3A, so A=43A = \dfrac{4}{3}. Let x=βˆ’2x = -2: βˆ’11=βˆ’3B-11 = -3B, so B=113B = \dfrac{11}{3}.

So 5xβˆ’1(xβˆ’1)(x+2)=4/3xβˆ’1+11/3x+2\dfrac{5x - 1}{(x - 1)(x + 2)} = \dfrac{4/3}{x - 1} + \dfrac{11/3}{x + 2}.

Markers reward the correct setup, clearing the denominators, the substitution of the roots, and both constants.

Original5 marksExpress 7(2xβˆ’1)(x+3)\dfrac{7}{(2x - 1)(x + 3)} in partial fractions.
Show worked answer β†’

Write 7(2xβˆ’1)(x+3)=A2xβˆ’1+Bx+3\dfrac{7}{(2x - 1)(x + 3)} = \dfrac{A}{2x - 1} + \dfrac{B}{x + 3}.

Multiply: 7=A(x+3)+B(2xβˆ’1)7 = A(x + 3) + B(2x - 1).

Let x=βˆ’3x = -3: 7=B(βˆ’7)7 = B(-7), so B=βˆ’1B = -1. Let x=12x = \dfrac{1}{2}: 7=A(72)7 = A\left(\dfrac{7}{2}\right), so A=2A = 2.

So 7(2xβˆ’1)(x+3)=22xβˆ’1βˆ’1x+3\dfrac{7}{(2x - 1)(x + 3)} = \dfrac{2}{2x - 1} - \dfrac{1}{x + 3}.

Markers reward the partial-fraction form, clearing fractions, substituting both roots (including the half), and the constants.

Related dot points