# Local Volatility in Terms of Implied Volatility

> [Local volatility surface corresponding to the implied volatility surface](https://quant.stackexchange.com/questions/16898/local-volatility-surface-corresponding-to-the-implied-volatility-surface)
>
> Loosely speaking:
>
> * Local volatility is the instantaneous volatility at time T if the spot is S at that time.
> * Implied volatility is the expected integrated volatility from today up to time T if the spot ends up at S at that time.

1. [Lecture 1: Stochastic Volatility and Local Volatility](https://docplayer.net/17523808-Lecture-1-stochastic-volatility-and-local-volatility.html)
2. [Derivation of Local Volatility](https://docs.google.com/viewer?url=https://raw.githubusercontent.com/damonYuan/gitbook/main/docs/Dupire%20Local%20Volatility.pdf)
   1. Note that there is a typo in the article [In Dupire's paper, why is (𝑆𝑡,𝑡) in the (𝐾,𝑇) space?](https://quant.stackexchange.com/questions/16343/in-dupires-paper-why-is-s-t-t-in-the-k-t-space/71782#71782)
3. [21-256: Implicit partial differentiation](https://www.math.cmu.edu/~cnewstea/teaching/old/teaching/21-256/implicit-partial-diff.pdf)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.damonyuan.com/math/240124-local-vol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
