Lecture 2: Itô Calculus and Stochastic Differential Equations

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 2: Itô Calculus and Stochastic Differential Equations Lecture 2: Itô Calculus and Stochastic Differential Equations Simo Särkkä Aalto University, Finland (visiting at Oxford University, UK) November 14, 2013 Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 1 / 34 Contents 1 Introduction 2 Stochastic integral of Itô 3 Itô formula 4 Solutions of linear SDEs 5 Non-linear SDE, solution existence, etc. 6 Summary Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 2 / 34 SDEs as white noise driven differential equations During the last lecture we treated SDEs as white-noise driven differential equations of the form dx = f(x; t) + L(x; t) w(t); dt For linear equations the approach worked ok. But there is something strange going on: The use of chain rule of calculus led to wrong results. With non-linear differential equations we were completely lost. Picard-Lindelöf theorem did not work at all. The source of all the problems is the everywhere discontinuous white noise w(t). So how should we really formulate SDEs? Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 4 / 34 Equivalent integral equation Integrating the differential equation from t0 to t gives: Z t Z t x(t) − x(t0) = f(x(t); t) dt + L(x(t); t) w(t) dt: t0 t0 The first integral is just a normal Riemann/Lebesgue integral. The second integral is the problematic one due to the white noise. This integral cannot be defined as Riemann, Stieltjes or Lebesgue integral as we shall see next. Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 6 / 34 Attempt 1: Riemann integral In the Riemannian sense the integral would be defined as Z t X ∗ ∗ ∗ L(x(t); t) w(t) dt = lim L(x(t ); t ) w(t )(tk+1 − tk ); n!1 k k k t0 k ∗ where t0 < t1 < : : : < tn = t and tk 2 [tk ; tk+1]. ∗ Upper and lower sums are defined as the selections of tk such ∗ ∗ ∗ that the integrand L(x(tk ); tk ) w(tk ) has its maximum and minimum values, respectively. The Riemann integral exists if the upper and lower sums converge to the same value. Because white noise is discontinuous everywhere, the Riemann integral does not exist. Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 7 / 34 Attempt 2: Stieltjes integral Stieltjes integral is more general than the Riemann integral. In particular, it allows for discontinuous integrands. We can interpret the increment w(t) dt as increment of another process β(t) such that Z t Z t L(x(t); t) w(t) dt = L(x(t); t) dβ(t): t0 t0 It turns out that a suitable process for this purpose is the Brownian motion— Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 8 / 34 Brownian motion Brownian motion 1 Gaussian increments: 1.8 1.6 ∆β ∼ ( ; ∆ ); 1.4 k N 0 Q tk 1.2 1 where ∆β = β(t ) − β(t ) and 0.8 k k+1 k 0.6 ∆tk = tk+1 − tk . 0.4 0.2 2 0 Non-overlapping increments are 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 independent. Q is the diffusion matrix of the Brownian motion. Brownian motion t 7! β(t) has discontinuous derivative everywhere. White noise can be considered as the formal derivative of Brownian motion w(t) = dβ(t)/dt . Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 9 / 34 Attempt 2: Stieltjes integral (cont.) Stieltjes integral is defined as a limit of the form Z t X ∗ ∗ L(x(t); t) dβ = lim L(x(t ); t )[β(tk+1) − β(tk )]; n!1 k k t0 k ∗ where t0 < t1 < : : : < tn and tk 2 [tk ; tk+1]. ∗ The limit tk should be independent of the position on the interval ∗ tk 2 [tk ; tk+1]. But for integration with respect to Brownian motion this is not the case. Thus, Stieltjes integral definition does not work either. Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 10 / 34 Attempt 3: Lebesgue integral In Lebesgue integral we could interpret β(t) to define a “stochastic measure” via β((u; v)) = β(u) − β(v). Essentially, this will also lead to the definition Z t X ∗ ∗ L(x(t); t) dβ = lim L(x(t ); t )[β(tk+1) − β(tk )]; n!1 k k t0 k ∗ where t0 < t1 < : : : < tn and tk 2 [tk ; tk+1]. ∗ Again, the limit should be independent of the choice tk 2 [tk ; tk+1]. Also our “measure” is not really a sensible measure at all. ) Lebesgue integral does not work either. Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 11 / 34 Attempt 4: Itô integral The solution to the problem is the Itô stochastic integral. ∗ The idea is to fix the choice to tk = tk , and define the integral as Z t X L(x(t); t) dβ(t) = lim L(x(tk ); tk )[β(tk+1) − β(tk )]: n!1 t0 k This Itô stochastic integral turns out to be a sensible definition of the integral. However, the resulting integral does not obey the computational rules of ordinary calculus. Instead of ordinary calculus we have Itô calculus. Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 12 / 34 Itô stochastic differential equations Consider the white noise driven ODE dx = f(x; t) + L(x; t) w(t): dt This is actually defined as the Itô integral equation Z t Z t x(t) − x(t0) = f(x(t); t) dt + L(x(t); t) dβ(t); t0 t0 which should be true for arbitrary t0 and t. Settings the limits to t and t + dt, where dt is “small”, we get dx = f(x; t) dt + L(x; t) dβ: This is the canonical form of an Itô SDE. Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 13 / 34 Connection with white noise driven ODEs Let’s formally divide by dt, which gives dx dβ = f(x; t) + L(x; t) : dt dt Thus we can interpret dβ/dt as white noise w. Note that we cannot define more general equations dx(t) = f(x(t); w(t); t); dt because we cannot re-interpret this as an Itô integral equation. White noise should not be thought as an entity as such, but it only exists as the formal derivative of Brownian motion. Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 14 / 34 Stochastic integral of Brownian motion Consider the stochastic integral Z t β(t) dβ(t) 0 where β(t) is a standard Brownian motion (Q = 1). Based on the ordinary calculus we would expect the result β2(t)=2—but it wrong. If we select a partition 0 = t0 < t1 < : : : < tn = t, we get Z t X β(t) dβ(t) = lim β(tk )[β(tk+1) − β(tk )] 0 k " X 1 = lim − (β(t ) − β(t ))2 2 k+1 k k # 1 + (β2(t ) − β2(t )) 2 k+1 k Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 16 / 34 Stochastic integral of Brownian motion (cont.) We have X 1 1 lim − (β(t ) − β(t ))2 −! − t 2 k+1 k 2 k and X 1 1 lim (β2(t ) − β2(t )) −! β2(t): 2 k+1 k 2 k Thus we get the (slightly) unexpected result Z t 1 1 β(t) dβ(t) = − t + β2(t): 0 2 2 This is unexpected only if we believe in the chain rule: d 1 dx x2(t) = x: dt 2 dt But it is not true for a (Itô) stochastic process x(t)! Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 17 / 34 Itô formula Itô formula Assume that x(t) is an Itô process, and consider arbitrary (scalar) function φ(x(t); t) of the process. Then the Itô differential of φ, that is, the Itô SDE for φ is given as @φ X @φ 1 X @2φ dφ = dt + dxi + dxi dxj @t @xi 2 @xi @xj i ij @φ 1 n o = dt + (rφ)T dx + tr rrTφ dx dxT ; @t 2 provided that the required partial derivatives exists, where the mixed differentials are combined according to the rules dx dt = 0 dt dβ = 0 dβ dβT = Q dt: Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 18 / 34 Itô formula: derivation Consider the Taylor series expansion: @φ(x; t) X @φ(x; t) φ(x + dx; t + dt) = φ(x; t) + dt + dxi @t @xi i 1 X @2φ + dxj dxj + ::: 2 @xi @xj ij To the first order in dt and second order in dx we have dφ = φ(x + dx; t + dt) − φ(x; t) @φ(x; t) X @φ(x; t) 1 X @2φ ≈ dt + dxi + dxi dxj : @t @xi 2 @xi @xj i ij In deterministic case we could ignore the second order and higher order terms, because dx dxT would already be of the order dt2. In the stochastic case we know that dx dxT is potentially of the order dt, because dβ dβT is of the same order. Simo Särkkä (Aalto) Lecture 2: Itô Calculus and SDEs November 14, 2013 19 / 34 Itô formula: example 1 Itô differential of β2(t)=2 1 2 If we apply the Itô formula to φ(x) = 2 x (t), with x(t) = β(t), where β(t) is a standard Brownian motion, we get 1 dφ = β dβ + dβ2 2 1 = β dβ + dt; 2 as expected.
Recommended publications
  • Stochastic Differential Equations with Applications
    Stochastic Differential Equations with Applications December 4, 2012 2 Contents 1 Stochastic Differential Equations 7 1.1 Introduction . 7 1.1.1 Meaning of Stochastic Differential Equations . 8 1.2 Some applications of SDEs . 10 1.2.1 Asset prices . 10 1.2.2 Population modelling . 10 1.2.3 Multi-species models . 11 2 Continuous Random Variables 13 2.1 The probability density function . 13 2.1.1 Change of independent deviates . 13 2.1.2 Moments of a distribution . 13 2.2 Ubiquitous probability density functions in continuous finance . 14 2.2.1 Normal distribution . 14 2.2.2 Log-normal distribution . 14 2.2.3 Gamma distribution . 14 2.3 Limit Theorems . 15 2.3.1 The central limit results . 17 2.4 The Wiener process . 17 2.4.1 Covariance . 18 2.4.2 Derivative of a Wiener process . 18 2.4.3 Definitions . 18 3 Review of Integration 21 3 4 CONTENTS 3.1 Bounded Variation . 21 3.2 Riemann integration . 23 3.3 Riemann-Stieltjes integration . 24 3.4 Stochastic integration of deterministic functions . 25 4 The Ito and Stratonovich Integrals 27 4.1 A simple stochastic differential equation . 27 4.1.1 Motivation for Ito integral . 28 4.2 Stochastic integrals . 29 4.3 The Ito integral . 31 4.3.1 Application . 33 4.4 The Stratonovich integral . 33 4.4.1 Relationship between the Ito and Stratonovich integrals . 35 4.4.2 Stratonovich integration conforms to the classical rules of integration . 37 4.5 Stratonovich representation on an SDE . 38 5 Differentiation of functions of stochastic variables 41 5.1 Ito's Lemma .
    [Show full text]
  • Selim S. Hacısalihzade Control Engineering and Finance Lecture Notes in Control and Information Sciences
    Lecture Notes in Control and Information Sciences 467 Selim S. Hacısalihzade Control Engineering and Finance Lecture Notes in Control and Information Sciences Volume 467 Series editors Frank Allgöwer, Stuttgart, Germany Manfred Morari, Zürich, Switzerland Series Advisory Boards P. Fleming, University of Sheffield, UK P. Kokotovic, University of California, Santa Barbara, CA, USA A.B. Kurzhanski, Moscow State University, Russia H. Kwakernaak, University of Twente, Enschede, The Netherlands A. Rantzer, Lund Institute of Technology, Sweden J.N. Tsitsiklis, MIT, Cambridge, MA, USA About this Series This series aims to report new developments in the fields of control and information sciences—quickly, informally and at a high level. The type of material considered for publication includes: 1. Preliminary drafts of monographs and advanced textbooks 2. Lectures on a new field, or presenting a new angle on a classical field 3. Research reports 4. Reports of meetings, provided they are (a) of exceptional interest and (b) devoted to a specific topic. The timeliness of subject material is very important. More information about this series at http://www.springer.com/series/642 Selim S. Hacısalihzade Control Engineering and Finance 123 Selim S. Hacısalihzade Department of Electrical and Electronics Engineering Boğaziçi University Bebek, Istanbul Turkey ISSN 0170-8643 ISSN 1610-7411 (electronic) Lecture Notes in Control and Information Sciences ISBN 978-3-319-64491-2 ISBN 978-3-319-64492-9 (eBook) https://doi.org/10.1007/978-3-319-64492-9 Library of Congress Control Number: 2017949161 © Springer International Publishing AG 2018 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
    [Show full text]
  • On Henstock Method to Stratonovich Integral with Respect to Continuous Semimartingale
    Hindawi Publishing Corporation International Journal of Stochastic Analysis Volume 2014, Article ID 534864, 7 pages http://dx.doi.org/10.1155/2014/534864 Research Article On Henstock Method to Stratonovich Integral with respect to Continuous Semimartingale Haifeng Yang and Tin Lam Toh National Institute of Education, Nanyang Technological University, Singapore 637616 Correspondence should be addressed to Tin Lam Toh; [email protected] Received 15 September 2014; Revised 26 November 2014; Accepted 26 November 2014; Published 18 December 2014 Academic Editor: Fred Espen Benth Copyright © 2014 H. Yang and T. L. Toh. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. We will use the Henstock (or generalized Riemann) approach to define the Stratonovich integral with respect to continuous 2 semimartingale in space. Our definition of Stratonovich integral encompasses the classical definition of Stratonovich integral. 1. Introduction Further, to consider continuous local martingale as an integrator, we will show that a (, )-fine belated partial Classically, it has been emphasized that defining stochastic stochastic division ={(,)}=1 of [0, ] in [12, 16]isalso integrals using Riemann approach is impossible [1,p.40], a (, )-fine belated partial stochastic division of [0, ∧ ], since the integrators have paths of unbounded variation. where is a stopping time. Moreover, the integrands are usually highly oscillatory [1– Lastly, the definition of the Stratonovich integral with 3]. The uniform mesh in classical Riemann setting is unable respect to continuous semimartingale will be further refined. to handle highly oscillatory integrators and integrands.
    [Show full text]
  • Stratonovich Representation of Semimartingale Rank Processes
    Stratonovich representation of semimartingale rank processes Robert Fernholz1 September 18, 2018 Abstract Suppose that X1,...,Xn are continuous semimartingales that are reversible and have nondegenerate crossings. Then the corresponding rank processes can be represented by generalized Stratonovich inte- grals, and this representation can be used to decompose the relative log-return of portfolios generated by functions of ranked market weights. Introduction For n ≥ 2, consider a family of continuous semimartingales X1,...,Xn defined on [0,T ] under the usual FX filtration t , with quadratic variation processes hXii. Let rt(i) be the rank of Xi(t), with rt(i) < rt(j) if Xi(t) >Xj(t) or if Xi(t)= Xj (t) and i < j. The corresponding rank processes X(1),...,X(n) are defined by X(rt(i))(t)= Xi(t). We shall show that if the Xi are reversible and have nondegenerate crossings, then the rank processes can be represented by n dX(k)(t)= ½{Xi(t)=X(k) (t)} ◦ dXi(t), a.s., (1) Xi=1 where ◦ d is the generalized Stratonovich integral developed by Russo and Vallois (2007). An Atlas model is a family of positive continuous semimartingales X1,...,Xn defined as an Itˆointegral on [0,T ] by d log Xi(t)= − g + ng ½{rt(i)=n} dt + σ dWi(t), (2) where g and σ are positive constants and (W1,...,Wn) is a Brownian motion (see Fernholz (2002)). Here the Xi represent the capitalizations of the companies in a stock market, and d log Xi represents the log-return of the ith stock. We shall show the representation (1) is valid for the Atlas rank processes log X(k).
    [Show full text]
  • Numerical Integration of Sdes: a Short Tutorial
    Numerical Integration of SDEs: A Short Tutorial Thomas Schaffter January 19, 2010 1 Introduction 1.1 It^oand Stratonovich SDEs 1-dimensional stochastic differentiable equation (SDE) is given by [6,7] dX t = f(X ; t)dt + g(X ; t)dW (1) dt t t t where Xt = X(t) is the realization of a stochastic process or random variable. f(Xt; t) is called the drift coefficient, that is the deterministic part of the SDE characterizing the local trend. g(Xt; t) denotes the diffusion coefficient, that is the stochastic part which influences the average size of the fluctuations of X. The fluctuations themselves originate from the stochastic process Wt called Wiener process and introduced in Section 1.2. Interpreted as an integral, one gets Z t Z t Xt = Xt0 + f(Xs; s)ds + g(Xs; s)dWs (2) t0 t0 where the first integral is an ordinary Riemann integral. As the sample paths of a Wiener process are not differentiable, the Japanese mathematician K. It^odefined in 1940s a new type of integral called It^ostochastic integral. In 1960s, the Russian physicist R. L. Stratonovich proposed an other kind of stochastic integral called Stratonovich stochastic integral and used the symbol \◦" to distinct it from the former It^ointegral. (3) and (4) are the Stratonovich equivalents of (1) and (2)[1,6]. dX t = f(X ; t)dt + g(X ; t) ◦ dW (3) dt t t t Z t Z t Xt = Xt0 + f(Xs; s)ds + g(Xs; s) ◦ dWs (4) t0 t0 The second integral in (2) and (4) can be written in a general form as [8] m−1 Z t X g(Xs; s)dWs = lim g(Xτ ; τk)(W (tk+1) − W (tk)) (5) h!0 k t0 k=0 1 where h = (tk+1 − tk) with intermediary points τk = (1 − λ)tk − λtk+1, 8k 2 f0; 1; :::; m − 1g, λ 2 [0; 1].
    [Show full text]
  • Approximative Theorem of Incomplete Riemann-Stieltjes Sum Of
    Approximative Theorem of Incomplete Riemann-Stieltjes Sum of Stochastic Integral Jingwei Liu∗ ( School of Mathematics and System Sciences, Beihang University, Beijing,100083,P.R.China) March 14,2018 Abstract: The approximative theorems of incomplete Riemann-Stieltjes sums of Ito stochastic integral, mean square integral and Stratonovich stochas- tic integral with respect to Brownian motion are investigated. Some sufficient conditions of incomplete Riemann-Stieltjes sums approaching stochastic inte- gral are developed, which establish the alternative ways to converge stochas- tic integral. And, Two simulation examples of incomplete Riemann-Stieltjes sums about Ito stochastic integral and Stratonovich stochastic integral are given for demonstration. Keywords: Ito stochastic integral; Stratonovich stochastic integral; Mean square integral; Definite integral; Brownian motion ;Riemann-Stieltjes sum; Convergence in mean square; Convergence in probability 1 Introduction Ito stochastic integral and Stratonovich stochastic integral take important arXiv:1803.05182v2 [math.PR] 17 Mar 2018 roles in stochastic calculus and stochastic differential equation. Both of them can be expressed in the limit of Riemann-Stieltjes sum [1-4], though they can be modeled by martingale and semimartingale theory[5-13]. [14] pro- poses the deleting item Riemann-Stieltjes sum theorem of definite integral, which can also be called incomplete Riemann-Stieltjes sum. As definitions of martingale and semimartingale are still relative to integral including defi- nite integral, and
    [Show full text]
  • Stochastic Differential Equations: a SAD Primer
    Stochastic Differential Equations: A SAD Primer Adam Monahan July 8, 1998 1 The Wiener Process The stochastic process Wt is a Wiener Process if its increments are normally distributed: Wt − Ws ∼ N (0, t − s) (1) and are independent if non-overlapping: {( − )( − )}= ( , ) ∩ ( , ) =∅ E Wt1 Ws1 Wt2 Ws2 0if s1 t1 s2 t2 (2) In particular, we have E{Wt − Ws }=0(3) 2 E{(Wt − Ws ) }=t − s (4) Furthermore, if we fix the initial value of the process to be zero, W0 = 0(5) then we obtain E{Wt }=0(6) 2 E{(Wt ) }=t (7) E{Wt Ws }=min(t, s) (8) where the third of these equations follows from (2) by noting that if t > s ,then Wt = (Wt − Ws ) + Ws (9) so E{Wt Ws }=E{((Wt − Ws ) + Ws )Ws } (10) 2 = E{(Wt − Ws )Ws }+E{(Ws) } (11) = 0 + s (12) by linearity of the expectation operator. Realisations of the Wiener process are a.s. continuous, ie, P(lim Xs = Xt ) = 1 (13) s→t but are nowhere differentiable. This latter result can be understood to arise from the fact that W + − W 1 t h t ∼ N 0, (14) h h which distribution has divergent variance in the limit h → 0. 1 We can actually sort of make sense of the above result if we indulge in a little “physics math” (PM) ... define the process ξt , which we’ll call Gaussian White Noise, as the distribution with moments: E{ξt }=0 (15) {ξ ξ }=δ( − ) E t1 t2 t1 t2 (16) {ξ ξ ξ }= E t1 t2 t3 0 (17) {ξ ξ ξ ξ }=δ( − )δ( − ) E t1 t2 t3 t4 t1 t2 t3 t4 +δ(t2 − t3)δ(t4 − t1) + δ(t2 − t4)δ(t1 − t3) (18) and so on for all the higher moments of ξt .
    [Show full text]
  • Fractional Stochastic Dynamics in Structural Stability Analysis
    Fractional Stochastic Dynamics in Structural Stability Analysis by Jian Deng A thesis presented to the University of Waterloo in fulfilment of the thesis requirement for the degree of Doctor of Philosophy in Civil Engineering Waterloo, Ontario, Canada, 2013 ©Jian Deng 2013 Author’s Declaration I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners. I understand that my thesis may be made electronically available to the public. iii Abstract The objective of this thesis is to develop a novel methodology of fractional stochastic dynamics to study stochastic stability of viscoelastic systems under stochastic loadings. Numerous structures in civil engineering are driven by dynamic forces, such as seismic and wind loads, which can be described satisfactorily only by using probabilistic models, such as white noise processes, real noise processes, or bounded noise processes. Viscoelastic materials exhibit time-dependent stress relaxation and creep; it has been shown that frac- tional calculus provide a unique and powerful mathematical tool to model such a hereditary property. Investigation of stochastic stability of viscoelastic systems with fractional calcu- lus frequently leads to a parametrized family of fractional stochastic differential equations of motion. Parametric excitation may cause parametric resonance or instability, which is more dangerous than ordinary resonance as it is characterized by exponential growth of the response amplitudes even in the presence of damping. The Lyapunov exponents and moment Lyapunov exponents provide not only the infor- mation about stability or instability of stochastic systems, but also how rapidly the response grows or diminishes with time.
    [Show full text]
  • [Math-Ph] 5 Sep 2008 Convergence to Spdes in Stratonovich Form
    Convergence to SPDEs in Stratonovich form Guillaume Bal ∗ May 29, 2018 Abstract We consider the perturbation of parabolic operators of the form ∂t + P (x, D) by large-amplitude highly oscillatory spatially dependent potentials modeled as Gaussian random fields. The amplitude of the potential is chosen so that the solution to the random equation is affected by the randomness at the leading order. We show that, when the dimension is smaller than the order of the elliptic pseudo-differential operator P (x, D), the perturbed parabolic equation admits a solution given by a Duhamel expansion. Moreover, as the correlation length of the potential vanishes, we show that the latter solution converges in distribution to the solution of a stochastic parabolic equation with a multiplicative term that should be interpreted in the Stratonovich sense. The theory of mild solutions for such stochastic partial differential equations is developed. The behavior described above should be contrasted to the case of dimensions that are larger than or equal to the order of the elliptic pseudo-differential operator P (x, D). In the latter case, the solution to the random equation converges strongly to the solution of a homogenized (deterministic) parabolic equation as is shown in the companion paper [2]. The stochastic model is therefore valid only for sufficiently small space dimensions in this class of parabolic problems. keywords: Partial differential equations with random coefficients, Stochastic partial differential equations, Gaussian potential, iterated Stratonovich integral, Wiener-Itˆo arXiv:0809.1047v1 [math-ph] 5 Sep 2008 chaos expansion AMS: 35R60, 60H15, 35K15. 1 Introduction We consider the parabolic equation ∂uε 1 x + P (x, D)uε − d q uε =0 ∂t 2 ε (1) ε uε(0, x)= u0(x), ∗Department of Applied Physics and Applied Mathematics, Columbia University, New York NY, 10027; [email protected] 1 where P (x, D) is an elliptic pseudo-differential operator with principal symbol of order d 1 d 2 d m >d and x ∈ R .
    [Show full text]
  • Semimartingales and Stochastic Integration Spring 2011
    Semimartingales and stochastic integration Spring 2011 Sergio Pulido∗ Chris Almost† Contents Contents1 0 Motivation3 1 Preliminaries4 1.1 Review of stochastic processes....................... 4 1.2 Review of martingales............................ 7 1.3 Poisson process and Brownian motion.................. 9 1.4 Lévy processes................................. 12 1.5 Lévy measures................................. 15 1.6 Localization .................................. 20 1.7 Integration with respect to processes of finite variation . 21 1.8 Naïve stochastic integration is impossible................ 23 ∗[email protected][email protected] 1 2 Contents 2 Semimartingales and stochastic integration 24 2.1 Introduction.................................. 24 2.2 Stability properties of semimartingales.................. 25 2.3 Elementary examples of semimartingales................ 26 2.4 The stochastic integral as a process.................... 27 2.5 Properties of the stochastic integral.................... 29 2.6 The quadratic variation of a semimartingale .............. 31 2.7 Itô’s formula.................................. 35 2.8 Applications of Itô’s formula........................ 40 3 The Bichteler-Dellacherie Theorem and its connexions to arbitrage 43 3.1 Introduction.................................. 43 3.2 Proofs of Theorems 3.1.7 and 3.1.8.................... 45 3.3 A short proof of the Doob-Meyer theorem................ 52 3.4 Fundamental theorem of local martingales............... 54 3.5 Quasimartingales, compensators, and the fundamental
    [Show full text]
  • Stratonovich's Theory
    chapter 8 Stratonovich’s Theory From an abstract mathematical standpoint, Itˆo’stheory of stochastic in- tegration has as a serious flaw: it behaves dreadfully under changes of coor- dinates (cf. Remark 3.3.6). In fact, Itˆo’sformula itself is the most dramatic manifestation of this problem. The origin of the problems Itˆo’stheory has with coordinate changes can be traced back to its connection with independent increment processes. In- deed, the very notion of an independent increment process is inextricably tied to the linear structure of Euclidean space, and anything but a linear change of coordinates will wreak havoc to that structure. Generalizations of Itˆo’stheory like the one of Kunita and Watanabe do not really cure this problem, they only make it slightly less painful. To make Itˆo’stheory more amenable to coordinate changes, we will de- velop an idea which was introduced by R.L. Stratonovich. Stratonovich was motivated by applications to engineering, and his own treatment [34] had some mathematically awkward aspects. In fact, it is ironic, if not surprising, that Itˆo[12] was the one who figured out how to put Stratonovich’s ideas on a firm mathematical foundation. 8.1 Semimartingales & Stratonovich Integrals From a technical perspective, the coordinate change problem alluded to above is a consequence of the fact that non-linear functions destroy the martingale property. Thus, our first step will be to replace martingales with a class of processes which is invariant under composition with non-linear functions. Throughout, (Ω, F, P) will be a complete probability space which comes equipped with a non-decreasing family {Ft : t ≥ 0} of P-complete σ-algebras.
    [Show full text]
  • Stochastic Calculus Notes, Lecture 7 1 the Ito Integral with Respect to Brownian Mo- Tion
    Stochastic Calculus Notes, Lecture 7 Last modified December 3, 2004 1 The Ito integral with respect to Brownian mo- tion 1.1. Introduction: Stochastic calculus is about systems driven by noise. The Ito calculus is about systems driven by white noise, which is the derivative of Brownian motion. To find the response of the system, we integrate the forcing, which leads to the Ito integral, of a function against the derivative of Brownian motion. The Ito integral, like the Riemann integral, has a definition as a certain limit. The fundamental theorem of calculus allows us to evaluate Riemann integrals without returning to its original definition. Ito’s lemma plays that role for Ito integration. Ito’s lemma has an extra term not present in the fundamental theorem that is due to the non smoothness of Brownian motion paths. We will explain the formal rule: dW 2 = dt, and its meaning. In this section, standard one dimensional Brownian motion is W (t)(W (0) = 0, E[∆W 2] = ∆t). The change in Brownian motion in time dt is formally called dW (t). The independent increments property implies that dW (t) is independent of dW (t0) when t 6= t0. Therefore, the dW (t) are a model of driving noise impulses acting on a system that are independent from one time to another. We want a rule to add up the cumulative effects of these impulses. In the first instance, this is the integral Z T Y (T ) = F (t)dW (t) . (1) 0 Our plan is to lay out the principle ideas first then address the mathemat- ical foundations for them later.
    [Show full text]