The Stochastic KdV - A Review

Size: px
Start display at page:

Download "The Stochastic KdV - A Review"

Transcription

1 The Stochastic KdV - A Review Russell L. Herman Wadati s Work We begin with a review of the results from Wadati s paper 983 paper [4] but with a sign change in the nonlinear term. The key is an analysis of the stochastic KdV equation given by u t + 6uu x + u xxx = ζ(t, ( where ζ(t represents time-dependent Gaussian white noise. This noise has zero mean and satisfies the statistical average < ζ(tζ(t >= ɛδ(t t. ( For such time-dependent noise, the stochastic KdV equation can be transformed into an unperturbed KdV equation, by introducing the Galilean transformation U T + 6UU X + U XXX =, (3 u(x, t = U(X, T + W (T, (4 X = x + m(t, (5 T = t, (6 m(t = 6 W (t dt. (7 This can be seen as follows. Under the above transformations we have from calculus that the derivatives transform as and x = X x t = = X t X + T x T X, (8 X + T t T = 6W (T X + T. (9

2 Using these transformations, we have Defining or ζ(t = u t + 6uu x + u xxx = (U + W T 6W U x + 6(U + W U X + U XXX = U T + 6UU X + U XXX + W T. ( W (t = ζ = W T, leads to the KdV equation in (3. We next consider the one soliton solution. Let ζ(t dt, ( U(X, T = η sech (η(x 4η T X ( be a solution of Equation (3. Then, the above transformation leads directly to an exact solution of the stochastic KdV equation (: ( u(x, t = η sech (η x 4η t x 6 W (t dt + W (t. (3 Now we are interested in averaging over and ensemble of solutions. Namely, one considers what happens on average to the soliton under various realizations of the noise. For example, we could consider the average of the solution, denoted by < u(x, t >, and determine how the soliton behaves, such as the effect of the noise on the soliton s amplitude. Thus, we have that < u(x, t >= η sech (η ( x 4η t x 6 W (t dt. Wadati computes this by first turning the hyperbolic function into a series of exponentials. Formally, one can write sech z = 4 (e z + e z 4e z = ( + e z = d dz + e ( z = d (e z n dz = n= ( n+ ne nz. (4

3 Wadati then proceeds by computing. < u(x, t >= 8η ( n+ n exp [ ( nη x 4η t x 6 W (t dt ]. In order to complete this computation, some useful relations (which will need to be confirmed are needed: < W (t >=. (5 < W (t W (t >= ɛ min(t, t. (6 ( < exp (cw (t >= exp c < W (t >. (7 We can use these to show that ( exp ±nη W (t dt = exp (7n η < W (t W (t > dt dt = exp(48n η ɛt 3. (8 (The average in the exponential is computed later. This leads to the following form: where < u(x, t >= 8η ( n+ ne na+nb, (9 a = η(x x η t, b = 48η ɛt 3. In principle, this should be sufficient. However, Wadati goes on to develop expressions that analytically give an interpretation to this result and allow for asymptotic estimates of the behavior of the solution to the stochastic KdV. (We should note at this point that the solution is defined in terms of a divergent series! We will discuss this later. The key to obtaining useful analytic expressions was noted by Wadati. Differentiating the series by a and b leads to the partial differential equation w b = w aa for w(a, b =< u(x, t >. Furthermore, we have that w(a, = η sech a. 3

4 This is an initial-boundary value problem for the heat, or diffusion, equation on the real line. It is solved using Fourier transform methods. Namely, we define the Fourier transform and its inverse transform where ŵ(k, b = w(a, b = π w(a, be iak da, ( ŵ(k, be iak dk. ( The heat equation leads to the simple initial value problem ŵ(k, = η ŵ b = k ŵ, ( sech a e iak da = 8η πk sinh πk. (3 Therefore, ŵ(k, b = 8η πk sinh πk e bk and the solution is thus found from the inverse Fourier transform as u(x, t = 4η π (4 πk sinh πk eiak bk dk. (5 Wadati indicates that this is simply done using the convolution theorem. Namely, we note that ŵ(k, b = ˆf(kĝ(k, b for and ˆf(k = 8η πk sinh πk ĝ(k, b = e bk. The inverse transforms for these are given by and f(a = η sech a g(a, b = 4πb e a /4b. 4

5 The last expression is just the statement the the Fourier transform of a Gaussian is a Gaussian. Convolving these functions, we have < u(x, t > = w(a, b = (f g(a = = = f(sg(a s ds ( η πb η sech s ( e (a s /4b ds 4πb e (a s /4b sech s ds. (6 This is the exact solution to which we can compare any simulation results. To date it does not appear that any one has actually done this. Most of the focus of any simulations are with respect to the asymptotic results that Wadati has derived from this solution [3]. Namely, for small times (b = 48η ɛt < one can show that < u(x, t >= η n= For large times (b = 48η ɛt > one can show that < u(x, t >= 4η π ( + b n n a n! a n sech. (7 ( n B n π n Most focus on the t result that < u(x, t > η 3πɛ t 3/ exp (n! n b n ( (x x 4η t 48ɛt 3 e a /4b b. (8 Lets look at some results in a special case. The solutions for small [large] times based upon Equation (7 [Equation (8] is given in Figure [Figure ]. The amplitudes of the solutions in Figures - are shown in Figure 3. Note that the large time results probably should start at later times. Then one might be able to see how the two extremes might match smoothly in the intermediate region. In fact, one might try to use some type of expansion about b =. The exact integral, given by Equation (6, can be numerically integrated. We show a comparison of the exact solution in Figure 4 with that of a simulated result as shown in Figure 5. Code The code used to compare the simulated and numerical integration of Equation (6.. 5

6 x Figure : The solution for small times based upon Equation ( x Figure : The solution for large times based upon Equation (8. 6

7 Figure 3: The amplitude of the solutions in the last two figures. Figure 4: The exact solution using Equation (6. 7

8 Figure 5: The solution generated by doing a simulation of the stochastic KdV equation..5 Averaged Solution Exact Solution Figure 6: Comparison of the amplitudes from the exact solution and a simulation as provided in the code below. 8

9 % Soliton Parameters eta=.; x=-5.; epsilon=.; mu=sqrt(*epsilon; % Mesh Parameters N=; Tsteps=; a=-; b=5; x=linspace(a,b,n+; dx=(b-a/n; dt=dx^3/4; t=(:tsteps-*dt; % Stochastic Run M=; uu=zeros(tsteps,n+; for k=:m k r=randn(tsteps,; w=zeros(tsteps,; Iw=zeros(Tsteps,; w(=; Iw(=w(/*dt; for i=:tsteps w(i=w(i-+mu*sqrt(dt*r(i; Iw(i=Iw(i-+(w(i-+w(i/*dt; end u=zeros(tsteps,n+; for i=:tsteps; for j=:n+; u(i,j=w(i+*eta^*(sech(eta*(x(j-4*eta^*t(i-x-6*iw(i.^; end end uu=uu+u; end uu=uu/m; % Exact Solution for j=:n+ u(,j=*eta^*(sech(eta*(x(j-x^; end for i=:tsteps; i B=48*eta^*epsilon*t(i^3; for j=:n+; A=*(eta*(x(j-x-4*eta^3*t(i; F u(i,j =eta^/sqrt(pi*b*quad(f,-,; end end % Results figure( mesh(x,t,u title( Exact Solution figure( mesh(x,t,uu title( Stochastic KdV figure(3 9

10 plot(t,max(uu, b. hold on plot(t,max(u, r- legend( Averaged Solution, Exact Solution, hold off 3 Problems There are several problems with Wadati s derivation. These also appear elsewhere in the literature references to Wadati s paper. First, we note that the series expansion for the sech z is not quite right. We should instead have derived it as follows (for z : sech z = 4 (e z + e z 4e z = ( + e z = sgn(z d dz + e ( z = sgn(z d ( e z n dz = n= ( n+ ne n z, (9 This accounts for the convergence of the geometric series used in the derivation. Namely, in the original derivation, one should have noted that e z <, or z <. This new derivation accounts for the z > case. Konotop and Vázquez [] appear to have used this in their review of Wadati s derivation. They present the infinite series result as < u(x, t >= 8η ( n+ ne n a +nb. (3 There also appears to be a problem with the derivation of the average. Wadati should actually have computed [ ] < u(x, t >= 8η ( n+ n exp nη x 4η t x 6 W (t dt. One could get around this problem by computing the average for space-time regions where x 4η t x 6 W (t dt is definitely of one sign. Another approach would instead be to directly expand u(x, t = η sech (η(x x 4η t 6η about σ = for σ 6η W (t dt. W (t dt η sech (θ + σ

11 We have that η sech (θ + σ = η The average can now be computed as < u(x, t >= η provided that we can compute n= < σ n >= ( 6η n= < σ n > n! σ n n n! θ n sech θ. (3 n θ n sech θ (3 W (t dt n. (33 Herman [] shows that such averages can be computed based upon the nature of the Gaussian noise as { < σ n, n odd, >= (l!! < σ > l (34, n = l, even. Thus, we just need to compute < σ >. To see how this is done, we have < σ > = 36η W (t dt = 36η = 7ɛη = 7ɛη = 7ɛη = 7ɛη ( ( W (t dt < W (t W (t > dt dt min(t, t dt dt min(t, t dt + min(t, t dt dt t t dt + t dt dt t ( t + t (t t dt = 4ɛη t 3. (35 Inserting these results in Equation (3 yields < u(x, t > = η n= = η l= < σ n > n! n θ n sech θ < σ > l (l!! l (l! θ l sech θ

12 = η < σ > l l l l! θ l sech θ l= = η (ɛη t 3 l l l! θ l sech θ. (36 l= In order to see the agreement with Wadati s result for small b = 48ɛη t 3, we need to set θ = a/. Noting that l l l =, we obtain θ l a l < u(x, t >= η (48ɛη t 3 l l a l! a l sech = η l= l= b l l a l! a l sech. We further note that this solution again satisfies the heat equation and that for b = this solution reduces to the soliton initial condition. Thus, we have seemingly bypassed any problem with the computing the average with an absolute value. However, this series is divergent for b >. This divergence problem still needs to be addressed. References [] Herman R L 99 The Stochastic, Damped KdV Equation J. Phys. A [] Konotop V V and Vázquez L 994 Nonlinear Random Waves (World Scientific. [3] Scalerandi M, Romano A and Condat C A 998 Korteweg-de Vries Solitons Under Additive Stochastic Perturbations Phys. Rev. E [4] Wadati M 983 Stochastic Korteweg-de Vries Equation J. Phys. Soc. Jpn

Are Solitary Waves Color Blind to Noise?

Are Solitary Waves Color Blind to Noise? Are Solitary Waves Color Blind to Noise? Dr. Russell Herman Department of Mathematics & Statistics, UNCW March 29, 2008 Outline of Talk 1 Solitary Waves and Solitons 2 White Noise and Colored Noise? 3

More information

Propagation of Solitons Under Colored Noise

Propagation of Solitons Under Colored Noise Propagation of Solitons Under Colored Noise Dr. Russell Herman Departments of Mathematics & Statistics, Physics & Physical Oceanography UNC Wilmington, Wilmington, NC January 6, 2009 Outline of Talk 1

More information

NUMERICAL SIMULATIONS OF THE STOCHASTIC KDV EQUATION

NUMERICAL SIMULATIONS OF THE STOCHASTIC KDV EQUATION NUMERICAL SIMULATIONS OF THE STOCHASTIC KDV EQUATION Andrew Rose A Thesis Submitted to the University of North Carolina Wilmington in Partial Fulfillment Of the Requirements for the Degree of Master of

More information

Math 575-Lecture 26. KdV equation. Derivation of KdV

Math 575-Lecture 26. KdV equation. Derivation of KdV Math 575-Lecture 26 KdV equation We look at the KdV equations and the so-called integrable systems. The KdV equation can be written as u t + 3 2 uu x + 1 6 u xxx = 0. The constants 3/2 and 1/6 are not

More information

Continuous limits and integrability for a semidiscrete system Zuo-nong Zhu Department of Mathematics, Shanghai Jiao Tong University, P R China

Continuous limits and integrability for a semidiscrete system Zuo-nong Zhu Department of Mathematics, Shanghai Jiao Tong University, P R China Continuous limits and integrability for a semidiscrete system Zuo-nong Zhu Department of Mathematics, Shanghai Jiao Tong University, P R China the 3th GCOE International Symposium, Tohoku University, 17-19

More information

Solutions of differential equations using transforms

Solutions of differential equations using transforms Solutions of differential equations using transforms Process: Take transform of equation and boundary/initial conditions in one variable. Derivatives are turned into multiplication operators. Solve (hopefully

More information

2 Soliton Perturbation Theory

2 Soliton Perturbation Theory Revisiting Quasistationary Perturbation Theory for Equations in 1+1 Dimensions Russell L. Herman University of North Carolina at Wilmington, Wilmington, NC Abstract We revisit quasistationary perturbation

More information

Exact Solutions of The Regularized Long-Wave Equation: The Hirota Direct Method Approach to Partially Integrable Equations

Exact Solutions of The Regularized Long-Wave Equation: The Hirota Direct Method Approach to Partially Integrable Equations Thai Journal of Mathematics Volume 5(2007) Number 2 : 273 279 www.math.science.cmu.ac.th/thaijournal Exact Solutions of The Regularized Long-Wave Equation: The Hirota Direct Method Approach to Partially

More information

Relation between Periodic Soliton Resonance and Instability

Relation between Periodic Soliton Resonance and Instability Proceedings of Institute of Mathematics of NAS of Ukraine 004 Vol. 50 Part 1 486 49 Relation between Periodic Soliton Resonance and Instability Masayoshi TAJIRI Graduate School of Engineering Osaka Prefecture

More information

Dispersion in Shallow Water

Dispersion in Shallow Water Seattle University in collaboration with Harvey Segur University of Colorado at Boulder David George U.S. Geological Survey Diane Henderson Penn State University Outline I. Experiments II. St. Venant equations

More information

1 Assignment 1: Nonlinear dynamics (due September

1 Assignment 1: Nonlinear dynamics (due September Assignment : Nonlinear dynamics (due September 4, 28). Consider the ordinary differential equation du/dt = cos(u). Sketch the equilibria and indicate by arrows the increase or decrease of the solutions.

More information

Dispersion relations, stability and linearization

Dispersion relations, stability and linearization Dispersion relations, stability and linearization 1 Dispersion relations Suppose that u(x, t) is a function with domain { < x 0}, and it satisfies a linear, constant coefficient partial differential

More information

Let R be the line parameterized by x. Let f be a complex function on R that is integrable. The Fourier transform ˆf = F f is. e ikx f(x) dx. (1.

Let R be the line parameterized by x. Let f be a complex function on R that is integrable. The Fourier transform ˆf = F f is. e ikx f(x) dx. (1. Chapter 1 Fourier transforms 1.1 Introduction Let R be the line parameterized by x. Let f be a complex function on R that is integrable. The Fourier transform ˆf = F f is ˆf(k) = e ikx f(x) dx. (1.1) It

More information

The Whitham Equation. John D. Carter April 2, Based upon work supported by the NSF under grant DMS

The Whitham Equation. John D. Carter April 2, Based upon work supported by the NSF under grant DMS April 2, 2015 Based upon work supported by the NSF under grant DMS-1107476. Collaborators Harvey Segur, University of Colorado at Boulder Diane Henderson, Penn State University David George, USGS Vancouver

More information

Numerical Study of Oscillatory Regimes in the KP equation

Numerical Study of Oscillatory Regimes in the KP equation Numerical Study of Oscillatory Regimes in the KP equation C. Klein, MPI for Mathematics in the Sciences, Leipzig, with C. Sparber, P. Markowich, Vienna, math-ph/"#"$"%& C. Sparber (generalized KP), personal-homepages.mis.mpg.de/klein/

More information

White Noise Functional Solutions for Wick-type Stochastic Fractional KdV-Burgers-Kuramoto Equations

White Noise Functional Solutions for Wick-type Stochastic Fractional KdV-Burgers-Kuramoto Equations CHINESE JOURNAL OF PHYSICS VOL. 5, NO. August 1 White Noise Functional Solutions for Wick-type Stochastic Fractional KdV-Burgers-Kuramoto Equations Hossam A. Ghany 1,, and M. S. Mohammed 1,3, 1 Department

More information

On universality of critical behaviour in Hamiltonian PDEs

On universality of critical behaviour in Hamiltonian PDEs Riemann - Hilbert Problems, Integrability and Asymptotics Trieste, September 23, 2005 On universality of critical behaviour in Hamiltonian PDEs Boris DUBROVIN SISSA (Trieste) 1 Main subject: Hamiltonian

More information

Nonlinear Analysis: Modelling and Control, Vilnius, IMI, 1998, No 3 KINK-EXCITATION OF N-SYSTEM UNDER SPATIO -TEMPORAL NOISE. R.

Nonlinear Analysis: Modelling and Control, Vilnius, IMI, 1998, No 3 KINK-EXCITATION OF N-SYSTEM UNDER SPATIO -TEMPORAL NOISE. R. Nonlinear Analysis: Modelling and Control Vilnius IMI 1998 No 3 KINK-EXCITATION OF N-SYSTEM UNDER SPATIO -TEMPORAL NOISE R. Bakanas Semiconductor Physics Institute Go štauto 11 6 Vilnius Lithuania Vilnius

More information

MATH 3150: PDE FOR ENGINEERS FINAL EXAM (VERSION D) 1. Consider the heat equation in a wire whose diffusivity varies over time: u k(t) 2 x 2

MATH 3150: PDE FOR ENGINEERS FINAL EXAM (VERSION D) 1. Consider the heat equation in a wire whose diffusivity varies over time: u k(t) 2 x 2 MATH 35: PDE FOR ENGINEERS FINAL EXAM (VERSION D). Consider the heat equation in a wire whose diffusivity varies over time: u t = u k(t) x where k(t) is some positive function of time. Assume the wire

More information

OPTIMAL PERTURBATION OF UNCERTAIN SYSTEMS

OPTIMAL PERTURBATION OF UNCERTAIN SYSTEMS Stochastics and Dynamics c World Scientific Publishing Company OPTIMAL PERTURBATION OF UNCERTAIN SYSTEMS BRIAN F. FARRELL Division of Engineering and Applied Sciences, Harvard University Pierce Hall, 29

More information

A scaling limit from Euler to Navier-Stokes equations with random perturbation

A scaling limit from Euler to Navier-Stokes equations with random perturbation A scaling limit from Euler to Navier-Stokes equations with random perturbation Franco Flandoli, Scuola Normale Superiore of Pisa Newton Institute, October 208 Newton Institute, October 208 / Subject of

More information

Soliton and Periodic Solutions to the Generalized Hirota-Satsuma Coupled System Using Trigonometric and Hyperbolic Function Methods.

Soliton and Periodic Solutions to the Generalized Hirota-Satsuma Coupled System Using Trigonometric and Hyperbolic Function Methods. ISSN 1749-889 (print), 1749-897 (online) International Journal of Nonlinear Science Vol.14(01) No.,pp.150-159 Soliton and Periodic Solutions to the Generalized Hirota-Satsuma Coupled System Using Trigonometric

More information

Kink, singular soliton and periodic solutions to class of nonlinear equations

Kink, singular soliton and periodic solutions to class of nonlinear equations Available at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 193-9466 Vol. 10 Issue 1 (June 015 pp. 1 - Applications and Applied Mathematics: An International Journal (AAM Kink singular soliton and periodic

More information

Stability and Shoaling in the Serre Equations. John D. Carter. March 23, Joint work with Rodrigo Cienfuegos.

Stability and Shoaling in the Serre Equations. John D. Carter. March 23, Joint work with Rodrigo Cienfuegos. March 23, 2009 Joint work with Rodrigo Cienfuegos. Outline The Serre equations I. Derivation II. Properties III. Solutions IV. Solution stability V. Wave shoaling Derivation of the Serre Equations Derivation

More information

arxiv:patt-sol/ v1 25 Sep 1995

arxiv:patt-sol/ v1 25 Sep 1995 Reductive Perturbation Method, Multiple Time Solutions and the KdV Hierarchy R. A. Kraenkel 1, M. A. Manna 2, J. C. Montero 1, J. G. Pereira 1 1 Instituto de Física Teórica Universidade Estadual Paulista

More information

A path integral approach to the Langevin equation

A path integral approach to the Langevin equation A path integral approach to the Langevin equation - Ashok Das Reference: A path integral approach to the Langevin equation, A. Das, S. Panda and J. R. L. Santos, arxiv:1411.0256 (to be published in Int.

More information

Long-Time Dynamics of Korteweg de Vries Solitons Driven by Random Perturbations

Long-Time Dynamics of Korteweg de Vries Solitons Driven by Random Perturbations Journal of Statistical Physics, Vol. 105, Nos. 5/6, December 2001 ( 2001) Long-Time Dynamics of Korteweg de Vries Solitons Driven by Random Perturbations J. Garnier 1 Received February 13, 2001; revised

More information

Nonlinear Fourier Analysis

Nonlinear Fourier Analysis Nonlinear Fourier Analysis The Direct & Inverse Scattering Transforms for the Korteweg de Vries Equation Ivan Christov Code 78, Naval Research Laboratory, Stennis Space Center, MS 99, USA Supported by

More information

Available online at J. Math. Comput. Sci. 2 (2012), No. 1, ISSN:

Available online at   J. Math. Comput. Sci. 2 (2012), No. 1, ISSN: Available online at http://scik.org J. Math. Comput. Sci. 2 (2012), No. 1, 15-22 ISSN: 1927-5307 BRIGHT AND DARK SOLITON SOLUTIONS TO THE OSTROVSKY-BENJAMIN-BONA-MAHONY (OS-BBM) EQUATION MARWAN ALQURAN

More information

New approach for tanh and extended-tanh methods with applications on Hirota-Satsuma equations

New approach for tanh and extended-tanh methods with applications on Hirota-Satsuma equations Volume 28, N. 1, pp. 1 14, 2009 Copyright 2009 SBMAC ISSN 0101-8205 www.scielo.br/cam New approach for tanh and extended-tanh methods with applications on Hirota-Satsuma equations HASSAN A. ZEDAN Mathematics

More information

Making Waves in Vector Calculus

Making Waves in Vector Calculus Making Waves in Vector Calculus J. B. Thoo Yuba College 2014 MAA MathFest, Portland, OR This presentation was produced

More information

Intrinsic Geometry. Andrejs Treibergs. Friday, March 7, 2008

Intrinsic Geometry. Andrejs Treibergs. Friday, March 7, 2008 Early Research Directions: Geometric Analysis II Intrinsic Geometry Andrejs Treibergs University of Utah Friday, March 7, 2008 2. References Part of a series of thee lectures on geometric analysis. 1 Curvature

More information

Generation of undular bores and solitary wave trains in fully nonlinear shallow water theory

Generation of undular bores and solitary wave trains in fully nonlinear shallow water theory Generation of undular bores and solitary wave trains in fully nonlinear shallow water theory Gennady El 1, Roger Grimshaw 1 and Noel Smyth 2 1 Loughborough University, UK, 2 University of Edinburgh, UK

More information

Dust acoustic solitary and shock waves in strongly coupled dusty plasmas with nonthermal ions

Dust acoustic solitary and shock waves in strongly coupled dusty plasmas with nonthermal ions PRAMANA c Indian Academy of Sciences Vol. 73, No. 5 journal of November 2009 physics pp. 913 926 Dust acoustic solitary and shock waves in strongly coupled dusty plasmas with nonthermal ions HAMID REZA

More information

Making Waves in Multivariable Calculus

Making Waves in Multivariable Calculus Making Waves in Multivariable Calculus J. B. Thoo Yuba College 2014 CMC3 Fall Conference, Monterey, Ca This presentation

More information

Lecture17: Generalized Solitary Waves

Lecture17: Generalized Solitary Waves Lecture17: Generalized Solitary Waves Lecturer: Roger Grimshaw. Write-up: Andrew Stewart and Yiping Ma June 24, 2009 We have seen that solitary waves, either with a pulse -like profile or as the envelope

More information

Geometric projection of stochastic differential equations

Geometric projection of stochastic differential equations Geometric projection of stochastic differential equations John Armstrong (King s College London) Damiano Brigo (Imperial) August 9, 2018 Idea: Projection Idea: Projection Projection gives a method of systematically

More information

Lecture 12: Transcritical flow over an obstacle

Lecture 12: Transcritical flow over an obstacle Lecture 12: Transcritical flow over an obstacle Lecturer: Roger Grimshaw. Write-up: Erinna Chen June 22, 2009 1 Introduction The flow of a fluid over an obstacle is a classical and fundamental problem

More information

Periodic Solutions of the Serre Equations. John D. Carter. October 24, Joint work with Rodrigo Cienfuegos.

Periodic Solutions of the Serre Equations. John D. Carter. October 24, Joint work with Rodrigo Cienfuegos. October 24, 2009 Joint work with Rodrigo Cienfuegos. Outline I. Physical system and governing equations II. The Serre equations A. Derivation B. Justification C. Properties D. Solutions E. Stability Physical

More information

Simulating Solitons of the Sine-Gordon Equation using Variational Approximations and Hamiltonian Principles

Simulating Solitons of the Sine-Gordon Equation using Variational Approximations and Hamiltonian Principles Simulating Solitons of the Sine-Gordon Equation using Variational Approximations and Hamiltonian Principles By Evan Foley A SENIOR RESEARCH PAPER PRESENTED TO THE DEPARTMENT OF MATHEMATICS AND COMPUTER

More information

Uniform Stabilization of a family of Boussinesq systems

Uniform Stabilization of a family of Boussinesq systems Uniform Stabilization of a family of Boussinesq systems Ademir Pazoto Instituto de Matemática Universidade Federal do Rio de Janeiro (UFRJ) ademir@im.ufrj.br In collaboration with Sorin Micu - University

More information

Lecture No 1 Introduction to Diffusion equations The heat equat

Lecture No 1 Introduction to Diffusion equations The heat equat Lecture No 1 Introduction to Diffusion equations The heat equation Columbia University IAS summer program June, 2009 Outline of the lectures We will discuss some basic models of diffusion equations and

More information

Artificial boundary conditions for dispersive equations. Christophe Besse

Artificial boundary conditions for dispersive equations. Christophe Besse Artificial boundary conditions for dispersive equations by Christophe Besse Institut Mathématique de Toulouse, Université Toulouse 3, CNRS Groupe de travail MathOcéan Bordeaux INSTITUT de MATHEMATIQUES

More information

Linearization of Mirror Systems

Linearization of Mirror Systems Journal of Nonlinear Mathematical Physics 00, Volume 9, Supplement 1, 34 4 Proceedings: Hong Kong Linearization of Mirror Systems Tat Leung YEE Department of Mathematics, The Hong Kong University of Science

More information

Multisoliton Interaction of Perturbed Manakov System: Effects of External Potentials

Multisoliton Interaction of Perturbed Manakov System: Effects of External Potentials Multisoliton Interaction of Perturbed Manakov System: Effects of External Potentials Michail D. Todorov Faculty of Applied Mathematics and Computer Science Technical University of Sofia, Bulgaria (Work

More information

Periodic and Solitary Wave Solutions of the Davey-Stewartson Equation

Periodic and Solitary Wave Solutions of the Davey-Stewartson Equation Applied Mathematics & Information Sciences 4(2) (2010), 253 260 An International Journal c 2010 Dixie W Publishing Corporation, U. S. A. Periodic and Solitary Wave Solutions of the Davey-Stewartson Equation

More information

Long-time solutions of the Ostrovsky equation

Long-time solutions of the Ostrovsky equation Long-time solutions of the Ostrovsky equation Roger Grimshaw Centre for Nonlinear Mathematics and Applications, Department of Mathematical Sciences, Loughborough University, U.K. Karl Helfrich Woods Hole

More information

Computational Solutions for the Korteweg devries Equation in Warm Plasma

Computational Solutions for the Korteweg devries Equation in Warm Plasma COMPUTATIONAL METHODS IN SCIENCE AND TECHNOLOGY 16(1, 13-18 (1 Computational Solutions for the Korteweg devries Equation in Warm Plasma E.K. El-Shewy*, H.G. Abdelwahed, H.M. Abd-El-Hamid. Theoretical Physics

More information

Restrictive Taylor Approximation for Gardner and KdV Equations

Restrictive Taylor Approximation for Gardner and KdV Equations Int. J. Adv. Appl. Math. and Mech. 1() (014) 1-10 ISSN: 47-59 Available online at www.ijaamm.com International Journal of Advances in Applied Mathematics and Mechanics Restrictive Taylor Approximation

More information

Random Averaging. Eli Ben-Naim Los Alamos National Laboratory. Paul Krapivsky (Boston University) John Machta (University of Massachusetts)

Random Averaging. Eli Ben-Naim Los Alamos National Laboratory. Paul Krapivsky (Boston University) John Machta (University of Massachusetts) Random Averaging Eli Ben-Naim Los Alamos National Laboratory Paul Krapivsky (Boston University) John Machta (University of Massachusetts) Talk, papers available from: http://cnls.lanl.gov/~ebn Plan I.

More information

ζ (s) = s 1 s {u} [u] ζ (s) = s 0 u 1+sdu, {u} Note how the integral runs from 0 and not 1.

ζ (s) = s 1 s {u} [u] ζ (s) = s 0 u 1+sdu, {u} Note how the integral runs from 0 and not 1. Problem Sheet 3. From Theorem 3. we have ζ (s) = + s s {u} u+sdu, (45) valid for Res > 0. i) Deduce that for Res >. [u] ζ (s) = s u +sdu ote the integral contains [u] in place of {u}. ii) Deduce that for

More information

A Smooth Operator, Operated Correctly

A Smooth Operator, Operated Correctly Clark Department of Mathematics Bard College at Simon s Rock March 6, 2014 Abstract By looking at familiar smooth functions in new ways, we can make sense of matrix-valued infinite series and operator-valued

More information

1 Solutions in cylindrical coordinates: Bessel functions

1 Solutions in cylindrical coordinates: Bessel functions 1 Solutions in cylindrical coordinates: Bessel functions 1.1 Bessel functions Bessel functions arise as solutions of potential problems in cylindrical coordinates. Laplace s equation in cylindrical coordinates

More information

Group analysis, nonlinear self-adjointness, conservation laws, and soliton solutions for the mkdv systems

Group analysis, nonlinear self-adjointness, conservation laws, and soliton solutions for the mkdv systems ISSN 139-5113 Nonlinear Analysis: Modelling Control, 017, Vol., No. 3, 334 346 https://doi.org/10.15388/na.017.3.4 Group analysis, nonlinear self-adjointness, conservation laws, soliton solutions for the

More information

A new integrable system: The interacting soliton of the BO

A new integrable system: The interacting soliton of the BO Phys. Lett., A 204, p.336-342, 1995 A new integrable system: The interacting soliton of the BO Benno Fuchssteiner and Thorsten Schulze Automath Institute University of Paderborn Paderborn & Germany Abstract

More information

Optimal Prediction for Radiative Transfer: A New Perspective on Moment Closure

Optimal Prediction for Radiative Transfer: A New Perspective on Moment Closure Optimal Prediction for Radiative Transfer: A New Perspective on Moment Closure Benjamin Seibold MIT Applied Mathematics Mar 02 nd, 2009 Collaborator Martin Frank (TU Kaiserslautern) Partial Support NSF

More information

Introduction to the Hirota bilinear method

Introduction to the Hirota bilinear method Introduction to the Hirota bilinear method arxiv:solv-int/9708006v1 14 Aug 1997 J. Hietarinta Department of Physics, University of Turku FIN-20014 Turku, Finland e-mail: hietarin@utu.fi Abstract We give

More information

Hamiltonian partial differential equations and Painlevé transcendents

Hamiltonian partial differential equations and Painlevé transcendents The 6th TIMS-OCAMI-WASEDA Joint International Workshop on Integrable Systems and Mathematical Physics March 22-26, 2014 Hamiltonian partial differential equations and Painlevé transcendents Boris DUBROVIN

More information

LINEAR RESPONSE THEORY

LINEAR RESPONSE THEORY MIT Department of Chemistry 5.74, Spring 5: Introductory Quantum Mechanics II Instructor: Professor Andrei Tokmakoff p. 8 LINEAR RESPONSE THEORY We have statistically described the time-dependent behavior

More information

Travelling waves. Chapter 8. 1 Introduction

Travelling waves. Chapter 8. 1 Introduction Chapter 8 Travelling waves 1 Introduction One of the cornerstones in the study of both linear and nonlinear PDEs is the wave propagation. A wave is a recognizable signal which is transferred from one part

More information

A solitary-wave solution to a perturbed KdV equation

A solitary-wave solution to a perturbed KdV equation University of Warwick institutional repository: http://go.warwick.ac.uk/wrap This paper is made available online in accordance with publisher policies. Please scroll down to view the document itself. Please

More information

Complex Analysis Math 205A, Winter 2014 Final: Solutions

Complex Analysis Math 205A, Winter 2014 Final: Solutions Part I: Short Questions Complex Analysis Math 205A, Winter 2014 Final: Solutions I.1 [5%] State the Cauchy-Riemann equations for a holomorphic function f(z) = u(x,y)+iv(x,y). The Cauchy-Riemann equations

More information

Lecture 8: Differential Equations. Philip Moriarty,

Lecture 8: Differential Equations. Philip Moriarty, Lecture 8: Differential Equations Philip Moriarty, philip.moriarty@nottingham.ac.uk NB Notes based heavily on lecture slides prepared by DE Rourke for the F32SMS module, 2006 8.1 Overview In this final

More information

Traffic flow problems. u t + [uv(u)] x = 0. u 0 x > 1

Traffic flow problems. u t + [uv(u)] x = 0. u 0 x > 1 The flow of cars is modelled by the PDE Traffic flow problems u t + [uvu)] x = 1. If vu) = 1 u and x < a) ux, ) = u x 2 x 1 u x > 1 b) ux, ) = u e x, where < u < 1, determine when and where a shock first

More information

Spectral stability of periodic waves in dispersive models

Spectral stability of periodic waves in dispersive models in dispersive models Collaborators: Th. Gallay, E. Lombardi T. Kapitula, A. Scheel in dispersive models One-dimensional nonlinear waves Standing and travelling waves u(x ct) with c = 0 or c 0 periodic

More information

Application of linear combination between cubic B-spline collocation methods with different basis for solving the KdV equation

Application of linear combination between cubic B-spline collocation methods with different basis for solving the KdV equation Computational Methods for Differential Equations http://cmde.tabrizu.ac.ir Vol. 4, No. 3, 016, pp. 191-04 Application of linear combination between cubic B-spline collocation methods with different basis

More information

Least action principle and stochastic motion : a generic derivation of path probability

Least action principle and stochastic motion : a generic derivation of path probability Journal of Physics: Conference Series PAPER OPEN ACCESS Least action principle and stochastic motion : a generic derivation of path probability To cite this article: Aziz El Kaabouchi and Qiuping A Wang

More information

EXACT SOLUTION TO TIME FRACTIONAL FIFTH-ORDER KORTEWEG-DE VRIES EQUATION BY USING (G /G)-EXPANSION METHOD. A. Neamaty, B. Agheli, R.

EXACT SOLUTION TO TIME FRACTIONAL FIFTH-ORDER KORTEWEG-DE VRIES EQUATION BY USING (G /G)-EXPANSION METHOD. A. Neamaty, B. Agheli, R. Acta Universitatis Apulensis ISSN: 1582-5329 http://wwwuabro/auajournal/ No 44/2015 pp 21-37 doi: 1017114/jaua20154403 EXACT SOLUTION TO TIME FRACTIONAL FIFTH-ORDER KORTEWEG-DE VRIES EQUATION BY USING

More information

The superposition of algebraic solitons for the modified Korteweg-de Vries equation

The superposition of algebraic solitons for the modified Korteweg-de Vries equation Title The superposition of algebraic solitons for the modified Korteweg-de Vries equation Author(s) Chow, KW; Wu, CF Citation Communications in Nonlinear Science and Numerical Simulation, 14, v. 19 n.

More information

FOURIER TRANSFORM METHODS David Sandwell, January, 2013

FOURIER TRANSFORM METHODS David Sandwell, January, 2013 1 FOURIER TRANSFORM METHODS David Sandwell, January, 2013 1. Fourier Transforms Fourier analysis is a fundamental tool used in all areas of science and engineering. The fast fourier transform (FFT) algorithm

More information

Computation of the scattering amplitude in the spheroidal coordinates

Computation of the scattering amplitude in the spheroidal coordinates Computation of the scattering amplitude in the spheroidal coordinates Takuya MINE Kyoto Institute of Technology 12 October 2015 Lab Seminar at Kochi University of Technology Takuya MINE (KIT) Spheroidal

More information

1 What s the big deal?

1 What s the big deal? This note is written for a talk given at the graduate student seminar, titled how to solve quantum mechanics with x 4 potential. What s the big deal? The subject of interest is quantum mechanics in an

More information

BLOW-UP OF COMPLEX SOLUTIONS OF THE 3-d NAVIER-STOKES EQUATIONS AND BEHAVIOR OF RELATED REAL SOLUTIONS

BLOW-UP OF COMPLEX SOLUTIONS OF THE 3-d NAVIER-STOKES EQUATIONS AND BEHAVIOR OF RELATED REAL SOLUTIONS BLOW-UP OF COMPLEX SOLUTIONS OF THE 3-d NAVIER-STOKES EQUATIONS AND BEHAVIOR OF RELATED REAL SOLUTIONS BLOW-UP OF COMPLEX SOLUTIONS OF THE 3-d NAVIER-STOKES EQUATIONS AND BEHAVIOR OF RELATED REAL SOLUTIONS

More information

On Decompositions of KdV 2-Solitons

On Decompositions of KdV 2-Solitons On Decompositions of KdV 2-Solitons Alex Kasman College of Charleston Joint work with Nick Benes and Kevin Young Journal of Nonlinear Science, Volume 16 Number 2 (2006) pages 179-200 -5-2.50 2.5 0 2.5

More information

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial.

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial. Lecture 3 Usual complex functions MATH-GA 245.00 Complex Variables Polynomials. Construction f : z z is analytic on all of C since its real and imaginary parts satisfy the Cauchy-Riemann relations and

More information

Errata Instructor s Solutions Manual Introduction to Electrodynamics, 3rd ed Author: David Griffiths Date: September 1, 2004

Errata Instructor s Solutions Manual Introduction to Electrodynamics, 3rd ed Author: David Griffiths Date: September 1, 2004 Errata Instructor s Solutions Manual Introduction to Electrodynamics, 3rd ed Author: David Griffiths Date: September, 004 Page 4, Prob..5 (b): last expression should read y +z +3x. Page 4, Prob..6: at

More information

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder.

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder. Lent 29 COMPLEX METHODS G. Taylor A star means optional and not necessarily harder. Conformal maps. (i) Let f(z) = az + b, with ad bc. Where in C is f conformal? cz + d (ii) Let f(z) = z +. What are the

More information

OPTIMAL PERTURBATION OF UNCERTAIN SYSTEMS

OPTIMAL PERTURBATION OF UNCERTAIN SYSTEMS Stochastics and Dynamics, Vol. 2, No. 3 (22 395 42 c World Scientific Publishing Company OPTIMAL PERTURBATION OF UNCERTAIN SYSTEMS Stoch. Dyn. 22.2:395-42. Downloaded from www.worldscientific.com by HARVARD

More information

Shoaling of Solitary Waves

Shoaling of Solitary Waves Shoaling of Solitary Waves by Harry Yeh & Jeffrey Knowles School of Civil & Construction Engineering Oregon State University Water Waves, ICERM, Brown U., April 2017 Motivation The 2011 Heisei Tsunami

More information

NONLOCAL DIFFUSION EQUATIONS

NONLOCAL DIFFUSION EQUATIONS NONLOCAL DIFFUSION EQUATIONS JULIO D. ROSSI (ALICANTE, SPAIN AND BUENOS AIRES, ARGENTINA) jrossi@dm.uba.ar http://mate.dm.uba.ar/ jrossi 2011 Non-local diffusion. The function J. Let J : R N R, nonnegative,

More information

On the N-tuple Wave Solutions of the Korteweg-de Vnes Equation

On the N-tuple Wave Solutions of the Korteweg-de Vnes Equation Publ. RIMS, Kyoto Univ. 8 (1972/73), 419-427 On the N-tuple Wave Solutions of the Korteweg-de Vnes Equation By Shunichi TANAKA* 1. Introduction In this paper, we discuss properties of the N-tuple wave

More information

Recurrence in the KdV Equation? A. David Trubatch United States Military Academy/Montclair State University

Recurrence in the KdV Equation? A. David Trubatch United States Military Academy/Montclair State University Nonlinear Physics: Theory and Experiment IV Gallipoli, Lecce, Italy 27 June, 27 Recurrence in the KdV Equation? A. David Trubatch United States Military Academy/Montclair State University david.trubatch@usma.edu

More information

Partition function of one matrix-models in the multi-cut case and Painlevé equations. Tamara Grava and Christian Klein

Partition function of one matrix-models in the multi-cut case and Painlevé equations. Tamara Grava and Christian Klein Partition function of one matrix-models in the multi-cut case and Painlevé equations Tamara Grava and Christian Klein SISSA IMS, Singapore, March 2006 Main topics Large N limit beyond the one-cut case

More information

Stability and instability of nonlinear waves:

Stability and instability of nonlinear waves: Stability and instability of nonlinear waves: Introduction 1. Nonlinear Waves 2. Stability problems 3. Stability of pulses and fronts 4. Stability of periodic waves 1 Nonlinear waves particular solutions

More information

Solitons. M.W.J. Verdult

Solitons. M.W.J. Verdult Solitons M.W.J. Verdult 04309 Master Thesis in Mathematical Sciences Supervised by professor E. van den Ban University of Utrecht and by professor P. Clarkson University of Kent Abstract The history of

More information

Signatures of Trans-Planckian Dissipation in Inflationary Spectra

Signatures of Trans-Planckian Dissipation in Inflationary Spectra Signatures of Trans-Planckian Dissipation in Inflationary Spectra 3. Kosmologietag Bielefeld Julian Adamek ITPA University Würzburg 8. May 2008 Julian Adamek 1 / 18 Trans-Planckian Dissipation in Inflationary

More information

The Helmholtz theorem at last!

The Helmholtz theorem at last! Problem. The Helmholtz theorem at last! Recall in class the Helmholtz theorem that says that if if E =0 then E can be written as E = φ () if B =0 then B can be written as B = A (2) (a) Let n be a unit

More information

Chapter Three Theoretical Description Of Stochastic Resonance 24

Chapter Three Theoretical Description Of Stochastic Resonance 24 Table of Contents List of Abbreviations and Symbols 5 Chapter One Introduction 8 1.1 The Phenomenon of the Stochastic Resonance 8 1.2 The Purpose of the Study 10 Chapter Two The Experimental Set-up 12

More information

An Analytic Study of the (2 + 1)-Dimensional Potential Kadomtsev-Petviashvili Equation

An Analytic Study of the (2 + 1)-Dimensional Potential Kadomtsev-Petviashvili Equation Adv. Theor. Appl. Mech., Vol. 3, 21, no. 11, 513-52 An Analytic Study of the (2 + 1)-Dimensional Potential Kadomtsev-Petviashvili Equation B. Batiha and K. Batiha Department of Mathematics, Faculty of

More information

Figure 1: Surface waves

Figure 1: Surface waves 4 Surface Waves on Liquids 1 4 Surface Waves on Liquids 4.1 Introduction We consider waves on the surface of liquids, e.g. waves on the sea or a lake or a river. These can be generated by the wind, by

More information

The Stochastic Burger s Equation in Ito s Sense

The Stochastic Burger s Equation in Ito s Sense The Stochastic Burger s Equation in Ito s Sense By Javier Villarroel We consider the solution to Burger s equation coupled to a stochastic noise in Ito s sense. The main random properties of the wave are

More information

Supporting Information

Supporting Information Supporting Information A: Calculation of radial distribution functions To get an effective propagator in one dimension, we first transform 1) into spherical coordinates: x a = ρ sin θ cos φ, y = ρ sin

More information

Renormalization Group: non perturbative aspects and applications in statistical and solid state physics.

Renormalization Group: non perturbative aspects and applications in statistical and solid state physics. Renormalization Group: non perturbative aspects and applications in statistical and solid state physics. Bertrand Delamotte Saclay, march 3, 2009 Introduction Field theory: - infinitely many degrees of

More information

Circular dispersive shock waves in colloidal media

Circular dispersive shock waves in colloidal media University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part B Faculty of Engineering and Information Sciences 6 Circular dispersive shock waves in colloidal

More information

Multisolitonic solutions from a Bäcklund transformation for a parametric coupled Korteweg-de Vries system

Multisolitonic solutions from a Bäcklund transformation for a parametric coupled Korteweg-de Vries system arxiv:407.7743v3 [math-ph] 3 Jan 205 Multisolitonic solutions from a Bäcklund transformation for a parametric coupled Korteweg-de Vries system L. Cortés Vega*, A. Restuccia**, A. Sotomayor* January 5,

More information

Research Article Soliton Solutions for the Wick-Type Stochastic KP Equation

Research Article Soliton Solutions for the Wick-Type Stochastic KP Equation Abstract and Applied Analysis Volume 212, Article ID 327682, 9 pages doi:1.1155/212/327682 Research Article Soliton Solutions for the Wick-Type Stochastic KP Equation Y. F. Guo, 1, 2 L. M. Ling, 2 and

More information

LINEAR DISPERSIVE WAVES

LINEAR DISPERSIVE WAVES LINEAR DISPERSIVE WAVES Nathaniel Egwu December 16, 2009 Outline 1 INTRODUCTION Dispersion Relations Definition of Dispersive Waves 2 SOLUTION AND ASYMPTOTIC ANALYSIS The Beam Equation General Solution

More information

Hylomorphic solitons and their dynamics

Hylomorphic solitons and their dynamics Hylomorphic solitons and their dynamics Vieri Benci Dipartimento di Matematica Applicata U. Dini Università di Pisa 18th May 2009 Vieri Benci (DMA-Pisa) Hylomorphic solitons 18th May 2009 1 / 50 Types

More information

Hamiltonian partial differential equations and Painlevé transcendents

Hamiltonian partial differential equations and Painlevé transcendents Winter School on PDEs St Etienne de Tinée February 2-6, 2015 Hamiltonian partial differential equations and Painlevé transcendents Boris DUBROVIN SISSA, Trieste Cauchy problem for evolutionary PDEs with

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information