Partial Fractions Decomposition
Partial fractions decomposition is a technique for breaking a complex rational expression into a sum of simpler fractions. This makes it possible to integrate rational functions and solve equations that would be extremely difficult to work with in their original form.

Decomposition Requirements
Before you can decompose a rational expression, two conditions must be met:
- The degree of the numerator must be less than the degree of the denominator. If it isn't, you need to perform polynomial long division first, then decompose the remainder.
- The denominator must be factored completely into linear factors and/or irreducible quadratic factors (quadratics that can't be factored over the reals).
Once those conditions are satisfied, the setup depends on what kinds of factors appear in the denominator. There are three cases:
- Case 1: Distinct linear factors (e.g., )
- Case 2: Repeated linear factors (e.g., )
- Case 3: Irreducible quadratic factors (e.g., )
A single problem can involve a mix of these cases. The rules below tell you what to write for each type of factor.
Case 1: Distinct Linear Factors
Each distinct linear factor gets its own fraction with an unknown constant in the numerator.
Example: Decompose
-
Write the decomposition template:
-
Multiply both sides by the common denominator :
-
Solve for A and B. The fastest method is to plug in the values that make each factor zero:
- Set : → →
- Set : → →
-
Write the result:
Case 2: Repeated Linear Factors
When a linear factor is raised to a power, you need a separate fraction for every power of that factor, from 1 up to the highest power.
Example: Decompose
-
Write the template (notice the two fractions for ):
-
Multiply both sides by :
-
Use strategic substitution and/or expand and match coefficients to solve for A, B, and C.
- Set : →
- Set : →
- Set (or any convenient value): → →

Case 3: Irreducible Quadratic Factors
An irreducible quadratic factor (like , where the discriminant is negative) requires a linear numerator of the form , not just a single constant.
Example: Decompose
-
Write the template:
-
Multiply both sides by :
-
Use substitution where possible, then expand and match coefficients of like powers of to solve for A, B, and C.
- Set : →
- Expand the right side and group by powers of , then match coefficients of , , and the constant term to find A and B.
Common mistake: Using a single constant (like just ) over an irreducible quadratic. Always use for a quadratic factor. If the quadratic factor were repeated (e.g., ), you'd need , similar to the repeated linear factor rule.
Integration with Partial Fractions
Once a rational expression is decomposed, each piece can be integrated using techniques you already know.
Integration Results by Factor Type
Distinct linear factor:
Repeated linear factor:
For example:
Irreducible quadratic factor (for ):
The part produces a logarithm (via u-substitution with ), and the part produces an arctangent.

Putting It Together
To integrate a rational function using partial fractions:
- Check that the numerator degree is less than the denominator degree. If not, do long division first.
- Factor the denominator completely.
- Decompose into partial fractions.
- Integrate each fraction separately using the results above.
- Combine the results and add the constant of integration.
Example:
Solving Rational Equations with Partial Fractions
Partial fractions can also help solve rational equations by simplifying complex expressions into pieces that are easier to work with.
Process
-
Identify restrictions. Find the values of that make the denominator zero. These are excluded from the domain. For , you'd have and .
-
Decompose the rational expression on one side of the equation using partial fractions.
-
Solve the simplified equation. With simpler fractions, you can multiply through by the common denominator and solve the resulting polynomial equation.
-
Check your solutions against the restrictions from Step 1. Any solution that makes a denominator zero is extraneous and must be thrown out.
Keep in mind: For an equation like , the fraction equals zero only when the numerator equals zero (and the denominator doesn't). So gives , which isn't a restricted value, so it's valid. Partial fractions aren't always necessary for simple cases like this, but they become very useful when you're combining or comparing multiple rational expressions.