rational functions
Partial Fraction Decomposition
You should know: rational functions
Overview
Partial fraction decomposition reverses the process of combining fractions over a common denominator: it breaks a single complicated rational expression into a sum of simpler fractions, each with a lower-degree denominator. This is the key algebraic step that makes rational functions tractable for integration in calculus and for inverse Laplace/Z-transforms in engineering.
Intuition
If you know 1/(x-1) + 2/(x+1) combine into a single fraction (3x+1)/(x²-1), partial fractions runs that process backward: given the combined fraction, recover the simpler pieces it came from. The technique works by matching coefficients — since a rational expression's simplified form is unique, forcing the decomposition to reproduce the original numerator pins down every unknown constant.
Formal Definition
For a proper rational function p(x)/q(x) (deg p < deg q) with q(x) factored into linear and irreducible quadratic factors, the decomposition assigns one fraction per factor (or repeated factor):
Properties
Properness requirement
Uniqueness
Applications
Worked Examples
Set up the decomposition with unknowns A, B and clear denominators.
Substitute x=1 to isolate A (this kills the B term).
Substitute x=-1 to isolate B (this kills the A term).
Answer: (3x+1)/((x-1)(x+1)) = 2/(x-1) + 1/(x+1)
Practice Problems
Decompose (5x-4)/((x-2)(x+3)) into partial fractions.
Decompose (2x+3)/(x²(x+1)) into partial fractions.
Common Mistakes
Applying partial fraction decomposition directly to an improper fraction (numerator degree ≥ denominator degree).
You must first perform polynomial long division to write the expression as a polynomial plus a proper remainder fraction; only the proper fractional part gets decomposed into partial fractions.
Using only one unknown constant for a repeated linear factor like (x-a)², e.g. writing A/(x-a)² alone.
A repeated factor (x-a)² requires TWO terms: A/(x-a) + B/(x-a)². Omitting the lower-power term A/(x-a) makes the decomposition unable to match the original numerator in general.
Summary
- Partial fraction decomposition splits a rational function into a sum of simpler fractions, one per factor of the denominator.
- Distinct linear factors get constant numerators; repeated linear factors need one term per power; irreducible quadratics need a linear numerator (Ax+B).
- The expression must be proper (numerator degree < denominator degree) before decomposing — divide first if not.
- Substituting the roots of each linear factor is the fastest way to solve for unknown constants (the 'cover-up' method).
References
- BookSullivan, M. Algebra and Trigonometry, 10th ed. Ch. 11 — Systems of Equations and Inequalities.
Mathematics