TL;DR
Partial Fraction Decomposition: Break a rational function into simpler fractions: 1/(k(k+1)) = 1/k - 1/(k+1). This concept is essential for quantitative trading interviews and is frequently tested at top firms.
By Valenke Exam Prep Team·Last updated 2026-06-01
Analysis
Partial Fraction Decomposition
Break a rational function into simpler fractions: 1/(k(k+1)) = 1/k - 1/(k+1).
Partial fraction decomposition breaks a complicated rational function into a sum of simpler ones:
Intuition: Just as you can factor an integer into primes, you can factor a rational function into "atomic" fractions. Each factor in the denominator contributes one simple fraction. This makes integration, summation, and generating function extraction straightforward.
Algorithm for distinct linear factors:
1. Factor the denominator:
2. Write:
3. Multiply both sides by and solve for (plug in )
Concrete example: Decompose .
Multiply by : .
Set : , so .
Set k = − 2 k=-2 : 1 = − 2 B 1 = -2B , so B = − 1 / 2 B = -1 2 \frac{1}{2} .
Result: 1 k ( k + 2 ) = 1 2 ( 1 k − 1 k + 2 ) \frac{1}{k(k+2)} = \frac{1}{2}\left(\frac{1}{k} - \frac{1}{k+2}\right) .
When to use: Simplifying rational expressions for telescoping sums, integration, inverse Laplace transforms, and generating function extraction. A standard step in solving recurrences via generating functions.
This is a fundamental technique — essential plumbing for analysis, combinatorics, and probability alike.
Ready to practice for the Valenke Finance Exam?
Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.
Start free practice →