Problem 1

Question

Let \(\left\\{\mathcal{F}_{t}\right\\}_{t \geq 0}\) denote the natural filtration associated to a standard \(\mathbb{P}\)-Brownian motion \(\left\\{W_{t}\right\\}_{t \geq 0} .\) Define the process \(\left\\{S_{t}\right\\}_{t \geq 0}\) by \(S_{t}=f\left(t, W_{t}\right)\). What equation must \(f\) satisfy if \(S_{t}\) is to be a \(\left(\mathbb{P},\left\\{\mathcal{F}_{t}\right\\}_{t \geq 0}\right)\)-martingale? Use your answer to check that $$ S_{t}=\exp \left(v t+\sigma W_{t}\right) $$

Step-by-Step Solution

Verified
Answer
The function \( f \) must satisfy \( \frac{\partial f}{\partial t} + \frac{1}{2} \frac{\partial^2 f}{\partial W_t^2} = 0 \). For \( S_t = \exp(vt + \sigma W_t) \) to be a martingale, \( v = -\frac{1}{2}\sigma^2 \).
1Step 1: Understanding the Martingale Condition
A process \( \{S_t\}_{t\geq 0} \) is a \( (\mathbb{P}, \{ \mathcal{F}_t \}_{t \geq 0}) \)-martingale if the expectation of \( S_t \) given the information available up to time \( s \leq t \) is equal to \( S_s \). Mathematically, this condition is written as \( \mathbb{E}[S_t | \mathcal{F}_s] = S_s \).
2Step 2: Expressing the Process in Terms of Function f
Given \( S_t = f(t, W_t) \), and \( S_t \) must be a martingale, we utilize Itô's lemma to transform the process. The differential of \( S_t \) is given by \( dS_t = \left( \frac{\partial f}{\partial t} + \frac{1}{2} \frac{\partial^2 f}{\partial W_t^2} \right) dt + \frac{\partial f}{\partial W_t} dW_t \).
3Step 3: Martingale Condition via Itô's Lemma
For \( S_t \) to have no drift term, ensuring it is a martingale, the coefficient of \( dt \) in the differential must be zero. This gives the equation \( \frac{\partial f}{\partial t} + \frac{1}{2} \frac{\partial^2 f}{\partial W_t^2} = 0 \).
4Step 4: Verifying Given Process
Substitute \( S_t = \exp(vt + \sigma W_t) \) into the Itô's lemma derived condition. Calculate \( \frac{\partial f}{\partial t} = v S_t \), \( \frac{\partial f}{\partial W_t} = \sigma S_t \), and \( \frac{\partial^2 f}{\partial W_t^2} = \sigma^2 S_t \). Substituting into the martingale condition gives \( v + \frac{1}{2} \sigma^2 = 0 \).
5Step 5: Conclusion on Parameters
Thus, for \( S_t = \exp(vt + \sigma W_t) \) to be a martingale, the parameters must satisfy \( v = -\frac{1}{2} \sigma^2 \).

Key Concepts

Brownian MotionItô's LemmaStochastic CalculusFiltration in Probability
Brownian Motion
Brownian motion, often referred to as a random walk, is a continuous-time stochastic process that is frequently used to model random behavior over time, such as stock prices. In the financial context, a Brownian motion is usually symbolized by \\( \{W_t\}_{t \geq 0} \). This process has the following fundamental properties:
  • Starts at zero: \( W_0 = 0 \).
  • Has independent increments: the movements in non-overlapping intervals of time are independent of each other.
  • Has stationary and normal increments: the change over any interval of time \( t \) is normally distributed with mean \( 0 \) and variance \( t \).
  • Exhibits continuous paths which are almost everywhere continuous.
Brownian motion models the erratic and unpredictable behavior seen in various systems, from particles suspended in fluid to financial markets. When applied to finance, it forms the foundation of the Black-Scholes model, one of the most important models for pricing options.
Itô's Lemma
Itô's Lemma is a fundamental result in stochastic calculus. It is somewhat analogous to the chain rule in regular calculus but designed to handle functions of stochastic processes. When a process is driven by a Brownian motion, it may not be smooth; hence, standard calculus rules don't apply. This is where Itô's Lemma steps in. Here's how it works:

Suppose you have a stochastic process \( S_t = f(t, W_t) \), then Itô's Lemma transforms the differential \( dS_t \) as:

\[ dS_t = \left( \frac{\partial f}{\partial t} + \frac{1}{2} \frac{\partial^2 f}{\partial W_t^2} \right) dt + \frac{\partial f}{\partial W_t} dW_t \]

This formula includes an additional term, \( \frac{1}{2} \frac{\partial^2 f}{\partial W_t^2} \), which accounts for the variance caused by the stochastic nature of \( W_t \). It ensures that changes in \( S_t \) reflect both the deterministic and the random components. Itô's Lemma is crucial for constructing models that describe the evolution of prices and is used heavily when deriving the Black-Scholes equation.
Stochastic Calculus
Stochastic Calculus is a branch of mathematics that deals with the integration and differentiation of functions that involve stochastic processes like Brownian motion. Unlike regular calculus where you deal with deterministic functions, stochastic calculus handles functions that involve random variation over time.
  • It revolves around the Itô integral, which is the stochastic counterpart of the traditional Riemann integral.
  • It is used to obtain mathematical expectations, model dynamic systems, and provide solutions to differential equations that involve randomness.
  • This branch of calculus is foundational in financial mathematics, particularly in the pricing of derivatives and risk management.
The key notion here is that it provides the tools to model situations where randomness is a core element. In areas like finance, stochastic calculus helps in the modeling of the random movement of asset prices and allows practitioners to formulate strategies to hedge risks.
Filtration in Probability
In probability theory, a filtration \( \{ \mathcal{F}_t \}_{t \geq 0} \) is a mathematically rigorous way to describe the amount of information that is available at each point in time. It progressively collects past information as time progresses, compatible with the idea of not knowing future events.

Here’s how it works:
  • Each \( \mathcal{F}_t \) is a collection of subsets of possible outcomes, representing the information "known" up to time \( t \).
  • It satisfies \( \mathcal{F}_s \subseteq \mathcal{F}_t \) for all \( s \leq t \), meaning information doesn't decrease over time.
  • In the context of a Brownian motion, the natural filtration is the accumulated information generated by observing the process up to time \( t \).
Filtration is crucial in finance when modeling the evolution of stock prices since it helps define and ensure the conditions under which a process is a martingale. This is particularly pertinent when applying it to Itô calculus to solve problems like the one presented in the exercise.