Symbolic Computation of Lax Pairs of Nonlinear Partial Difference Equations

Total Page:16

File Type:pdf, Size:1020Kb

Symbolic Computation of Lax Pairs of Nonlinear Partial Difference Equations SYMBOLIC COMPUTATION OF LAX PAIRS OF NONLINEAR PARTIAL DIFFERENCE EQUATIONS by Terry J. Bridgman c Copyright by Terry J. Bridgman, 2018 All Rights Reserved A thesis submitted to the Faculty and the Board of Trustees of the Colorado School of Mines in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Mathematical and Computer Sciences). Golden, Colorado Date Signed: Terry J. Bridgman Signed: Dr. Willy Hereman Thesis Advisor Golden, Colorado Date Signed: Dr. Gregory Fasshauer Professor and Head Department of Applied Mathematics and Statistics ii ABSTRACT This thesis is primarily concerned with the symbolic computation of Lax pairs for non- linear systems of partial difference equations (P∆Es) which are defined on a quadrilateral and consistent around a cube (CAC). A literature survey provides historical context for the results presented in this thesis. Particular attention is paid to the origins of integrable P∆Es which are central to this dissertation. Pioneering work of Ablowitz & Ladik as well as Hirota gave rise to nonlinear P∆Es as discretizations of completely integrable partial differential equations. Subsequent investigations by Nijhoff, Quispel & Capel and Adler, Bobenko & Suris provided a strong impetus to the modern and ongoing study of fully discrete integrable systems covered in this thesis. An algorithmic method due to Nijhoff and Bobenko & Suris to compute Lax pairs for scalar P∆Es is reviewed in detail. The extension and implementation of that algorithm for systems of P∆Es are part of the novel research in this thesis. The algorithm has been implemented in the syntax of Mathematica, a major and commonly used computer algebra system. A symbolic software package, LaxPairPartialDifferenceEquations.m accompanies the thesis. The code automatically (i) determines whether or not P∆Es have the CAC property, (ii) computes Lax pairs for nonlinear P∆Es that are CAC; and (iii) verifies if Lax pairs satisfy the Lax equation. Lax pairs are presented for the scalar integrable P∆Es classified by Adler, Bobenko, and Suris as well as for numerous systems of integrable P∆Es, including the lattice Boussinesq, Schwarzian Boussinesq, Toda-Modified Boussinesq systems, and the two-component poten- tial Korteweg-de Vries system. Previously unknown Lax pairs are presented for systems of P∆Es derived by Hietarinta. iii Lax pairs are not unique. To the contrary, for any P∆E there exists an infinite number of Lax pairs due to gauge equivalence. The investigation of gauge and gauge-like trans- formations is a novel component of this thesis. A detailed discussion is given of how edge equations should be handled to obtain gauge and gauge-like equivalent Lax matrices of min- imal size. The Lax pairs for Hietarinta’s systems presented in this thesis are compared with those computed by Zhang, Zhao, and Nijhoff via a direct linearization method. iv LIST OF ABBREVIATIONS Adler,Bobenko,Surisclassification . ABS ConsistencyAroundtheCube. CAC DiscreteDifferenceEquation. ..... DDE Discrete/lattice Korteweg-de Vries Equation . ........... lKdV Discrete/lattice potential Korteweg-de Vries Equation . ...............lpKdV Discrete/lattice modified Korteweg-de Vries Equation . ............ lmKdV Discrete/lattice Schwarzian Korteweg-de Vries Equation . ..............lsKdV ContinuousKorteweg-deVriesEquation . ........KdV Continuous potential Korteweg-de Vries Equation . ...........pKdV Continuous modified Korteweg-de Vries Equation . .........mKdV PartialdifferenceEquation. ..... P∆E InverseScatteringTransform . ...... IST v ACKNOWLEDGMENTS Many thanks to my advisor, Dr. Willy Hereman, for his guidance, his insight, and, perhaps most of all, his patience. I can confidently say that without his assistance, this dissertation would not have been possible. I also wish to thank the Department of Applied Mathematics and Statistics for their patience and support. Also, I would like to thank my friends and family for not asking me to explain my research and for not walking away when I tried. This research was supported in part by the National Science Foundation (NSF), under Grant No. CCF–0830783. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of NSF. vi For Robert and Sue. vii TABLE OF CONTENTS ABSTRACT ......................................... iii LISTOFABBREVIATIONS .................................v ACKNOWLEDGMENTS .................................. vi DEDICATION ........................................vii LISTOFFIGURES ..................................... xi LISTOFTABLES ......................................xii CHAPTER1 INTRODUCTION ...............................1 CHAPTER2 LAXPAIRS ..................................6 2.1 LaxPairsofPDEs .................................. 7 2.2 LaxPairsofP∆Es ................................. 10 CHAPTER 3 ORIGINS OF PARTIAL DIFFERENCE EQUATIONS . 13 3.1 Discrete Completely Integrable Systems. .........16 3.2 B¨acklundTransformations . ..... 16 3.2.1 Sine-Gordonequation. 17 3.2.2 Korteweg-deVriesequation . 21 3.3 DirectLinearizationoftheKdVEquation . ....... 26 3.3.1 DiscreteDirectLinearization. ..... 30 3.4 BilinearOperator ................................ 33 3.4.1 DiscreteHirotaFormalism . 38 3.5 MultidimensionalConsistency . ...... 42 viii 3.5.1 ConsistencyAroundtheCube . 42 3.5.2 ABSClassification ............................. 44 CHAPTER4 CONTINUUMLIMIT............................ 50 4.1 Semi-DiscreteLimits . .. 50 4.2 StraightContinuumLimit . 51 CHAPTER 5 SYMBOLIC COMPUTATION OF LAX PAIRS . 55 5.1 ConsistencyaroundthecubeforscalarP∆Es . ....... 55 5.2 ComputationofLaxpairsforscalarP∆Es . ...... 57 5.3 Determination of the scalar factors for scalar P∆Es . ...........58 5.4 Consistency around the cube for systems of P∆Es . ........60 5.5 ComputationofaLaxpairforsystemsofP∆Es . ...... 63 5.6 Determination of the scalar factors for systems of P∆Es . ............66 CHAPTER 6 GAUGE EQUIVALENCES . 72 6.1 Gauge Equivalence of Lax Pairs for PDEs and P∆Es . ...... 72 6.2 DerivationofGaugeEquivalentLaxPairs . ....... 73 6.3 GeneralizedHietarintaSystems . ..... 80 6.3.1 A-2System ................................. 80 6.3.2 B-2System ................................. 85 6.3.3 C-3System ................................. 86 6.3.4 C-4System ................................. 89 CHAPTER7 SOFTWAREIMPLEMENTATION . 95 7.1 Algorithm ......................................95 7.1.1 ComputationofaLaxpair. 96 ix 7.1.2 VerificationoftheLaxpair. 97 7.2 SoftwarePackage ................................. 98 7.2.1 LPSolve ................................... 99 7.2.2 SampleLatticeFiles ........................... 101 7.2.3 OutputDataFiles ............................ 102 CHAPTER 8 CONCLUSIONS AND FUTURE DIRECTION . 105 8.1 FutureDirectionsandOpenQuestions . ..... 105 REFERENCESCITED .................................. 108 APPENDIX A LINEARIZING THE LPKDV EQUATION . 117 APPENDIXB LPKDVEQUATIONTOLKDVEQUATION . 118 APPENDIX C DIRECT LINEARIZATION OF KORTEWEG-DE VRIES EQUATION ............................... 123 APPENDIX D HIROTA’S BILINEAR OPERATOR . 130 D.1 Hirota’s Bilinear Differential Operators . ........ 130 D.2 Hirota’sDifferenceOperator . 133 x LIST OF FIGURES Figure 1.1 The P∆E is defined on the simplest quadrilateral (a square). .1 Figure2.1 CommutingschemeforLaxequation . ....... 10 Figure3.1 OriginsofP∆Es .............................. 15 Figure 3.2 A visual representation of the Bianchi PermutabilityTheorem . 19 Figure3.3 TheP∆E isdefinedonthecube. .... 44 Figure3.4 Thetetrahedronproperty. ....... 46 Figure4.1 Straightlimit.............................. .... 52 Figure7.1 InitialDialogofLPSolve. ...... 100 Figure 7.2 Sample data file for the generalized C-3 equation . ........... 102 Figure 7.3 Sample output of LPSolve for the Q1 equation .............. 103 Figure 7.4 Sample output of LPSolve for the Boussinesq system ofequations . 104 FigureB.1 TheextendedlatticewithABSlabeling . ....... 121 xi LIST OF TABLES Table 2.1 Gauge equivalent Lax pairs for lattice Boussinesq system .......... 12 Table 3.1 The Q4 equation ................................47 Table3.2 ScalarP∆EsofABSclassification . ....... 48 Table3.3 AdditionalScalarP∆Es . .... 49 Table5.1 EdgeConstrainedSystemsofP∆Es . ....... 68 Table5.2 AdditionalSystemsofP∆Es . ..... 70 Table6.1 GeneralizedHietarintaA-2System . ....... 91 Table6.2 GeneralizedHietarintaB-2System . ........92 Table6.3 GeneralizedHietarintaC-3System . ........93 Table6.4 GeneralizedHietarintaC-4System . ........94 xii CHAPTER 1 INTRODUCTION This thesis is primarily devoted to the study and implementation of an algorithm to compute a Lax pair associated with a given nonlinear system of fully discrete integrable equations. These equations are also known in the literature as difference-difference equations or partial difference equations (P∆Es), a name we will most frequently use in this thesis. Specifically, for a given nonlinear P∆E or system thereof, we discuss the Consistency Around the Cube (CAC) property. This property, which is also called multi-dimensional consistency, determines the integrability of the equation(s). Using the algorithmic nature of the CAC test, we are able to compute Lax pairs in a straightforward way. During the construction process, we also investigate the variations and flexibility introduced by discrete systems with edge equations. Specifically, we will investigate P∆Es, (u ,u ,u ,x ; p,q)=0, (1.1) F n,m n+1,m n,m+1 n+1,m+1 which are defined on a 2-dimensional quad-graph as shown in Figure 1.1.
Recommended publications
  • Contact Lax Pairs and Associated (3+ 1)-Dimensional Integrable Dispersionless Systems
    Contact Lax pairs and associated (3+1)-dimensional integrable dispersionless systems Maciej B laszak a and Artur Sergyeyev b a Faculty of Physics, Division of Mathematical Physics, A. Mickiewicz University Umultowska 85, 61-614 Pozna´n, Poland E-mail [email protected] b Mathematical Institute, Silesian University in Opava, Na Rybn´ıˇcku 1, 74601 Opava, Czech Republic E-mail [email protected] January 17, 2019 Abstract We review the recent approach to the construction of (3+1)-dimensional integrable dispersionless partial differential systems based on their contact Lax pairs and the related R-matrix theory for the Lie algebra of functions with respect to the contact bracket. We discuss various kinds of Lax representations for such systems, in particular, linear nonisospectral contact Lax pairs and nonlinear contact Lax pairs as well as the relations among the two. Finally, we present a large number of examples with finite and infinite number of dependent variables, as well as the reductions of these examples to lower-dimensional integrable dispersionless systems. 1 Introduction Integrable systems play an important role in modern mathematics and theoretical and mathematical arXiv:1901.05181v1 [nlin.SI] 16 Jan 2019 physics, cf. e.g. [15, 34], and, since according to general relativity our spacetime is four-dimensional, integrable systems in four independent variables ((3+1)D for short; likewise (n+1)D is shorthand for n + 1 independent variables) are particularly interesting. For a long time it appeared that such systems were very difficult to find but in a recent paper by one of us [39] a novel systematic and effective construction for a large new class of integrable (3+1)D systems was introduced.
    [Show full text]
  • Arxiv:2012.03456V1 [Nlin.SI] 7 Dec 2020 Emphasis on the Kdv Equation
    Integrable systems: From the inverse spectral transform to zero curvature condition Basir Ahamed Khan,1, ∗ Supriya Chatterjee,2 Sekh Golam Ali,3 and Benoy Talukdar4 1Department of Physics, Krishnath College, Berhampore, Murshidabad 742101, India 2Department of Physics, Bidhannagar College, EB-2, Sector-1, Salt Lake, Kolkata 700064, India 3Department of Physics, Kazi Nazrul University, Asansol 713303, India 4Department of Physics, Visva-Bharati University, Santiniketan 731235, India This `research-survey' is meant for beginners in the studies of integrable systems. Here we outline some analytical methods for dealing with a class of nonlinear partial differential equations. We pay special attention to `inverse spectral transform', `Lax pair representation', and `zero-curvature condition' as applied to these equations. We provide a number of interesting exmples to gain some physico-mathematical feeling for the methods presented. PACS numbers: Keywords: Nonlinear Partial Differential Equations, Integrable Systems, Inverse Spectral Method, Lax Pairs, Zero Curvature Condition 1. Introduction Integrable systems are represented by nonlinear partial differential equations (NLPDEs) which, in principle, can be solved by analytic methods. This necessarily implies that the solution of such equations can be constructed using a finite number of algebraic operations and integrations. The inverse scattering method as discovered by Gardner, Greene, Kruskal and Miura [1] represents a very useful tool to analytically solve a class of nonlinear differential equa- tions which support soliton solutions. Solitons are localized waves that propagate without change in their properties (shape, velocity etc.). These waves are stable against mutual collision and retain their identities except for some trivial phase change. Mechanistically, the linear and nonlinear terms in NLPDEs have opposite effects on the wave propagation.
    [Show full text]
  • The Idea of a Lax Pair–Part II∗ Continuum Wave Equations
    GENERAL ARTICLE The Idea of a Lax Pair–Part II∗ Continuum Wave Equations Govind S. Krishnaswami and T R Vishnu In Part I [1], we introduced the idea of a Lax pair and ex- plained how it could be used to obtain conserved quantities for systems of particles. Here, we extend these ideas to con- tinuum mechanical systems of fields such as the linear wave equation for vibrations of a stretched string and the Korteweg- de Vries (KdV) equation for water waves. Unlike the Lax ma- trices for systems of particles, here Lax pairs are differential operators. A key idea is to view the Lax equation as a com- Govind Krishnaswami is on the faculty of the Chennai patibility condition between a pair of linear equations. This is Mathematical Institute. He used to obtain a geometric reformulation of the Lax equation works on various problems in as the condition for a certain curvature to vanish. This ‘zero theoretical and mathematical curvature representation’ then leads to a recipe for finding physics. (typically an infinite sequence of) conserved quantities. 1. Introduction In the first part of this article [1], we introduced the idea of a dy- namical system: one whose variables evolve in time, typically via T R Vishnu is a PhD student at the Chennai Mathematical differential equations. It was pointed out that conserved quanti- Institute. He has been ties, which are dynamical variables that are constant along trajec- working on integrable tories help in simplifying the dynamics and solving the equations systems. of motion (EOM) both in the classical and quantum settings.
    [Show full text]
  • INVERSE SCATTERING TRANSFORM, Kdv, and SOLITONS
    INVERSE SCATTERING TRANSFORM, KdV, AND SOLITONS Tuncay Aktosun Department of Mathematics and Statistics Mississippi State University Mississippi State, MS 39762, USA Abstract: In this review paper, the Korteweg-de Vries equation (KdV) is considered, and it is derived by using the Lax method and the AKNS method. An outline of the inverse scattering problem and of its solution is presented for the associated Schr¨odinger equation on the line. The inverse scattering transform is described to solve the initial-value problem for the KdV, and the time evolution of the corresponding scattering data is obtained. Soliton solutions to the KdV are derived in several ways. Mathematics Subject Classification (2000): 35Q53, 35Q51, 81U40 Keywords: Korteweg-de Vries equation, inverse scattering transform, soliton Short title: KdV and inverse scattering 1 1. INTRODUCTION The Korteweg-de Vries equation (KdV, for short) is used to model propagation of water waves in long, narrow, and shallow canals. It was first formulated [1] in 1895 by the Dutch mathematicians Diederik Johannes Korteweg and Gustav de Vries. Korteweg was a well known mathematician of his time, and de Vries wrote a doctoral thesis on the subject under Korteweg. After some scaling, it is customary to write the KdV in the form @u @u @3u 6u + = 0; x R; t > 0; (1.1) @t − @x @x3 2 where u(x; t) corresponds to the vertical displacement of the water from the equilibrium − at the location x at time t: Replacing u by u amounts to replacing 6 by +6 in (1.1). − − Also, by scaling x; t; and u; i.e.
    [Show full text]
  • Orthogonal Functions Related to Lax Pairs in Lie Algebras
    The Ramanujan Journal https://doi.org/10.1007/s11139-021-00424-9 Orthogonal functions related to Lax pairs in Lie algebras Wolter Groenevelt1 · Erik Koelink2 Dedicated to the memory of Richard Askey Received: 5 October 2020 / Accepted: 2 March 2021 © The Author(s) 2021 Abstract We study a Lax pair in a 2-parameter Lie algebra in various representations. The overlap coefficients of the eigenfunctions of L and the standard basis are given in terms of orthogonal polynomials and orthogonal functions. Eigenfunctions for the operator L for a Lax pair for sl(d + 1, C) is studied in certain representations. Keywords Special functions · Orthogonal polynomials · Toda lattice Mathematics Subject Classification 33C80 · 37K10 · 17B80 1 Introduction The link of the Toda lattice to three-term recurrence relations via the Lax pair after the Flaschka coordinate transform is well understood, see e.g. [2,27]. We consider a Lax pair in a specific Lie algebra, such that in irreducible ∗-representations the Lax operator is a Jacobi operator. A Lax pair is a pair of time-dependent matrices or operators L(t) and M(t) satisfying the Lax equation L˙ (t) =[M(t), L(t)], where [ , ] is the commutator and the dot represents differentiation with respect to time. The Lax operator L is isospectral, i.e. the spectrum of L is independent of time. A famous example is the Lax pair for the Toda chain in which L is a self-adjoint Jacobi operator, B Erik Koelink [email protected] Wolter Groenevelt [email protected] 1 Delft Institute of Applied Mathematics, Delft University of Technology, P.O.
    [Show full text]
  • Introduction to Integrable Systems 33Rd SERB Theoretical High Energy Physics Main School, Khalsa College, Delhi Univ
    Introduction to Integrable Systems 33rd SERB Theoretical High Energy Physics Main School, Khalsa College, Delhi Univ. December 17-26, 2019 (updated Feb 26, 2020) Govind S. Krishnaswami, Chennai Mathematical Institute Comments and corrections may be sent to [email protected] https://www.cmi.ac.in/˜govind/teaching/integ-serb-thep-del-19/ Contents 1 Some reference books/review articles 2 2 Introduction 3 2.1 Integrability in Hamiltonian mechanics.............................................3 2.2 Liouville-Arnold Theorem...................................................6 2.3 Remarks on commuting flows.................................................9 2.4 Integrability in field theory...................................................9 2.5 Some features of integrable classical field theories.......................................9 2.6 Integrability of quantum systems................................................ 10 2.7 Examples of integrable systems................................................ 11 2.8 Integrable systems in the wider physical context........................................ 12 3 Lax pairs and conserved quantities 12 3.1 Lax pair for the harmonic oscillator.............................................. 12 3.2 Isospectral evolution of the Lax matrix............................................. 13 4 KdV equation and its integrability 15 4.1 Physical background and discovery of inverse scattereing................................... 15 4.2 Similarity and Traveling wave solutions............................................ 17 4.3
    [Show full text]
  • N-Soliton Solutions for the NLS-Like Equation and Perturbation Theory Based on the Riemann–Hilbert Problem
    S S symmetry Article N-Soliton Solutions for the NLS-Like Equation and Perturbation Theory Based on the Riemann–Hilbert Problem Yuxin Lin, Huanhe Dong and Yong Fang * College of Mathematics and Systems Science, Shandong University of Science and Technology, Qingdao 266590, China; [email protected] (Y.L.); [email protected] (H.D.) * Correspondence: [email protected]; Tel.: +86-532-80698087 Received: 6 June 2019; Accepted: 20 June 2019; Published: 22 June 2019 Abstract: In this paper, a kind of nonlinear Schro¨dinger (NLS) equation, called an NLS-like equation, is Riemann–Hilbert investigated. We construct a 2 × 2 Lax pair associated with the NLS equation and combine the spectral analysis to formulate the Riemann–Hilbert (R–H) problem. Then, we mainly use the symmetry relationship of potential matrix Q to analyze the zeros of det P+ and det P−; the N-soliton solutions of the NLS-like equation are expressed explicitly by a particular R–H problem with an unit jump matrix. In addition, the single-soliton solution and collisions of two solitons are analyzed, and the dynamic behaviors of the single-soliton solution and two-soliton solutions are shown graphically. Furthermore, on the basis of the R–H problem, the evolution equation of the R–H data with the perturbation is derived. Keywords: NLS-like equation; Riemann–Hilbert problem; symmetry; N-soliton solutions; R–H data 1. Introduction It is known that soliton theory plays an important role in many fields. There are many methods to study soliton equations, of which the inverse scattering method [1–3] and the Riemann–Hilbert (R–H) method [4–7] are two important techniques.
    [Show full text]
  • Analysis Notes
    Analysis notes Aidan Backus December 2019 Contents I Preliminaries2 1 Functional analysis3 1.1 Locally convex spaces...............................3 1.2 Hilbert spaces...................................6 1.3 Bochner integration................................6 1.4 Duality....................................... 11 1.5 Vector lattices................................... 13 1.6 Positive Radon measures............................. 14 1.7 Baire categories.................................. 17 2 Complex analysis 20 2.1 Cauchy-Green formula.............................. 20 2.2 Conformal mappings............................... 22 2.3 Approximation by polynomials.......................... 24 2.4 Sheaves...................................... 26 2.5 Subharmonicity.................................. 28 2.6 Operator theory.................................. 30 II Dynamical systems 31 3 Elementary dynamical systems 32 3.1 Types of dynamical systems........................... 32 3.2 Properties of the irrational rotation....................... 34 4 Ergodic theory 37 4.1 The mean ergodic theorem............................ 37 4.2 Pointwise ergodic theorem............................ 41 4.3 Ergodic systems.................................. 45 4.4 Properties of ergodic transformations...................... 47 4.5 Mixing transformations.............................. 48 4.6 The Hopf argument................................ 54 1 5 Flows on manifolds 59 5.1 Ergodic theorems for flows............................ 59 5.2 Geodesic flows in hyperbolic space.......................
    [Show full text]
  • Arxiv:1909.10119V3 [Nlin.SI] 6 Aug 2020 Reduction, This Subset Is the Whole Real Line
    Real Lax spectrum implies spectral stability Jeremy Upsal and Bernard Deconinck Department of Applied Mathematics, University of Washington, Seattle, WA 98195, USA August 7, 2020 Abstract We consider the dynamical stability of periodic and quasiperiodic stationary solutions of integrable equations with 2×2 Lax pairs. We construct the eigenfunctions and hence the Floquet discriminant for such Lax pairs. The boundedness of the eigenfunctions determines the Lax spectrum. We use the squared eigenfunction connection between the Lax spectrum and the stability spectrum to show that the subset of the real line that gives rise to stable eigenvalues is contained in the Lax spectrum. For non-self-adjoint members of the AKNS hierarchy admitting a common reduction, the real line is always part of the Lax spectrum and it maps to stable eigenvalues of the stability problem. We demonstrate our methods work for a variety of examples, both in and not in the AKNS hierarchy. 1 Introduction A surprisingly large number equations of physical significance are integrable and possess a Lax pair [2, 3]. An important feature of equations with a Lax pair is the Lax spectrum: the set of all Lax parameter values for which the solution of the Lax pair is bounded. For our purposes, this is important for determining the stability of solutions of a given integrable equation [6, 7, 8, 12, 14, 16, 17, 18, 21, 33, 36]. Until recently, the Lax spectrum has only been determined explicitly for decaying potentials on the whole line or for self-adjoint problems with periodic coefficients. For such problems, the Floquet discriminant [1, 8, 20, 21, 26, 33] is a useful tool for numerically computing and giving a qualitative description of the Lax spectrum, but it is not used generally to get an explicit description of the Lax spectrum.
    [Show full text]
  • Lax Pairs for the Ablowitz-Ladik System Via Orthogonal Polynomials on the Unit Circle
    Lax Pairs for the Ablowitz-Ladik System via Orthogonal Polynomials on the Unit Circle Thesis by Irina Nenciu In Partial Ful¯llment of the Requirements for the Degree of Doctor of Philosophy California Institute of Technology Pasadena, California 2005 (Defended May 9, 2005) ii °c 2005 Irina Nenciu All Rights Reserved iii Acknowledgements I wish to express my deep gratitude to my advisor, Barry Simon, for the wealth of opportunities he has given me { the chance to write this thesis under his supervision being just one of many. His guidance, encouragement, and unflinching enthusiasm for mathematics made this work possible. I also wish to thank Percy Deift for suggesting the original problem from which all the questions answered in this thesis arose. I would like to acknowledge all of those who contributed to my mathematical education. Most of all, I want to thank Rowan Killip for sharing so much of his time and knowledge with me. His friendship and support have been invaluable to me. My thanks go also to the Caltech math department for creating such a great atmosphere for doing research, and to the department sta®, in particular Cherie Galvez, for all of their help. Finally, and most of all, I want to thank my family. My parents have always been a tireless source of love and support; I dedicate this thesis to them. iv Abstract We investigate the existence and properties of an integrable system related to or- thogonal polynomials on the unit circle. We prove that the main evolution of the system is defocusing Ablowitz-Ladik (also known as the integrable discrete nonlinear SchrÄodingerequation).
    [Show full text]
  • Algebraic Structures Related to Integrable Differential Equations
    algebraic structures related to integrable differential equations Vladimir Sokolova,b aLandau Institute for Theoretical Physics, 142432 Chernogolovka (Moscow region), Russia e-mail: [email protected] bSao Paulo University, Instituto de Matematica e Estatistica 05508-090, Sao Paulo, Brasil [email protected] https://www.ime.usp.br arXiv:1711.10613v1 [nlin.SI] 28 Nov 2017 1 Abstract The survey is devoted to algebraic structures related to integrable ODEs and evolution PDEs. A description of Lax representations is given in terms of vector space decomposition of loop algebras into direct sum of Taylor series and a comple- mentary subalgebras. Examples of complementary subalgebras and corresponding integrable models are presented. In the framework of the bi-Hamiltonian approach compatible associative algebras related affine Dynkin diagrams are considered. A bi-Hamiltonian origin of the classical elliptic Calogero-Moser models is revealed. Contents 1 Introduction 3 1.1 Listofbasicnotation.......................... 4 1.1.1 Constants,vectorsandmatrices . 4 1.1.2 Derivations and differential operators . 4 1.1.3 Differential algebra . 4 1.1.4 Algebra ............................. 5 1.2 Laxpairs ................................ 5 1.3 Hamiltonianstructures ......................... 8 1.4 Bi-Hamiltonian formalism . 10 1.4.1 Shiftargumentmethod. 11 1.4.2 Bi-Hamiltonian form for KdV equation . 12 2 Factorization of Lie algebras and Lax pairs 14 2.1 Scalar Lax pairs for evolution equations . 14 2.1.1 Pseudo-differentialseries . 16 2.1.2 Korteweg–deVrieshierarchy . 18 2.1.3 Gelfand-Dikii hierarchy and generalizations . 26 2.2 MatrixLaxpairs ............................ 29 2.2.1 TheNLShierarchy ....................... 29 2.2.2 Generalizations . 32 2.3 Decomposition of loop algeras and Lax pairs .
    [Show full text]
  • PHY411 Lecture Notes Part 8
    PHY411 Lecture notes Part 8 Alice Quillen November 26, 2018 Contents 1 Continuum Mechanics 3 1.1 Strings . 3 2 Infinite dimensional Classical Hamiltonian systems 5 2.1 The functional derivative . 5 3 Examples with canonical coordinates 8 3.1 Wave equation . 8 3.2 Two-dimensional incompressible inviscid fluid dynamics . 12 3.2.1 Dynamics of vortices in 2D . 13 3.2.2 Blinking Vortex model and time dependent models . 14 3.3 Conformal mapping . 14 4 Inviscid Barotropic Compressible Fluids 15 4.1 Eulerian and Lagrangian coordinates . 15 4.2 Inviscid Burger's equation . 16 4.3 Working with the Determinant of the deformation matrix . 17 4.3.1 Functional derivatives involving the Jacobian matrix . 19 4.4 For Barotropic Compressible Fluids . 20 4.5 Lagrangian for Compressible Fluids . 21 4.6 Hamiltonian for Compressible Barotropic Fluids . 22 4.7 Changing coordinate fields and constructing a new Poisson bracket . 23 4.8 Another way to write Inviscid irrotational fluid dynamics . 26 5 Poisson manifolds 27 5.1 Example: Inviscid Burgers' equation . 29 5.1.1 The symplectic two form . 31 5.2 Conserved Quantities and Continuity Equations . 32 1 6 The KdV equation 33 6.1 Rescaling . 35 6.2 Soliton Solutions . 35 6.3 Infinite number of conserved quantities . 36 6.3.1 Integrability . 39 6.4 Lax pair . 39 6.5 Connection to Schr¨odingerequation . 41 6.6 Connection to Inverse Scattering method . 41 6.7 Zero Curvature Condition . 42 6.8 Two different Poisson brackets . 45 7 Symplectic Reduction 48 Figure 1: A string! 2 1 Continuum Mechanics 1.1 Strings Consider a string of linear mass µ(x) and under tension τ(x) where x is horizontal distance along the string when it is at rest.
    [Show full text]