Partial Fractions

Definition

Integration by partial fractions uses partial fraction decomposition to split a rational integrand into simpler fractions that can each be integrated directly.

Intuition

A rational function is generally hard to integrate as written, but once its denominator is factored, the fraction can be split into a sum of simple pieces — each with a single linear or irreducible quadratic factor in the denominator. These pieces integrate to logarithms or arctangents, both of which are elementary. Partial fractions is essentially the reverse of adding fractions over a common denominator.

Formal Description

To integrate a rational function , decompose it into a sum of partial fractions whose denominators are the factors of . Coefficients are found by the cover-up method: to find the coefficient for a linear factor , multiply both sides by and set .

Example. , where .

Decompose: .

Cover-up gives , , so .

Therefore,

Applications

  • Integrating rational functions arising in differential equations (e.g.\ logistic growth).
  • Computing Laplace and Z-transform inverses.
  • Evaluating integrals that arise in probability and statistics with rational-function densities.

Trade-offs

  • Requires to be fully factored; finding roots of high-degree polynomials may be difficult or impossible analytically.
  • When , polynomial long division must be performed first before decomposing.
  • Repeated factors and irreducible quadratic factors require additional partial fraction forms (e.g.\ for repeated roots, for quadratics), increasing complexity.
  • The method only applies to rational integrands; non-rational functions require other techniques.