Today I worked with a colleague of mine understanding stochastic differential equations.

Notes I took during the seminar.

And this is the translation:

Stochastic processs

Let $(\Omega, B, P)$ be a measure space, with Borel $\sigma$-algebra B, and measure P such that P is a probability measure.

Definition A stochastic process is a parametrized collection of random variables:

such that each $X_t$ is a random variable in the measure space.

Brownian movement or Wiener process

Let $\{ w_t \mid t \geq 0 \}$ be a stochastic process, such that $w_t$ is continous in the weak sense with respect to $t$. $w_t$ is a Wiener process if:

  1. $ 0 \leq t1 \leq t2 $ implies
  2. For any $t_1 < t_2 < t_3$, is independent of .
  3. The probability $w_0 = 0$ satisfies $P(w_0 = 0) = 1$.

Note: In general, $w_t$ is non differentiable in any point.

Ito integral

Let $f(t, x_t) = f(t)$, with $x_t$ an stochastic process, such that

We will say that $f(t)$ is a random function. Let

be a partition of $[a, b]$, with equally spaced points, and let $\Delta t = (b - a)/n$ and . Then, Ito’s integral is

Notes:

  • If $s_n$ represents the nth-partial sum, we say that $\lim s_n = I$ if

(convergence in probability).

  • Note that there are two stochastic processes involved in the definition: $x_t$, which is implicit in $f(t)$ and $w_t$, which after the seminar we concluded, represents noise or decoherence, depending the problem.

Ito’s stochastic differential equation

Definition: $x_t$ is a solution of the stochastic differential equation,

if for any $t > 0$, $x_t$ satisfies

Under some conditions, it can be proved that the solution to this equation is unique (proof?).

Teorem (chain rule) If $x_t$ is the solution of a stochastic differential equation, and $F(x, t)$ is a real function such that the partial derivatives

are continous functions, then

where

and

Stochastic maltus model

Theorem The solution to the stochastic differential equation

is $x_t = x_0\exp((r - c^2/2)t + c \cdot w_t)$.

Proof Let $F = \ln(x)$, according to the chain rule:

Simplifying the equation, we get

We didn’t work the details, but we could show that the fundamental theorem of calculus is valid for stochastic integrals, at least in the case of integrating a constant function. Therefore, applying it to the previous equation, we get:

the theorem follows.

Numerical methods

I. Euler-Murayama method

Note that in order to implement this method, we should select the $\Delta w_i$ randomly with distribution $N(0, \Delta t)$.

II. Milstein method

Modify the last equation into

This last method resembles predictor-corrector methods in ordinary differential equations.