Key Ideas
1What Partial Fractions Do. Rewrite a single complex fraction, like (5x+1)/((x+1)(x-2)), as a sum of simpler fractions with smaller denominators.
2Setting Up the Decomposition. For distinct linear factors, assign one unknown constant to each factor's fraction: (5x+1)/((x+1)(x-2)) = A/(x+1) + B/(x-2).
3Solving for the Unknown Constants. Multiply both sides by the original denominator to clear fractions, then substitute convenient x-values (or match coefficients) to solve for each constant.
4Repeated Linear Factors. A repeated factor like (x-1)^2 requires a term for each power: A/(x-1) + B/(x-1)^2.
5Why It's Useful. Simpler fractions are much easier to integrate, differentiate, or otherwise manipulate than one complicated combined fraction.
Worked Examples
Decompose (5x+1) / [(x+1)(x-2)] into partial fractions.
(5x+1)/[(x+1)(x-2)] = (4/3)/(x+1) + (11/3)/(x-2)
Decompose (3x+5) / [(x-1)(x+3)] into partial fractions.
(3x+5)/[(x-1)(x+3)] = 2/(x-1) + 1/(x+3)
Check the decomposition 2/(x-1) + 1/(x+3) by combining back into a single fraction and confirming the numerator.
Confirmed correct