This video tutorial is still in the works. In the meantime, please use the text version.
For additional content, check out our Youtube channel (click this container).
Overview
Partial fraction decomposition (PFD) is a technique that helps us to integrate rational functions. Recall that rational functions are simply functions which have a polynomial numerator and denominator.
The goal of partial fraction decomposition is to turn a single rational function into a combination of rational functions, each of which we know how to integrate (using a u-substitution, a trig integral, or the natural log rule).
Which integral do you know how to calculate:
∫x2+x4x+1dxor∫(x1+x+13)dx?
It should be clear that the second integral is easier (they become natural logs).
But what if I told you that those two integrals were the same?
Adding Rational Functions
To get a better understanding of this technique, we begin by adding two simple rational functions.
Now the question becomes, given x2+x4x+1, how do we work backwards to get x1+x+13?
Example 2
Decompose x2+x4x+1.
View Answer
x1+x+13
View Solution
Factor the denominator:
x2+x4x+1=x(x+1)4x+1
Split the fraction into two:
x(x+1)4x+1=xA+x+1B
Solve for the coefficients in the numerator:
x(x+1)4x+1⇒4x+1=xA+x+1B=xA(x+1x+1)+x+1B(xx)=x(x+1)A(x+1)+B(x)=A(x+1)+B(x)(as denominators are equal)=Ax+A+Bx=(A+B)x+A
(3a) Polynomial Mirroring Method
4x+1=A(x+1)+B(x)
Compare x coefficients:4x=(A+B)x4=A+B4=1+BB=3Compare constants:1=AA=1
(3b) Heaviside "Cover-Up" Method
4x+1=A(x+1)+B(x)
Let x=−1:4(−1)+1=A(−1+1)+B(−1)−3=−BB=3Let x=0:4(0)+1=A(0+1)+B(0)1=AA=1
Plug in coefficients
x2+x)4x+1=xA+x+1B=x1+x+13
Note that we had two options to use when finding the coefficients:
Polynomial Mirroring Method: comparing coefficients based on powers of x
Heaviside "Cover-Up" Method: strategically choosing values of x to cancel terms out
Occasionally, we might benefit from using a combination of both methods to get our coefficients.
Proper and Improper Rational Functions
In order to perform a partial fraction decomposition, we need to make sure we are working with a proper rational function.
A proper rational function is defined as a rational function whose degree of the denominator is greater than that of the numerator.
An improper rational function is defined as a rational function whose degree of the numerator is greater than or equal to that of the denominator.
If we have an improper rational function, then we must perform polynomial long division first to turn it proper before attempting a partial fraction decomposition.
Example 3
Rewrite x2−4x2x3−8x2+1 using long division.
View Answer
x2+x4x+1
View Solution
Long division is not easily written in LaTeX unfortunately!
Example 4
Rewrite x2−1x4−x2+4x+2 using long division.
View Answer
x2+x4x+1
View Solution
Long division is not easily written in LaTeX unfortunately!
Non-Repeating Linear Factors
When working with a non-repeating linear factor in the denominator of the form ax±b, we decompose it into the form ax±bA. If there are multiple factors to decompose, we repeat the process with different constants (A, B, C, etc.).
Example 5
Compute ∫x2+7x+10x+14dx.
View Answer
x2+x4x+1
View Solution
Solution coming soon.
Repeating Linear Factors
When working with a repeating linear factor in the denominator of the form (ax±b)n, we decompose it into the form ax±bA+(ax±b)2B+⋯. If there are multiple factors to decompose, we repeat the process with different constants (A, B, C, etc.).
Example 6
Compute ∫(x+3)25x−2dx.
View Answer
x2+x4x+1
View Solution
Solution coming soon.
Non-Repeating Quadratic Irreducible Factors
When working with a non-repeating quadratic irreducible factor in the denominator of the form ax2+bx+c, we decompose it into the form ax2+bx+cAx+B. If there are multiple factors to decompose, we repeat the process with different constants (A, B, C, etc.).
Example 7
Compute ∫(x2+1)(x−1)−2x+4dx.
View Answer
x2+x4x+1
View Solution
Solution coming soon.
Repeating Quadratic Irreducible Factors
When working with a repeating quadratic irreducible factor in the denominator, we combine the processes seen for a repeating linear factor and a quadratic irreducible factor.
We won’t do an example for this case, but you can see the general structure of the decomposition below.
Recap
Partial fraction decomposition is a great technique to use when the integrand is a rational function (polynomial in numerator and denominator) for which the denominator can be factored.
If the rational function is improper, meaning the degree of the numerator is greater than or equal to the degree of the denominator, long division should be performed before performing a partial fraction decomposition.