Series, Sums, and the Geometric Reflex
2 min read
A surprising number of interview questions reduce to recognizing a sum you already know in closed form. This lesson is the short catalog, plus the approximation tricks that make you fast without a calculator.
The geometric series — finance's favorite sum
Everywhere you look, it's this sum wearing a costume:
- A perpetuity paying per year at discount rate : value . "What's \2,000, instantly.
- Expected trials to first success (probability ): differentiating the geometric series gives — the "6 rolls to a six" fact, from first principles.
- Repeating decimals, tick-decay models, momentum half-lives — anything that shrinks by a constant factor.
The derivation trick is worth knowing cold: let , compute , everything telescopes. Interviewers accept the formula; they're delighted by the two-line derivation.
The Gauss sums
The first is pairing (1+100, 2+99, …). The second explains, among other things, why the variance of a discrete uniform die is . Also useful: the sum of the first odd numbers is — the noodle-problem sum starts to feel familiar once odd numbers do.
Harmonic sums and logarithms
appears whenever "the -th step succeeds with probability ": coupon collector (), records in a random sequence (expected number of running maxima in draws is ), the 100-prisoners bound. Knowing turns several hard-looking questions into arithmetic.
Approximation kit
- and for small : the engine behind return compounding.
- : "2% growth for 30 periods" .
- Rule of 72: doubling time at rate is periods (from , with the numerator nudged to 72 for divisibility). At 8%: nine years. Interviewers use this constantly and expect you to.
- Useful constants at your fingertips: , , (secretary problem!), , (daily→annual vol).
The interview version
*"A stock pays \5/0.04 = 125\frac{1.02}{1.04}= \frac{5}{0.04 - 0.02} = 250. *"Estimate how long \1 takes to become \\ln 10 \approx 2.32.3/0.07 \approx 33$ years (or: three doublings is 8×, a bit more than three rule-of-72 periods ≈ 31 — both accepted). Fast, structured, and every step namable: that's the standard being tested.