In General Maths you met partial fractions for the first time (see algebraic fractions↺ ): adding fractions, run backwards. You split 5 x − 1 ( x − 1 ) ( x + 1 ) \dfrac{5x - 1}{(x - 1)(x + 1)} ( x − 1 ) ( x + 1 ) 5 x − 1 into 2 x − 1 + 3 x + 1 \dfrac{2}{x - 1} + \dfrac{3}{x + 1} x − 1 2 + x + 1 3 by making each bracket zero in turn.
5x − 1 (x − 1) (x + 1) = A x − 1 + B x + 1 x = 1 gives A = (5 − 1) ÷ 2 = 2 x = −1 gives B = (−5 − 1) ÷ (−2) = 3 Partial fractions Make each bracket zero in turn to find A and B
Further Maths uses the same method, but the denominator often comes unfactorised, it may have three brackets, and the top may be “too big”. This lesson takes each of those in turn. Lesson 2 deals with brackets that repeat and quadratics that don’t factorise.
More: fractions over one denominator
Two linear factors
The method, one move at a time:
Factorise the denominator, if it isn’t already.
Write one fraction for each bracket: A … + B … \dfrac{A}{\ldots} + \dfrac{B}{\ldots} … A + … B .
Multiply through by the whole denominator. This gives an identity, true for every x x x .
Put in the value of x x x that makes one bracket zero . Every other term vanishes, leaving one constant.
Repeat for each bracket, then check with a value you haven’t used, such as x = 0 x = 0 x = 0 .
Worked example · WAEC 2011
WAEC 2011 · Paper 2 · Q11 (b)
A function g g g is defined by g ( x ) = 3 − 4 x x 2 + x − 6 g(x) = \dfrac{3 - 4x}{x^2 + x - 6} g ( x ) = x 2 + x − 6 3 − 4 x . Express g ( x ) g(x) g ( x ) in partial fractions.
Factorise the bottom
The numbers are 3 and − 2 -2 − 2 .
So x 2 + x − 6 = ( x − 2 ) ( x + 3 ) {x^2 + x - 6 = (x - 2)(x + 3)} x 2 + x − 6 = ( x − 2 ) ( x + 3 ) .
Think first. Two numbers that multiply to −6 and add to 1?
Set up and multiply through
Write 3 − 4 x ( x − 2 ) ( x + 3 ) = A x − 2 + B x + 3 {\frac{3 - 4x}{(x - 2)(x + 3)} = \frac{A}{x - 2} + \frac{B}{x + 3}} ( x − 2 ) ( x + 3 ) 3 − 4 x = x − 2 A + x + 3 B .
Multiply through by ( x − 2 ) ( x + 3 ) (x - 2)(x + 3) ( x − 2 ) ( x + 3 ) : 3 − 4 x = A ( x + 3 ) + B ( x − 2 ) {3 - 4x = A(x + 3) + B(x - 2)} 3 − 4 x = A ( x + 3 ) + B ( x − 2 ) .
Make each bracket zero
Put x = 2 x = 2 x = 2 : 3 − 8 = A ( 5 ) + 0 {3 - 8 = A(5) + 0} 3 − 8 = A ( 5 ) + 0 .
So 5 A = − 5 {5A = -5} 5 A = − 5 , and A = − 1 {A = -1} A = − 1 .
Put x = − 3 x = -3 x = − 3 : 3 + 12 = 0 + B ( − 5 ) {3 + 12 = 0 + B(-5)} 3 + 12 = 0 + B ( − 5 ) .
So − 5 B = 15 {-5B = 15} − 5 B = 15 , and B = − 3 {B = -3} B = − 3 .
Think first. Which x makes the B term vanish? Which makes the A term vanish?
Answer and check
g ( x ) = − 1 x − 2 − 3 x + 3 {g(x) = -\frac{1}{x - 2} - \frac{3}{x + 3}} g ( x ) = − x − 2 1 − x + 3 3 .
At x = 0 x = 0 x = 0 the fraction is 3 − 6 = − 1 2 {\frac{3}{-6} = -\frac12} − 6 3 = − 2 1 .
The answer gives − 1 − 2 − 3 3 = 1 2 − 1 = − 1 2 {-\frac{1}{-2} - \frac33 = \frac12 - 1 = -\frac12} − − 2 1 − 3 3 = 2 1 − 1 = − 2 1 ✓.
Think first. Check with x = 0: do both sides agree?
← Back Next step → Show all steps Start again
Pick a value of x x x and watch which terms vanish:
Make one bracket zero Pick a value of x
4x + 5 = A(x − 1) + B(x + 2)
? A ? B
(4x + 5) ÷ (x + 2)(x − 1) (x + 5) ÷ (2x + 1)(x + 2) (2x² + x + 3) ÷ (x − 1)(x + 1)(x + 2) x = −2 x = 1
Multiply through by the whole denominator. The identity is true for every x, so choose the x that makes one bracket zero.
When a bracket is 2x − 1 or 3x + 1
The value that makes 2 x − 1 2x - 1 2 x − 1 zero is x = 1 2 x = \frac12 x = 2 1 , not x = 1 x = 1 x = 1 . Solve “bracket = 0 = 0 = 0 ” each time, and expect fractions in the working.
More: brackets such as 3x + 1
Three factors, and where the fraction is undefined
A fraction is undefined where its denominator is zero, so those values of x x x are exactly the ones that make a bracket zero. Factorise fully first: x 2 − 1 x^2 - 1 x 2 − 1 is two brackets, ( x − 1 ) ( x + 1 ) (x - 1)(x + 1) ( x − 1 ) ( x + 1 ) .
With three brackets, write three fractions. When you multiply through, each constant is multiplied by the other two brackets.
Worked example · WAEC 2017
WAEC 2017 · Paper 2 · Q10 (a)
If f ( x ) = 2 x − 3 ( x 2 − 1 ) ( x + 2 ) f(x) = \dfrac{2x - 3}{(x^2 - 1)(x + 2)} f ( x ) = ( x 2 − 1 ) ( x + 2 ) 2 x − 3 , (i) find the values of x x x for which f ( x ) f(x) f ( x ) is undefined; (ii) express f ( x ) f(x) f ( x ) in partial fractions.
Where it is undefined
Factorise: ( x 2 − 1 ) ( x + 2 ) = ( x − 1 ) ( x + 1 ) ( x + 2 ) {(x^2 - 1)(x + 2) = (x - 1)(x + 1)(x + 2)} ( x 2 − 1 ) ( x + 2 ) = ( x − 1 ) ( x + 1 ) ( x + 2 ) .
The bottom is zero when x = 1 {x = 1} x = 1 , x = − 1 {x = -1} x = − 1 or x = − 2 {x = -2} x = − 2 .
So f ( x ) f(x) f ( x ) is undefined at x = 1 , − 1 , − 2 x = 1, -1, -2 x = 1 , − 1 , − 2 .
Think first. Factorise x² − 1. Which x values make the bottom zero?
Set up
Write A x − 1 + B x + 1 + C x + 2 {\frac{A}{x - 1} + \frac{B}{x + 1} + \frac{C}{x + 2}} x − 1 A + x + 1 B + x + 2 C .
Multiply through by the whole denominator. Each constant is multiplied by the other two brackets:
2 x − 3 = A ( x + 1 ) ( x + 2 ) + B ( x − 1 ) ( x + 2 ) + C ( x − 1 ) ( x + 1 ) \begin{aligned}
2x - 3 = {} & A(x + 1)(x + 2) \\
& + B(x - 1)(x + 2) \\
& + C(x - 1)(x + 1)
\end{aligned} 2 x − 3 = A ( x + 1 ) ( x + 2 ) + B ( x − 1 ) ( x + 2 ) + C ( x − 1 ) ( x + 1 ) Make each bracket zero
x = 1 x = 1 x = 1 : − 1 = A ( 2 ) ( 3 ) = 6 A {-1 = A(2)(3) = 6A} − 1 = A ( 2 ) ( 3 ) = 6 A , so A = − 1 6 {A = -\frac16} A = − 6 1 .
x = − 1 x = -1 x = − 1 : − 5 = B ( − 2 ) ( 1 ) = − 2 B {-5 = B(-2)(1) = -2B} − 5 = B ( − 2 ) ( 1 ) = − 2 B , so B = 5 2 {B = \frac52} B = 2 5 .
x = − 2 x = -2 x = − 2 : − 7 = C ( − 3 ) ( − 1 ) = 3 C {-7 = C(-3)(-1) = 3C} − 7 = C ( − 3 ) ( − 1 ) = 3 C , so C = − 7 3 {C = -\frac73} C = − 3 7 .
Think first. Put x = 1, then x = −1, then x = −2.
Answer
f ( x ) = − 1 6 ( x − 1 ) + 5 2 ( x + 1 ) − 7 3 ( x + 2 ) \begin{aligned}
f(x) = {} & -\frac{1}{6(x - 1)} + \frac{5}{2(x + 1)} \\
& - \frac{7}{3(x + 2)}
\end{aligned} f ( x ) = − 6 ( x − 1 ) 1 + 2 ( x + 1 ) 5 − 3 ( x + 2 ) 7 ← Back Next step → Show all steps Start again
Common mistake
Matching a constant to the wrong bracket. x = 1 x = 1 x = 1 makes x − 1 x - 1 x − 1 zero, and the constant it gives, A A A , goes over x − 1 x - 1 x − 1 . Check the finished answer at x = 0 x = 0 x = 0 : here f ( 0 ) = − 3 − 2 = 3 2 f(0) = \frac{-3}{-2} = \frac32 f ( 0 ) = − 2 − 3 = 2 3 , and 1 6 + 5 2 − 7 6 = 3 2 \frac16 + \frac52 - \frac76 = \frac32 6 1 + 2 5 − 6 7 = 2 3 ✓.
When the top is too big: divide first
Partial fractions only work when the top has a lower degree than the bottom (a “proper” fraction). If the degree of the top is the same or higher, divide first, just as 17 5 = 3 2 5 \frac{17}{5} = 3\frac25 5 17 = 3 5 2 :
17 5 = 3 + 2 5 whole part + remainder x² + 3x + 5 x + 1 = x + 2 + 3 x + 1 Divide first Whole part, plus a proper fraction to split
Then split the remainder fraction as usual.
Worked example · WAEC 2022
Is it proper?
The top has degree 3 and the bottom degree 2.
So divide first.
Think first. Degree of the top? Of the bottom?
Divide
x x x times the bottom: x ( x 2 − 1 ) = x 3 − x {x(x^2 - 1) = x^3 - x} x ( x 2 − 1 ) = x 3 − x .
Take it away: ( x 3 − x 2 − 4 ) − ( x 3 − x ) = − x 2 + x − 4 {(x^3 - x^2 - 4) - (x^3 - x) = -x^2 + x - 4} ( x 3 − x 2 − 4 ) − ( x 3 − x ) = − x 2 + x − 4 .
− 1 -1 − 1 times the bottom: − 1 ( x 2 − 1 ) = − x 2 + 1 {-1(x^2 - 1) = -x^2 + 1} − 1 ( x 2 − 1 ) = − x 2 + 1 .
Take it away: ( − x 2 + x − 4 ) − ( − x 2 + 1 ) = x − 5 {(-x^2 + x - 4) - (-x^2 + 1) = x - 5} ( − x 2 + x − 4 ) − ( − x 2 + 1 ) = x − 5 .
So x 3 − x 2 − 4 x 2 − 1 = x − 1 + x − 5 x 2 − 1 {\frac{x^3 - x^2 - 4}{x^2 - 1} = x - 1 + \frac{x - 5}{x^2 - 1}} x 2 − 1 x 3 − x 2 − 4 = x − 1 + x 2 − 1 x − 5 .
Think first. What times x² gives x³?
Split the remainder
Write x − 5 ( x + 1 ) ( x − 1 ) = A x + 1 + B x − 1 {\frac{x - 5}{(x + 1)(x - 1)} = \frac{A}{x + 1} + \frac{B}{x - 1}} ( x + 1 ) ( x − 1 ) x − 5 = x + 1 A + x − 1 B , so x − 5 = A ( x − 1 ) + B ( x + 1 ) {x - 5 = A(x - 1) + B(x + 1)} x − 5 = A ( x − 1 ) + B ( x + 1 ) .
x = 1 x = 1 x = 1 : − 4 = 2 B {-4 = 2B} − 4 = 2 B , so B = − 2 {B = -2} B = − 2 .
x = − 1 x = -1 x = − 1 : − 6 = − 2 A {-6 = -2A} − 6 = − 2 A , so A = 3 {A = 3} A = 3 .
Think first. x² − 1 = (x + 1)(x − 1). Put x = 1, then x = −1.
Answer
x 3 − x 2 − 4 x 2 − 1 = x − 1 + 3 x + 1 − 2 x − 1 \frac{x^3 - x^2 - 4}{x^2 - 1} = x - 1 + \frac{3}{x + 1} - \frac{2}{x - 1} x 2 − 1 x 3 − x 2 − 4 = x − 1 + x + 1 3 − x − 1 2 ← Back Next step → Show all steps Start again
Your turn
(b) Express 3 x + 2 x 2 + x − 2 \dfrac{3x + 2}{x^2 + x - 2} x 2 + x − 2 3 x + 2 in partial fractions.
Worked solution (try it first) (b) Factorise the bottom:
x 2 + x − 2 = ( x + 2 ) ( x − 1 ) x^2 + x - 2 = (x + 2)(x - 1) x 2 + x − 2 = ( x + 2 ) ( x − 1 ) .
Write
A x + 2 + B x − 1 \dfrac{A}{x + 2} + \dfrac{B}{x - 1} x + 2 A + x − 1 B and multiply through:
3 x + 2 = A ( x − 1 ) + B ( x + 2 ) 3x + 2 = A(x - 1) + B(x + 2) 3 x + 2 = A ( x − 1 ) + B ( x + 2 ) .
Put
x = 1 x = 1 x = 1 :
5 = 3 B 5 = 3B 5 = 3 B , so
B = 5 3 B = \frac53 B = 3 5 .
Put
x = − 2 x = -2 x = − 2 :
− 4 = − 3 A -4 = -3A − 4 = − 3 A , so
A = 4 3 A = \frac43 A = 3 4 .
So the answer is
4 3 ( x + 2 ) + 5 3 ( x − 1 ) \dfrac{4}{3(x + 2)} + \dfrac{5}{3(x - 1)} 3 ( x + 2 ) 4 + 3 ( x − 1 ) 5 .
Watch out
In (a), y y y depends on x x x , so y 2 y^2 y 2 differentiates to 2 y d y d x 2y\dfrac{dy}{dx} 2 y d x d y , not 2 y 2y 2 y . In (b), factorise the denominator first, then make each bracket zero in turn. Report a problem with this question