Limits and Continuity
The formal idea of a function's value 'as you get arbitrarily close' to a point, and the guarantee — continuity — that a small change in input never produces a sudden jump in output.
A bond's price as a function of yield behaves smoothly — nudge the yield a tiny bit, and the price moves a correspondingly tiny bit. But some financial quantities don't behave this way: an option's payoff at expiry jumps abruptly the instant the underlying crosses the strike. Telling these two behaviors apart precisely — "smooth, predictable response" versus "sudden jump" — is exactly what limits and continuity formalize, and the distinction matters enormously for how risk and hedging behave near such points.
An analogy: watching a car approach a stop sign
If you watch a car slow down as it approaches a stop sign, you can predict with confidence where it will be at the exact moment it reaches the sign, just by watching where it's headed as it gets closer and closer — even without needing to see it actually arrive. That predicted "where it's headed" is the idea of a limit: the value a function is homing in on as the input approaches some point, whether or not you ever look at the function exactly at that point. A function is continuous at a point when this predicted value actually matches what the function does there — no surprise jump when you finally arrive.
The math, one symbol at a time
The limit of as approaches , written
means: for every degree of closeness you demand between and (however small), there's a corresponding closeness of to that guarantees it — you can force as close to as you like by keeping close enough to , without ever needing to equal exactly. A function is continuous at when three things all line up: exists, exists, and they're equal, — the value the function is heading toward matches the value it actually has.
Worked example 1: a removable gap versus a genuine jump
Consider for . Direct substitution at gives , undefined — but factoring, for , so . The limit exists and equals 4, even though itself is undefined — this is a "removable" discontinuity, a single missing point in an otherwise smooth function. Contrast this with a call option's payoff near : approaching from below gives , approaching from above gives too (both sides meet at 0, so the payoff itself is continuous) — but its slope has a genuine jump there, from 0 to 1, which is a different (and financially important) kind of discontinuity, in the derivative rather than the function itself.
Worked example 2: computing a limit numerically
To check (a limit that shows up when discretizing continuous compounding), evaluate at successively smaller : at , ; at , ; at , . The values are homing in on exactly 1, even though direct substitution at gives the undefined — numerically probing points closer and closer to the target is a direct, hands-on way to estimate a limit before proving it formally.
Trace the curve near different input values and watch how the output value the curve is approaching from either side is what a limit formalizes — drag close to a point and compare the left- and right-hand behavior.
What this means in practice
Continuity is the baseline assumption behind almost every pricing formula and hedging argument in finance — a hedge that relies on smoothly adjusting a position as prices move (delta hedging) implicitly assumes the relevant quantities are continuous. Where continuity breaks — option payoffs at the strike, credit events, circuit breakers — standard smooth-calculus tools like derivatives stop applying cleanly, and risk near those points behaves qualitatively differently (see the jump-in-slope example above, which is exactly why gamma spikes near an option's strike at expiry).
A limit is the value a function approaches as the input gets arbitrarily close to a point, whether or not the function is defined there; continuity means the function's actual value at that point matches what the limit predicts — no surprise jump.
A limit existing does not require the function to be defined at that point (worked example 1), and a function being defined at a point does not guarantee the limit there equals that value. Students often conflate "I can plug in the number" with continuity, or conclude a limit doesn't exist just because direct substitution gives — that form only means the limit needs more work (factoring, L'Hôpital's rule, or numerical probing), not that it fails to exist.
Related concepts
Practice in interviews
Further reading
- Spivak, Calculus, ch. 5