Partial Fraction Decomposition
Partial fraction decomposition reverses the process of adding fractions. Instead of combining simple fractions into one complex fraction, you're breaking a complex rational expression back apart into a sum of simpler ones. This skill shows up constantly in calculus (especially integration), so mastering it now gives you a serious head start.

Decomposition of Rational Expressions
The core idea: if you have a rational expression where the degree of is less than the degree of , and factors into distinct linear factors, you can split it into simpler fractions.
For example, if , the decomposition looks like:
Before you start: Make sure the fraction is proper (degree of numerator < degree of denominator). If it isn't, use polynomial long division first, then decompose the remainder.
Steps to find A, B, and C:
- Factor the denominator completely.
- Set up the partial fraction form with unknown constants (, , , etc.).
- Multiply both sides by the common denominator to clear all fractions.
- Solve for the constants using one of two methods:
- Substitution method: Plug in the values that make each factor zero. For instance, substituting eliminates every term except the one with , so you can solve for directly.
- Equating coefficients: Expand the right side, then match the coefficients of each power of on both sides. This creates a system of equations you can solve.
The substitution method is usually faster for distinct linear factors. Equating coefficients becomes more useful when you have quadratic factors or repeated factors.
Example: Decompose
- Set up:
- Multiply both sides by :
- Substitute : , so
- Substitute : , so
- Result:
Partial Fractions with Repeated Factors
When a linear factor appears more than once in the denominator, you need a separate term for each power of that factor, from 1 up to the highest power.
For a repeated factor , include:
A common mistake is writing only one fraction for a repeated factor. If you see in the denominator, you need three separate terms with denominators , , and .
To solve for the coefficients:
- Multiply both sides by the full common denominator.
- Substitute to find (the constant for the highest power) directly.
- Use either substitution of other convenient -values or equating coefficients to find the remaining constants.
Example: For , the setup is:
Notice there are two terms for the factor because it's squared.

Quadratic Factors in Partial Fractions
When the denominator contains an irreducible quadratic factor (one that can't be factored over the reals, meaning its discriminant ), the numerator of that partial fraction must be linear, not constant.
For an irreducible quadratic factor , the corresponding term is:
The numerator is (degree 1) because it must be exactly one degree less than the denominator factor (degree 2). This is different from linear factors, where the numerator is just a constant.
Example setup: For , the decomposition is:
You'd then multiply through by and use substitution ( gives quickly) combined with equating coefficients to find and .
Always check that a quadratic factor is truly irreducible before using this form. If appears in the denominator, factor it as and use distinct linear factors instead.
Repeated Quadratics in Decomposition
Just as repeated linear factors need multiple terms, repeated irreducible quadratic factors do too. For , include:
Each term has a linear numerator, and you write one term for each power from 1 through .
These problems generate larger systems of equations, so equating coefficients is typically the most reliable approach. Be organized: expand everything carefully, group by powers of , and solve the resulting system step by step.

Summary of Decomposition Forms
| Denominator Factor Type | Form of Partial Fraction Term |
|---|---|
| Distinct linear | |
| Repeated linear | |
| Irreducible quadratic | |
| Repeated irreducible quadratic |
Applications in Calculus and Differential Equations
You won't need this for your pre-calc exam, but here's why this topic exists in the curriculum: in calculus, integrating a fraction like directly is difficult. Once you decompose it into , each piece integrates easily using basic logarithm rules. Partial fractions also appear when solving certain differential equations using Laplace transforms. The decomposition skills you build now will pay off later.