Partial Fractions is the habit of splitting rational expressions into simpler fractions for telescoping sums and equations. In contest math, that habit turns a crowded setup into a relation the student can test, bound, count, or compute. MathGrit teaches it as a recognizable signal, a deliberate move, and a final translation back to the original question.
A rational expression with a factored denominator splits into a sum of simpler fractions, which is what makes many sums telescope and many integrals/equations tractable.
Evaluate the sum $\displaystyle\sum_{n=1}^{99} \dfrac{1}{n(n+1)}$.
1
Decompose each term: $\dfrac{1}{n(n+1)} = \dfrac{1}{n} - \dfrac{1}{n+1}$.
2
The sum telescopes: $\left(\dfrac{1}{1} - \dfrac{1}{2}\right) + \left(\dfrac{1}{2} - \dfrac{1}{3}\right) + \cdots + \left(\dfrac{1}{99} - \dfrac{1}{100}\right)$ — all interior terms cancel.
3
What remains is $1 - \dfrac{1}{100} = \dfrac{99}{100}$.
Answer:
$\dfrac{99}{100}$.
Olympiad / Challenge
Evaluate the infinite sum $\displaystyle\sum_{n=1}^{\infty} \dfrac{1}{n(n+2)}$.
1
Decompose with a gap of $2$: $\dfrac{1}{n(n+2)} = \dfrac{1}{2}\left(\dfrac{1}{n} - \dfrac{1}{n+2}\right)$.
2
The partial sum to $N$ telescopes with a step of $2$, leaving the first two minus the last two: $\dfrac{1}{2}\left(1 + \dfrac{1}{2} - \dfrac{1}{N+1} - \dfrac{1}{N+2}\right)$.
3
As $N \to \infty$ the trailing terms vanish: $\dfrac{1}{2}\left(1 + \dfrac{1}{2}\right) = \dfrac{1}{2}\cdot\dfrac{3}{2} = \dfrac{3}{4}$.
Answer:
$\dfrac{3}{4}$.
Going Deeper
Generalization: any proper rational function decomposes over its denominator's irreducible factors — distinct linear factors give $\frac{A_i}{x - r_i}$, repeated factors $(x - r)^m$ require $\frac{A_1}{x-r} + \cdots + \frac{A_m}{(x-r)^m}$, and irreducible quadratics contribute $\frac{Bx + C}{x^2 + px + q}$.
Where it appears: it is the standard route for telescoping sums (AIME/Putnam), evaluating integrals of rational functions in calculus, and inverting generating functions / linear recurrences.
Pitfall: partial fractions require a PROPER fraction (numerator degree $<$ denominator degree) — if not, do polynomial long division first. And with a repeated factor you must include EVERY power $\frac{A_k}{(x-r)^k}$ up to the multiplicity; omitting a lower power makes the system unsolvable.
Spot the Signal
Look for problems where the key step is splitting rational expressions into simpler fractions for telescoping sums and equations.
You can describe the hard part as splitting rational expressions into simpler fractions for telescoping sums and equations, but a direct attack starts producing clutter.
The problem rewards preserving structure instead of expanding, listing, or guessing too early.
Learn the Move
Start by identify the expression or equation that calls for partial fractions, then rewrite the givens around it.
Name the relation that makes Partial Fractions legal before doing computation.
Use the new relation to replace the messiest part of the problem with a cleaner one.
Translate the result back to the quantity the problem actually asks for.
Avoid These Traps
Do not use Partial Fractions just because the surface looks familiar; verify the required condition first.
Applying Partial Fractions because it sounds relevant, without checking the trigger first.
Stopping after spotting the technique instead of finishing the calculation or proof.
MathGrit Coach Note
Let partial fractions reveal the algebraic structure; then compute only what remains.
Try it on:
Practice a contest problem where the key step is splitting rational expressions into simpler fractions for telescoping sums and equations.