Partial Fraction Decomposition
Partial fraction decomposition lets you break a complicated rational function into a sum of simpler fractions that you already know how to integrate. It's one of the most practical techniques in this course because many integrals you'll encounter have rational functions, and without this method, they'd be extremely difficult to handle.
The core idea: factor the denominator, set up a template of simpler fractions (one for each factor), then solve for the unknown constants.
When to Use Partial Fractions
Before decomposing, check two things:
- The integrand must be a proper rational function, meaning the degree of the numerator is strictly less than the degree of the denominator .
- If it's improper (numerator degree ≥ denominator degree), perform polynomial long division first, then apply partial fractions to the remainder.
General Setup
For a proper rational function , you factor completely, then write one partial fraction term for each factor. The form of each term depends on the type of factor (linear, repeated linear, or irreducible quadratic).
Once you've written the decomposition template, find the unknown constants by:
- Multiplying both sides by to clear denominators.
- Solving the resulting equation, either by substituting strategic values of or by equating coefficients of like powers of .

Simple (Distinct) Linear Factors
When the denominator factors into distinct linear terms like , the decomposition looks like:
Each constant can be found quickly using the cover-up method: multiply both sides by and then plug in . This zeroes out every other term, leaving just .
Worked example: Integrate .
-
Factor the denominator: .
-
Set up the decomposition: .
-
Multiply both sides by : .
-
Substitute : , so .
-
Substitute : , so .
-
Integrate: .
Repeated Linear Factors
When a linear factor appears with multiplicity , you need n separate terms with increasing powers in the denominator:
To find the constants:
- Multiply both sides by .
- Plug in to find directly.
- Find the remaining constants by either equating coefficients or taking successive derivatives of both sides and evaluating at .
Worked example: Decompose .
-
Template: .
-
Multiply through by : .
-
Set : .
-
Expand the right side and equate coefficients to find and . Expanding: .
-
Comparing to : , so , and you can verify the constant term: . ✓
The resulting integrals involve for the first term and power rule (rewritten as ) for the higher-power terms.

Irreducible Quadratic Factors
A quadratic factor is irreducible when its discriminant , meaning it has no real roots and can't be factored over the reals. For each such factor, the numerator of the partial fraction must be linear (not just a constant):
If the irreducible quadratic is repeated with multiplicity , you need terms:
Find and by multiplying out and equating coefficients of like powers of .
Integrating these terms typically requires splitting the fraction:
- A portion that looks like can often be handled with a -substitution (since the derivative of the denominator is in the numerator, or close to it).
- A remaining constant portion like requires completing the square and produces an arctangent: .
Common mistake: Writing instead of . Irreducible quadratic factors always get a linear numerator. Missing this will give you an inconsistent system when you try to solve for the constants.
Watch out for "fake" quadratics: The example does not have an irreducible quadratic denominator. Since , this is actually a distinct linear factors case. Always try to factor first.
Putting It All Together: The Full Process
Here's the complete workflow for any partial fractions problem:
- Check degrees. If the numerator's degree ≥ the denominator's degree, do polynomial long division first.
- Factor the denominator completely into linear and irreducible quadratic factors.
- Write the decomposition template using the rules above (one term per distinct linear factor, terms per repeated linear factor of multiplicity , linear numerator for each quadratic factor).
- Clear the denominators by multiplying both sides by the full denominator.
- Solve for the constants using strategic substitution (plug in roots of the denominator) and/or equating coefficients.
- Integrate each term separately. Linear denominators give ; higher-power denominators give power-rule results; irreducible quadratics give and/or terms.