The Koopmanoperator action on a state space function a(x) is to replace it by

Size: px
Start display at page:

Download "The Koopmanoperator action on a state space function a(x) is to replace it by"

Transcription

1 Appendix A9 Implementing evolution A9. Koopmania The Koopmanoperator action on a state space function a(x) is to replace it by its downstream value time t later, a(x) a(x(t)), evaluated at the trajectory point x(t): [ K t a ] (x) = a( f t (x))= dyk t (x, y) a(y) K t (x, y) = δ ( y f t (x) ). (A9.) Given an initial density of representative points ρ(x), the average value of a(x) evolves as a (t) = = ρ ρ dx a( f t (x))ρ(x)= dx [ K t a ] (x)ρ(x) ρ dx dy a(y)δ ( y f t (x) ) ρ(x). The propagator δ ( y f t (x) ) can be interpreted as belonging to the Perron-Frobenius operator (9.0), so the two operators are adjoint to each other, dx [ K t a ] (x)ρ(x)= dy a(y) [ L t ρ ] (y). (A9.2) This suggests an alternative point of view, which is to push dynamical effects into the density. In contrast to the Koopman operator which advances the trajectory by time t, the Perron-Frobenius operator depends on the trajectory point time t in the past 93

2 APPENDIX A9. IPLEENTING EVOLUTION 94 The Perron-Frobenius operators are non-normal, not self-adjoint operators, so their left and right eigenvectors differ. The right eigenvectors of a Perron- Frobenius operator are the left eigenvectors of the Koopman, and vice versa. While one might think of a Koopman operator as an inverse of the Perron- Frobenius operator, the notion of adjoint is the right one, especially in settings where flow is not time-reversible, as is the case for dissipative PDEs (infinite dimensional flows contracting forward in time) and for stochastic flows. The family of Koopman s operators { K t} t R + forms a semigroup parameterized by time (a) K 0 = (b) K t K t =K t+t t, t 0 (semigroup property), with the generator of the semigroup, the generator of infinitesimal time translations defined by ( A= lim t0 + K t ). t (If the flow is finite-dimensional and invertible,a is a generator of a group). The explicit form of A follows from expanding dynamical evolution up to first order, as in (2.6): ( A a(x)= lim t0 + a( f t (x)) a(x) ) = v i (x) i a(x). (A9.3) t Of course, that is nothing but the definition of the time derivative, so the equation of motion for a(x) is ( ) d dt A a(x)=0. (A9.4) The finite time Koopman operator (A9.) can be formally expressed by expo- appendix A9.2 nentiating the time-evolution generator A as K t = e ta. (A9.5) The generator A looks very much like the generator of translations. Indeed, exercise A9. for a constant velocity field dynamical evolution is nothing but a translation by time velocity: exercise 9.0 e tv x a(x)=a(x+tv). (A9.6) As we will not need to implement a computational formula for general e ta in what follows, we relegate making sense of such operators to appendix A9.2. Here appendix A9.2 we limit ourselves to a brief remark about the notion of spectrum of a linear operator. The Koopman operator K acts multiplicatively in time, so it is reasonable to suppose that there exist constants >0,β 0 such that K t e tβ for all appendeasure - 8may202 ChaosBook.org version5.9, Jun

3 APPENDIX A9. IPLEENTING EVOLUTION 95 t 0. What does that mean? The operator norm is define in the same spirit in which we defined the matrix norms in sect. A45.2: We are assuming that no value ofk t ρ(x) grows faster than exponentially for any choice of functionρ(x), so that the fastest possible growth can be bounded by e tβ, a reasonable expectation in the light of the simplest example studied so far, the exact escape rate (20.4). If that is so, multiplyingk t by e tβ we construct a new operator e tβ K t = e t(a β) which decays exponentially for large t, e t(a β). We say that e tβ K t is an element of a bounded semigroup with generatora β. Given this bound, it follows by the Laplace transform 0 dt e st K t =, Re s>β, s A (A9.7) that the resolvent operator (s A) is bounded ( resolvent =able to cause section A45.2 separation into constituents) s A dt e st e tβ = s β. 0 If one is interested in the spectrum ofk, as we will be, the resolvent operator is a natural object to study. The main lesson of this brief aside is that for the continuous time flows the Laplace transform is the tool that brings down the generator in (9.26) into the resolvent form (20.32) and enables us to study its spectrum. A9.2 Implementing evolution (R. Artuso and P. Cvitanović) We now come back to the semigroup of operatorsk t. We have introduced the generator of the semigroup (9.24) as A= d dt K t t=0. If we now take the derivative at arbitrary times we get ( ) d dt K t ψ (x) ψ( f t+η (x)) ψ( f t (x)) = lim η0 η = v i ( f t (x)) ψ( x) x i = ( K t Aψ ) (x) x= f t (x) which can be formally integrated like an ordinary differential equation yielding exercise A9. K t = e ta. (A9.8) This guarantees that the Laplace transform manipulations in sect. 9.5 are correct. Though the formal expression of the semigroup (A9.8) is quite simple one has appendeasure - 8may202 ChaosBook.org version5.9, Jun

4 APPENDIX A9. IPLEENTING EVOLUTION 96 to take care in implementing its action. If we express the exponential through the power series K t = k=0 t k k! Ak, (A9.9) we encounter the problem that the infinitesimal generator (9.24) contains noncommuting pieces, i.e., there are i, j combinations for which the commutator does not satisfy [ ], v j (x) = 0. x i To derive a more useful representation, we follow the strategy used for finitedimensional matrix operators in sects. 4.3 and 4.4 and use the semigroup property to write K t = t/δτ m= K δτ as the starting point for a discretized approximation to the continuous time dynamics, with time stepδτ. Omitting terms from the second order onwards in the expansion ofk δτ yields an error of order O(δτ 2 ). This might be acceptable if the time stepδτ is sufficiently small. In practice we write the Euler product K t = t/δτ m= ( +δτa(m) ) + O(δτ 2 ) (A9.0) where ( A(m) ψ ) (x)=v i ( f mδτ (x)) ψ x i x= f mδτ (x) As far as the x dependence is concerned, e δτa i acts as e δτa i x x i x d x. (A9.) x i +δτv i (x) x d We see that the product form (A9.0) of the operator is nothing else but a pre- exercise 2.6 scription for finite time step integration of the equations of motion - in this case the simplest Euler type integrator which advances the trajectory byδτ velocity at each time step. A9.2. A symplectic integrator The procedure we described above is only a starting point for more sophisticated approximations. As an example on how to get a sharper bound on the appendeasure - 8may202 ChaosBook.org version5.9, Jun

5 APPENDIX A9. IPLEENTING EVOLUTION 97 error term consider the Hamiltonian flowa=b+c,b= p i q i,c= i V(q) p i. Clearly the potential and the kinetic parts do not commute. We make sense of the exercise A9.2 formal solution (A9.0) by splitting it into infinitesimal steps and keeping terms up toδτ 2 in where K δτ = ˆK δτ + 24 δτ3 [B+2C, [B,C]]+, (A9.2) ˆK δτ = e 2 δτb e δτc e 2 δτb. (A9.3) The approximate infinitesimal Liouville operator ˆK δτ is of the form that now generates evolution as a sequence of mappings induced by (9.27), a free flight by δτb, scattering 2 byδτ V(q ), followed again by 2δτB free flight: { } e 2 q δτb p { } q e δτc p { } e 2 q δτb p { } { q q δτ p = 2 p } p { } { q q } p = p +δτ V(q ) { } { q q δτ } = 2 p p p (A9.4) Collecting the terms we obtain an integration rule for this type of symplectic flow which is better than the straight Euler integration (A9.) as it is accurate up to orderδτ 2 : q n+ = q n δτ p n (δτ)2 2 V (q n δτp n /2) p n+ = p n +δτ V (q n δτp n /2) (A9.5) The Jacobian matrix of one integration step is given by [ ][ ][ ] δτ/2 0 δτ/2 = 0 δτ V(q. (A9.6) ) 0 Note that the billiard flow (9.) is an example of such symplectic integrator. In that case the free flight is interrupted by instantaneous wall reflections, and can be integrated out. Commentary Remark A9. Koopman operators. The Heisenberg picture in dynamical systems theory has been introduced by Koopman and Von Neumann [A.3, A.4], see also ref. [9.2]. Inspired by the contemporary advances in quantum mechanics, Koopman [A.3] observed in 93 thatk t is unitary on L 2 (µ) Hilbert spaces. The Koopman operator is the appendeasure - 8may202 ChaosBook.org version5.9, Jun

6 EXERCISES 98 classical analogue of the quantum evolution operator exp ( iĥt/ ) the kernel ofl t (y, x) introduced in (9.3) (see also sect. 20.3) is the analogue of the Green s function discussed here in chapter 35. The relation between the spectrum of the Koopman operator and classical ergodicity was formalized by von Neumann [A.4]. We shall not use Hilbert spaces here and the operators that we shall study will not be unitary. For a discussion of the relation between the Perron-Frobenius operators and the Koopman operators for finite dimensional deterministic invertible flows, infinite dimensional contracting flows, and stochastic flows, see Lasota-ackey [9.2] and Gaspard [A.65]. Remark A9.2 Symplectic integration. The reviews [A9.0] and [A9.] offer a good starting point for exploring the symplectic integrators literature. For a higher order integrators of type (A9.3), check ref. [A9.6]. Exercises A9.. Exponential form of semigroup elements. Check that the Koopman operator and the evolution generator commute,k t A =AK t A9.3. Symplectic leapfrog integrator. Implement (A9.5), by considering the action of for 2-dimensional Hamiltonian flows; compare it with both operators on an arbitrary state space function a(x). Runge-Kutta integrator by integrating trajectories in A9.2. Non-commutativity. Check that the commutators in some (chaotic) Hamiltonian flow. (A9.2) are not vanishing by showing that ( [B,C]= p V ) p V. q References [A9.]. Axenides and E. Floratos, Strange Attractors in Dissipative Nambu echanics: Classical and Quantum Aspects, arxiv: [A9.2] G. Levine and. Tabor, Integrating the Nonintegrable: Analytic Structure of the Lorenz odel Revisited, Physica 33, 89 (988). [A9.3]. Tabor, Chaos and Integrability in Nonlinear Dynamics: An Introduction (Wiley, New York, 989). [A9.4] H. P. F. Swinnerton-Dyer, The Invariant Algebraic Surfaces of the Lorenz System, ath. Proc. Cambridge Philos. Soc. 32, 385 (2002). [A9.5]. Kuš, Integrals of otion for the Lorenz System, J. Phys. A 6, L689 (983). refsappeasure - 7jan207 ChaosBook.org version5.9, Jun

7 References 99 [A9.6] B. A. Shadwick, J. C. Bowman, and P. J. orrison, Exactly Conservative Integrators, arxiv:chao-dyn/950702, Submitted to SIA J. Sci. Comput. [A9.7] D. J. D. Earn, Symplectic integration without roundoff error, astro-ph/ [A9.8] P. E. Zadunaiski, On the estimation of errors propagated in the numerical integration of ordinary differential equations, Numer. ath. 27, 2 (976). [A9.9] K. Feng, Difference schemes for Hamiltonian formalism and symplectic geometry, J. Comput. ath. 4, 279 (986). [A9.0] P. J. Channell and C. Scovel, Symplectic integration of Hamiltonian systems, Nonlinearity 3, 23 (990). [A9.] J.. Sanz-Serna and. P. Calvo, Numerical Hamiltonian problems (Chapman and Hall, London, 994). [A9.2] J.. Sanz-Serna, Geometric integration, pp. 2-43, in The State of the Art in Numerical Analysis, I. S. Duff and G. A. Watson, eds., (Clarendon Press, Oxford, 997). [A9.3] K. W. orton, Book Review: Simulating Hamiltonian Dynamics, SIA Review 48, 62 (2006). [A9.4] B. Leimkuhler and S. Reich, Simulating Hamiltonian Dynamics (Cambridge Univ. Press, Cambridge 2005). [A9.5] E. Hairer, Ch. Lubich, and G. Wanner, Geometric Numerical Integration (Springer-Verlag, Berlin 2002). [A9.6]. Suzuki, General theory of fractal path integrals with applications to many-body theories and statistical physics, J. ath. Phys. 32, 400 (99). refsappeasure - 7jan207 ChaosBook.org version5.9, Jun

THEWAY in which time evolution acts on observables may be rephrased in

THEWAY in which time evolution acts on observables may be rephrased in Appendix F Implementing evolution F.1 Koopmania THEWAY in which time evolution acts on observables may be rephrased in the language of functional analysis, by introducing the Koopman operator, whose action

More information

Geometric Numerical Integration

Geometric Numerical Integration Geometric Numerical Integration (Ernst Hairer, TU München, winter 2009/10) Development of numerical ordinary differential equations Nonstiff differential equations (since about 1850), see [4, 2, 1] Adams

More information

WORD SERIES FOR THE ANALYSIS OF SPLITTING SDE INTEGRATORS. Alfonso Álamo/J. M. Sanz-Serna Universidad de Valladolid/Universidad Carlos III de Madrid

WORD SERIES FOR THE ANALYSIS OF SPLITTING SDE INTEGRATORS. Alfonso Álamo/J. M. Sanz-Serna Universidad de Valladolid/Universidad Carlos III de Madrid WORD SERIES FOR THE ANALYSIS OF SPLITTING SDE INTEGRATORS Alfonso Álamo/J. M. Sanz-Serna Universidad de Valladolid/Universidad Carlos III de Madrid 1 I. OVERVIEW 2 The importance of splitting integrators

More information

One dimensional Maps

One dimensional Maps Chapter 4 One dimensional Maps The ordinary differential equation studied in chapters 1-3 provide a close link to actual physical systems it is easy to believe these equations provide at least an approximate

More information

SOLVING ODE s NUMERICALLY WHILE PRESERVING ALL FIRST INTEGRALS

SOLVING ODE s NUMERICALLY WHILE PRESERVING ALL FIRST INTEGRALS SOLVING ODE s NUMERICALLY WHILE PRESERVING ALL FIRST INTEGRALS G.R.W. QUISPEL 1,2 and H.W. CAPEL 3 Abstract. Using Discrete Gradient Methods (Quispel & Turner, J. Phys. A29 (1996) L341-L349) we construct

More information

Transporting densities

Transporting densities Transporting densities 4 Paulina: I ll draw the curtain: y lord s almost so far transported that He ll think anon it lives. W. Shakespeare: The Winter s Tale (P. Cvitanović, R. Artuso, L. Rondoni, and

More information

Backward error analysis

Backward error analysis Backward error analysis Brynjulf Owren July 28, 2015 Introduction. The main source for these notes is the monograph by Hairer, Lubich and Wanner [2]. Consider ODEs in R d of the form ẏ = f(y), y(0) = y

More information

Unitary Dynamics and Quantum Circuits

Unitary Dynamics and Quantum Circuits qitd323 Unitary Dynamics and Quantum Circuits Robert B. Griffiths Version of 20 January 2014 Contents 1 Unitary Dynamics 1 1.1 Time development operator T.................................... 1 1.2 Particular

More information

1 Mathematical preliminaries

1 Mathematical preliminaries 1 Mathematical preliminaries The mathematical language of quantum mechanics is that of vector spaces and linear algebra. In this preliminary section, we will collect the various definitions and mathematical

More information

Page 684. Lecture 40: Coordinate Transformations: Time Transformations Date Revised: 2009/02/02 Date Given: 2009/02/02

Page 684. Lecture 40: Coordinate Transformations: Time Transformations Date Revised: 2009/02/02 Date Given: 2009/02/02 Page 684 Lecture 40: Coordinate Transformations: Time Transformations Date Revised: 2009/02/02 Date Given: 2009/02/02 Time Transformations Section 12.5 Symmetries: Time Transformations Page 685 Time Translation

More information

Symplectic integration with Runge-Kutta methods, AARMS summer school 2015

Symplectic integration with Runge-Kutta methods, AARMS summer school 2015 Symplectic integration with Runge-Kutta methods, AARMS summer school 2015 Elena Celledoni July 13, 2015 1 Hamiltonian systems and their properties We consider a Hamiltonian system in the form ẏ = J H(y)

More information

ACM/CMS 107 Linear Analysis & Applications Fall 2016 Assignment 4: Linear ODEs and Control Theory Due: 5th December 2016

ACM/CMS 107 Linear Analysis & Applications Fall 2016 Assignment 4: Linear ODEs and Control Theory Due: 5th December 2016 ACM/CMS 17 Linear Analysis & Applications Fall 216 Assignment 4: Linear ODEs and Control Theory Due: 5th December 216 Introduction Systems of ordinary differential equations (ODEs) can be used to describe

More information

Chaotic motion. Phys 750 Lecture 9

Chaotic motion. Phys 750 Lecture 9 Chaotic motion Phys 750 Lecture 9 Finite-difference equations Finite difference equation approximates a differential equation as an iterative map (x n+1,v n+1 )=M[(x n,v n )] Evolution from time t =0to

More information

Chapter 1 Symplectic Integrator and Beam Dynamics Simulations

Chapter 1 Symplectic Integrator and Beam Dynamics Simulations Chapter 1 and Beam Accelerator Physics Group, Journal Club November 9, 2010 and Beam NSLS-II Brookhaven National Laboratory 1.1 (70) Big Picture for Numerical Accelerator Physics and Beam For single particle

More information

1 Ordinary differential equations

1 Ordinary differential equations Numerical Analysis Seminar Frühjahrssemester 08 Lecturers: Prof. M. Torrilhon, Prof. D. Kressner The Störmer-Verlet method F. Crivelli (flcrivel@student.ethz.ch May 8, 2008 Introduction During this talk

More information

Chap. 20: Initial-Value Problems

Chap. 20: Initial-Value Problems Chap. 20: Initial-Value Problems Ordinary Differential Equations Goal: to solve differential equations of the form: dy dt f t, y The methods in this chapter are all one-step methods and have the general

More information

Topics in Representation Theory: Cultural Background

Topics in Representation Theory: Cultural Background Topics in Representation Theory: Cultural Background This semester we will be covering various topics in representation theory, see the separate syllabus for a detailed list of topics, including some that

More information

THE POINT SPECTRUM OF FROBENIUS-PERRON AND KOOPMAN OPERATORS

THE POINT SPECTRUM OF FROBENIUS-PERRON AND KOOPMAN OPERATORS PROCEEDINGS OF THE MERICN MTHEMTICL SOCIETY Volume 126, Number 5, May 1998, Pages 1355 1361 S 0002-9939(98)04188-4 THE POINT SPECTRUM OF FROBENIUS-PERRON ND KOOPMN OPERTORS J. DING (Communicated by Palle

More information

Classes of Linear Operators Vol. I

Classes of Linear Operators Vol. I Classes of Linear Operators Vol. I Israel Gohberg Seymour Goldberg Marinus A. Kaashoek Birkhäuser Verlag Basel Boston Berlin TABLE OF CONTENTS VOLUME I Preface Table of Contents of Volume I Table of Contents

More information

Physics 218. Quantum Field Theory. Professor Dine. Green s Functions and S Matrices from the Operator (Hamiltonian) Viewpoint

Physics 218. Quantum Field Theory. Professor Dine. Green s Functions and S Matrices from the Operator (Hamiltonian) Viewpoint Physics 28. Quantum Field Theory. Professor Dine Green s Functions and S Matrices from the Operator (Hamiltonian) Viewpoint Field Theory in a Box Consider a real scalar field, with lagrangian L = 2 ( µφ)

More information

SECOND QUANTIZATION PART I

SECOND QUANTIZATION PART I PART I SECOND QUANTIZATION 1 Elementary quantum mechanics We assume that the reader is already acquainted with elementary quantum mechanics. An introductory course in quantum mechanics usually addresses

More information

Conservative Control Systems Described by the Schrödinger Equation

Conservative Control Systems Described by the Schrödinger Equation Conservative Control Systems Described by the Schrödinger Equation Salah E. Rebiai Abstract An important subclass of well-posed linear systems is formed by the conservative systems. A conservative system

More information

Lecture 1 Monday, January 14

Lecture 1 Monday, January 14 LECTURE NOTES FOR MATH 7394 ERGODIC THEORY AND THERMODYNAMIC FORMALISM INSTRUCTOR: VAUGHN CLIMENHAGA Lecture 1 Monday, January 14 Scribe: Vaughn Climenhaga 1.1. From deterministic physics to stochastic

More information

Quantum Theory and Group Representations

Quantum Theory and Group Representations Quantum Theory and Group Representations Peter Woit Columbia University LaGuardia Community College, November 1, 2017 Queensborough Community College, November 15, 2017 Peter Woit (Columbia University)

More information

Takens embedding theorem for infinite-dimensional dynamical systems

Takens embedding theorem for infinite-dimensional dynamical systems Takens embedding theorem for infinite-dimensional dynamical systems James C. Robinson Mathematics Institute, University of Warwick, Coventry, CV4 7AL, U.K. E-mail: jcr@maths.warwick.ac.uk Abstract. Takens

More information

Simple conservative, autonomous, second-order chaotic complex variable systems.

Simple conservative, autonomous, second-order chaotic complex variable systems. Simple conservative, autonomous, second-order chaotic complex variable systems. Delmar Marshall 1 (Physics Department, Amrita Vishwa Vidyapeetham, Clappana P.O., Kollam, Kerala 690-525, India) and J. C.

More information

A Minimal Uncertainty Product for One Dimensional Semiclassical Wave Packets

A Minimal Uncertainty Product for One Dimensional Semiclassical Wave Packets A Minimal Uncertainty Product for One Dimensional Semiclassical Wave Packets George A. Hagedorn Happy 60 th birthday, Mr. Fritz! Abstract. Although real, normalized Gaussian wave packets minimize the product

More information

Analysis of The Theory of Abstraction

Analysis of The Theory of Abstraction Analysis of The Theory of Abstraction Subhajit Ganguly. email: gangulysubhajit@indiatimes.com Abstract: In this paper, a few more implications of the laws of physical transactions as per the Theory of

More information

Time evolution of states in quantum mechanics 1

Time evolution of states in quantum mechanics 1 Time evolution of states in quantum mechanics 1 The time evolution from time t 0 to t of a quantum mechanical state is described by a linear operator Û(t, t 0. Thus a ket at time t that started out at

More information

The Hamiltonian and the Schrödinger equation Consider time evolution from t to t + ɛ. As before, we expand in powers of ɛ; we have. H(t) + O(ɛ 2 ).

The Hamiltonian and the Schrödinger equation Consider time evolution from t to t + ɛ. As before, we expand in powers of ɛ; we have. H(t) + O(ɛ 2 ). Lecture 12 Relevant sections in text: 2.1 The Hamiltonian and the Schrödinger equation Consider time evolution from t to t + ɛ. As before, we expand in powers of ɛ; we have U(t + ɛ, t) = I + ɛ ( īh ) H(t)

More information

Chaotic motion. Phys 420/580 Lecture 10

Chaotic motion. Phys 420/580 Lecture 10 Chaotic motion Phys 420/580 Lecture 10 Finite-difference equations Finite difference equation approximates a differential equation as an iterative map (x n+1,v n+1 )=M[(x n,v n )] Evolution from time t

More information

G : Quantum Mechanics II

G : Quantum Mechanics II G5.666: Quantum Mechanics II Notes for Lecture 5 I. REPRESENTING STATES IN THE FULL HILBERT SPACE Given a representation of the states that span the spin Hilbert space, we now need to consider the problem

More information

Reconstruction Deconstruction:

Reconstruction Deconstruction: Reconstruction Deconstruction: A Brief History of Building Models of Nonlinear Dynamical Systems Jim Crutchfield Center for Computational Science & Engineering Physics Department University of California,

More information

THE Hamilton equations of motion constitute a system

THE Hamilton equations of motion constitute a system Proceedings of the World Congress on Engineering 0 Vol I WCE 0, July 4-6, 0, London, U.K. Systematic Improvement of Splitting Methods for the Hamilton Equations Asif Mushtaq, Anne Kværnø, and Kåre Olaussen

More information

The semantics of algebraic quantum mechanics and the role of model theory.

The semantics of algebraic quantum mechanics and the role of model theory. The semantics of algebraic quantum mechanics and the role of model theory. B. Zilber University of Oxford August 6, 2016 B.Zilber, The semantics of the canonical commutation relations arxiv.org/abs/1604.07745

More information

K. Pyragas* Semiconductor Physics Institute, LT-2600 Vilnius, Lithuania Received 19 March 1998

K. Pyragas* Semiconductor Physics Institute, LT-2600 Vilnius, Lithuania Received 19 March 1998 PHYSICAL REVIEW E VOLUME 58, NUMBER 3 SEPTEMBER 998 Synchronization of coupled time-delay systems: Analytical estimations K. Pyragas* Semiconductor Physics Institute, LT-26 Vilnius, Lithuania Received

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

The Boltzmann Equation and Its Applications

The Boltzmann Equation and Its Applications Carlo Cercignani The Boltzmann Equation and Its Applications With 42 Illustrations Springer-Verlag New York Berlin Heidelberg London Paris Tokyo CONTENTS PREFACE vii I. BASIC PRINCIPLES OF THE KINETIC

More information

Tensor network simulations of strongly correlated quantum systems

Tensor network simulations of strongly correlated quantum systems CENTRE FOR QUANTUM TECHNOLOGIES NATIONAL UNIVERSITY OF SINGAPORE AND CLARENDON LABORATORY UNIVERSITY OF OXFORD Tensor network simulations of strongly correlated quantum systems Stephen Clark LXXT[[[GSQPEFS\EGYOEGXMZMXMIWUYERXYQGSYVWI

More information

Study the Numerical Methods for Solving System of Equation

Study the Numerical Methods for Solving System of Equation Study the Numerical Methods for Solving System of Equation Ravi Kumar 1, Mr. Raj Kumar Duhan 2 1 M. Tech. (M.E), 4 th Semester, UIET MDU Rohtak 2 Assistant Professor, Dept. of Mechanical Engg., UIET MDU

More information

Estimating Accuracy in Classical Molecular Simulation

Estimating Accuracy in Classical Molecular Simulation Estimating Accuracy in Classical Molecular Simulation University of Illinois Urbana-Champaign Department of Computer Science Institute for Mathematics and its Applications July 2007 Acknowledgements Ben

More information

How does a diffusion coefficient depend on size and position of a hole?

How does a diffusion coefficient depend on size and position of a hole? How does a diffusion coefficient depend on size and position of a hole? G. Knight O. Georgiou 2 C.P. Dettmann 3 R. Klages Queen Mary University of London, School of Mathematical Sciences 2 Max-Planck-Institut

More information

Quantum Systems Measurement through Product Hamiltonians

Quantum Systems Measurement through Product Hamiltonians 45th Symposium of Mathematical Physics, Toruń, June 1-2, 2013 Quantum Systems Measurement through Product Hamiltonians Joachim DOMSTA Faculty of Applied Physics and Mathematics Gdańsk University of Technology

More information

dynamical zeta functions: what, why and what are the good for?

dynamical zeta functions: what, why and what are the good for? dynamical zeta functions: what, why and what are the good for? Predrag Cvitanović Georgia Institute of Technology November 2 2011 life is intractable in physics, no problem is tractable I accept chaos

More information

Quantum Mechanics for Mathematicians: The Heisenberg group and the Schrödinger Representation

Quantum Mechanics for Mathematicians: The Heisenberg group and the Schrödinger Representation Quantum Mechanics for Mathematicians: The Heisenberg group and the Schrödinger Representation Peter Woit Department of Mathematics, Columbia University woit@math.columbia.edu November 30, 2012 In our discussion

More information

Quantum Field Theory II

Quantum Field Theory II Quantum Field Theory II T. Nguyen PHY 391 Independent Study Term Paper Prof. S.G. Rajeev University of Rochester April 2, 218 1 Introduction The purpose of this independent study is to familiarize ourselves

More information

Mathematical Introduction

Mathematical Introduction Chapter 1 Mathematical Introduction HW #1: 164, 165, 166, 181, 182, 183, 1811, 1812, 114 11 Linear Vector Spaces: Basics 111 Field A collection F of elements a,b etc (also called numbers or scalars) with

More information

Partial differential equations

Partial differential equations Partial differential equations Many problems in science involve the evolution of quantities not only in time but also in space (this is the most common situation)! We will call partial differential equation

More information

The Hopf equation. The Hopf equation A toy model of fluid mechanics

The Hopf equation. The Hopf equation A toy model of fluid mechanics The Hopf equation A toy model of fluid mechanics 1. Main physical features Mathematical description of a continuous medium At the microscopic level, a fluid is a collection of interacting particles (Van

More information

SANGRADO PAGINA 17CMX24CM. PhD Thesis. Splitting methods for autonomous and non-autonomous perturbed equations LOMO A AJUSTAR (AHORA 4CM)

SANGRADO PAGINA 17CMX24CM. PhD Thesis. Splitting methods for autonomous and non-autonomous perturbed equations LOMO A AJUSTAR (AHORA 4CM) SANGRADO A3 PAGINA 17CMX24CM LOMO A AJUSTAR (AHORA 4CM) We have considered the numerical integration of non-autonomous separable parabolic equations using high order splitting methods with complex coefficients.

More information

Population Games and Evolutionary Dynamics

Population Games and Evolutionary Dynamics Population Games and Evolutionary Dynamics William H. Sandholm The MIT Press Cambridge, Massachusetts London, England in Brief Series Foreword Preface xvii xix 1 Introduction 1 1 Population Games 2 Population

More information

Nonlinear error dynamics for cycled data assimilation methods

Nonlinear error dynamics for cycled data assimilation methods Nonlinear error dynamics for cycled data assimilation methods A J F Moodey 1, A S Lawless 1,2, P J van Leeuwen 2, R W E Potthast 1,3 1 Department of Mathematics and Statistics, University of Reading, UK.

More information

Density Matrices. Chapter Introduction

Density Matrices. Chapter Introduction Chapter 15 Density Matrices 15.1 Introduction Density matrices are employed in quantum mechanics to give a partial description of a quantum system, one from which certain details have been omitted. For

More information

Numerical Methods in Quantum Field Theories

Numerical Methods in Quantum Field Theories Numerical Methods in Quantum Field Theories Christopher Bell 2011 NSF/REU Program Physics Department, University of Notre Dame Advisors: Antonio Delgado, Christopher Kolda 1 Abstract In this paper, preliminary

More information

Semigroup Generation

Semigroup Generation Semigroup Generation Yudi Soeharyadi Analysis & Geometry Research Division Faculty of Mathematics and Natural Sciences Institut Teknologi Bandung WIDE-Workshoop in Integral and Differensial Equations 2017

More information

Asymptotic stability of an evolutionary nonlinear Boltzmann-type equation

Asymptotic stability of an evolutionary nonlinear Boltzmann-type equation Acta Polytechnica Hungarica Vol. 14, No. 5, 217 Asymptotic stability of an evolutionary nonlinear Boltzmann-type equation Roksana Brodnicka, Henryk Gacki Institute of Mathematics, University of Silesia

More information

Manifesto on Numerical Integration of Equations of Motion Using Matlab

Manifesto on Numerical Integration of Equations of Motion Using Matlab Manifesto on Numerical Integration of Equations of Motion Using Matlab C. Hall April 11, 2002 This handout is intended to help you understand numerical integration and to put it into practice using Matlab

More information

Duality in Stability Theory: Lyapunov function and Lyapunov measure

Duality in Stability Theory: Lyapunov function and Lyapunov measure Forty-Fourth Annual Allerton Conference Allerton House, UIUC, Illinois, USA Sept 27-29, 2006 WID.150 Duality in Stability Theory: Lyapunov function and Lyapunov measure Umesh Vaidya Abstract In this paper,

More information

Chaos and Liapunov exponents

Chaos and Liapunov exponents PHYS347 INTRODUCTION TO NONLINEAR PHYSICS - 2/22 Chaos and Liapunov exponents Definition of chaos In the lectures we followed Strogatz and defined chaos as aperiodic long-term behaviour in a deterministic

More information

Matrix Lie groups. and their Lie algebras. Mahmood Alaghmandan. A project in fulfillment of the requirement for the Lie algebra course

Matrix Lie groups. and their Lie algebras. Mahmood Alaghmandan. A project in fulfillment of the requirement for the Lie algebra course Matrix Lie groups and their Lie algebras Mahmood Alaghmandan A project in fulfillment of the requirement for the Lie algebra course Department of Mathematics and Statistics University of Saskatchewan March

More information

A Simple Model of Quantum Trajectories. Todd A. Brun University of Southern California

A Simple Model of Quantum Trajectories. Todd A. Brun University of Southern California A Simple Model of Quantum Trajectories Todd A. Brun University of Southern California Outline 1. Review projective and generalized measurements. 2. A simple model of indirect measurement. 3. Weak measurements--jump-like

More information

1 Infinite-Dimensional Vector Spaces

1 Infinite-Dimensional Vector Spaces Theoretical Physics Notes 4: Linear Operators In this installment of the notes, we move from linear operators in a finitedimensional vector space (which can be represented as matrices) to linear operators

More information

Automorphic Equivalence Within Gapped Phases

Automorphic Equivalence Within Gapped Phases 1 Harvard University May 18, 2011 Automorphic Equivalence Within Gapped Phases Robert Sims University of Arizona based on joint work with Sven Bachmann, Spyridon Michalakis, and Bruno Nachtergaele 2 Outline:

More information

A Two-dimensional Mapping with a Strange Attractor

A Two-dimensional Mapping with a Strange Attractor Commun. math. Phys. 50, 69 77 (1976) Communications in Mathematical Physics by Springer-Verlag 1976 A Two-dimensional Mapping with a Strange Attractor M. Henon Observatoire de Nice, F-06300 Nice, France

More information

A note on the uniform perturbation index 1

A note on the uniform perturbation index 1 Rostock. Math. Kolloq. 52, 33 46 (998) Subject Classification (AMS) 65L5 M. Arnold A note on the uniform perturbation index ABSTRACT. For a given differential-algebraic equation (DAE) the perturbation

More information

arxiv: v1 [quant-ph] 25 Apr 2008

arxiv: v1 [quant-ph] 25 Apr 2008 Generalized Geometrical Phase in the Case of Continuous Spectra M. Maamache and Y. Saadi Laboratoire de Physique Quantique et Systèmes Dynamiques, Faculté des Sciences,Université Ferhat Abbas de Sétif,

More information

Propagation of longitudinal waves in a random binary rod

Propagation of longitudinal waves in a random binary rod Downloaded By: [University of North Carolina, Charlotte At: 7:3 2 May 28 Waves in Random and Complex Media Vol. 6, No. 4, November 26, 49 46 Propagation of longitudinal waves in a random binary rod YURI

More information

= w. These evolve with time yielding the

= w. These evolve with time yielding the 1 Analytical prediction and representation of chaos. Michail Zak a Jet Propulsion Laboratory California Institute of Technology, Pasadena, CA 91109, USA Abstract. 1. Introduction The concept of randomness

More information

Upper quantum Lyapunov exponent and parametric oscillators

Upper quantum Lyapunov exponent and parametric oscillators JOURNAL OF MATHEMATICAL PHYSICS VOLUME 45, NUMBER NOVEMBER 2004 Upper quantum Lyapunov exponent and parametric oscillators H. R. Jauslin, O. Sapin, and S. Guérin Laboraoire de Physique CNRS - UMR 5027,

More information

Dynamics and Time Integration. Computer Graphics CMU /15-662, Fall 2016

Dynamics and Time Integration. Computer Graphics CMU /15-662, Fall 2016 Dynamics and Time Integration Computer Graphics CMU 15-462/15-662, Fall 2016 Last Quiz: IK (and demo) Last few classes Keyframing and motion capture - Q: what can one NOT do with these techniques? The

More information

Statistical mechanics of random billiard systems

Statistical mechanics of random billiard systems Statistical mechanics of random billiard systems Renato Feres Washington University, St. Louis Banff, August 2014 1 / 39 Acknowledgements Collaborators: Timothy Chumley, U. of Iowa Scott Cook, Swarthmore

More information

Langevin Methods. Burkhard Dünweg Max Planck Institute for Polymer Research Ackermannweg 10 D Mainz Germany

Langevin Methods. Burkhard Dünweg Max Planck Institute for Polymer Research Ackermannweg 10 D Mainz Germany Langevin Methods Burkhard Dünweg Max Planck Institute for Polymer Research Ackermannweg 1 D 55128 Mainz Germany Motivation Original idea: Fast and slow degrees of freedom Example: Brownian motion Replace

More information

Many Body Quantum Mechanics

Many Body Quantum Mechanics Many Body Quantum Mechanics In this section, we set up the many body formalism for quantum systems. This is useful in any problem involving identical particles. For example, it automatically takes care

More information

Time as a dynamical variable

Time as a dynamical variable Physics Letters A 37 003) 359 364 wwwelseviercom/locate/pla Time as a dynamical variable G Bhamathi, ECG Sudarshan Center for Particle Theory, Department of Physics, University of Texas, Austin, TX 787-08,

More information

B5.6 Nonlinear Systems

B5.6 Nonlinear Systems B5.6 Nonlinear Systems 1. Linear systems Alain Goriely 2018 Mathematical Institute, University of Oxford Table of contents 1. Linear systems 1.1 Differential Equations 1.2 Linear flows 1.3 Linear maps

More information

Time Quantization and q-deformations

Time Quantization and q-deformations Time Quantization and q-deformations Claudio Albanese and Stephan Lawi Department of Mathematics, 100 St. George Street, University of Toronto, M5S 3G3, Toronto, Canada E-mail: albanese@math.toronto.edu,

More information

Myopic Models of Population Dynamics on Infinite Networks

Myopic Models of Population Dynamics on Infinite Networks Myopic Models of Population Dynamics on Infinite Networks Robert Carlson Department of Mathematics University of Colorado at Colorado Springs rcarlson@uccs.edu June 30, 2014 Outline Reaction-diffusion

More information

Estimating Lyapunov Exponents from Time Series. Gerrit Ansmann

Estimating Lyapunov Exponents from Time Series. Gerrit Ansmann Estimating Lyapunov Exponents from Time Series Gerrit Ansmann Example: Lorenz system. Two identical Lorenz systems with initial conditions; one is slightly perturbed (10 14 ) at t = 30: 20 x 2 1 0 20 20

More information

Stochastic Histories. Chapter Introduction

Stochastic Histories. Chapter Introduction Chapter 8 Stochastic Histories 8.1 Introduction Despite the fact that classical mechanics employs deterministic dynamical laws, random dynamical processes often arise in classical physics, as well as in

More information

FLABBY STRICT DEFORMATION QUANTIZATIONS AND K-GROUPS

FLABBY STRICT DEFORMATION QUANTIZATIONS AND K-GROUPS FLABBY STRICT DEFORMATION QUANTIZATIONS AND K-GROUPS HANFENG LI Abstract. We construct examples of flabby strict deformation quantizations not preserving K-groups. This answers a question of Rieffel negatively.

More information

On the construction of discrete gradients

On the construction of discrete gradients On the construction of discrete gradients Elizabeth L. Mansfield School of Mathematics, Statistics and Actuarial Science, University of Kent, Canterbury, CT2 7NF, U.K. G. Reinout W. Quispel Department

More information

Symmetry Conditions on Dirac Observables

Symmetry Conditions on Dirac Observables Proceedings of Institute of Mathematics of NAS of Ukraine 2004, Vol. 50, Part 2, 671 676 Symmetry Conditions on Dirac Observables Heinz Otto CORDES Department of Mathematics, University of California,

More information

Ψ ν ), if ν is ω-normal, Ψω Ψ ν

Ψ ν ), if ν is ω-normal, Ψω Ψ ν Entropy production VOJKAN JAŠIĆ 1, CLAUDE-ALAIN PILLET 2 1 Department of Mathematics and Statistics McGill University 85 Sherbrooke Street West Montreal, QC, H3A 2K6, Canada jaksic@math.mcgill.ca 2 CPT-CNRS,

More information

Two and Three-Dimensional Systems

Two and Three-Dimensional Systems 0 Two and Three-Dimensional Systems Separation of variables; degeneracy theorem; group of invariance of the two-dimensional isotropic oscillator. 0. Consider the Hamiltonian of a two-dimensional anisotropic

More information

Scattering in one dimension

Scattering in one dimension Scattering in one dimension Oleg Tchernyshyov Department of Physics and Astronomy, Johns Hopkins University I INTRODUCTION This writeup accompanies a numerical simulation of particle scattering in one

More information

6.2 Brief review of fundamental concepts about chaotic systems

6.2 Brief review of fundamental concepts about chaotic systems 6.2 Brief review of fundamental concepts about chaotic systems Lorenz (1963) introduced a 3-variable model that is a prototypical example of chaos theory. These equations were derived as a simplification

More information

A Hamiltonian Numerical Scheme for Large Scale Geophysical Fluid Systems

A Hamiltonian Numerical Scheme for Large Scale Geophysical Fluid Systems A Hamiltonian Numerical Scheme for Large Scale Geophysical Fluid Systems Bob Peeters Joint work with Onno Bokhove & Jason Frank TW, University of Twente, Enschede CWI, Amsterdam PhD-TW colloquium, 9th

More information

New Physical Principle for Monte-Carlo simulations

New Physical Principle for Monte-Carlo simulations EJTP 6, No. 21 (2009) 9 20 Electronic Journal of Theoretical Physics New Physical Principle for Monte-Carlo simulations Michail Zak Jet Propulsion Laboratory California Institute of Technology, Advance

More information

Introduction to Dynamical Systems Basic Concepts of Dynamics

Introduction to Dynamical Systems Basic Concepts of Dynamics Introduction to Dynamical Systems Basic Concepts of Dynamics A dynamical system: Has a notion of state, which contains all the information upon which the dynamical system acts. A simple set of deterministic

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

Numerical Simulation of Spin Dynamics

Numerical Simulation of Spin Dynamics Numerical Simulation of Spin Dynamics Marie Kubinova MATH 789R: Advanced Numerical Linear Algebra Methods with Applications November 18, 2014 Introduction Discretization in time Computing the subpropagators

More information

Fractals, Dynamical Systems and Chaos. MATH225 - Field 2008

Fractals, Dynamical Systems and Chaos. MATH225 - Field 2008 Fractals, Dynamical Systems and Chaos MATH225 - Field 2008 Outline Introduction Fractals Dynamical Systems and Chaos Conclusions Introduction When beauty is abstracted then ugliness is implied. When good

More information

The goal of this chapter is to study linear systems of ordinary differential equations: dt,..., dx ) T

The goal of this chapter is to study linear systems of ordinary differential equations: dt,..., dx ) T 1 1 Linear Systems The goal of this chapter is to study linear systems of ordinary differential equations: ẋ = Ax, x(0) = x 0, (1) where x R n, A is an n n matrix and ẋ = dx ( dt = dx1 dt,..., dx ) T n.

More information

A Simple Model s Best Hope: A Brief Introduction to Universality

A Simple Model s Best Hope: A Brief Introduction to Universality A Simple Model s Best Hope: A Brief Introduction to Universality Benjamin Good Swarthmore College (Dated: May 5, 2008) For certain classes of systems operating at a critical point, the concept of universality

More information

Scattering Theory. In quantum mechanics the basic observable is the probability

Scattering Theory. In quantum mechanics the basic observable is the probability Scattering Theory In quantum mechanics the basic observable is the probability P = ψ + t ψ t 2, for a transition from and initial state, ψ t, to a final state, ψ + t. Since time evolution is unitary this

More information

The Particle in a Box

The Particle in a Box Page 324 Lecture 17: Relation of Particle in a Box Eigenstates to Position and Momentum Eigenstates General Considerations on Bound States and Quantization Continuity Equation for Probability Date Given:

More information

Lecture 21 Relevant sections in text: 3.1

Lecture 21 Relevant sections in text: 3.1 Lecture 21 Relevant sections in text: 3.1 Angular momentum - introductory remarks The theory of angular momentum in quantum mechanics is important in many ways. The myriad of results of this theory, which

More information

PHY411 Lecture notes Part 5

PHY411 Lecture notes Part 5 PHY411 Lecture notes Part 5 Alice Quillen January 27, 2016 Contents 0.1 Introduction.................................... 1 1 Symbolic Dynamics 2 1.1 The Shift map.................................. 3 1.2

More information

Numerical Solutions to Partial Differential Equations

Numerical Solutions to Partial Differential Equations Numerical Solutions to Partial Differential Equations Zhiping Li LMAM and School of Mathematical Sciences Peking University The Implicit Schemes for the Model Problem The Crank-Nicolson scheme and θ-scheme

More information

The Twisting Trick for Double Well Hamiltonians

The Twisting Trick for Double Well Hamiltonians Commun. Math. Phys. 85, 471-479 (1982) Communications in Mathematical Physics Springer-Verlag 1982 The Twisting Trick for Double Well Hamiltonians E. B. Davies Department of Mathematics, King's College,

More information