Partial fraction decomposition is the algebraic skill that lets you integrate any rational function on the planet. Instead of fighting one ugly fraction, you split it into pieces that are easy to integrate term by term. This guide walks through every case you'll meet.
The setup
A rational function is where are polynomials. Partial fractions only works when the degree of < degree of . If not, do polynomial long division first to peel off the polynomial part.
After dividing, factor completely over the reals. Every factor falls into one of four categories.
The four cases
Case 1: distinct linear factors
If , write:
Example. Decompose .
Multiply through: .
Plug : .
Plug : .
So .
Case 2: repeated linear factor
For , you need one term per power up to :
Case 3: irreducible quadratic factor
For each irreducible , use a numerator with two unknowns:
Case 4: repeated irreducible quadratic
Same idea as case 2, but each power gets a form.
Integration application
Once decomposed, integrate term by term:
- for
- splits into a part and an part.
Common mistakes
- Forgetting to do long division first when degree of ≥ degree of .
- Skipping repeated terms — requires three separate fractions.
- Trying to factor irreducible quadratics — check the discriminant before forcing real roots.
Try with the AI Integral Solver
The Integral Solver automatically does partial fraction decomposition when needed and shows every step.
Related references:
- Factor Calculator — for breaking apart
- Polynomial Calculator — for the long-division setup
- Limit Calculator — used in some PFD verification tricks