Partial Fraction Decomposition
Breaking Rational Functions for Integration
Related Tools
Related Labs
Related Worksheets
Partial fraction decomposition is a method for rewriting a complicated rational expression as a sum of simpler fractions. It matters in calculus because many integrals are much easier to evaluate after this rewrite. The idea is especially useful when the denominator factors into linear or irreducible quadratic pieces. It also helps in differential equations, Laplace transforms, and algebraic simplification.
The method starts by factoring the denominator completely and then choosing a fraction form for each factor. Unknown constants are placed in the numerators, and those constants are found by clearing denominators and matching coefficients or substituting convenient values. For distinct linear factors, the numerators are constants such as A or B. For repeated factors and quadratic factors, the setup changes in a predictable way, so choosing the correct form is a key step.
Key Facts
- For distinct linear factors, , provided degree of is less than degree of denominator.
- Example: .
- Clear denominators by multiplying both sides by the full denominator, then solve for constants.
- Coefficient matching means expanding and comparing powers of x on both sides.
- For a repeated linear factor, use separate terms: .
- For an irreducible quadratic factor, use a linear numerator: .
Vocabulary
- Rational function
- A rational function is a quotient of two polynomials, such as P(x)/Q(x).
- Partial fraction decomposition
- Partial fraction decomposition is the process of rewriting a rational function as a sum of simpler fractions.
- Linear factor
- A linear factor is a first degree factor of the form or .
- Repeated factor
- A repeated factor is a denominator factor that appears more than once, such as .
- Coefficient matching
- Coefficient matching is solving for unknown constants by making the coefficients of like powers of x equal on both sides.
Common Mistakes to Avoid
- Using partial fractions before checking degrees, which is wrong because an improper rational function must first be divided so the numerator degree is less than the denominator degree.
- Forgetting to factor the denominator completely, which is wrong because the decomposition form depends on the actual factors, not the unfactored polynomial.
- Using only one term for a repeated factor, which is wrong because a factor like requires both and .
- Putting a constant numerator over an irreducible quadratic, which is wrong because a factor like needs a linear numerator .
Practice Questions
- 1 Decompose (7x + 1)/[(x - 2)(x + 3)] into partial fractions and solve for the constants.
- 2 Decompose into partial fractions. Write the correct form first, then find the constants.
- 3 Explain why the decomposition of must use the form instead of .