orange juicetin 🍊🧃

ever wonder, hey, what is the black-scholes equation™?

A friend recently asked me about helping them understand Black-Scholes(-Merton, sometimes????1), coincidentally a topic I was focused on learning in my time at the Recurse Center. And in the spirit of learning generously, I figured a writeup on it would knock out two-birds-with-one-stone, so I was happy to oblige. So voilà! Here we are for my benefit and for yours. And in easy form for my friend to read (I hope).

Also, if you don't know what an option is, just skim that and know that this is what we're trying to figure out a function for pricing using this Black-Scholes equation!

All you need to know

is this partial differential equation:

Vt+12σ2S22VS2+rSVSrV=0

And if we rewrite it by shifting over some parts, we have:

Vt+12σ2S22VS2=rVrSVS

And, done!

Each symbol:

Pretty intuitive.

sorry i was just kidding

Let's step back for a second from all all this stochastic calculus, partial differential equations, Itô's Lemma, and fancy derivation2 because, yes, it's weird and complicated and everybody starts by first looking at the Black-Scholes equation (which, by the way, is different from the model that most people are familiar with!) and understandably hits a wall. Whole courses have been created revolving around this equation, so evidently we'll just be trying to touch at the foundational intuition as best we can.

What is the problem we are trying to solve?

There is an option on some underlying asset based on some expiry date and time. We are trying to come up with some function V that can calculate this option's value.

In just plain English, what are things to consider when pricing this contract? Maybe:

The asset is not just stocks! This applies for an option on anything – a commodity, currency, bond, you name it.

Something to note about the Black-Scholes equation above is a partial differential equation where the solution is another function V! Something that I cannot hammer home enough – this specific equation with partial derivatives does not pump out a dollar amount for our option once we put all the parameters in. The "solution" (it's hard to solve) to this equation is actually another function, not a single number.

then what is the black-scholes model?

With that established and on the note of "PDEs are hard to solve" – if we make certain strong, very very unrealistic and idealized assumptions about the world, then we can find an analytical solution (plain English: actually derive an exact formula that would solve this PDE), one you might see around commonly referred to as "the Black-Scholes model" for vanilla European options.

But to reiterate, this one V yielded under certain unrealistic conditions should NOT be confused with our fundamental Black-Scholes equation written at the top! That main PDE up top is far more foundational, and we use that to broadly price any kind of option. What you cover in Derivatives 101 at Wharton is not using this original complex equation, it's just plugging-and-chugging into the Black-Scholes model as a proof of concept to get you familiar with checking a Bloomberg Terminal and copy-pasting numbers into prewritten equations as preparation for what most of your life as an investment banker will be.

~

If we don't constrain ourselves to this very narrow field of vanilla European options (assumptions of constancy in interest rate, no stock dividends, no transaction costs, all of which again are very unrealistic), then we can't just derive a different formula from this PDE with plug-and-chug.

Instead, we resort to numerical methods, such as finite-difference methods or the classic Monte-Carlo method (plain English: Excel Solver) to get a solution to the Black-Scholes equation! We won't find an exact formula for V, just a very good approximation to it. And this has remained an area of active, continued research ever since Black-Scholes first introduced their model back in 1973, which is in line with how active PDE research has continued to be across all the disciplines it remains incredibly useful in (electromagnetic theory, heat transfer, fluid dynamics, the list goes on and on).

Some core intuition

Something important to note here: at the expiry time T, there is no uncertainty remaining; we know what our asset's value is with S and it's pretty easy to tell how valuable a call/put option is on a known outcome (e.g. if I have a put option for a stock at 100$ expiring today at 4PM and the stock's end value at 4PM is 80,theoptionisworth20 because of our profit if we exercise the option). Hence, making a function V to calculate the option price is trivial.

But at any time before our terminus T, we don't know what the value of our asset will end up being at time T, so we have to factor in that uncertainty into our pricing function! And that comes in the form of our volatility measurement, σ.

The beautiful part about Black-Scholes equation is that it draws a direct connection between the underlying's volatility (σ) and our function to price the derivative (V). All encoded in a single mathematical formula encoding a vast, hard problem into one simple statement. If you know exactly how volatile the underlying is, you can always then find the function that will calculate the "correct" price of an option only needing the initial asset price we're starting with.

volatility volatility volatility

If there are the three rules of real estate, then similarly these are the three rules of options pricing. Because of the work that Black-Scholes has done, we have a direct translation between our volatility σ and our option price. In practice though, finding this σ value is incredibly hard. Figuring out how uncertain the future will be tends to be that way.

In fact, this problem is so hard that the VIX, the volatility index that the CBOE (Chicago Board Options Exchange) keeps track of that is used by countless investors and financial institutions, derives its volatility from the quoted prices of S&P500 index put/call options as its bar, rather than calculating it themselves! Hence why it is often called "implied" volatility, the future volatility that is "implied" by the market prices for options. I repeat, the market prices are actually what determine expected volatility, and it's used to aggregate traders' beliefs on how much future volatility to expect. This sounds a lot like what we've covered before on the usefulness of markets, and how they prove to be wonderful information aggregators and forecasters.

On the contrary, other people/researchers/investors try their best to model volatility more accurately on their own, instead of how the CBOE does it. If they can model volatility more accurately than others, they're able to more accurately price options, and that's useful for them! A lot like how people out there try to value stocks more accurately than the market price says they're worth. In both cases, there's always some player trying to find an edge and see if there's something that everyone else is missing, and trading on that information. This is what lots of quantitive funds and market making shops are doing on a daily basis, especially as they make a market on options as liquidity providers.

still not fully done...

And to be honest, there's sooo much more to still be covered. Again, this is, uh, an active area of research to say the least, so makes sense that I can't get to all of it within this writeup. But I hope at the very least it's provided some clarity into what it means when everyone throws around the term "Black-Scholes" left and right and you always wondered why this math from the 70's has remained relevant today.

one last note on that fancy equation (extra credit)

On what I wrote earlier:

Vt+12σ2S22VS2=rVrSVS

If you ever want to go down the rabbit hole of options, you often hear about the "greeks" (typically four main ones, though there are far too many more you can further explore):

And, what do ya know, I wonder what happens if we look a little closely at that formula above– oh! would you look at that:

Θ+12σ2S2Γ=rVrSΔ

Except for vega, they're all there! Did they originate from Black-Scholes? Also not sure (it seems the history of finance needs some better historians), but it seems likely (Black-Scholes popularized the usage of Greeks) as the two concepts are often inseparably intertwined.

More importantly though, a key observation of Black-Scholes is the "risk-neutral" pricing argument by seeing that the sum of Θ and a term with Γ in it (left-hand side) is equal to the risk-free return rate of any combined portfolio of options and stocks (right-hand side). On the left-hand side, the value of Θ is typically negative as time decay and Γ usually positive to reflect the gains the portfolio receives from holding the options within it, so they both cancel out to return risk-free rate of return.

TL;DR, the value of an option doesn't depend at all on how risky the underlying is! Risk preferences don't matter to us. Hence, we can assume that all assets grow, and hence can be discounted, with the risk-free rate (typically 10-yr Treasury note yield) regardless of what the asset is, and still accurately price our options. That's a massive mathematical convenience to us.

Hence, the Greeks and their usage were quite popularized by Black-Scholes, and you see them everywhere today as sensitivities closely watched by traders to consider various risks and potential movements as they navigate their options trades.

But, it's complicated. It's still sometimes all Greek to me.


  1. Apparently Merton started getting attributed with more credit because he a) helped edit the original paper b) was the first one to expand on Black-Scholes' initial idea in a later paper, where he coined the very term "Black-Scholes pricing model" and named himself out of it in the history books. It's ok, he still ultimately got a Nobel prize out of it, as well as co-founding a spectacularly failed hedge fund (that Scholes ended up joining too !!)

  2. surprisingly, Wikipedia has a wonderful derivation of the formula from first principles based on Hull's classic Options, Futures, and Other Derivatives

  3. No one really knows why it's called "vega"? It's not even a real Greek letter, this is actually a lowercase nu that must've been picked because it kind of looks like a "v"? Maybe the V in Vega is meant to refer to vega representing the partial derivative of price with respect to Volatility? Who knows!