Integration of Rational Functions by Partial Fractions: Section 7.4

7 Techniques of Integration


7.4 Integration of Rational Functions by Partial Fractions

  • The integration process for rational functions, i.e., functions that are the ratio of two polynomials.

  • We can express a rational function as a sum of simpler fractions that can be integrated more easily, known as partial fractions.

Definitions and Concepts

  • Rational Function: A function that can be expressed as the ratio of two polynomials, denoted as f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)} where P and Q are polynomials.

Partial Fractions
  • Partial Fraction Decomposition: The process of expressing a rational function as a sum of simpler fractions.

Step-by-Step Method of Partial Fractions

  1. Identify if the function is improper: If the degree of the numerator (deg(P)) is greater than or equal to the degree of the denominator (deg(Q)), perform polynomial long division.

    • Long Division: Divide the denominator into the numerator until the remainder has a smaller degree than the denominator. The result includes a quotient and a remainder, forming the equation:
      f(x)=Quotient+R(x)Q(x)f(x) = \text{Quotient} + \frac{R(x)}{Q(x)} where deg(R)<deg(Q)\deg(R) < \deg(Q)

  2. Factor the Denominator: Factor the denominator polynomial Q(x) as far as possible.

  3. Express the Proper Rational Function: Once identified, express the function as a sum of partial fractions. The generic form is:
    P(x)Q(x)=A<em>1(a</em>1x+b<em>1)+A</em>2(a<em>2x+b</em>2)++A<em>k(a</em>kx+b<em>k)\frac{P(x)}{Q(x)} = \frac{A<em>1}{(a</em>1x + b<em>1)} + \frac{A</em>2}{(a<em>2x + b</em>2)} + … + \frac{A<em>k}{(a</em>kx + b<em>k)} where Ai are constants to be determined.

  4. Determine Constants: Multiply through by the denominator to eliminate fractions, and equate coefficients of the corresponding powers of x to create a system of equations to solve for A_i.


Examples

Example 1
  • Problem: Find 3x+1x2x6dx\int \frac{3x + 1}{x^2 - x - 6} \, dx

  • Solution Steps:

    • Degree of numerator (3x+1)(3x+1) is greater than degree of denominator (x2x6)(x^2 - x - 6).

    • Perform long division:
      3x+1x2x6=7+32 (for example)\frac{3x + 1}{x^2 - x - 6} = 7 + \frac{3}{2} \text{ (for example)}

    • The total can be integrated separately.

Example 2
  • Problem: Evaluate 1(x+4)(x1)dx\int \frac{1}{(x + 4)(x - 1)} \, dx

  • Solution:

    • Identify factors in the denominator, use the distinct linear factors method:
      1(x+4)(x1)=Ax+4+Bx1\frac{1}{(x + 4)(x - 1)} = \frac{A}{x + 4} + \frac{B}{x - 1}

    • Determine values for A and B based on numerator equalization.


Special Cases

  • Case I - Distinct Linear Factors: The denominator is a product of distinct linear factors.

  • Case II - Repeated Linear Factors: A linear factor appears more than once; the decomposition will include terms for each occurrence of the factor.

  • Case III - Irreducible Quadratic Factors: If the quadratic factors cannot be factored further, they appear in the form: Ax+Bcx2+bx+a\frac{Ax + B}{cx^2 + bx + a}

  • Case IV - Repeated Quadratic Factors: Similar to case II, but for irreducible quadratics, leading to a series of fractions with the form including constants for each power


Conclusion

  • Mastery of integration of rational functions via partial fractions is essential in calculus, allowing for the simplification of complex integrals into manageable components.

  • Practicing various examples reinforces understanding and proficiency in executing partial fraction decomposition and integration.