Comprehensive Study Guide on Partial Fraction Decomposition and Integration Techniques
Partial Fraction Decomposition Overview and Algorithm
Definition and Purpose:
Partial fraction decomposition is an algebraic technique used to rewrite rational functions f(x)=Q(x)P(x) as a sum of simpler rational fractions that are easier to integrate.
Introductory example: Given the identity (x−1)(x−2)2x−3=x−11+x−21 Integrating the left-hand side yields: ∫(x−1)(x−2)2x−3dx=∫x−11dx+∫x−21dx=ln(∣x−1∣)+ln(∣x−2∣)+C
General Strategy for Integrating Rational Functions:
Let P(x) and Q(x) be polynomials, defining the rational function f(x)=Q(x)P(x).
Step 1: Check Rational Function Type (Proper vs. Improper):
If f(x) is improper (meaning deg(P(x))≥deg(Q(x))), perform polynomial long division to decompose the fraction into: f(x)=S(x)+Q(x)R(x) where S(x) is the quotient polynomial and R(x) is the remainder polynomial such that deg(R(x))<deg(Q(x)).
If f(x) is proper (meaning deg(P(x))<deg(Q(x))), proceed directly to Step 2.
Step 2: Factor the Denominator Q(x) Fully:
Factor Q(x) completely into linear factors of the form (ax+b) and irreducible quadratic factors of the form (ax2+bx+c) where the discriminant Δ=b2−4ac<0.
Step 3: Apply Partial Fraction Decomposition:
Set up the algebraic decomposition according to one or more of the four distinct factor cases.
Case 1: Denominator with Distinct Linear Factors
Condition:
The denominator Q(x) is a product of non-repeating, distinct linear factors.
General Decomposition Form:
Suppose Q(x)=(a1x+b1)(a2x+b2)…(akx+bk).
The decomposition format is: Q(x)P(x)=a1x+b1A1+a2x+b2A2+⋯+akx+bkAk where A1,A2,…,Ak are real constants to be solved.
Worked Example 1: Integration with Distinct Linear Factors:
Evaluate the integral: ∫x3−x2−9x+96x2−10x+8dx
Factor the denominator by grouping: Q(x)=x3−x2−9x+9=x2(x−1)−9(x−1)=(x2−9)(x−1)=(x−3)(x+3)(x−1)
Set up partial fraction decomposition: (x−3)(x+3)(x−1)6x2−10x+8=x−3A+x+3B+x−1C
Multiply through by the common denominator: 6x2−10x+8=A(x+3)(x−1)+B(x−3)(x−1)+C(x−3)(x+3)
Integrate each term: ∫(x−38/3+x+323/6−x−11/2)dx=38ln(∣x−3∣)+623ln(∣x+3∣)−21ln(∣x−1∣)+C
Worked Example 2: Trigonometric Integration via Substitution:
Evaluate the integral: ∫2sin2(x)−9sin(x)+206cos(x)dx
Substitute u=sin(x), leading to du=cos(x)dx: ∫2u2−9u+206du
Worked Example 3: Radical Expression Integration:
Evaluate the integral: ∫x+9xdx
Substitute u=x+9, giving u2=x+9⟹x=u2−9 and dx=2udu: ∫uu2−9(2udu)=2∫(u2−9)du=2(3u3−9u)+C=32(x+9)3/2−18x+9+C
Case 2: Denominator with Repeated Linear Factors
Condition:
The denominator Q(x) contains a linear factor (a1x+b1) raised to a power k>1
General Decomposition Form:
For each repeated linear factor (a1x+b1)k, include a sum of k partial fractions with increasing powers in the denominator: a1x+b1A1+(a1x+b1)2A2+(a1x+b1)3A3+⋯+(a1x+b1)kAk where A1,A2,…,Ak are real constants.
Worked Example 1: Form Setup:
Write the partial fraction decomposition form for: f(x)=(3x−1)(x+5)22x2+9x−12
Case 3: Denominator with an Irreducible Quadratic Factor
Condition:
The denominator Q(x) contains a quadratic factor ax2+bx+c with discriminant Δ=b2−4ac<0.
General Decomposition Form:
For each non-repeated irreducible quadratic factor ax2+bx+c, include a term with a linear numerator: ax2+bx+cAx+B where A and B are constants to be determined.
Worked Example 1: Form Setups:
Part (a): Write the form for: f(x)=(x−1)(x2+9)2x2+4x+1
Since x2+9 is irreducible (Δ=−36<0): (x−1)(x2+9)2x2+4x+1=x−1A+x2+9Bx+C
Part (b): Write the form for: f(x)=(3x−8)(x2−3x+2)x3+x2+1
Factor quadratic denominator x2−3x+2=(x−1)(x−2) (reducible linear factors): (3x−8)(x−1)(x−2)x3+x2+1=3x−8A+x−1B+x−2C
Worked Example 2: Integration Involving Irreducible Quadratic Term:
Case 4: Denominator with Repeated Irreducible Quadratic Factors
Condition:
The denominator Q(x) contains an irreducible quadratic factor (ax2+bx+c)k raised to a power k>1, where Δ=b2−4ac<0
General Decomposition Form:
For each repeated irreducible quadratic factor (ax2+bx+c)k, include a sum of k linear terms with increasing powers in the denominator: ax2+bx+cA1x+B1+(ax2+bx+c)2A2x+B2+(ax2+bx+c)3A3x+B3+⋯+(ax2+bx+c)kAkx+Bk where A1,…,Ak and B1,…,Bk are real constants.
Worked Example 1: Form Setups:
Part (a): Write the form for: f(x)=(x2+x+1)(x2+4)2x4+x2+1
x2+x+1 is irreducible (Δ=1−4=−3<0).
(x2+4)2 is a repeated irreducible quadratic factor.