Anomalous diffusion equations

Size: px
Start display at page:

Download "Anomalous diffusion equations"

Transcription

1 Anomalous diffusion equations Ercília Sousa Universidade de Coimbra. p.1/34

2 Outline 1. What is diffusion? 2. Standard diffusion model 3. Finite difference schemes 4. Convergence of the finite difference scheme 5. What is fractional diffusion? 6. Fractional diffusion model 7. Grunwald-Letnikov formula 8. Discretization of the fractional derivative 9. Riemann-Liouville formula 10. Final remarks. p.2/34

3 1. What is diffusion? Diffusion is one of the fundamental processes by which material moves Diffusion is a consequence of the constant motion of atoms, molecules, and particles, and results in material moving from areas of high to low concentration Classical diffusion Particle motion described by Brownian motion Brownian motion Gaussian distribution increments. p.3/34

4 2. Standard diffusion model u t (x,t) = u D 2 x 2(x,t) a < x < b, D > 0 Initial condition : u(x, 0) = f(x), a < x < b Dirichlet boundary conditions: u(a,t) = g a (t) and u(b,t) = g b (t). p.4/34

5 The effect of diffusion p.5/34

6 3. Finite difference schemes Suppose there are approximations U n := {Uj n } to the values u(x j,t n ) at the mesh points x j = a + j x, j = 0,...,N t n = n t, n 0 x space step; t time step U n j u(x j,t n ). p.6/34

7 t n... (x j, t n ). u(x 0, t 1 ) = g a (t 1 )... x 0 = a x 1 x 2 x 3... x j u(x j,0) = f(x j ). p.7/34

8 Discretization U n+1 j U n j t = D Un j+1 2U n j + U n j 1 x 2 U n+1 j U n j 1 U n j U n j+1. p.8/34

9 U n+1 j = U n j + µδ 2 U n j δ 2 U n j = U n j+1 2U n j + U n j 1 µ = D t x 2. p.9/34

10 Matricial form U n+1 = MU n + v n U n vector with the spatial discrete points v n vector with discrete boundary values M is the matrix iteration B diffusion discretisations M = I + µb. p.10/34

11 The matrix B is B = p.11/34

12 4. Convergence of the numerical method Assume that the initial value problem is approximated by U n+1 j = QU n j, where Q = p j= r a j E j, EU n j = U n+1 j. Previous example: U n+1 j = QU n j where Q = 1 + µδ 2. p.12/34

13 Discretization error is the amount by which the continuous solution fails to satisfy the discrete formula. [Consistency] Round off error is due to the finite precision of computer. It is the amount by which the computer fails to solve the discrete formulas with infinite precision. [Stability]. p.13/34

14 Consistency Definition: A finite difference scheme is consistent up to time T 0 in the norm with the respective equation if the actual solution u to the initial value problem satisfies u n+1 j = Qu n j + tt n, where u n j = u(j x,n t), T n τ( x), n t < T 0 and τ( x) 0 as t 0. Here is assumed that x is defined in terms of t and goes to zero with t.. p.14/34

15 Stability Definition: The finite difference method is called stable in the norm if there exist constants K and c such that U n Ke cn t U 0 = Ke ct n U 0 where t n = n t, and K > 0 and c are independent of the space steps and time step.. p.15/34

16 Lax Equivalence Theorem: Given a properly posed initial-value problem for a linear partial differential equation and a linear finite difference approximation to it that satisfies the consistency condition, stability is the necessary and sufficient condition for convergence. Peter Lax (1926 ) ; Wolf prize 1987; Abel prize p.16/34

17 Convergence of the previous example Consistency: tt n = O( t) + O( x 2 ) Stability: µ 1/2 µ = D t x 2 t x2 2D. p.17/34

18 5. What is fractional diffusion? Fractional diffusion Particle motion described by Lévy flights Lévy flights differ from Brownian motion in the probability distribution of the jumps Brownian motion Gaussian distribution increments Lévy flights Power law distribution increments. p.18/34

19 Brownian motion Lévy flights Note the presence of large jumps compared to Brownian motion. p.19/34

20 6. Fractional diffusion equation Fractional diffusion equation describing superdiffusion u t (x,t) = u D α x α(x,t) a < x < b, 1 < α 2, D > 0 Initial condition : u(x, 0) = f(x), a < x < b Dirichlet boundary conditions: u(a,t) = g a (t) and u(b,t) = g b (t). p.20/34

21 The effect of fractional diffusion α=1.2 α= p.21/34

22 Evidence of fractional diffusion models Numerical results are in agreement with experimental results Benson et al, 2000 Transport processes with heavy tailed plumes Pachepsky et al, 2000 Solute transport in soils Zhou and Selin, 2003 Porous media Huang et al, 2006 Solute transport in soils. p.22/34

23 7. Grünwald-Letnikov formula, α > 0 α u x α(x,t) = lim x 0 x a [ 1 x α x ] k=0 ( 1) k α k u(x k x,t) g k = ( 1) k α k = ( 1) kα(α 1)...(α k + 1) k! = Γ(k α) Γ( α)γ(k + 1) This is a non-local property. p.23/34

24 α = 1 g 0 = 1 g 1 = α = 1 g k = 0, k 2 α u xα(x,t) = lim x 0 1 (u(x) u(x x)) x. p.24/34

25 α = 2 g 0 = 1 g 1 = α = 2 g 2 = 1 g k = 0,k 3 α u x α(x,t) = lim x 0 = lim x 0 1 x2(u(x) 2u(x x) + u(x 2 x)) 1 x (u (x) u (x x)). p.25/34

26 8. Discretization of the fractional derivative ( α ) u n x α j 1 x α j+1 k=0 g k U n j+1 k g k = ( 1) k α k = Γ(k α) Γ( α)γ(k + 1) U n+1 j U n 0... U n j 1 U n j U n j+1. p.26/34

27 Classical scheme U n+1 j = U n j + µδ2 U n j Fractional scheme U n+1 j = U n j + µ α δ α U n j δ α U n j = j+1 k=0 g k U n j+1 k µ α = D t x α. p.27/34

28 Matricial form U n+1 = MU n + v n U n vector with the spatial discrete points v n vector with discrete boundary values M is the matrix iteration M = I + µ α B B diffusion discretisations. p.28/34

29 The matrix B is B = g 1 g g g 0 g 2N 1... g 2 g 1. p.29/34

30 Consistency and Stability This approximation of the fractional derivative, for 1 < α < 2, is first order accurate δ α u n j x α = ( α u x α ) n j + O( x) (Meerschaert and Tadjeran, JCP, 2004) Consistency: tt n = O( t) + O( x) Stability condition: 2 α 1 µ α 1 t xα 2 α 1 D (Sousa, JCP, 2009). p.30/34

31 Some comments Although the standard operator is second order accurate, the fractional operator is only first order Being first order is the main disadvantage of using this definition of the fractional derivative We need new numerical methods based on the integral formulas of the fractional derivative. p.31/34

32 9. Riemann-Liouville formula α u x α(x,t) = 1 Γ(n α) n x n x a u(ξ, t) (x ξ) α n+1dξ a < x < b, n = [α] + 1 For 1 < α < 2, α u x α(x,t) = 1 Γ(2 α) 2 x 2 x a u(ξ, t) (x ξ) α 1dξ. p.32/34

33 Why is difficult to handle the integral form? α u x α(x,t) = 1 Γ(2 α) 2 x 2 x a u(ξ, t) (x ξ) α 1dξ. p.33/34

34 10. Final Remarks We have a non-local derivative The definition using the limit only allows first order accuracy. Not enough for many problems The integral definition has an improper integral, which is difficult to handle. Many physical models involving fractional derivatives are waiting to be solved with high accuracy.. p.34/34

FINITE DIFFERENCE APPROXIMATIONS FOR A FRACTIONAL ADVECTION DIFFUSION PROBLEM ERCÍLIA SOUSA

FINITE DIFFERENCE APPROXIMATIONS FOR A FRACTIONAL ADVECTION DIFFUSION PROBLEM ERCÍLIA SOUSA Pré-Publicações do Departamento de Matemática Universidade de Coimbra Preprint Number 8 26 FINITE DIFFERENCE APPROXIMATIONS FOR A FRACTIONAL ADVECTION DIFFUSION PROBLEM ERCÍLIA SOUSA Abstract: The use

More information

ALGORITHMS FOR NONLINEAR FRACTIONAL PARTIAL DIFFERENTIAL EQUATIONS: A SELECTION OF NUMERICAL METHODS. Shaher Momani Zaid Odibat Ishak Hashim

ALGORITHMS FOR NONLINEAR FRACTIONAL PARTIAL DIFFERENTIAL EQUATIONS: A SELECTION OF NUMERICAL METHODS. Shaher Momani Zaid Odibat Ishak Hashim Topological Methods in Nonlinear Analysis Journal of the Juliusz Schauder Center Volume 31, 2008, 211 226 ALGORITHMS FOR NONLINEAR FRACTIONAL PARTIAL DIFFERENTIAL EQUATIONS: A SELECTION OF NUMERICAL METHODS

More information

Computational methods for large-scale linear matrix equations and application to FDEs. V. Simoncini

Computational methods for large-scale linear matrix equations and application to FDEs. V. Simoncini Computational methods for large-scale linear matrix equations and application to FDEs V. Simoncini Dipartimento di Matematica, Università di Bologna valeria.simoncini@unibo.it Joint work with: Tobias Breiten,

More information

ON THE FRACTIONAL CAUCHY PROBLEM ASSOCIATED WITH A FELLER SEMIGROUP

ON THE FRACTIONAL CAUCHY PROBLEM ASSOCIATED WITH A FELLER SEMIGROUP Dedicated to Professor Gheorghe Bucur on the occasion of his 7th birthday ON THE FRACTIONAL CAUCHY PROBLEM ASSOCIATED WITH A FELLER SEMIGROUP EMIL POPESCU Starting from the usual Cauchy problem, we give

More information

Gregory Capra. April 7, 2016

Gregory Capra. April 7, 2016 ? Occidental College April 7, 2016 1 / 39 Outline? diffusion? Method Gaussian Elimination Convergence, Memory, & Time Complexity Conjugate Gradient Squared () Algorithm Concluding remarks 2 / 39 Standard

More information

Isogeometric Analysis for the Fractional Laplacian

Isogeometric Analysis for the Fractional Laplacian Isogeometric Analysis for the Fractional Laplacian Kailai Xu & Eric Darve CME500 May 14, 2018 1 / 26 Outline Fractional Calculus Isogeometric Analysis Numerical Experiment Regularity for the Fractional

More information

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Partial differential equations arise in a number of physical problems, such as fluid flow, heat transfer, solid mechanics and biological processes. These

More information

Contents. Preface. Notation

Contents. Preface. Notation Contents Preface Notation xi xv 1 The fractional Laplacian in one dimension 1 1.1 Random walkers with constant steps.............. 1 1.1.1 Particle number density distribution.......... 2 1.1.2 Numerical

More information

An Efficient Numerical Method for Solving. the Fractional Diffusion Equation

An Efficient Numerical Method for Solving. the Fractional Diffusion Equation Journal of Applied Mathematics & Bioinformatics, vol.1, no.2, 2011, 1-12 ISSN: 1792-6602 (print), 1792-6939 (online) International Scientific Press, 2011 An Efficient Numerical Method for Solving the Fractional

More information

Random walks in a 1D Levy random environment

Random walks in a 1D Levy random environment Random Combinatorial Structures and Statistical Mechanics, University of Warwick, Venice, 6-10 May, 2013 Random walks in a 1D Levy random environment Alessandra Bianchi Mathematics Department, University

More information

Lecture 25: Large Steps and Long Waiting Times

Lecture 25: Large Steps and Long Waiting Times Lecture 25: Large Steps and Long Waiting Times Scribe: Geraint Jones (and Martin Z. Bazant) Department of Economics, MIT Proofreader: Sahand Jamal Rahi Department of Physics, MIT scribed: May 10, 2005,

More information

A Survey of Numerical Methods in Fractional Calculus

A Survey of Numerical Methods in Fractional Calculus A Survey of Numerical Methods in Fractional Calculus Fractional Derivatives in Mechanics: State of the Art CNAM Paris, 17 November 2006 Kai Diethelm diethelm@gns-mbh.com, k.diethelm@tu-bs.de Gesellschaft

More information

Fractional Laplacian

Fractional Laplacian Fractional Laplacian Grzegorz Karch 5ème Ecole de printemps EDP Non-linéaire Mathématiques et Interactions: modèles non locaux et applications Ecole Supérieure de Technologie d Essaouira, du 27 au 30 Avril

More information

ON THE NUMERICAL SOLUTION FOR THE FRACTIONAL WAVE EQUATION USING LEGENDRE PSEUDOSPECTRAL METHOD

ON THE NUMERICAL SOLUTION FOR THE FRACTIONAL WAVE EQUATION USING LEGENDRE PSEUDOSPECTRAL METHOD International Journal of Pure and Applied Mathematics Volume 84 No. 4 2013, 307-319 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: http://dx.doi.org/10.12732/ijpam.v84i4.1

More information

Introduction to numerical schemes

Introduction to numerical schemes 236861 Numerical Geometry of Images Tutorial 2 Introduction to numerical schemes Heat equation The simple parabolic PDE with the initial values u t = K 2 u 2 x u(0, x) = u 0 (x) and some boundary conditions

More information

RECONSTRUCTION OF THE THERMAL CONDUCTIVITY COEFFICIENT IN THE SPACE FRACTIONAL HEAT CONDUCTION EQUATION

RECONSTRUCTION OF THE THERMAL CONDUCTIVITY COEFFICIENT IN THE SPACE FRACTIONAL HEAT CONDUCTION EQUATION THERMAL SCIENCE: Year 207, Vol. 2, No. A, pp. 8-88 8 RECONSTRUCTION OF THE THERMAL CONDUCTIVITY COEFFICIENT IN THE SPACE FRACTIONAL HEAT CONDUCTION EQUATION by Rafal BROCIEK * and Damian SLOTA Institute

More information

Homotopy Method for Parameter Determination of Solute Transport with Fractional Advection-dispersion Equation

Homotopy Method for Parameter Determination of Solute Transport with Fractional Advection-dispersion Equation Copyright 2014 Tech Science Press CMES, vol.100, no.2, pp.85-103, 2014 Homotopy Method for Parameter Determination of Solute Transport with Fractional Advection-dispersion Equation Hui Wei 1,2,3, Wen Chen

More information

Cauchy Problems in Bounded Domains and Iterated Processes

Cauchy Problems in Bounded Domains and Iterated Processes Cauchy Problems in Bounded Domains and Iterated Processes Erkan Nane DEPARTMENT OF MATHEMATICS AND STATISTICS AUBURN UNIVERSITY August 18, 21 Continuous time random walks R d X 2 X 3 X 1 J 1 J 2 J 3 J

More information

Functional Limit theorems for the quadratic variation of a continuous time random walk and for certain stochastic integrals

Functional Limit theorems for the quadratic variation of a continuous time random walk and for certain stochastic integrals Functional Limit theorems for the quadratic variation of a continuous time random walk and for certain stochastic integrals Noèlia Viles Cuadros BCAM- Basque Center of Applied Mathematics with Prof. Enrico

More information

From discrete time random walks to numerical methods for fractional order differential equations

From discrete time random walks to numerical methods for fractional order differential equations From discrete time random walks to numerical methods for fractional order differential equations Click to edit Present s Name Dr. Christopher Angstmann SANUM 2016 Never Stand Still Faculty of Science School

More information

Math 201 Lecture 25: Partial Differential Equations: Introduction and Overview

Math 201 Lecture 25: Partial Differential Equations: Introduction and Overview Math 201 Lecture 25: Partial Differential Equations: Introduction and Overview Mar. 12, 2012 Many examples here are taken from the textbook. The first number in () refers to the problem number in the UA

More information

Numerical Analysis of Differential Equations Numerical Solution of Parabolic Equations

Numerical Analysis of Differential Equations Numerical Solution of Parabolic Equations Numerical Analysis of Differential Equations 215 6 Numerical Solution of Parabolic Equations 6 Numerical Solution of Parabolic Equations TU Bergakademie Freiberg, SS 2012 Numerical Analysis of Differential

More information

Boundary Conditions for Tempered Fractional Diffusion

Boundary Conditions for Tempered Fractional Diffusion Boundary Conditions for Tempered Fractional Diffusion Anna Lischke a,, James F. Kelly b, Mark M. Meerschaert b a Division of Applied Mathematics, Brown University, Providence, RI 02912 b Department of

More information

A Concise Course on Stochastic Partial Differential Equations

A Concise Course on Stochastic Partial Differential Equations A Concise Course on Stochastic Partial Differential Equations Michael Röckner Reference: C. Prevot, M. Röckner: Springer LN in Math. 1905, Berlin (2007) And see the references therein for the original

More information

Finite Difference Method of Fractional Parabolic Partial Differential Equations with Variable Coefficients

Finite Difference Method of Fractional Parabolic Partial Differential Equations with Variable Coefficients International Journal of Contemporary Mathematical Sciences Vol. 9, 014, no. 16, 767-776 HIKARI Ltd, www.m-hiari.com http://dx.doi.org/10.1988/ijcms.014.411118 Finite Difference Method of Fractional Parabolic

More information

INVERSE PROBLEMS FOR FRACTIONAL DIFFUSION EQUATIONS. A Dissertation LIHUA ZUO

INVERSE PROBLEMS FOR FRACTIONAL DIFFUSION EQUATIONS. A Dissertation LIHUA ZUO INVERSE PROBLEMS FOR FRACTIONAL DIFFUSION EQUATIONS A Dissertation by LIHUA ZUO Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree

More information

Generalised Fractional-Black-Scholes Equation: pricing and hedging

Generalised Fractional-Black-Scholes Equation: pricing and hedging Generalised Fractional-Black-Scholes Equation: pricing and hedging Álvaro Cartea Birkbeck College, University of London April 2004 Outline Lévy processes Fractional calculus Fractional-Black-Scholes 1

More information

Anomalous Lévy diffusion: From the flight of an albatross to optical lattices. Eric Lutz Abteilung für Quantenphysik, Universität Ulm

Anomalous Lévy diffusion: From the flight of an albatross to optical lattices. Eric Lutz Abteilung für Quantenphysik, Universität Ulm Anomalous Lévy diffusion: From the flight of an albatross to optical lattices Eric Lutz Abteilung für Quantenphysik, Universität Ulm Outline 1 Lévy distributions Broad distributions Central limit theorem

More information

Itô s formula. Samy Tindel. Purdue University. Probability Theory 2 - MA 539

Itô s formula. Samy Tindel. Purdue University. Probability Theory 2 - MA 539 Itô s formula Samy Tindel Purdue University Probability Theory 2 - MA 539 Mostly taken from Brownian Motion and Stochastic Calculus by I. Karatzas and S. Shreve Samy T. Itô s formula Probability Theory

More information

High Order Numerical Methods for the Riesz Derivatives and the Space Riesz Fractional Differential Equation

High Order Numerical Methods for the Riesz Derivatives and the Space Riesz Fractional Differential Equation International Symposium on Fractional PDEs: Theory, Numerics and Applications June 3-5, 013, Salve Regina University High Order Numerical Methods for the Riesz Derivatives and the Space Riesz Fractional

More information

NUMERICAL ANALYSIS OF FRACTIONAL-ORDER DIFFERENTIAL EQUATIONS WITH NONSMOOTH DATA. A Dissertation ZHI ZHOU

NUMERICAL ANALYSIS OF FRACTIONAL-ORDER DIFFERENTIAL EQUATIONS WITH NONSMOOTH DATA. A Dissertation ZHI ZHOU NUMERICAL ANALYSIS OF FRACTIONAL-ORDER DIFFERENTIAL EQUATIONS WITH NONSMOOTH DATA A Dissertation by ZHI ZHOU Submitted to the Office of Graduate and Professional Studies of Texas A&M University in partial

More information

Local vs. Nonlocal Diffusions A Tale of Two Laplacians

Local vs. Nonlocal Diffusions A Tale of Two Laplacians Local vs. Nonlocal Diffusions A Tale of Two Laplacians Jinqiao Duan Dept of Applied Mathematics Illinois Institute of Technology Chicago duan@iit.edu Outline 1 Einstein & Wiener: The Local diffusion 2

More information

Fractional Diffusion Theory and Applications Part II

Fractional Diffusion Theory and Applications Part II Fractional Diffusion Theory and Applications Part II p. 1/2 Fractional Diffusion Theory and Applications Part II 22nd Canberra International Physics Summer School 28 Bruce Henry (Trevor Langlands, Peter

More information

Partial Differential Equations

Partial Differential Equations Part II Partial Differential Equations Year 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2015 Paper 4, Section II 29E Partial Differential Equations 72 (a) Show that the Cauchy problem for u(x,

More information

Numerical Solution of Space-Time Fractional Convection-Diffusion Equations with Variable Coefficients Using Haar Wavelets

Numerical Solution of Space-Time Fractional Convection-Diffusion Equations with Variable Coefficients Using Haar Wavelets Copyright 22 Tech Science Press CMES, vol.89, no.6, pp.48-495, 22 Numerical Solution of Space-Time Fractional Convection-Diffusion Equations with Variable Coefficients Using Haar Wavelets Jinxia Wei, Yiming

More information

A finite element solution for the fractional equation

A finite element solution for the fractional equation A finite element solution for the fractional equation Petra Nováčková, Tomáš Kisela Brno University of Technology, Brno, Czech Republic Abstract This contribution presents a numerical method for solving

More information

Finite Elements. Colin Cotter. February 22, Colin Cotter FEM

Finite Elements. Colin Cotter. February 22, Colin Cotter FEM Finite Elements February 22, 2019 In the previous sections, we introduced the concept of finite element spaces, which contain certain functions defined on a domain. Finite element spaces are examples of

More information

Large Solutions for Fractional Laplacian Operators

Large Solutions for Fractional Laplacian Operators Some results of the PhD thesis Nicola Abatangelo Advisors: Louis Dupaigne, Enrico Valdinoci Université Libre de Bruxelles October 16 th, 2015 The operator Fix s (0, 1) and consider a measurable function

More information

Obstacle problems for nonlocal operators

Obstacle problems for nonlocal operators Obstacle problems for nonlocal operators Camelia Pop School of Mathematics, University of Minnesota Fractional PDEs: Theory, Algorithms and Applications ICERM June 19, 2018 Outline Motivation Optimal regularity

More information

7 Hyperbolic Differential Equations

7 Hyperbolic Differential Equations Numerical Analysis of Differential Equations 243 7 Hyperbolic Differential Equations While parabolic equations model diffusion processes, hyperbolic equations model wave propagation and transport phenomena.

More information

The Discontinuous Galerkin Method for Hyperbolic Problems

The Discontinuous Galerkin Method for Hyperbolic Problems Chapter 2 The Discontinuous Galerkin Method for Hyperbolic Problems In this chapter we shall specify the types of problems we consider, introduce most of our notation, and recall some theory on the DG

More information

Infinitely divisible distributions and the Lévy-Khintchine formula

Infinitely divisible distributions and the Lévy-Khintchine formula Infinitely divisible distributions and the Cornell University May 1, 2015 Some definitions Let X be a real-valued random variable with law µ X. Recall that X is said to be infinitely divisible if for every

More information

SEVERAL RESULTS OF FRACTIONAL DERIVATIVES IN D (R + ) Chenkuan Li. Author's Copy

SEVERAL RESULTS OF FRACTIONAL DERIVATIVES IN D (R + ) Chenkuan Li. Author's Copy RESEARCH PAPER SEVERAL RESULTS OF FRACTIONAL DERIVATIVES IN D (R ) Chenkuan Li Abstract In this paper, we define fractional derivative of arbitrary complex order of the distributions concentrated on R,

More information

arxiv: v1 [math.na] 15 Nov 2013

arxiv: v1 [math.na] 15 Nov 2013 NUMERICAL APPROXIMATIONS FOR FRACTIONAL DIFFERENTIAL EQUATIONS arxiv:1311.3935v1 [math.na] 15 Nov 013 Yuri Dimitrov Department of Applied Mathematics and Statistics University of Rousse 8 Studentsa str.

More information

Introduction: the plague. The Scaling Laws Of Human Travel. Introduction: SARS (severe acute respiratory syndrom)

Introduction: the plague. The Scaling Laws Of Human Travel. Introduction: SARS (severe acute respiratory syndrom) The Scaling Laws Of Human Travel Verena Zuber Department of Statistics University of Munich 7. July 2006 Introduction: the plague highly infectious disease several pandemics have influenced the human history

More information

Basic Aspects of Discretization

Basic Aspects of Discretization Basic Aspects of Discretization Solution Methods Singularity Methods Panel method and VLM Simple, very powerful, can be used on PC Nonlinear flow effects were excluded Direct numerical Methods (Field Methods)

More information

arxiv: v1 [physics.app-ph] 18 Apr 2018

arxiv: v1 [physics.app-ph] 18 Apr 2018 Tomographic imaging of inhomogeneous non-local media using fractional order models Salvatore Buonocore University of Notre Dame, Notre Dame, Indiana, 46556. Fabio Semperlotti Purdue University, Ray W.

More information

Anomalous Transport and Fluctuation Relations: From Theory to Biology

Anomalous Transport and Fluctuation Relations: From Theory to Biology Anomalous Transport and Fluctuation Relations: From Theory to Biology Aleksei V. Chechkin 1, Peter Dieterich 2, Rainer Klages 3 1 Institute for Theoretical Physics, Kharkov, Ukraine 2 Institute for Physiology,

More information

A Fast O(N log N) Finite Difference Method for the One-Dimensional Space-Fractional Diffusion Equation

A Fast O(N log N) Finite Difference Method for the One-Dimensional Space-Fractional Diffusion Equation Mathematics 2015, 3, 1032-1044; doi:103390/math3041032 OPEN ACCESS mathematics ISSN 2227-7390 wwwmdpicom/journal/mathematics Article A Fast O(N log N) Finite Difference Method for the One-Dimensional Space-Fractional

More information

arxiv: v1 [math-ph] 28 Apr 2010

arxiv: v1 [math-ph] 28 Apr 2010 arxiv:004.528v [math-ph] 28 Apr 200 Computational Efficiency of Fractional Diffusion Using Adaptive Time Step Memory Brian P. Sprouse Christopher L. MacDonald Gabriel A. Silva Department of Bioengineering,

More information

Spectral analysis and numerical methods for fractional diffusion equations

Spectral analysis and numerical methods for fractional diffusion equations Spectral analysis and numerical methods for fractional diffusion equations M. Dehghan M. Donatelli M. Mazza H. Moghaderi S. Serra-Capizzano Department of Science and High Technology, University of Insubria,

More information

On a simple model of isothermal phase transition

On a simple model of isothermal phase transition On a simple model of isothermal phase transition Nicolas Seguin Laboratoire Jacques-Louis Lions Université Pierre et Marie Curie Paris 6 France Micro-Macro Modelling and Simulation of Liquid-Vapour Flows

More information

Numerical Integration of Linear and Nonlinear Wave Equations

Numerical Integration of Linear and Nonlinear Wave Equations University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Dissertations, Theses, and Student Research Papers in Mathematics Mathematics, Department of 12-2004 Numerical Integration

More information

Finite element approximation of the stochastic heat equation with additive noise

Finite element approximation of the stochastic heat equation with additive noise p. 1/32 Finite element approximation of the stochastic heat equation with additive noise Stig Larsson p. 2/32 Outline Stochastic heat equation with additive noise du u dt = dw, x D, t > u =, x D, t > u()

More information

Hyperbolic PDEs. Chapter 6

Hyperbolic PDEs. Chapter 6 Chapter 6 Hyperbolic PDEs In this chapter we will prove existence, uniqueness, and continuous dependence of solutions to hyperbolic PDEs in a variety of domains. To get a feel for what we might expect,

More information

Topic 2 Limits and Continuity c and d) Continuity Handout Notes Assigned Problems: Intro book pg 73, 1-3 and 6-8

Topic 2 Limits and Continuity c and d) Continuity Handout Notes Assigned Problems: Intro book pg 73, 1-3 and 6-8 c&d. Continuity Handout. Page 1 of 5 Topic Limits and Continuity c and d) Continuity Handout Notes Assigned Problems: Intro book pg 73, 1-3 and 6-8 Recall Limits and Function Values: We have already studied

More information

In Memory of Wenbo V Li s Contributions

In Memory of Wenbo V Li s Contributions In Memory of Wenbo V Li s Contributions Qi-Man Shao The Chinese University of Hong Kong qmshao@cuhk.edu.hk The research is partially supported by Hong Kong RGC GRF 403513 Outline Lower tail probabilities

More information

Tutorial 2. Introduction to numerical schemes

Tutorial 2. Introduction to numerical schemes 236861 Numerical Geometry of Images Tutorial 2 Introduction to numerical schemes c 2012 Classifying PDEs Looking at the PDE Au xx + 2Bu xy + Cu yy + Du x + Eu y + Fu +.. = 0, and its discriminant, B 2

More information

Handling the fractional Boussinesq-like equation by fractional variational iteration method

Handling the fractional Boussinesq-like equation by fractional variational iteration method 6 ¹ 5 Jun., COMMUN. APPL. MATH. COMPUT. Vol.5 No. Å 6-633()-46-7 Handling the fractional Boussinesq-like equation by fractional variational iteration method GU Jia-lei, XIA Tie-cheng (College of Sciences,

More information

Cauchy Problems Solved by Running Subordinate Processes

Cauchy Problems Solved by Running Subordinate Processes Cauchy Problems Solved by Running Subordinate Processes Erkan Nane DEPARTMENT OF MATHEMATICS AND STATISTICS AUBURN UNIVERSITY August 18, 21 Continuous time random walks R d X 2 X 3 X 1 J 1 J 2 J 3 J 4

More information

Diffusion Processes. Lectures INF2320 p. 1/72

Diffusion Processes. Lectures INF2320 p. 1/72 Diffusion Processes Lectures INF2320 p. 1/72 Lectures INF2320 p. 2/72 Diffusion processes Examples of diffusion processes Heat conduction Heat moves from hot to cold places Diffusive (molecular) transport

More information

Fractional Calculus, Probability and Non-local Operators: Applications and Recent Developments

Fractional Calculus, Probability and Non-local Operators: Applications and Recent Developments Fractional Calculus, Probability and Non-local Operators: Applications and Recent Developments November 8th - 10th 2017 BCAM - Alameda Mazarredo, 14 48009 Bilbao (Bizkaia), Basque Country, Spain Lecturer

More information

Some Semi-Markov Processes

Some Semi-Markov Processes Some Semi-Markov Processes and the Navier-Stokes equations NW Probability Seminar, October 22, 2006 Mina Ossiander Department of Mathematics Oregon State University 1 Abstract Semi-Markov processes were

More information

The Brownian Oscillator

The Brownian Oscillator Chapter The Brownian Oscillator Contents.One-DimensionalDiffusioninaHarmonicPotential...38 The one-dimensional Smoluchowski equation, in case that a stationary flux-free equilibrium state p o (x) exists,

More information

Theory of fractional Lévy diffusion of cold atoms in optical lattices

Theory of fractional Lévy diffusion of cold atoms in optical lattices Theory of fractional Lévy diffusion of cold atoms in optical lattices, Erez Aghion, David Kessler Bar-Ilan Univ. PRL, 108 230602 (2012) PRX, 4 011022 (2014) Fractional Calculus, Leibniz (1695) L Hospital:

More information

Finite difference method for heat equation

Finite difference method for heat equation Finite difference method for heat equation Praveen. C praveen@math.tifrbng.res.in Tata Institute of Fundamental Research Center for Applicable Mathematics Bangalore 560065 http://math.tifrbng.res.in/~praveen

More information

Weak Ergodicity Breaking WCHAOS 2011

Weak Ergodicity Breaking WCHAOS 2011 Weak Ergodicity Breaking Eli Barkai Bar-Ilan University Bel, Burov, Korabel, Margolin, Rebenshtok WCHAOS 211 Outline Single molecule experiments exhibit weak ergodicity breaking. Blinking quantum dots,

More information

Some New Results on the New Conformable Fractional Calculus with Application Using D Alambert Approach

Some New Results on the New Conformable Fractional Calculus with Application Using D Alambert Approach Progr. Fract. Differ. Appl. 2, No. 2, 115-122 (2016) 115 Progress in Fractional Differentiation and Applications An International Journal http://dx.doi.org/10.18576/pfda/020204 Some New Results on the

More information

Jim Lambers MAT 169 Fall Semester Lecture 6 Notes. a n. n=1. S = lim s k = lim. n=1. n=1

Jim Lambers MAT 169 Fall Semester Lecture 6 Notes. a n. n=1. S = lim s k = lim. n=1. n=1 Jim Lambers MAT 69 Fall Semester 2009-0 Lecture 6 Notes These notes correspond to Section 8.3 in the text. The Integral Test Previously, we have defined the sum of a convergent infinite series to be the

More information

Integro-differential equations: Regularity theory and Pohozaev identities

Integro-differential equations: Regularity theory and Pohozaev identities Integro-differential equations: Regularity theory and Pohozaev identities Xavier Ros Oton Departament Matemàtica Aplicada I, Universitat Politècnica de Catalunya PhD Thesis Advisor: Xavier Cabré Xavier

More information

Fractional Calculus for Solving Abel s Integral Equations Using Chebyshev Polynomials

Fractional Calculus for Solving Abel s Integral Equations Using Chebyshev Polynomials Applied Mathematical Sciences, Vol. 5, 211, no. 45, 227-2216 Fractional Calculus for Solving Abel s Integral Equations Using Chebyshev Polynomials Z. Avazzadeh, B. Shafiee and G. B. Loghmani Department

More information

On The Leibniz Rule And Fractional Derivative For Differentiable And Non-Differentiable Functions

On The Leibniz Rule And Fractional Derivative For Differentiable And Non-Differentiable Functions On The Leibniz Rule And Fractional Derivative For Differentiable And Non-Differentiable Functions Xiong Wang Center of Chaos and Complex Network, Department of Electronic Engineering, City University of

More information

Application of finite difference method to estimation of diffusion coefficient in a one dimensional nonlinear inverse diffusion problem

Application of finite difference method to estimation of diffusion coefficient in a one dimensional nonlinear inverse diffusion problem International Mathematical Forum, 1, 2006, no. 30, 1465-1472 Application of finite difference method to estimation of diffusion coefficient in a one dimensional nonlinear inverse diffusion problem N. Azizi

More information

CTRW Limits: Governing Equations and Fractal Dimensions

CTRW Limits: Governing Equations and Fractal Dimensions CTRW Limits: Governing Equations and Fractal Dimensions Erkan Nane DEPARTMENT OF MATHEMATICS AND STATISTICS AUBURN UNIVERSITY August 19-23, 2013 Joint work with Z-Q. Chen, M. D Ovidio, M.M. Meerschaert,

More information

A short story about FRAP (fluourescence recovery after photobleaching)

A short story about FRAP (fluourescence recovery after photobleaching) 1 A short story about FRAP (fluourescence recovery after photobleaching) Bob Pego (Carnegie Mellon) work involving team leader: James McNally (NCI Lab of Receptor Biology & Gene Expression) Biophysicists:

More information

Lecture notes for /12.586, Modeling Environmental Complexity. D. H. Rothman, MIT September 24, Anomalous diffusion

Lecture notes for /12.586, Modeling Environmental Complexity. D. H. Rothman, MIT September 24, Anomalous diffusion Lecture notes for 12.086/12.586, Modeling Environmental Complexity D. H. Rothman, MIT September 24, 2014 Contents 1 Anomalous diffusion 1 1.1 Beyond the central limit theorem................ 2 1.2 Large

More information

Subordinated advection-dispersion equation for contaminant transport

Subordinated advection-dispersion equation for contaminant transport WATER RESOURCES RESEARCH, VO. 37, NO. 6, PAGES 1543 1550, JUNE 2001 Subordinated advection-dispersion equation for contaminant transport Boris Baeumer, 1 David A. Benson, 2 Mark M. Meerschaert, 3 and Stephen

More information

Boundary layers in a two-point boundary value problem with fractional derivatives

Boundary layers in a two-point boundary value problem with fractional derivatives Boundary layers in a two-point boundary value problem with fractional derivatives J.L. Gracia and M. Stynes Institute of Mathematics and Applications (IUMA) and Department of Applied Mathematics, University

More information

Brownian Motion. 1 Definition Brownian Motion Wiener measure... 3

Brownian Motion. 1 Definition Brownian Motion Wiener measure... 3 Brownian Motion Contents 1 Definition 2 1.1 Brownian Motion................................. 2 1.2 Wiener measure.................................. 3 2 Construction 4 2.1 Gaussian process.................................

More information

FAST SOLVERS FOR 2D FRACTIONAL DIFFUSION EQUATIONS USING RANK STRUCTURED MATRICES

FAST SOLVERS FOR 2D FRACTIONAL DIFFUSION EQUATIONS USING RANK STRUCTURED MATRICES FAST SOLVERS FOR 2D FRACTIONAL DIFFUSION EQUATIONS USING RANK STRUCTURED MATRICES STEFANO MASSEI, MARIAROSA MAZZA, AND LEONARDO ROBOL Abstract. We consider the discretization of time-space diffusion equations

More information

Exact Solutions for a Fifth-Order Two-Mode KdV Equation with Variable Coefficients

Exact Solutions for a Fifth-Order Two-Mode KdV Equation with Variable Coefficients Contemporary Engineering Sciences, Vol. 11, 2018, no. 16, 779-784 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ces.2018.8262 Exact Solutions for a Fifth-Order Two-Mode KdV Equation with Variable

More information

Anomalous diffusion in biology: fractional Brownian motion, Lévy flights

Anomalous diffusion in biology: fractional Brownian motion, Lévy flights Anomalous diffusion in biology: fractional Brownian motion, Lévy flights Jan Korbel Faculty of Nuclear Sciences and Physical Engineering, CTU, Prague Minisymposium on fundamental aspects behind cell systems

More information

Anomalous diffusion of volcanic earthquakes

Anomalous diffusion of volcanic earthquakes Anomalous diffusion of volcanic earthquakes SUMIYOSHI ABE 1,2 and NORIKAZU SUZUKI 3 1 Department of Physical Engineering, Mie University, Mie 514-8507, Japan 2 Institute of Physics, Kazan Federal University,

More information

ON THE SOLUTIONS OF NON-LINEAR TIME-FRACTIONAL GAS DYNAMIC EQUATIONS: AN ANALYTICAL APPROACH

ON THE SOLUTIONS OF NON-LINEAR TIME-FRACTIONAL GAS DYNAMIC EQUATIONS: AN ANALYTICAL APPROACH International Journal of Pure and Applied Mathematics Volume 98 No. 4 2015, 491-502 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: http://dx.doi.org/10.12732/ijpam.v98i4.8

More information

Particle models for Wasserstein type diffusion

Particle models for Wasserstein type diffusion Particle models for Wasserstein type diffusion Vitalii Konarovskyi University of Leipzig Bonn, 216 Joint work with Max von Renesse konarovskyi@gmail.com Wasserstein diffusion and Varadhan s formula (von

More information

HOMOTOPY PERTURBATION METHOD TO FRACTIONAL BIOLOGICAL POPULATION EQUATION. 1. Introduction

HOMOTOPY PERTURBATION METHOD TO FRACTIONAL BIOLOGICAL POPULATION EQUATION. 1. Introduction Fractional Differential Calculus Volume 1, Number 1 (211), 117 124 HOMOTOPY PERTURBATION METHOD TO FRACTIONAL BIOLOGICAL POPULATION EQUATION YANQIN LIU, ZHAOLI LI AND YUEYUN ZHANG Abstract In this paper,

More information

A Lévy-Fokker-Planck equation: entropies and convergence to equilibrium

A Lévy-Fokker-Planck equation: entropies and convergence to equilibrium 1/ 22 A Lévy-Fokker-Planck equation: entropies and convergence to equilibrium I. Gentil CEREMADE, Université Paris-Dauphine International Conference on stochastic Analysis and Applications Hammamet, Tunisia,

More information

Weak Ergodicity Breaking

Weak Ergodicity Breaking Weak Ergodicity Breaking Eli Barkai Bar-Ilan University 215 Ergodicity Ergodicity: time averages = ensemble averages. x = lim t t x(τ)dτ t. x = xp eq (x)dx. Ergodicity out of equilibrium δ 2 (, t) = t

More information

Finite Difference Methods for the Solution of Fractional Diffusion Equations

Finite Difference Methods for the Solution of Fractional Diffusion Equations Finite Difference Methods for the Solution of Fractional Diffusion Equations Orlando Miguel Reis e Ribeiro Santos Thesis to obtain the Master of Science Degree in Aerospace Engineering Supervisors: Prof.

More information

Solving fuzzy fractional differential equations using fuzzy Sumudu transform

Solving fuzzy fractional differential equations using fuzzy Sumudu transform Available online at www.tjnsa.com J. Nonlinear Sci. Appl. Vol. (201X), 000 000 Research Article Solving fuzzy fractional differential equations using fuzzy Sumudu transform Norazrizal Aswad Abdul Rahman,

More information

PDEs, Homework #3 Solutions. 1. Use Hölder s inequality to show that the solution of the heat equation

PDEs, Homework #3 Solutions. 1. Use Hölder s inequality to show that the solution of the heat equation PDEs, Homework #3 Solutions. Use Hölder s inequality to show that the solution of the heat equation u t = ku xx, u(x, = φ(x (HE goes to zero as t, if φ is continuous and bounded with φ L p for some p.

More information

Multi-Factor Lévy Models I: Symmetric alpha-stable (SαS) Lévy Processes

Multi-Factor Lévy Models I: Symmetric alpha-stable (SαS) Lévy Processes Multi-Factor Lévy Models I: Symmetric alpha-stable (SαS) Lévy Processes Anatoliy Swishchuk Department of Mathematics and Statistics University of Calgary Calgary, Alberta, Canada Lunch at the Lab Talk

More information

Weak chaos, infinite ergodic theory, and anomalous diffusion

Weak chaos, infinite ergodic theory, and anomalous diffusion Weak chaos, infinite ergodic theory, and anomalous diffusion Rainer Klages Queen Mary University of London, School of Mathematical Sciences Marseille, CCT11, 24 May 2011 Weak chaos, infinite ergodic theory,

More information

1 Independent increments

1 Independent increments Tel Aviv University, 2008 Brownian motion 1 1 Independent increments 1a Three convolution semigroups........... 1 1b Independent increments.............. 2 1c Continuous time................... 3 1d Bad

More information

arxiv: v1 [math.na] 15 May 2015

arxiv: v1 [math.na] 15 May 2015 Efficient computation of the Grünwald-Letnikov fractional diffusion derivative using adaptive time step memory arxiv:1505.03967v1 [math.na] 15 May 2015 Christopher L. MacDonald, Nirupama Bhattacharya,

More information

Diffusion of a density in a static fluid

Diffusion of a density in a static fluid Diffusion of a density in a static fluid u(x, y, z, t), density (M/L 3 ) of a substance (dye). Diffusion: motion of particles from places where the density is higher to places where it is lower, due to

More information

PDEs, part 3: Hyperbolic PDEs

PDEs, part 3: Hyperbolic PDEs PDEs, part 3: Hyperbolic PDEs Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2011 Hyperbolic equations (Sections 6.4 and 6.5 of Strang). Consider the model problem (the

More information

The Chebyshev Collection Method for Solving Fractional Order Klein-Gordon Equation

The Chebyshev Collection Method for Solving Fractional Order Klein-Gordon Equation The Chebyshev Collection Method for Solving Fractional Order Klein-Gordon Equation M. M. KHADER Faculty of Science, Benha University Department of Mathematics Benha EGYPT mohamedmbd@yahoo.com N. H. SWETLAM

More information

GENERALIZATION OF A FRACTIONAL MODEL FOR THE TRANSPORT EQUATION INCLUDING EXTERNAL PERTURBATIONS

GENERALIZATION OF A FRACTIONAL MODEL FOR THE TRANSPORT EQUATION INCLUDING EXTERNAL PERTURBATIONS GENERALIZATION OF A FRACTIONAL MODEL FOR THE TRANSPORT EQUATION INCLUDING EXTERNAL PERTURBATIONS DANA CONSTANTINESCU 1, IULIAN PETRISOR 2 1 Association Euratom-MEdC, Romania University of Craiova, Department

More information

Noisy continuous time random walks

Noisy continuous time random walks Noisy continuous time random walks Jae-Hyung Jeon, Eli Barkai, and Ralf Metzler Citation: J. Chem. Phys. 139, 121916 (2013); doi: 10.1063/1.4816635 View online: http://dx.doi.org/10.1063/1.4816635 View

More information