Partial fraction decomposition is a technique used in calculus to integrate rational functions — fractions where the numerator and denominator are polynomials. Instead of trying to integrate a complicated fraction directly, we break it into a sum of simpler fractions that we already know how to integrate.
For example:
The right side is much easier to integrate because we know:
- \(\int \frac{1}{x-a} dx = \ln|x-a| + C\) (for linear factors)
- \(\int \frac{1}{x^2+a^2} dx = \frac{1}{a}\tan^{-1}\left(\frac{x}{a}\right) + C\) (for quadratic factors)
Partial fractions turn a difficult integral into a sum of simple integrals.
Think of it like taking apart a complex machine to work on each component separately. The complex fraction is the assembled machine — hard to work with. Partial fractions disassemble it into individual parts (simple fractions), each of which is easy to handle. Then you can integrate each part and put the results together.
When you decompose a rational function, you get terms of the form \(\frac{A}{x-a}\) (which integrate to logarithms) and \(\frac{Ax+B}{x^2+px+q}\) (which integrate to logarithms and arctangents). These are some of the easiest functions to integrate — exactly why partial fractions are so valuable in calculus.
Use partial fractions when integrating a rational function \(\frac{P(x)}{Q(x)}\) where:
| ✅ | The integrand is a rational function (polynomial divided by polynomial) |
| ✅ | The degree of the numerator is less than the degree of the denominator (proper fraction) |
| ✅ | The denominator can be factored into linear and irreducible quadratic factors |
| ❌ | If the fraction is improper (degree of numerator ≥ degree of denominator), first divide using polynomial long division |
| ❌ | If the denominator has no real factors, other methods (like trigonometric substitution) may be needed |
Follow these steps to integrate a rational function using partial fractions:
| Step 1 | Check if the fraction is proper. If not, divide using polynomial long division. |
| Step 2 | Factor the denominator completely into linear and irreducible quadratic factors. |
| Step 3 | Set up the partial fraction form based on the types of factors. |
| Step 4 | Multiply both sides by the denominator and solve for coefficients (substitute values or equate coefficients). |
| Step 5 | Write the integrand as a sum of partial fractions. |
| Step 6 | Integrate each term separately: |
| • | \(\int \frac{A}{x-a} dx = A\ln|x-a| + C\) |
| • | \(\int \frac{Ax+B}{x^2+px+q} dx =\) combine \(\ln\) and \(\tan^{-1}\) |
\(= \ln|x-2| + 4\ln|x+1| + C\)
\(= \ln|x-1| - \frac{1}{x-1} + C\)
\(= \ln|x| - \frac{1}{2}\ln(x^2+1) + C\)
\(= \frac{x^2}{2} + x + 2\ln|x-1| + C\)
\(\frac{Ax+B}{x^2+px+q}\) → combination of \(\ln\) and \(\tan^{-1}\) (if denominator is quadratic)
Ready to test your knowledge?
Partial fractions are essential for integrating rational functions. Practice with our quizzes.
Browse All Quizzes →