You have learned the physics of price — Brownian Motion, GBM, Quadratic Variation, the Filtration, the Martingale. Now it is time to put it all to work. This chapter is where abstract mathematics meets a real NSE price chart. The goal is one thing: to look at a sequence of prices and extract the single hidden number — σ (sigma), the volatility — that describes how violently the market is truly shaking. Everything else, the drift, the trend, even the direction, drops away. Only σ survives.
Three steps: observe prices → apply the math sieve → extract σ. Drift and noise vanish. Only volatility remains.
We met GBM in Chapter 3. Now we see its full, explicit form — the exact equation that tells you the price at any future time, given where it started. It has exactly two ingredients, and they work in opposite directions: one is steady and predictable, the other is wild and random.
The drift is the smooth escalator. The shock is the drunken wobble around it. GBM is both, simultaneously.
The −½σ² correction in the drift is subtle but critical. Without it, the average price would grow too fast. The −½σ² term is an "Itô correction" — a penalty that accounts for the fact that the log-normal price path's average is slightly pulled down by the convexity of the exponential function. It keeps the expected return honest.
Instead of watching raw price changes (from $100 to $101), mathematicians look at log returns: the natural logarithm of the ratio between consecutive prices. This seemingly small change of perspective has a powerful consequence — it turns the compounding multiplication of prices into simple addition, which the mathematics can handle cleanly.
$100 → $110 → $99
Change: +$10, then −$11
The second drop looks bigger, but percentage-wise it's the same. Dollar changes mislead when the base price shifts.
log(110/100) = +9.5%
log(99/110) = −10.5%
Perfectly captures the asymmetry. Log returns sum cleanly across time and are directly comparable regardless of price level.
When you square the log returns and sum them up, the algebra breaks the result into exactly three pieces. The remarkable thing is that as you use finer and finer time steps — looking at shorter and shorter intervals — two of those pieces vanish to zero. Only one piece survives. And that survivor is σ².
As resolution increases (steps get smaller), Pieces ② and ③ fall to zero. Only Piece ① — the pure volatility signal — survives.
This is the mathematical proof that Realized Volatility works. You can ignore the drift, the trend, even the direction the market is moving — none of it survives the limit. Sum the squared log-returns and you have extracted σ² from the raw price data. Square-root it and you have σ itself — the true heartbeat of the market.
The math says: the finer your time steps, the purer your σ estimate. Use nanosecond data and you get a perfect reading. But in the real world, zooming in too far hits a wall — not a mathematical wall, but a market structure wall.
Imagine a stock sits at $100.00 bid / $100.01 ask. Every millisecond, trades alternate: buy at $100.01, sell at $100.00, buy at $100.01, sell at $100.00. Your formula sees: log(100.01/100.00) = +0.01%, then log(100.00/100.01) = −0.01%, alternating every millisecond. The sum of squared returns will be enormous. The math screams that volatility is sky-high. But in reality, the price hasn't moved a single penny. You are not measuring market volatility — you are measuring the bid-ask spread.
The "Volatility Signature" — the U-shaped curve every quant uses to find the optimal sampling frequency for their market.
In practice, most quant researchers use 5-minute bar data for intraday volatility estimation on liquid markets like NSE Nifty. This sits in the sweet spot: fast enough to capture real price moves during the day, but slow enough to average out the bid-ask bounce. The optimal frequency varies by stock — liquid large-caps can handle finer sampling than illiquid small-caps.
The mathematics of Brownian Motion was not invented by one person overnight. It was assembled over a century, by people who had no idea their work would one day power a trillion-dollar derivatives industry.
You now have the complete mathematical description of a perfectly fair, efficient market. Three axioms summarise everything studied across all nine chapters. These are the laws of Brownian Motion as a market model — and understanding where real markets deviate from them is where every trading edge begins.
Why models and reality differ: These three axioms describe an idealised, mathematically perfect market. Real markets are more complicated. Empirical research has documented that prices sometimes exhibit momentum (short-term trends that persist), that investors demand risk premiums above the risk-free rate, and that volatility is not constant — it clusters during crises and calms during stable periods. Understanding these three axioms deeply is what allows a researcher to ask the right questions when they observe real data: Is this pattern a Markov violation? Is this return a genuine risk premium or just noise? Is this volatility spike a temporary cluster or a structural change? The axioms are not limitations — they are the measuring stick against which real market behaviour is compared and understood.
Generate a GBM price path with a known σ. Then use the math sieve — summing squared log-returns — to recover σ from the path alone. Try different sampling frequencies and watch the microstructure effect: too fine a resolution adds noise, too coarse misses moves. Find the sweet spot.
Green = price path | Gold dashed = true drift (escalator) | The stat chips show how well we recovered σ — ignoring the drift entirely
The Grand Finale summary — nine chapters in four lines:
① Brownian Motion is the mathematical model of randomness: independent, normally distributed, continuous but jagged.
② GBM adds a drift and makes moves proportional to price, giving us a log-normal distribution that can never go negative.
③ Realized Volatility is how we extract σ from a price chart: sum the squared log-returns, and everything except σ² vanishes in the limit.
④ The three axioms (Martingale, Markov, constant QV) define a perfect fair market. Your edge is in the violations. You are now ready for Itô's Formula — the bridge that tells you how any function of price changes when the underlying Brownian Motion moves.