Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do we split a single algebraic fraction into the sum of simpler fractions?

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

A focused answer to the N(A)-Level Additional Mathematics outcome on partial fractions. Split a proper algebraic fraction with distinct linear factors into a sum of simpler fractions by finding the unknown numerators.

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 take a single algebraic fraction whose denominator factorises into distinct linear factors and rewrite it as a sum of simpler fractions, one over each factor. This is the reverse of adding fractions over a common denominator. The skill matters because simpler fractions are far easier to integrate or expand, so partial fractions is a setup step for the calculus and binomial work.

The answer

What "proper" means

A fraction is proper when the degree (highest power) of the numerator is less than that of the denominator. The method here applies to proper fractions with a denominator that is a product of distinct linear factors. (If the fraction is improper, you would divide first, but that is beyond this dot point.)

Setting up the form

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

numerator(xβˆ’p)(xβˆ’q)=Axβˆ’p+Bxβˆ’q\frac{\text{numerator}}{(x - p)(x - q)} = \frac{A}{x - p} + \frac{B}{x - q}

There is one unknown (AA, BB, and so on) per factor.

Clearing the denominators

Multiply both sides by the full denominator to get an identity with no fractions:

numerator=A(xβˆ’q)+B(xβˆ’p)\text{numerator} = A(x - q) + B(x - p)

This is true for every value of xx, which is what lets you choose convenient values next.

Finding the constants by substitution

Substitute the values of xx that make each factor zero, because each choice eliminates all but one unknown:

  • Let x=px = p: the BB term vanishes, giving AA at once.
  • Let x=qx = q: the AA term vanishes, giving BB.

This "cover-up" choice of values is the quickest way to find the constants. (Comparing coefficients also works but usually takes longer.)

Writing the answer

Put the constants back into the form. Always check by adding your partial fractions back over a common denominator; you should recover the original fraction.

Examples in context

Example 1. Preparing to integrate. A fraction like 1(xβˆ’1)(x+1)\dfrac{1}{(x - 1)(x + 1)} is hard to integrate as it stands, but once split into 12(xβˆ’1)βˆ’12(x+1)\dfrac{1}{2(x - 1)} - \dfrac{1}{2(x + 1)} each piece integrates to a logarithm. Partial fractions is the standard preparation for integrating algebraic fractions.

Example 2. Series and approximations. Breaking a fraction into simpler terms also makes it easier to expand each piece using the binomial theorem for an approximation. So partial fractions connects directly to the binomial work in the same module.

Try this

Q1. Write the partial-fraction form (with unknowns) for 1(xβˆ’2)(x+3)\dfrac{1}{(x - 2)(x + 3)}. [1 mark]

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

Q2. Express 4(xβˆ’1)(x+1)\dfrac{4}{(x - 1)(x + 1)} in partial fractions. [3 marks]

  • Cue. 4=A(x+1)+B(xβˆ’1)4 = A(x + 1) + B(x - 1); x=1x = 1 gives A=2A = 2, x=βˆ’1x = -1 gives B=βˆ’2B = -2, so 2xβˆ’1βˆ’2x+1\dfrac{2}{x - 1} - \dfrac{2}{x + 1}.

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

  • Cue. x=A(x+2)+B(x+1)x = A(x + 2) + B(x + 1); x=βˆ’1x = -1 gives A=βˆ’1A = -1, x=βˆ’2x = -2 gives B=2B = 2, so βˆ’1x+1+2x+2\dfrac{-1}{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.

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

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

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

Let x=1x = 1: 5=5A5 = 5A, so A=1A = 1. Let x=βˆ’4x = -4: 5=βˆ’5B5 = -5B, so B=βˆ’1B = -1.

Therefore 5(xβˆ’1)(x+4)=1xβˆ’1βˆ’1x+4\dfrac{5}{(x - 1)(x + 4)} = \dfrac{1}{x - 1} - \dfrac{1}{x + 4}.

What markers reward: the correct partial-fraction form, clearing denominators, and substituting smart values of xx to find A=1A = 1 and B=βˆ’1B = -1.

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

Write 3x+1x(x+1)=Ax+Bx+1\dfrac{3x + 1}{x(x + 1)} = \dfrac{A}{x} + \dfrac{B}{x + 1}.

Multiply through: 3x+1=A(x+1)+Bx3x + 1 = A(x + 1) + Bx.

Let x=0x = 0: 1=A1 = A. Let x=βˆ’1x = -1: 3(βˆ’1)+1=βˆ’B3(-1) + 1 = -B, so βˆ’2=βˆ’B-2 = -B, giving B=2B = 2.

Therefore 3x+1x(x+1)=1x+2x+1\dfrac{3x + 1}{x(x + 1)} = \dfrac{1}{x} + \dfrac{2}{x + 1}.

What markers reward: the correct form with denominators xx and x+1x + 1, clearing fractions, and substituting x=0x = 0 and x=βˆ’1x = -1 to find A=1A = 1, B=2B = 2.

Related dot points