Partial fractions (HL)
Contents
Overview
When dividing a polynomial by another of higher order, partial fractions can be helpful in integration.
d(x)p(x)=q(x)+d(x)r(x) Note: if the numerator is of the same or higher order than the denominator, first obtain the quotient q(x) via polynomial division, prior to using partial fractions on d(x)r(x).
The first step to partial fractions is to factor the denominator, if it is not already factored.
The correct partial fraction decomposition is valid for all values of x. Feel free to select values of x that make certain terms go away.
Case 1: all factors are linear and distinct
Example: Find the partial fraction decomposition of 2x2−5x−3−2x+13.
The denominator factors as (x−3)(2x+1).
2x2−5x−3−2x+13−2x+13=x−3A+2x+1B=(x−3)(2x+1)A(2x+1)+B(x−3)=A(2x+1)+B(x−3) When x=3,
−2(3)+13A=7A=1 When x=−21,
14−4=2−7B=B 2x2−5x−3−2x+13=x−31−2x+14■ Case 2: factors are linear but not distinct
This is not useful (in this course) since the original function can be easily integrated. So it is beyond the syllabus.
Example: Find the partial fraction decomposition of (x−2)24x−11.
(x−2)24x−114x−11=x−2A+(x−2)2B=(x−2)2A(x−2)+B=A(x−2)+B When x=2,
4(2)−11=−3=B B is not multiplied by a factor so just use any number, for example x=3:
14=A+(−3)=A (x−2)24x−11=x−24−(x−2)23■ Notes
If integrating, and the denominator cannot be factored using real numbers, then complete the square.
∫x2+a21 dx=a1arctanax+C This technique is discussed in rational functions integration.