Techniques of Integration/Partial Fractions and Integration Strategy

Lesson 7.3964 words

Partial Fractions and Integration Strategy

Any rational function integrates in closed form: factor the denominator, split the fraction into simple pieces by partial fractions, and integrate each piece as a logarithm or an arctangent. Four denominator cases exhaust the possibilities.

╌╌╌╌

A rational function is a ratio of polynomials. Every such function has an elementary antiderivative, and there is a mechanical procedure to find it: rewrite as a sum of simpler fractions, each of which integrates to a logarithm or an arctangent. The rewriting is the method of partial fractions, running the addition of fractions in reverse.

The direction to reverse looks like this: combining two fractions over a common denominator gives

Read backward, the messy right side splits into two pieces that each integrate at sight:

Proper fractions and factoring

Partial fractions applies only to a proper rational function, one with . If is improper, divide first: polynomial long division writes

where the quotient integrates directly and the proper remainder goes to partial fractions.

Once the fraction is proper, factor the denominator. Any polynomial with real coefficients factors completely into linear factors and irreducible quadratic factors (those with , which have no real root). The shape of that factorization determines the form of the decomposition, in four cases.

The four decomposition cases. Each factor of the denominator contributes a fixed template of partial fractions; a repeated factor contributes one term per power up to its multiplicity.

Case I: distinct linear factors

If is a product of distinct linear factors, each contributes one term with an unknown constant on top. For , factor the denominator as and write

Multiply through by :

The cover-up shortcut

This identity holds for every , so choosing values at which factors vanish isolates one constant at a time. Setting leaves , so . Setting leaves only the term; setting leaves only :

Each root of a linear factor covers up that factor and reads its coefficient directly.

The cover-up method for a distinct linear factor: evaluate at the factor's root, where every other term vanishes, and the surviving equation gives that coefficient.

With the constants known,

Every distinct-linear case integrates to a sum of logarithms.

Case II: repeated linear factors

A factor repeated times contributes one term for each power from up to . For , the integrand is improper, so divide first:

The denominator factors as , so the repeated factor gets two terms:

Case III: irreducible quadratic factors

An irreducible quadratic contributes a term with a linear numerator, . Such a term integrates to a logarithm plus an arctangent, using

For , the denominator has one linear and one irreducible quadratic factor:

Matching coefficients gives , , . Splitting the quadratic term into a piece whose numerator is the derivative of and a constant piece,

When the quadratic does not factor and its numerator is not already a derivative, complete the square in the denominator first, then substitute to reach the arctangent form.

A linear-over-quadratic term always splits into two pieces: the part whose numerator is the derivative of the denominator integrates to a logarithm, and the leftover constant integrates to an arctangent.

Case IV: repeated irreducible quadratic factors

A factor contributes one linear-over-quadratic term per power:

Each term integrates by substitution or by completing the square, though the higher powers grow tedious by hand and are usually left to a computer algebra system.

The four cases together are exhaustive: any proper rational function decomposes into terms of these forms, so any rational function has an elementary antiderivative.

Rationalizing substitutions

An integrand containing can sometimes be made rational by substituting .

The overall strategy

Differentiation is mechanical: the rules say which formula applies. Integration is not. Facing an unfamiliar integral, work through four steps.1

  1. Simplify the integrand. Algebra or a trigonometric identity may make the method obvious, as when expands to .
  2. Look for an obvious substitution. Find a whose differential is already present up to a constant.
  3. Classify by the form of the integrand.
    • Trigonometric products of powers use the trigonometric-integral strategies.
    • Rational functions use partial fractions.
    • A power of times a transcendental function uses integration by parts.
    • A quadratic radical uses trigonometric substitution; uses a rationalizing substitution.
  4. Try again. Only two general methods exist, substitution and parts, so if the first three steps stall, attempt a less obvious substitution, apply parts to a single function, or manipulate the integrand toward a form already solved.
The integration-strategy flowchart: simplify, seek a substitution, classify by form, and if all else fails fall back on the two general methods.

Nonelementary antiderivatives

The strategy does not always succeed. The elementary functions are those built from polynomials, roots, exponentials, logarithms, and trigonometric functions by finitely many arithmetic operations and compositions. Their derivatives are always elementary, but their integrals need not be. It has been proved that

have no elementary antiderivative. Each still defines a perfectly good function by the Fundamental Theorem, just not one expressible in closed form. Such integrals are handled by power series or by numerical approximation.

Tables and computer algebra

Extensive tables of integrals list hundreds of forms indexed by shape; matching a given integrand usually needs a preliminary substitution or algebraic step to fit one of the listed patterns. Computer algebra systems automate the same pattern-matching and handle the tedious cases (repeated quadratic factors, high-degree decompositions) instantly. Two cautions: a system returns a single antiderivative with no constant of integration, and it may drop absolute-value bars inside logarithms, valid only on part of the domain. A hand computation sometimes yields a cleaner form than the machine's.2

Denominator factorPartial-fraction termIntegrates to
distinct linear logarithm
repeated linear logarithm and powers
irreducible quadraticlogarithm and arctangent
repeated quadratic one linear-over-power term per powerlogarithm, arctangent, powers

Footnotes

  1. Stewart, Calculus, §7.5 — Strategy for Integration: the four-step routine and the classification of integrands by form.
  2. Stewart, Calculus, §7.6 — Integration Using Tables and Computer Algebra Systems: matching table forms and the caveats on machine answers.

╌╌ END ╌╌