An option price is not a function of one variable — it depends on the spot S, time t, volatility σ, interest rate r, and strike K simultaneously. The Greeks are nothing more than the partial derivatives of this multivariate function: Δ=∂v/∂S, Θ=∂v/∂t, V=∂v/∂σ, ρ=∂v/∂r. You cannot define, compute, or interpret the Greeks without understanding partial differentiation.
More critically, the distinction between a partial derivative and a total derivative is exactly what makes the Black-Scholes derivation work. The partial derivative ∂v/∂t measures time decay with S held fixed. The total derivative dv/dt includes the effect of S changing with t. The total differential dv=vtdt+vSdS+21vSS(dS)2 is the Itô expansion — and it is the total differential, not any single partial derivative, that describes how the option value actually evolves.
Definition
Partial derivative
Let f(x1,x2,…,xn) be a function of n variables. The partial derivative of f with respect to xi is the ordinary derivative taken with all other variables held constant:
After cancellation (using Sϕ(d1)=Ke−r(T−t)ϕ(d2) and ∂d1/∂S=∂d2/∂S), this simplifies to Δ=Φ(d1).
Higher-order partial derivatives
Second-order partial derivatives:
fxx=∂x2∂2f,fxy=∂y∂x∂2f,fyy=∂y2∂2f
Clairaut's theorem (symmetry of mixed partials): If fxy and fyx are both continuous, then fxy=fyx — the order of differentiation does not matter. This holds for all standard pricing functions in quant finance.
In the Greeks language:
Second-order Greek
Symbol
Definition
Interpretation
Gamma
Γ
vSS
Curvature w.r.t. spot; hedging cost
Charm
vSt=vtS
Rate of change of delta w.r.t. time
Vanna
vSσ
Sensitivity of delta to vol
Volga / Vomma
vσσ
Curvature w.r.t. vol
Speed
vSSS
Third-order: rate of change of gamma
All of these are partial derivatives of increasing order, and Clairaut's theorem guarantees that vSt=vtS, vSσ=vσS, etc.
This is the first-order approximation to the change in f when all variables change simultaneously. It is the multivariable chain rule written in differential notation.
For v(S,t):
dv=∂S∂vdS+∂t∂vdt=ΔdS+Θdt
This is the deterministic total differential. Itô's Lemma adds the second-order correction:
dv=ΔdS+Θdt+21Γσ2S2dt
The total differential is the object that the Black-Scholes derivation manipulates: it describes how v changes instant by instant, combining contributions from all variables.
Total derivative vs partial derivative
When v=v(S,t) and S=S(t) is itself a function of t, the total derivative of v with respect to t is:
dtdv=∂t∂v+∂S∂vdtdS
The partial derivative ∂v/∂t=Θ isolates the direct time dependence (with S held fixed). The total derivative dv/dt includes the indirect effect through S changing. In the Black-Scholes world, the P&L of an option position is determined by the total differential, not by any single Greek.
The gradient and the Jacobian
Gradient
The gradient of f(x1,…,xn) is the vector of all first-order partial derivatives:
∇f=(∂x1∂f,∂x2∂f,…,∂xn∂f)
In quant finance, the gradient of the pricing function is the vector of all first-order Greeks: ∇v=(Δ,Θ,V,ρ,…). The total differential can be written compactly as:
dv=∇v⋅dx
where dx=(dS,dt,dσ,dr,…) is the vector of input changes.
Jacobian
For a vector-valued function F:Rn→Rm, the Jacobian matrix is:
J=∂F1/∂x1⋮∂Fm/∂x1⋯⋱⋯∂F1/∂xn⋮∂Fm/∂xn
In quant finance, if you have a portfolio of m options depending on n underlying risk factors, the Jacobian is the matrix of all first-order sensitivities — the "Greeks matrix." This is the object used in multi-factor risk decomposition and in computing portfolio-level VaR via the delta-normal method.
The Hessian
The Hessian matrix of f(x1,…,xn) is the matrix of all second-order partial derivatives:
H=fx1x1fx2x1⋮fx1x2fx2x2⋯⋯⋱
By Clairaut's theorem, H is symmetric. For the option pricing function, the Hessian contains gamma, charm, vanna, volga, and all other second-order cross-Greeks. The second-order Taylor expansion is:
Δv≈∇v⋅Δx+21ΔxTHΔx
This is the multi-factor version of the delta-gamma approximation. The quadratic form 21ΔxTHΔx captures all second-order risk — not just gamma, but all cross-Greeks.
Examples and applications
Example 1: the theta-delta-gamma identity
For a European call in the Black-Scholes model, the option value satisfies the Black-Scholes PDE:
Θ+rSΔ+21σ2S2Γ=rv
This is a relationship between the partial derivatives vt, vS, vSS and the function value v. It shows that the Greeks are not independent — if you know any two, the PDE constrains the third (given the model). Traders use this identity to sanity-check Greek calculations and to understand the theta-gamma trade-off: in a delta-hedged portfolio (Δ=0), Θ≈−21σ2S2Γ+rv, so theta and gamma have opposing signs.
Example 2: multi-factor risk decomposition
Suppose a portfolio P depends on three risk factors: equity level S, interest rate r, and volatility σ. The first-order P&L approximation is:
ΔP≈∂S∂PΔS+∂r∂PΔr+∂σ∂PΔσ=ΔSΔS+ρΔr+VΔσ
This is the total differential applied to the portfolio. Risk managers use this decomposition to attribute P&L to individual risk factors and to determine which hedges are needed.
Example 3: computing vega from the Black-Scholes formula
The Black-Scholes call price C=SΦ(d1)−Ke−rTΦ(d2) depends on σ through d1 and d2. Vega is:
V=∂σ∂C=Sϕ(d1)∂σ∂d1−Ke−rTϕ(d2)∂σ∂d2
Using Sϕ(d1)=Ke−rTϕ(d2) and ∂d1/∂σ−∂d2/∂σ=T... wait, the calculation is cleaner: since d2=d1−σT, ∂d2/∂σ=∂d1/∂σ−T. The ∂d1/∂σ terms cancel, leaving:
V=Ke−rTϕ(d2)T=Sϕ(d1)T
Vega is always positive (higher vol means higher option value for vanilla options), proportional to T (longer-dated options are more sensitive to vol), and peaks near the money (where ϕ(d1) is largest). All derived from partial differentiation.
Common confusions and pitfalls
Confusing ∂v/∂t with the "total" time derivative. The partial ∂v/∂t=Θ measures time decay with the stock price frozen. The actual change in option value over a time step also includes the stock's movement (ΔdS) and the Itô correction (21Γ(dS)2). Theta alone does not determine P&L — the total differential does.
Forgetting cross-partials exist. First-order Greeks (Δ, Θ, V, ρ) are not the whole story. Cross-partials like vanna (vSσ) and charm (vSt) capture how one Greek changes with respect to another variable. For large portfolios or exotic options, these cross-terms can dominate risk.
Assuming partial derivatives commute for any function. Clairaut's theorem requires continuity of the mixed partials. For functions with kinks or discontinuities (e.g., payoff functions at expiration), mixed partials may not exist or may not commute at isolated points.
Where this goes next
Partial derivatives are the language of the Greeks. The total differential is the language of Itô's Lemma. Together, they feed directly into:
Itô's Lemma: The stochastic total differential dv=vtdt+vSdS+21vSS(dS)2.
The Black-Scholes PDE: A second-order PDE in the partial derivatives vt, vS, vSS.
Implicit Differentiation: When you cannot solve for a variable explicitly (e.g., implied volatility), implicit differentiation uses partial derivatives to compute sensitivities indirectly.
Taylor Series: The multivariable Taylor expansion Δv≈∇v⋅Δx+21ΔxTHΔx is the Greeks expansion carried to second order.
References
Stewart, J. (2008). Single Variable Calculus: Early Transcendentals (6th ed.). Thomson Brooks/Cole. Ch. 2.8 and Ch. 11.11 for derivative-as-function and higher-order approximation background; multivariable notation follows the vault calculus sequence.