Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Integration by partial fractions is a method for integrating rational functions, which are fractions made from polynomials. It matters because many rational integrals are too complicated to integrate directly, but become simple after being split into smaller fractions. The main idea is to rewrite one difficult fraction as a sum of simpler fractions whose antiderivatives are familiar.

This often turns a hard problem into a sequence of logarithms and basic power rules.

The method starts by factoring the denominator and choosing a partial fraction form based on those factors. Distinct linear factors get terms like A/(x - a), repeated linear factors get A/(x - a) + B/(x - a)^2, and irreducible quadratic factors get linear numerators like (Ax + B)/(x^2 + px + q). After solving for the unknown constants, integrate each simpler term separately.

Before decomposing, always check that the rational function is proper, meaning the degree of the numerator is less than the degree of the denominator.

Understanding Calculus: Integration by Partial Fractions

The important work happens before any integration. Once the denominator has been factored, the unknown constants must be chosen so that the split expression has exactly the same value as the original fraction. Multiply both sides by the full denominator.

This clears the small denominators and leaves a polynomial equation. One efficient method is to substitute values of x that make particular factors equal zero. Each chosen value can remove most terms and reveal one constant.

When suitable values are not available, expand both sides and match the coefficients of equal powers of x. The coefficients of x squared, x, and the constant term must agree.

A common source of errors is an incomplete decomposition. The form must reflect every factor and every repeated power in the denominator, even if a later constant turns out to be zero. For example, a denominator containing a repeated factor of x minus two to the third power needs terms with first, second, and third powers in the denominators.

Missing one term means there is no way to represent every possible numerator. Quadratic factors need extra care too.

A linear numerator is needed because a constant alone is not flexible enough. This is true even when the original numerator looks simple.

Not every resulting term leads only to a logarithm. Terms with a linear factor in the denominator produce logarithms, with absolute value signs because the input to a logarithm must be positive. Higher powers of a linear factor use the power rule and usually give negative powers.

Quadratic terms can produce two different kinds of answers. If the numerator is related to the derivative of the quadratic, the result contains a logarithm.

If the quadratic cannot be factored over the real numbers, completing the square may lead to an inverse tangent term. Recognising these patterns saves time and makes the final answer easier to check.

Students meet this method later in differential equations, where rates of change often produce rational expressions after separating variables. It appears in probability when simplifying some density formulas, in circuits with changing currents, and in models of mixing or decay. The method is mainly an algebra skill supported by calculus.

Check the division step first, factor carefully, write every required partial fraction term, then verify the constants by recombining the fractions. Keep track of values that make the original denominator zero.

Cancelling factors may simplify an expression, but those excluded values still matter when describing the original function. A correct antiderivative should be differentiated at the end to see whether it returns the integrand on its allowed intervals.

Key Facts

  • Partial fractions apply to rational functions P(x)/Q(x), where P and Q are polynomials.
  • A rational function is proper if degree(P) < degree(Q); if not, use polynomial division first.
  • For distinct linear factors, P(x)/[(x - a)(x - b)] = A/(x - a) + B/(x - b).
  • For repeated linear factors, include every power: A/(x - a) + B/(x - a)^2 + ... + K/(x - a)^n.
  • For an irreducible quadratic factor ax^2 + bx + c, use a numerator of the form Ax + B.
  • Basic integral: ∫ A/(x - a) dx = A ln|x - a| + C.

Vocabulary

Rational function
A function that can be written as a quotient of two polynomials, such as P(x)/Q(x).
Proper rational function
A rational function whose numerator has lower degree than its denominator.
Partial fraction decomposition
The process of rewriting one rational expression as a sum of simpler rational expressions.
Distinct linear factor
A first degree factor such as x - a that appears only once in the denominator.
Repeated factor
A factor that appears with a power greater than 1, such as (x - 2)^3.

Common Mistakes to Avoid

  • Skipping polynomial division for an improper fraction, which is wrong because partial fractions require the numerator degree to be less than the denominator degree.
  • Leaving out powers of a repeated factor, which is wrong because (x - a)^3 needs separate terms for (x - a), (x - a)^2, and (x - a)^3.
  • Using a constant numerator over an irreducible quadratic factor, which is wrong because factors like x^2 + 1 require a numerator Ax + B.
  • Forgetting absolute value in logarithmic answers, which is wrong because ∫ 1/(x - a) dx = ln|x - a| + C on intervals where the expression is defined.

Practice Questions

  1. 1 Compute ∫ 5/[(x - 1)(x + 4)] dx by partial fractions.
  2. 2 Compute ∫ (3x + 7)/(x^2 + 5x + 6) dx using partial fractions.
  3. 3 Explain why ∫ (x^2 + 1)/(x - 1) dx should not start with partial fraction decomposition before another algebraic step.