Fine Art

.


A stochastic differential equation (SDE) is a differential equation in which one or more of the terms is a stochastic process, resulting in a solution which is itself a stochastic process. SDEs are used to model diverse phenomena such as fluctuating stock prices or physical systems subject to thermal fluctuations. Typically, SDEs incorporate random white noise which can be thought of as the derivative of Brownian motion (or the Wiener process); however, it should be mentioned that other types of random fluctuations are possible, such as jump processes.


Background

The earliest work on SDEs was done to describe Brownian motion in Einstein's famous paper, and at the same time by Smoluchowski. However, one of the earlier works related to Brownian motion is credited to Bachelier (1900) in his thesis 'Theory of Speculation'. This work was followed upon by Langevin. Later Itō and Stratonovich put SDEs on more solid mathematical footing.

Terminology

In physical science, SDEs are usually written as Langevin equations. These are sometimes confusingly called "the Langevin equation" even though there are many possible forms. These consist of an ordinary differential equation containing a deterministic part and an additional random white noise term. A second form is the Smoluchowski equation and, more generally, the Fokker-Planck equation. These are partial differential equations that describe the time evolution of probability distribution functions. The third form is the stochastic differential equation that is used most frequently in mathematics and quantitative finance (see below). This is similar to the Langevin form, but it is usually written in differential form. SDEs come in two varieties, corresponding to two versions of stochastic calculus.
Stochastic calculus

Brownian motion or the Wiener process was discovered to be exceptionally complex mathematically. The Wiener process is nowhere differentiable; thus, it requires its own rules of calculus. There are two dominating versions of stochastic calculus, the Ito stochastic calculus and the Stratonovich stochastic calculus. Each of the two has advantages and disadvantages, and newcomers are often confused whether the one is more appropriate than the other in a given situation. Guidelines exist (e.g. Øksendal, 2003) and conveniently, one can readily convert an Ito SDE to an equivalent Stratonovich SDE and back again. Still, one must be careful which calculus to use when the SDE is initially written down.


Numerical solutions

Numerical solution of stochastic differential equations and especially stochastic partial differential equations is a young field relatively speaking. Almost all algorithms that are used for the solution of ordinary differential equations will work very poorly for SDEs, having very poor numerical convergence. A textbook describing many different algorithms is Kloeden & Platen (1995).

Methods include the Euler–Maruyama method, Milstein method and Runge–Kutta method (SDE).
Use in physics

In physics, SDEs are typically written in the Langevin form and referred to as "the Langevin equation." For example, a general coupled set of first-order SDEs is often written in the form:

\( \dot{x}_i = \frac{dx_i}{dt} = f_i(\mathbf{x}) + \sum_{m=1}^ng_i^m(\mathbf{x})\eta_m(t),\,

where \( \mathbf{x}=\{x_i|1\le i\le k\} \)is the set of unknowns, the \( f_i \) and \( g_i \) are arbitrary functions and the \( \eta_m \) are random functions of time, often referred to as "noise terms". This form is usually usable because there are standard techniques for transforming higher-order equations into several coupled first-order equations by introducing new unknowns. If the \( g_i \) are constants, the system is said to be subject to additive noise, otherwise it is said to be subject to multiplicative noise. This term is somewhat misleading as it has come to mean the general case even though it appears to imply the limited case where : \( g(x) \propto x \). Additive noise is the simpler of the two cases; in that situation the correct solution can often be found using ordinary calculus and in particular the ordinary chain rule of calculus. However, in the case of multiplicative noise, the Langevin equation is not a well-defined entity on its own, and it must be specified whether the Langevin equation should be interpreted as an Ito SDE or a Stratonovich SDE.

In physics, the main method of solution is to find the probability distribution function as a function of time using the equivalent Fokker-Planck equation (FPE). The Fokker-Planck equation is a deterministic partial differential equation. It tells how the probability distribution function evolves in time similarly to how the Schrödinger equation gives the time evolution of the quantum wave function or the diffusion equation gives the time evolution of chemical concentration. Alternatively numerical solutions can be obtained by Monte Carlo simulation. Other techniques include the path integration that draws on the analogy between statistical physics and quantum mechanics (for example, the Fokker-Planck equation can be transformed into the Schrödinger equation by rescaling a few variables) or by writing down ordinary differential equations for the statistical moments of the probability distribution function.


Use in probability and mathematical finance

The notation used in probability theory (and in many applications of probability theory, for instance mathematical finance) is slightly different. This notation makes the exotic nature of the random function of time \eta_m in the physics formulation more explicit. It is also the notation used in publications on numerical methods for solving stochastic differential equations. In strict mathematical terms, \eta_m cannot be chosen as an ordinary function, but only as a generalized function. The mathematical formulation treats this complication with less ambiguity than the physics formulation.

A typical equation is of the form

\( \mathrm{d} X_t = \mu(X_t,t)\, \mathrm{d} t + \sigma(X_t,t)\, \mathrm{d} B_t , \)

where B denotes a Wiener process (Standard Brownian motion). This equation should be interpreted as an informal way of expressing the corresponding integral equation

\( X_{t+s} - X_{t} = \int_t^{t+s} \mu(X_u,u) \mathrm{d} u + \int_t^{t+s} \sigma(X_u,u)\, \mathrm{d} B_u . \)

The equation above characterizes the behavior of the continuous time stochastic process Xt as the sum of an ordinary Lebesgue integral and an Itō integral. A heuristic (but very helpful) interpretation of the stochastic differential equation is that in a small time interval of length δ the stochastic process Xt changes its value by an amount that is normally distributed with expectation μ(Xt, t) δ and variance σ(Xt, t)² δ and is independent of the past behavior of the process. This is so because the increments of a Wiener process are independent and normally distributed. The function μ is referred to as the drift coefficient, while σ is called the diffusion coefficient. The stochastic process Xt is called a diffusion process, and is usually a Markov process.

The formal interpretation of an SDE is given in terms of what constitutes a solution to the SDE. There are two main definitions of a solution to an SDE, a strong solution and a weak solution. Both require the existence of a process Xt that solves the integral equation version of the SDE. The difference between the two lies in the underlying probability space (Ω, F, Pr). A weak solution consists of a probability space and a process that satisfies the integral equation, while a strong solution is a process that satisfies the equation and is defined on a given probability space.

An important example is the equation for geometric Brownian motion

\( \mathrm{d} X_t = \mu X_t \, \mathrm{d} t + \sigma X_t \, \mathrm{d} B_t. \)

which is the equation for the dynamics of the price of a stock in the Black Scholes options pricing model of financial mathematics.

There are also more general stochastic differential equations where the coefficients μ and σ depend not only on the present value of the process Xt, but also on previous values of the process and possibly on present or previous values of other processes too. In that case the solution process, X, is not a Markov process, and it is called an Itō process and not a diffusion process. When the coefficients depends only on present and past values of X, the defining equation is called a stochastic delay differential equation.
Existence and uniqueness of solutions

As with deterministic ordinary and partial differential equations, it is important to know whether a given SDE has a solution, and whether or not it is unique. The following is a typical existence and uniqueness theorem for Itō SDEs taking values in n-dimensional Euclidean space Rn and driven by an m-dimensional Brownian motion B; the proof may be found in Øksendal (2003, §5.2).

Let T > 0, and let

\( \mu : \mathbb{R}^{n} \times [0, T] \to \mathbb{R}^{n}; \)
\( \sigma : \mathbb{R}^{n} \times [0, T] \to \mathbb{R}^{n \times m}; \)

be measurable functions for which there exist constants C and D such that

\( \big| \mu (x, t) \big| + \big| \sigma (x, t) \big| \leq C \big( 1 + | x | \big); \)
\( \big| \mu (x, t) - \mu (y, t) \big| + \big| \sigma (x, t) - \sigma (y, t) \big| \leq D | x - y |; \)

for all t ∈ [0, T] and all x and y ∈ Rn, where

\( | \sigma |^{2} = \sum_{i, j = 1}^{n} | \sigma_{ij} |^{2}. \)

Let Z be a random variable that is independent of the σ-algebra generated by Bs, s ≥ 0, and with finite second moment:

\( \mathbb{E} \big[ | Z |^{2} \big] < + \infty. \)

Then the stochastic differential equation/initial value problem

\( \mathrm{d} X_{t} = \mu (X_{t}, t) \, \mathrm{d} t + \sigma (X_{t}, t) \, \mathrm{d} B_{t} \mbox{ for } t \in [0, T]; \)
\( X_{0} = Z; \)

has a Pr-almost surely unique t-continuous solution (t, ω) |→ Xt(ω) such that X is adapted to the filtration FtZ generated by Z and Bs, s ≤ t, and

\( \mathbb{E} \left[ \int_{0}^{T} | X_{t} |^{2} \, \mathrm{d} t \right] < + \infty. \)

Some explicitly solvable SDEs[1]
Linear SDE: general case

\( dX_t=(a(t)X_t+c(t))dt+(b(t)X_t+d(t))dW_t \)
\( X_t=\Phi_{t,t_0}\left(X_{t_0}+\int_{t_0}^t\Phi^{-1}_{s,t_0}(c(s)-b(s)d(s))ds+\int_{t_0}^t\Phi^{-1}_{s,t_0}d(s)dW_s\right) \)

where

\( \Phi_{t,t_0}=\exp\left(\int_{t_0}^t\left(a(s)-\frac{b^2(s)}{2}\right)ds+\int_{t_0}^tb(s)dW_s\right) \)

Reducible SDEs: Case 1

\( dX_t=\frac12f(X_t)f'(X_t)dt+f(X_t)W_t \)

for a given differentiable function f is equivalent to the Stratonovich SDE

\( dX_t=f(X_t)\circ W_t \)

which has a general solution

\( X_t=h^{-1}(W_t+h(X_0)) \)

where

\( h(x)=\int^{x}\frac{ds}{f(s)} \)

Reducible SDEs: Case 2

\( dX_t=\left(\alpha f(X_t)+\frac12 f(X_t)f'(X_t)\right)dt+f(X_t)W_t \)

for a given differentiable function f is equivalent to the Stratonovich SDE

\( dX_t=\alpha f(X_t)dt + f(X_t)\circ W_t \)

which is reducible to

\( dY_t=\alpha dt+dW_t \)

where Y_t=h(X_t) where h is defined as before. Its general solution is

\( X_t=h^{-1}(\alpha t+W_t+h(X_0)) \)

See also

Langevin dynamics
Local volatility
Stochastic volatility
Stochastic partial differential equations
Diffusion process

References

Kloeden 1995, pag.118

Further Readings

Adomian, George (1983). Stochastic systems. Mathematics in Science and Engineering (169). Orlando, FL: Academic Press Inc.
Adomian, George (1986). Nonlinear stochastic operator equations. Orlando, FL: Academic Press Inc.
Adomian, George (1989). Nonlinear stochastic systems theory and applications to physics. Mathematics and its Applications (46). Dordrecht: Kluwer Academic Publishers Group.
Øksendal, Bernt K. (2003). Stochastic Differential Equations: An Introduction with Applications. Berlin: Springer. ISBN 3-540-04758-1.
Teugels, J. and Sund B. (eds.) (2004). Encyclopedia of Actuarial Science. Chichester: Wiley. pp. 523–527.
C. W. Gardiner (2004). Handbook of Stochastic Methods: for Physics, Chemistry and the Natural Sciences. Springer. p. 415.
Thomas Mikosch (1998). Elementary Stochastic Calculus: with Finance in View. Singapore: World Scientific Publishing. p. 212. ISBN 981-02-3543-7.
Seifedine Kadry, (2007). A Solution of Linear Stochastic Differential Equation. USA: WSEAS TRANSACTIONS on MATHEMATICS, April 2007. p. 618. ISSN 1109-2769.
Bachelier, L., (1900). Théorie de la speculation (in French), PhD Thesis. NUMDAM: http://archive.numdam.org/ARCHIVE/ASENS/ASENS_1900_3_17_/ASENS_1900_3_17__21_0/ASENS_1900_3_17__21_0.pdf. In English in 1971 book 'The Random Character of the Stock Market' Eds. P.H. Cootner.
P.E. Kloeden and E. Platen, (1995). Numerical Solution of Stochastic Differential Equations,. Springer,.


Mathematics Encyclopedia

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License

Home - Hellenica World