Overview
Partial fraction decomposition breaks a rational function into simpler fractions that are easier to integrate.
When to Use
For integrals of the form ∫Q(x)P(x)dx where:
- P and Q are polynomials
- deg(P)<deg(Q)
If deg(P)≥deg(Q), divide first.
Cases
Case 1: Distinct Linear Factors
If Q(x)=(a1x+b1)(a2x+b2)⋯(anx+bn):
Q(x)P(x)=a1x+b1A1+a2x+b2A2+⋯+anx+bnAn
Case 2: Repeated Linear Factors
If Q(x) contains (ax+b)n:
⋯+ax+bA1+(ax+b)2A2+⋯+(ax+b)nAn+⋯
Case 3: Distinct Irreducible Quadratic Factors
If Q(x) contains (ax2+bx+c) where b2−4ac<0:
⋯+ax2+bx+cAx+B+⋯
Case 4: Repeated Irreducible Quadratic Factors
If Q(x) contains (ax2+bx+c)n:
⋯+ax2+bx+cA1x+B1+⋯+(ax2+bx+c)nAnx+Bn+⋯
Finding Coefficients
Method 1: Equating Coefficients
Multiply both sides by Q(x) and match coefficients of like powers.
Method 2: Strategic Substitution
Substitute values of x that make factors zero.
Method 3: Cover-up Method (for distinct linear factors)
Cover up the factor in the denominator and evaluate at its root.
Examples
Example 1: Distinct linear factors
∫(x−1)(x+2)1dx
Decompose: (x−1)(x+2)1=x−1A+x+2B
1=A(x+2)+B(x−1)
x=1: 1=3A, A=31
x=−2: 1=−3B, B=−31
∫[3(x−1)1−3(x+2)1]dx=31ln∣x−1∣−31ln∣x+2∣+C
=31lnx+2x−1+C
Example 2: Repeated linear factor
∫(x−1)22x+3dx
Decompose: (x−1)22x+3=x−1A+(x−1)2B
2x+3=A(x−1)+B
x=1: 5=B
Coefficient of x: 2=A
∫[x−12+(x−1)25]dx=2ln∣x−1∣−x−15+C
Example 3: Irreducible quadratic
∫x2+1x+1dx
=∫x2+1xdx+∫x2+11dx
=21ln(x2+1)+arctan(x)+C
Example 4: Linear and quadratic factors
∫(x−1)(x2+1)1dx
Decompose: (x−1)(x2+1)1=x−1A+x2+1Bx+C
1=A(x2+1)+(Bx+C)(x−1)
x=1: 1=2A, A=21
Expanding: 1=Ax2+A+Bx2−Bx+Cx−C
Comparing coefficients:
x2: 0=A+B, so B=−21
x0: 1=A−C, so C=−21
∫[2(x−1)1+x2+1−x/2−1/2]dx
=21ln∣x−1∣−41ln(x2+1)−21arctan(x)+C
Example 5: Long division first
∫x2−1x3dx
Divide: x3÷(x2−1)=x+x2−1x
=∫xdx+∫(x−1)(x+1)xdx
For second integral: (x−1)(x+1)x=x−11/2+x+11/2
=2x2+21ln∣x−1∣+21ln∣x+1∣+C
=2x2+21ln∣x2−1∣+C