Skip to main content
ExamExplained
WA Β· Specialist Mathematics
Specialist Mathematics study scene
Β§-Syllabus dot point
WASpecialist MathematicsSyllabus dot point

How do we split a rational function into simpler fractions so that each piece integrates to a logarithm?

Resolve a rational function into partial fractions and integrate each term

WACE Specialist Unit 4 partial fractions: decomposing a proper rational function over distinct linear factors, solving for the constants, integrating each term to a logarithm, and handling improper fractions by division first, with a worked example.

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. The cover-up method in detail
  4. Repeated and irreducible quadratic factors
  5. Improper fractions: divide first
  6. Integrating the pieces
  7. Why the technique works and where it leads

What this dot point is asking

SCSA wants you to decompose a rational integrand into partial fractions and integrate, including reducing an improper fraction by division first.

When and how to decompose

Partial fractions apply to a proper rational function (numerator degree less than denominator degree) whose denominator factors. For distinct linear factors, set up one constant over each factor:

Multiply through by the denominator and solve for the constants, either by substituting the roots x=ax = a and x=bx = b (the cover-up method) or by equating coefficients.

The cover-up method in detail

The cover-up method is the fastest way to find the constants over distinct linear factors. To find AA in px+q(xβˆ’a)(xβˆ’b)\dfrac{px + q}{(x - a)(x - b)}, mentally cover the (xβˆ’a)(x - a) factor in the denominator and evaluate the remaining expression at x=ax = a, giving A=pa+qaβˆ’bA = \dfrac{pa + q}{a - b}. The justification is that multiplying both sides by (xβˆ’a)(x - a) and then setting x=ax = a kills every term except the one over (xβˆ’a)(x - a). It works whenever the factor is linear and appears to the first power, which covers the standard SCSA cases. For repeated or quadratic factors the cover-up trick only finds some of the constants, so equating coefficients is needed to complete the system.

Repeated and irreducible quadratic factors

Although distinct linear factors are the most common case, SCSA also expects you to recognise two harder forms. A repeated linear factor (xβˆ’a)2(x - a)^2 needs two terms, Axβˆ’a+B(xβˆ’a)2\dfrac{A}{x - a} + \dfrac{B}{(x - a)^2}, because a single term cannot capture both behaviours. An irreducible quadratic factor x2+cx^2 + c in the denominator needs a linear numerator, Bx+Cx2+c\dfrac{Bx + C}{x^2 + c}, which integrates to a combination of a logarithm (from the BxBx part) and an inverse tangent (from the CC part). Setting up the correct template before solving for constants is half the battle.

Improper fractions: divide first

Integrating the pieces

Each term Axβˆ’a\tfrac{A}{x - a} integrates to Aln⁑∣xβˆ’a∣A\ln|x - a|. So the integral of a decomposed rational function is a sum of logarithms (plus any polynomial part from division), combined into a single logarithm where convenient using log laws.

Why the technique works and where it leads

Partial fractions matter because the antiderivative of 1xβˆ’a\dfrac{1}{x - a} is a logarithm, a function the other techniques cannot easily produce from a rational integrand. Splitting a complicated fraction into a sum of single-factor pieces converts an integral with no obvious antiderivative into a sum of standard logarithmic integrals. This is precisely the step that makes the logistic differential equation solvable: separating variables leaves ∫dPP(1βˆ’P/M)\displaystyle\int \dfrac{dP}{P(1 - P/M)}, whose integrand is decomposed by partial fractions into 1P\dfrac{1}{P} and a term in 11βˆ’P/M\dfrac{1}{1 - P/M}, each of which integrates to a logarithm. Mastery of partial fractions therefore underpins a substantial part of the differential-equations work later in Unit 4.

Exam-style practice questions

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

WACE 20236 marksCalculator-free. Evaluate ∫342x2βˆ’xβˆ’2 dx\displaystyle\int_3^4 \frac{2}{x^2 - x - 2}\,dx, giving the exact answer.
Show worked answer β†’

A definite integral by partial fractions.

Factor: x2βˆ’xβˆ’2=(xβˆ’2)(x+1)x^2 - x - 2 = (x - 2)(x + 1). Decompose 2(xβˆ’2)(x+1)=Axβˆ’2+Bx+1\dfrac{2}{(x - 2)(x + 1)} = \dfrac{A}{x - 2} + \dfrac{B}{x + 1}, so 2=A(x+1)+B(xβˆ’2)2 = A(x + 1) + B(x - 2). Set x=2x = 2: 2=3A2 = 3A, A=23A = \dfrac{2}{3}. Set x=βˆ’1x = -1: 2=βˆ’3B2 = -3B, B=βˆ’23B = -\dfrac{2}{3}.

Integrate: ∫34(2/3xβˆ’2βˆ’2/3x+1)dx=23[ln⁑∣xβˆ’2βˆ£βˆ’ln⁑∣x+1∣]34=23[ln⁑xβˆ’2x+1]34\displaystyle\int_3^4 \left(\dfrac{2/3}{x - 2} - \dfrac{2/3}{x + 1}\right) dx = \dfrac{2}{3}\Big[\ln|x - 2| - \ln|x + 1|\Big]_3^4 = \dfrac{2}{3}\left[\ln\dfrac{x - 2}{x + 1}\right]_3^4.

At x=4x = 4: ln⁑25\ln\dfrac{2}{5}. At x=3x = 3: ln⁑14\ln\dfrac{1}{4}. Difference: 23(ln⁑25βˆ’ln⁑14)=23ln⁑85\dfrac{2}{3}\left(\ln\dfrac{2}{5} - \ln\dfrac{1}{4}\right) = \dfrac{2}{3}\ln\dfrac{8}{5}.

Markers reward the factorisation, the two constants, integrating to logarithms, and the exact value 23ln⁑85\dfrac{2}{3}\ln\dfrac{8}{5}.

WACE 20217 marksCalculator-assumed. (a) Express x2+3x2βˆ’1\dfrac{x^2 + 3}{x^2 - 1} as a polynomial plus partial fractions. (b) Hence find ∫x2+3x2βˆ’1 dx\displaystyle\int \frac{x^2 + 3}{x^2 - 1}\,dx.
Show worked answer β†’

An improper fraction requiring division first.

(a) Since the numerator degree equals the denominator degree, divide: x2+3x2βˆ’1=1+4x2βˆ’1\dfrac{x^2 + 3}{x^2 - 1} = 1 + \dfrac{4}{x^2 - 1}. Factor x2βˆ’1=(xβˆ’1)(x+1)x^2 - 1 = (x - 1)(x + 1) and decompose 4(xβˆ’1)(x+1)=Axβˆ’1+Bx+1\dfrac{4}{(x - 1)(x + 1)} = \dfrac{A}{x - 1} + \dfrac{B}{x + 1}, so 4=A(x+1)+B(xβˆ’1)4 = A(x + 1) + B(x - 1). Set x=1x = 1: 4=2A4 = 2A, A=2A = 2. Set x=βˆ’1x = -1: 4=βˆ’2B4 = -2B, B=βˆ’2B = -2. So the expression is 1+2xβˆ’1βˆ’2x+11 + \dfrac{2}{x - 1} - \dfrac{2}{x + 1}.

(b) Integrate: ∫(1+2xβˆ’1βˆ’2x+1)dx=x+2ln⁑∣xβˆ’1βˆ£βˆ’2ln⁑∣x+1∣+C\displaystyle\int \left(1 + \dfrac{2}{x - 1} - \dfrac{2}{x + 1}\right) dx = x + 2\ln|x - 1| - 2\ln|x + 1| + C.

Markers reward the division to make it proper, the partial fractions, and the integral with the polynomial term and the two logarithms.

ExamExplained