REF · METHOD

Convexity and Jensen's Inequality

Johan Jensen, 1906 — when a quantity fluctuates, may you substitute its average?

Cited from: Topic 39 Antifragility and Optionality

01The Question It Poses

You have a quantity that fluctuates: next year's footfall, the stress on this batch of parts, the dose in this session, the concurrency on your servers. Usually all you know is its average. So you substitute the average into your formula, get a number, and plan around that number.

Is that move legitimate? It depends entirely on one thing: whether the response of the outcome to that quantity is straight or curved. If straight, substituting the average is perfectly fine. If curved, the number you computed is not the average outcome at all, and the error has a fixed direction. Jensen's inequality answers which direction, and why it must be that one.

02The Rules

  1. There is a fluctuating input x and a function f turning it into an outcome; what you care about is f(x).
  2. Over some interval, if you pick any two points on the curve and join them with a straight line (a chord), and that chord always lies above the curve, then f is convex there; a chord always below means concave; a chord lying on the curve means it is a straight line.
  3. Jensen's inequality: when f is convex, the average of the outcomes ≥ the outcome of the average; when concave, the inequality reverses; when straight, the two are equal. In symbols, E[f(x)] ≥ f(E[x]), where E[·] means "take the average".
  4. How large the gap is depends on two things: how sharply the curve bends (the second derivative f″) and how much x fluctuates (the variance). For modest fluctuation there is a handy approximation: gap ≈ ½ × f″ × variance.
  5. You can measure it without any calculus: push x the same distance up and down, and compare the magnitudes of the two changes in the outcome. Downside bigger than upside means concave; the reverse means convex.

Rule 2's "the chord lies above" is worth memorising, because it is the picture of the whole thing: every point on the chord is "average the two outcomes"; the corresponding point on the curve is "average the inputs first, then compute". That they do not coincide is the entire effect of volatility.

Jensen's inequality: the chord sits above the curve this gap = the dividend of volatility low average high curve f chord = average of both outcomes Convex: average first, then apply f, and you get less than applying f first. Flip the picture for concave and the inequality flips too.
On a convex curve every chord lies above the curve. The distance between chord and curve is the whole difference volatility makes.

03What You See When It Runs

Run the experiment that settles it: nail the mean down and move only the volatility. Keep the average of x at 100 throughout — first perfectly still, then bouncing between 90 and 110, finally between 60 and 140. The average is identical in all three.

Mean held fixed, volatility turned up no volatility 60 60 mild 74 46 wild 104 16 average outcome, convex response average outcome, concave response The mean never moved. The convex one earns from volatility itself; the concave one loses from it.
All three groups have exactly the same mean; only the volatility changes. The convex response earns from it, the concave one pays.

The convex response's average outcome climbs the whole way; the concave one falls. The mean never budged, yet the result moves systematically — that is where "volatility itself has a price" comes from. Finance has a name for this sensitivity: vega. Option prices rise with volatility ultimately because an option's payoff structure is convex.

Read backwards, it also gives you a diagnostic. If someone's plan "looks fine on average, it just can't take volatility", that is not a matter of nerves — the curve in their hands is concave.

04What It Explains

The reach of convexity is almost alarmingly wide, because curved responses are everywhere:

Option pricing: options get more expensive as volatility rises, a direct consequence of Jensen. Fractionated radiotherapy: part of the damage to normal tissue grows with the square of the single-session dose (convex), so the same total split into dozens of sessions does markedly less harm. Capacity planning: queueing delay is convex in utilisation, so estimating the peak experience from average utilisation is badly optimistic. Schedule estimation: a set of parallel tasks finishes when the slowest one does, and "take the maximum" is a convex operation, so a completion date computed from each task's average duration is systematically earlier than reality. Volatility drag in investing: compounded long-run growth is governed by the geometric mean, which is always ≤ the arithmetic mean, with the gap widening as volatility rises — the same inequality again. Agriculture and climate: crop yield turns sharply concave in temperature above a threshold, so looking only at "average warming" understates the loss; what matters is the distribution of extreme-heat days.

The shared lesson is one sentence: wherever the relationship is curved, "the average" stops being a neutral summary and becomes an error with a direction.

What It Cannot Explain

Further Reading