Skip to main content
ExamExplained
SA · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
SASpecialist MathematicsSyllabus dot point

How does splitting a rational function into simpler fractions make it integrable?

Decompose rational functions into partial fractions and use the decomposition to integrate them.

Decomposing a proper rational function into partial fractions over linear factors, finding the unknown constants, and integrating the pieces to logarithms.

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. When and how to decompose
  3. Finding the constants
  4. Integrating the pieces
  5. Equating coefficients
  6. Improper rational functions
  7. Connecting to differential equations

What this dot point is asking

You need to decompose rational functions into partial fractions and use the decomposition to integrate them.

When and how to decompose

Partial fractions apply to a proper rational function (numerator degree less than denominator degree). If the function is improper, do polynomial division first and decompose the remaining proper part.

Finding the constants

Two reliable methods: substitute strategic xx-values (the cover-up idea), or expand and equate coefficients of like powers.

Integrating the pieces

Each Axa\dfrac{A}{x - a} integrates to AlnxaA\ln|x - a|, using 1xadx=lnxa+C\int \dfrac{1}{x - a}\,dx = \ln|x - a| + C. So once decomposed, the integral is a sum of logarithms.

Equating coefficients

The substitution (cover-up) method is fastest for distinct linear factors, but equating coefficients is the general approach and is essential when a repeated or quadratic factor is present. After clearing denominators, expand the right side fully and match the coefficients of each power of xx on both sides. This produces a small system of simultaneous equations in the unknown constants, which you solve together. For example, 3x+5=A(x+1)+B(x2)3x + 5 = A(x+1) + B(x-2) gives, on matching the xx coefficients and the constants, A+B=3A + B = 3 and A2B=5A - 2B = 5, solved to find AA and BB. Both methods give the same answer, so use whichever the factor structure makes cleaner.

Improper rational functions

If the numerator degree is at least the denominator degree, divide first. For instance x2x21\dfrac{x^2}{x^2 - 1} is improper; dividing gives 1+1x211 + \dfrac{1}{x^2 - 1}, and only the proper remainder 1(x1)(x+1)\dfrac{1}{(x-1)(x+1)} is decomposed.

Connecting to differential equations

Partial fractions are the workhorse behind solving logistic differential equations in Topic 6. An equation such as dPdt=kP(MP)\dfrac{dP}{dt} = kP(M - P) separates to 1P(MP)dP=kdt\dfrac{1}{P(M-P)}\,dP = k\,dt, and the left side is integrated only after decomposing 1P(MP)\dfrac{1}{P(M-P)} into 1M(1P+1MP)\dfrac{1}{M}\left(\dfrac{1}{P} + \dfrac{1}{M-P}\right). Each piece then integrates to a logarithm, producing the lnPMP\ln\dfrac{P}{M-P} form that rearranges into the S-shaped logistic solution. Mastery of partial fractions here pays off directly when you model limited growth.

Exam-style practice questions

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

SACE 20222 marksCalculator-free. Show that 1x21x+3=5(x2)(x+3)\dfrac{1}{x-2} - \dfrac{1}{x+3} = \dfrac{5}{(x-2)(x+3)}.
Show worked answer →

Combine the left side over the common denominator (x2)(x+3)(x-2)(x+3):

1x21x+3=(x+3)(x2)(x2)(x+3).\frac{1}{x-2} - \frac{1}{x+3} = \frac{(x+3) - (x-2)}{(x-2)(x+3)}.

The numerator simplifies: (x+3)(x2)=5(x+3) - (x-2) = 5. So the left side equals 5(x2)(x+3)\dfrac{5}{(x-2)(x+3)}, as required. This is the partial-fraction decomposition read in reverse. [2 marks]

SACE 20232 marksCalculator-free. Express 1(x8)(x4)\dfrac{1}{(x-8)(x-4)} in partial fractions.
Show worked answer →

Set 1(x8)(x4)=Ax8+Bx4\dfrac{1}{(x-8)(x-4)} = \dfrac{A}{x-8} + \dfrac{B}{x-4}. Multiply through: 1=A(x4)+B(x8)1 = A(x-4) + B(x-8). [1 mark]

Let x=8x = 8: 1=4A1 = 4A, so A=14A = \tfrac{1}{4}. Let x=4x = 4: 1=4B1 = -4B, so B=14B = -\tfrac{1}{4}.

Therefore 1(x8)(x4)=14(1x81x4)\dfrac{1}{(x-8)(x-4)} = \dfrac{1}{4}\left(\dfrac{1}{x-8} - \dfrac{1}{x-4}\right). [1 mark]

SACE 20214 marksCalculator-free. Express 5x4(x2)(x+1)\dfrac{5x-4}{(x-2)(x+1)} in partial fractions and hence find 5x4(x2)(x+1)dx\displaystyle\int \dfrac{5x-4}{(x-2)(x+1)}\,dx.
Show worked answer →

Set 5x4(x2)(x+1)=Ax2+Bx+1\dfrac{5x-4}{(x-2)(x+1)} = \dfrac{A}{x-2} + \dfrac{B}{x+1}, so 5x4=A(x+1)+B(x2)5x - 4 = A(x+1) + B(x-2).

Let x=2x = 2: 6=3A6 = 3A, so A=2A = 2. Let x=1x = -1: 9=3B-9 = -3B, so B=3B = 3. [2 marks]

Integrate term by term, using 1xadx=lnxa\int \dfrac{1}{x-a}\,dx = \ln|x-a|:

(2x2+3x+1)dx=2lnx2+3lnx+1+C.  [2 marks]\int \left(\frac{2}{x-2} + \frac{3}{x+1}\right)dx = 2\ln|x-2| + 3\ln|x+1| + C. \;[\text{2 marks}]

ExamExplained