Partial Fractions
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn partial fraction decomposition, a technique for breaking complicated rational functions into simpler pieces you can integrate directly.
The Concept
Section titled “The Concept”A rational function is a ratio of two polynomials. When the denominator factors, you can split the fraction into a sum of simpler fractions, each of which integrates to a logarithm or an arctangent.
Before you start
Section titled “Before you start”If the degree of the numerator is greater than or equal to the degree of the denominator, do polynomial long division first. Partial fractions only work on proper fractions (numerator degree strictly less than denominator degree).
The three cases
Section titled “The three cases”After factoring the denominator completely, set up the decomposition based on what you see.
Distinct linear factors. For each factor (x - c), add a term A/(x - c)
Repeated linear factors. For a factor (x - c) to the n, add one term for each power from 1 to n
Irreducible quadratic factors. For a factor (x² + px + q) that doesn’t factor further, the numerator is linear
Solving for the coefficients
Section titled “Solving for the coefficients”Two approaches work well.
The cover-up method (for distinct linear factors): plug in the value that makes each factor zero. This isolates one coefficient at a time.
Equating coefficients: expand both sides, then match the coefficients of each power of x. This always works, even for repeated and quadratic factors.
Worked Example
Section titled “Worked Example”Example 1: Distinct linear factors
Evaluate
Set up the decomposition
Multiply both sides by (x - 1)(x + 3)
Cover-up: let x = 1, so 7 = 4A, giving A = 7/4. Let x = -3, so -13 = -4B, giving B = 13/4.
Example 2: Repeated linear factor
Evaluate
Set up the decomposition
Multiply both sides by (x - 2)²
Let x = 2, so 6 = B. Expand: x + 4 = Ax - 2A + 6, so matching the x coefficient gives A = 1.
Example 3: Irreducible quadratic factor
Evaluate
This denominator doesn’t factor (x² + 4 is always positive). Split the integral by separating the numerator
The first integral uses u = x² + 4, du = 2x dx
The second matches the standard arctangent integral formula. Here a = 2
Combining
Real-World Application
Section titled “Real-World Application”Partial fractions show up anywhere rational functions need to be integrated or inverse-transformed.
- In electrical engineering, Laplace transforms turn differential equations into rational functions, and partial fractions are how you invert them back to time-domain solutions
- In control systems, transfer functions are rational, and partial fractions decompose them into first-order and second-order components
- In physics, certain potential energy and wave function calculations produce rational integrands
- In probability, moment-generating functions sometimes require partial fraction techniques