Symplectic integration. Yichao Jing

Size: px
Start display at page:

Download "Symplectic integration. Yichao Jing"

Transcription

1 Yichao Jing

2 Hamiltonian & symplecticness Outline Numerical integrator and symplectic integration Application to accelerator beam dynamics Accuracy and integration order

3 Hamiltonian dynamics In accelerator, particles motion is predicted by Hamilton s equations dq dt H p, dp dt H q or it can be written in a compact form or q p H(p,q), p q H(p, q) z J z H(z) z (p, q) J 0 I I 0 The solution is a transformation mapping (flow) p, q A t,h (p 0, q 0 ) or for simplicity z A(z 0 ) in matrix representation, the map A is a 2n by 2n matrix.

4 Symplecticness A. Hamilton s equations predict the evolution of phase space. B. Canonical transformation A preserves the form of Hamilton s equations. C. Transformation A is canonical if and only if it satisfies the relation A T JA J and we call this transformation A symplectic det A 1 Proof. Hamilton s equation can be expressed as if we have transformation H y AJA T y J H y y y(x) if i.e. symplectic A T JA J x J H x

5 Preservation of area Symplecticness is equivalent to the preservation of area. In a 2d(d=1) space, the area of a parallelogram is defined as the magnitude of the wedge product While for a transformation we have dp p p 0 dp 0 p q 0 dq 0, dp dq p p 0 dp dq z A(z 0 ) q dp 0 dq 0 p q 0 q 0 dq q p 0 dp 0 q q 0 dq 0 q p 0 dq 0 dp 0 wedge products are anticommutative dp dq dq dp dp dq p p 0 q dp 0 dq 0 p q 0 q 0 q p 0 dp 0 dq 0 det A * dp 0 dq 0 dp 0 dq 0

6 Preservation of area The area of a parallelogram (with sides η and ξ) is given by η T Jξ. The area of a transformed parallelogram (with sides Aη and Aξ) is η T A T JAξ=η T Jξ, if and only if A is symplectic A T JA J The symplecticness for a more general case (with d>1) can be written as dp 1 dq 1 dp d dq d dp 1 0 dq 1 0 dp d d Conservation of volumn (Liouville s theorem) 0 dq 0

7 Numerical integrators A system with differential equations x f (t, x) x (p, q) can usually be solved using integration method with infinitesimal integration steps t=h in each iteration. For Hamilton s equations, Euler(nonsymplectic) Euler(symplectic, 1 st ) x n 1 x n hj H(x n ), x n 1 x n hj H(x n 1 ) explicit implicit p n 1 p n h q H(p n, q n 1 ), q n 1 q n h q H(p n,q n 1 ) Implicit midpoint(symplectic, 2 nd ) x n 1 x n hj H( x n 1 x n 2 )

8 Numerical integrators Störmer-Verlet(symplectic,2 nd ) p n 1 2 p n h 2 q H(p n 1 2, q n ) q n 1 q n h 2 H(p p q n 2, 1 n ) p H(p p n 1 p n 1 2 h 2 q H(p n 1 2, q n 1 ) It is simply the symmetric composition (2 nd order) of the two symplectic Euler methods with step size h/2. n 1 2, q n 1 ) For a 2 nd order differential equation q U(q), H(p, q) 1 2 pt p U(q) It can be simplified as q n 1 2q n q n 1 h 2 U(q n ), p n q n 1 q n 1 2h

9 s-stage Runge-Kutta Runge-Kutta methods s c i a ij, where. For a case where j 1 s b i 1 i 1 k i f (t c i h, x n h a ij k j ), i 1,, s x n 1 x n h b i k i s i 1 s j 1 s 4, c 1 0, c 2 c 3 1 2, c 4 1, a 21 a , a 43 1 b 1 b 4 1 6, b 2 b it simplifies to the famous 4 th order Runge-Kutta integrator.

10 Runge-Kutta methods Runge-Kutta method is usually non-symplectic. However, we can prove that when the coefficients satifsy b i a ij b j a ji b i b j for all i, j 1,, s it is symplectic.

11 Symplectic mapping In accelerator, we usually use transfer map to calculate lattice properties. For example, matrix for a quadrupole is k K What a simulation code does is it slices the element into pieces and apply the kicks.

12 Symplectic mapping(cont d) Thus the transfer matrix becomes And then Taylor expansion gives Truncation is required and up to 1 st order While the determinant of it is not unity not symplectic.

13 Symplectic mapping(cont d) One trick to make the determinant 1 is to artificially add in one 2 nd order term Which makes the transfer map not as accurate as if we simply keep it up to 2 nd order Which is not symplectic! Symplecticity is not equal to accuracy!!

14 Symplectic mapping(cont d) 1. Tracking Classical of single theories quadrupole of numerical shows integration the difference give information about how well different methods approximate the trajectories for fixed times as step sizes tend to zero. Dynamical systems theory asks questions about asymptotic, i.e. infinite time, behavior. 2. Geometric integrators are methods that exactly conserve qualitative properties associated to the solutions of the dynamical system under study. 3. The difference between symplectic integrators and other methods become most evident when performing long time integrations (or large step size). 4. Symplectic integrators do not usually preserve energy either, but From the left fluctuations to right are in H exact from mapping, its original non-simplectic value remain mapping small. and symplectic mapping. Although keeping up to 2 nd order simulates the shape more accurately but it diverges. 1 st order symplecity has a poor performance in preserving the shape.

15 Symplectic mapping(cont d) One way of thinking is to use thin lens approximation, divide the quadrupole into drifts and thin lens which all have transfer matrices with unity determinant. Transfer matrices for drift and sudden kick With a quadrupole at length L

16 Symplectic mapping(cont d) So we have various ways of dividing the quadrupole which result into different order of symplicticity.

17 Symplectic mapping(cont d) After splitting the magnets, we need to solve for the parameters(symplicticity is automatically preserved). Take the 2 nd on the right as an example. Total transfer map is Comparing with

18 Symplectic mapping(cont d) Keeping them equal up to 4 th order then gives Last one arises from geometry condition. Unfortunately, this does not have a solution symplicticify failure. But the 3 rd one on the right has a solution

19 Symplectic mapping(cont d) Notice that both β and δ are negative. This means we need to go through 7 steps for the symplectic integration shown as follows. This results in a 4 th order symplectic integration.

20 Symplectic mapping(cont d) Higher order of symplectic integration can be achieved simply by dividing the magnet into more pieces and solving much more complicated set of equations. A 6 th order integration is done in 19 steps.

21 Accuracy vs order Order does bring up complicity but does it provide higher accuracy? Considering the amplitude of phase space given by With initial A to be normalized to 1. Exact tracking should always A while if we use symplectic mapping it s not the case.

22 Accuracy vs order(cont d) Comparison of 2 nd order and 4 th order of symplectic integration is given as With the top one as 2 nd order and bottom one the 4 th. Stability is always preserved but the accuracy is greatly improved by using higher order integration. Notice that the deviation from 1 tells us the deviation from a pure circle distortion. Higher order also improves the shape distortion introduced by this symplecticify process.

23 Accuracy vs order(cont d) A list shown all the integrators from 2 nd order to 5 th order is shown here with the error information and the model needed to achieve it. Notice that simple repetition doesn t improve order. Have to change way of slicing.

24 4 th order Runge-Kutta is not symplectic Considering DE, with given initial x & x. A 4 th order Runge-Kutta solves it at x=l With

25 4 th order Runge-Kutta is not For a quadrupole, it gives symplectic with sextupole, it becomes

26 4 th order Runge-Kutta is not For quadrupole, the determinant is symplectic For sextupole, the determinant is Both of them are not 1 not symplectic!!

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

Nonlinear Single-Particle Dynamics in High Energy Accelerators

Nonlinear Single-Particle Dynamics in High Energy Accelerators Nonlinear Single-Particle Dynamics in High Energy Accelerators Part 2: Basic tools and concepts Nonlinear Single-Particle Dynamics in High Energy Accelerators This course consists of eight lectures: 1.

More information

Non-linear dynamics! in particle accelerators!

Non-linear dynamics! in particle accelerators! Non-linear dynamics! in particle accelerators! Yannis PAPAPHILIPPOU Accelerator and Beam Physics group Beams Department CERN" Cockroft Institute Lecture Courses Daresbury, UK 16-19 September 2013 1! Contents

More information

Symplectic Maps for General Hamiltonians

Symplectic Maps for General Hamiltonians Symplectic Maps for General Hamiltonians Malte Titze November 2, 2015 Outline 1 Introduction 2 Canonical Transformations 3 Obtaining the Map M. Titze (CERN / University of Berlin) Symplectic Maps for General

More information

Numerical Algorithms as Dynamical Systems

Numerical Algorithms as Dynamical Systems A Study on Numerical Algorithms as Dynamical Systems Moody Chu North Carolina State University What This Study Is About? To recast many numerical algorithms as special dynamical systems, whence to derive

More information

Geometric methods for orbit integration. PiTP 2009 Scott Tremaine

Geometric methods for orbit integration. PiTP 2009 Scott Tremaine Geometric methods for orbit integration PiTP 2009 Scott Tremaine spacecraft trajectories Cassini-Huygens trajectory around Saturn, 2004-2008 Planetary orbits lines = current orbits of the four inner planets

More information

Hamiltonian flow in phase space and Liouville s theorem (Lecture 5)

Hamiltonian flow in phase space and Liouville s theorem (Lecture 5) Hamiltonian flow in phase space and Liouville s theorem (Lecture 5) January 26, 2016 90/441 Lecture outline We will discuss the Hamiltonian flow in the phase space. This flow represents a time dependent

More information

Caltech Ph106 Fall 2001

Caltech Ph106 Fall 2001 Caltech h106 Fall 2001 ath for physicists: differential forms Disclaimer: this is a first draft, so a few signs might be off. 1 Basic properties Differential forms come up in various parts of theoretical

More information

Bernhard Holzer, CERN-LHC

Bernhard Holzer, CERN-LHC Bernhard Holzer, CERN-LHC * Bernhard Holzer, CERN CAS Prague 2014 Lattice Design... in 10 seconds... the Matrices Transformation of the coordinate vector (x,x ) in a lattice x(s) x = M 0 x'(s) 1 2 x' 0

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

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

High performance computing and numerical modeling

High performance computing and numerical modeling High performance computing and numerical modeling Volker Springel Plan for my lectures Lecture 1: Collisional and collisionless N-body dynamics Lecture 2: Gravitational force calculation Lecture 3: Basic

More information

Physics 106b: Lecture 7 25 January, 2018

Physics 106b: Lecture 7 25 January, 2018 Physics 106b: Lecture 7 25 January, 2018 Hamiltonian Chaos: Introduction Integrable Systems We start with systems that do not exhibit chaos, but instead have simple periodic motion (like the SHO) with

More information

The Accelerator Hamiltonian in a Straight Coordinate System

The Accelerator Hamiltonian in a Straight Coordinate System Hamiltoninan Dynamics for Particle Accelerators, Lecture 2 The Accelerator Hamiltonian in a Straight Coordinate System Andy Wolski University of Liverpool, and the Cockcroft Institute, Daresbury, UK. Given

More information

Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion

Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion Peter Young (Dated: April 14, 2009) I. INTRODUCTION One frequently obtains detailed dynamical

More information

Treecodes for Cosmology Thomas Quinn University of Washington N-Body Shop

Treecodes for Cosmology Thomas Quinn University of Washington N-Body Shop Treecodes for Cosmology Thomas Quinn University of Washington N-Body Shop Outline Motivation Multipole Expansions Tree Algorithms Periodic Boundaries Time integration Gravitational Softening SPH Parallel

More information

Hamiltonian Dynamics

Hamiltonian Dynamics Hamiltonian Dynamics CDS 140b Joris Vankerschaver jv@caltech.edu CDS Feb. 10, 2009 Joris Vankerschaver (CDS) Hamiltonian Dynamics Feb. 10, 2009 1 / 31 Outline 1. Introductory concepts; 2. Poisson brackets;

More information

Lecture IV: Time Discretization

Lecture IV: Time Discretization Lecture IV: Time Discretization Motivation Kinematics: continuous motion in continuous time Computer simulation: Discrete time steps t Discrete Space (mesh particles) Updating Position Force induces acceleration.

More information

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester HIGHER ORDER METHODS School of Mathematics Semester 1 2008 OUTLINE 1 REVIEW 2 HIGHER ORDER METHODS 3 MULTISTEP METHODS 4 SUMMARY OUTLINE 1 REVIEW 2 HIGHER ORDER METHODS 3 MULTISTEP METHODS 4 SUMMARY OUTLINE

More information

Introduction to Hamiltonian Monte Carlo Method

Introduction to Hamiltonian Monte Carlo Method Introduction to Hamiltonian Monte Carlo Method Mingwei Tang Department of Statistics University of Washington mingwt@uw.edu November 14, 2017 1 Hamiltonian System Notation: q R d : position vector, p R

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

The kinetic equation (Lecture 11)

The kinetic equation (Lecture 11) The kinetic equation (Lecture 11) January 29, 2016 190/441 Lecture outline In the preceding lectures we focused our attention on a single particle motion. In this lecture, we will introduce formalism for

More information

Poisson Brackets and Lie Operators

Poisson Brackets and Lie Operators Poisson Brackets and Lie Operators T. Satogata January 22, 2008 1 Symplecticity and Poisson Brackets 1.1 Symplecticity Consider an n-dimensional 2n-dimensional phase space) linear system. Let the canonical

More information

Draft TAYLOR SERIES METHOD FOR SYSTEM OF PARTICLES INTERACTING VIA LENNARD-JONES POTENTIAL. Nikolai Shegunov, Ivan Hristov

Draft TAYLOR SERIES METHOD FOR SYSTEM OF PARTICLES INTERACTING VIA LENNARD-JONES POTENTIAL. Nikolai Shegunov, Ivan Hristov TAYLOR SERIES METHOD FOR SYSTEM OF PARTICLES INTERACTING VIA LENNARD-JONES POTENTIAL Nikolai Shegunov, Ivan Hristov March 9, Seminar in IMI,BAS,Soa 1/25 Mathematical model We consider the Hamiltonian :

More information

Runga-Kutta Schemes. Exact evolution over a small time step: Expand both sides in a small time increment: d(δt) F (x(t + δt),t+ δt) Ft + FF x ( t)

Runga-Kutta Schemes. Exact evolution over a small time step: Expand both sides in a small time increment: d(δt) F (x(t + δt),t+ δt) Ft + FF x ( t) Runga-Kutta Schemes Exact evolution over a small time step: x(t + t) =x(t)+ t 0 d(δt) F (x(t + δt),t+ δt) Expand both sides in a small time increment: x(t + t) =x(t)+x (t) t + 1 2 x (t)( t) 2 + 1 6 x (t)+

More information

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9 Lecture Notes to Accompany Scientific Computing An Introductory Survey Second Edition by Michael T. Heath Chapter 9 Initial Value Problems for Ordinary Differential Equations Copyright c 2001. Reproduction

More information

Nonlinear Single-Particle Dynamics in High Energy Accelerators

Nonlinear Single-Particle Dynamics in High Energy Accelerators Nonlinear Single-Particle Dynamics in High Energy Accelerators Part 1: Introduction Examples of nonlinear dynamics in accelerator systems Nonlinear Single-Particle Dynamics in High Energy Accelerators

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 9 Initial Value Problems for Ordinary Differential Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign

More information

Three Loose Ends: Edge Focusing; Chromaticity; Beam Rigidity.

Three Loose Ends: Edge Focusing; Chromaticity; Beam Rigidity. Linear Dynamics, Lecture 5 Three Loose Ends: Edge Focusing; Chromaticity; Beam Rigidity. Andy Wolski University of Liverpool, and the Cockcroft Institute, Daresbury, UK. November, 2012 What we Learned

More information

Assignment 8. [η j, η k ] = J jk

Assignment 8. [η j, η k ] = J jk Assignment 8 Goldstein 9.8 Prove directly that the transformation is canonical and find a generating function. Q 1 = q 1, P 1 = p 1 p Q = p, P = q 1 q We can establish that the transformation is canonical

More information

Initial value problems for ordinary differential equations

Initial value problems for ordinary differential equations AMSC/CMSC 660 Scientific Computing I Fall 2008 UNIT 5: Numerical Solution of Ordinary Differential Equations Part 1 Dianne P. O Leary c 2008 The Plan Initial value problems (ivps) for ordinary differential

More information

Introduction to Accelerator Physics Old Dominion University. Nonlinear Dynamics Examples in Accelerator Physics

Introduction to Accelerator Physics Old Dominion University. Nonlinear Dynamics Examples in Accelerator Physics Introduction to Accelerator Physics Old Dominion University Nonlinear Dynamics Examples in Accelerator Physics Todd Satogata (Jefferson Lab) email satogata@jlab.org http://www.toddsatogata.net/2011-odu

More information

S2E: Solenoidal Focusing

S2E: Solenoidal Focusing S2E: Solenoidal Focusing Writing out explicitly the terms of this expansion: The field of an ideal magnetic solenoid is invariant under transverse rotations about it's axis of symmetry (z) can be expanded

More information

S2E: Solenoidal Focusing

S2E: Solenoidal Focusing S2E: Solenoidal Focusing The field of an ideal magnetic solenoid is invariant under transverse rotations about it's axis of symmetry (z) can be expanded in terms of the on axis field as as: solenoid.png

More information

Xiaobiao Huang Accelerator Physics August 28, The Dipole Passmethod for Accelerator Toolbox

Xiaobiao Huang Accelerator Physics August 28, The Dipole Passmethod for Accelerator Toolbox STANFORD SYNCHROTRON RADIATION LABORATORY Accelerator Physics Note CODE SERIAL PAGE 021 8 AUTHOR GROUP DATE/REVISION Xiaobiao Huang Accelerator Physics August 28, 2009 TITLE The Dipole Passmethod for Accelerator

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

Scientific Computing with Case Studies SIAM Press, Lecture Notes for Unit V Solution of

Scientific Computing with Case Studies SIAM Press, Lecture Notes for Unit V Solution of Scientific Computing with Case Studies SIAM Press, 2009 http://www.cs.umd.edu/users/oleary/sccswebpage Lecture Notes for Unit V Solution of Differential Equations Part 1 Dianne P. O Leary c 2008 1 The

More information

Calculating Accurate Waveforms for LIGO and LISA Data Analysis

Calculating Accurate Waveforms for LIGO and LISA Data Analysis Calculating Accurate Waveforms for LIGO and LISA Data Analysis Lee Lindblom Theoretical Astrophysics, Caltech HEPL-KIPAC Seminar, Stanford 17 November 2009 Results from the Caltech/Cornell Numerical Relativity

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

Physics 127b: Statistical Mechanics. Renormalization Group: 1d Ising Model. Perturbation expansion

Physics 127b: Statistical Mechanics. Renormalization Group: 1d Ising Model. Perturbation expansion Physics 17b: Statistical Mechanics Renormalization Group: 1d Ising Model The ReNormalization Group (RNG) gives an understanding of scaling and universality, and provides various approximation schemes to

More information

Particle Accelerators: Transverse Beam Dynamics

Particle Accelerators: Transverse Beam Dynamics Particle Accelerators: Transverse Beam Dynamics Volker Ziemann Department of Physics and Astronomy Uppsala University Research Training course in Detector Technology Stockholm, Sept. 8, 2008 080908 V.

More information

Math 692A: Geometric Numerical Integration

Math 692A: Geometric Numerical Integration Math 692A: Geometric Numerical Integration Melvin Leok Mathematics, Purdue University. mleok@math.purdue.edu http://www.math.purdue.edu/ mleok/ Mathematics, Purdue University NSF DMS-54747, 714223 and

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

Emittance preserving staging optics for PWFA and LWFA

Emittance preserving staging optics for PWFA and LWFA Emittance preserving staging optics for PWFA and LWFA Physics and Applications of High Brightness Beams Havana, Cuba Carl Lindstrøm March 29, 2016 PhD Student University of Oslo / SLAC (FACET) Supervisor:

More information

Nonlinear dynamics. Yichao Jing

Nonlinear dynamics. Yichao Jing Yichao Jing Outline Examples for nonlinearities in particle accelerator Approaches to study nonlinear resonances Chromaticity, resonance driving terms and dynamic aperture Nonlinearities in accelerator

More information

HAMILTON S PRINCIPLE

HAMILTON S PRINCIPLE HAMILTON S PRINCIPLE In our previous derivation of Lagrange s equations we started from the Newtonian vector equations of motion and via D Alembert s Principle changed coordinates to generalised coordinates

More information

CS 450 Numerical Analysis. Chapter 9: Initial Value Problems for Ordinary Differential Equations

CS 450 Numerical Analysis. Chapter 9: Initial Value Problems for Ordinary Differential Equations Lecture slides based on the textbook Scientific Computing: An Introductory Survey by Michael T. Heath, copyright c 2018 by the Society for Industrial and Applied Mathematics. http://www.siam.org/books/cl80

More information

Nonlinear Single-Particle Dynamics in High Energy Accelerators

Nonlinear Single-Particle Dynamics in High Energy Accelerators Nonlinear Single-Particle Dynamics in High Energy Accelerators Part 4: Canonical Perturbation Theory Nonlinear Single-Particle Dynamics in High Energy Accelerators There are six lectures in this course

More information

The Spinor Representation

The Spinor Representation The Spinor Representation Math G4344, Spring 2012 As we have seen, the groups Spin(n) have a representation on R n given by identifying v R n as an element of the Clifford algebra C(n) and having g Spin(n)

More information

Modified Equations for Variational Integrators

Modified Equations for Variational Integrators Modified Equations for Variational Integrators Mats Vermeeren Technische Universität Berlin Groningen December 18, 2018 Mats Vermeeren (TU Berlin) Modified equations for variational integrators December

More information

Magnetic wells in dimension three

Magnetic wells in dimension three Magnetic wells in dimension three Yuri A. Kordyukov joint with Bernard Helffer & Nicolas Raymond & San Vũ Ngọc Magnetic Fields and Semiclassical Analysis Rennes, May 21, 2015 Yuri A. Kordyukov (Ufa) Magnetic

More information

Equations of motion in an accelerator (Lecture 7)

Equations of motion in an accelerator (Lecture 7) Equations of motion in an accelerator (Lecture 7) January 27, 2016 130/441 Lecture outline We consider several types of magnets used in accelerators and write down the vector potential of the magnetic

More information

Nonlinear Dynamics - Methods and Tools. and a Contemporary ( ) framework. to treat Linear and Nonlinear Beam Dynamics PART 3

Nonlinear Dynamics - Methods and Tools. and a Contemporary ( ) framework. to treat Linear and Nonlinear Beam Dynamics PART 3 Nonlinear Dynamics - Methods and Tools and a Contemporary (1985 + ) framework to treat Linear and Nonlinear Beam Dynamics PART 3 What about a complicated arrangement, e.g. one that can only be simulated

More information

New constructions of Hamiltonian-minimal Lagrangian submanifolds

New constructions of Hamiltonian-minimal Lagrangian submanifolds New constructions of Hamiltonian-minimal Lagrangian submanifolds based on joint works with Andrey E. Mironov Taras Panov Moscow State University Integrable Systems CSF Ascona, 19-24 June 2016 Taras Panov

More information

The Geometry of Euler s equation. Introduction

The Geometry of Euler s equation. Introduction The Geometry of Euler s equation Introduction Part 1 Mechanical systems with constraints, symmetries flexible joint fixed length In principle can be dealt with by applying F=ma, but this can become complicated

More information

Lecture V: The game-engine loop & Time Integration

Lecture V: The game-engine loop & Time Integration Lecture V: The game-engine loop & Time Integration The Basic Game-Engine Loop Previous state: " #, %(#) ( #, )(#) Forces -(#) Integrate velocities and positions Resolve Interpenetrations Per-body change

More information

Ordinary Differential Equations II

Ordinary Differential Equations II Ordinary Differential Equations II CS 205A: Mathematical Methods for Robotics, Vision, and Graphics Justin Solomon CS 205A: Mathematical Methods Ordinary Differential Equations II 1 / 33 Almost Done! Last

More information

Hamiltonian Systems of Negative Curvature are Hyperbolic

Hamiltonian Systems of Negative Curvature are Hyperbolic Hamiltonian Systems of Negative Curvature are Hyperbolic A. A. Agrachev N. N. Chtcherbakova Abstract The curvature and the reduced curvature are basic differential invariants of the pair: Hamiltonian system,

More information

2 Canonical quantization

2 Canonical quantization Phys540.nb 7 Canonical quantization.1. Lagrangian mechanics and canonical quantization Q: How do we quantize a general system?.1.1.lagrangian Lagrangian mechanics is a reformulation of classical mechanics.

More information

Status of the MAGIX Spectrometer Design. Julian Müller MAGIX collaboration meeting 2017

Status of the MAGIX Spectrometer Design. Julian Müller MAGIX collaboration meeting 2017 Status of the MAGIX Spectrometer Design Julian Müller MAGIX collaboration meeting 2017 Magneto Optic Design Requirements relative momentum resolution Δp p < 10 4 resolution of the scattering angle Δθ

More information

The Toda Lattice. Chris Elliott. April 9 th, 2014

The Toda Lattice. Chris Elliott. April 9 th, 2014 The Toda Lattice Chris Elliott April 9 th, 2014 In this talk I ll introduce classical integrable systems, and explain how they can arise from the data of solutions to the classical Yang-Baxter equation.

More information

arxiv: v1 [physics.plasm-ph] 15 Sep 2013

arxiv: v1 [physics.plasm-ph] 15 Sep 2013 Symplectic Integration of Magnetic Systems arxiv:309.373v [physics.plasm-ph] 5 Sep 03 Abstract Stephen D. Webb Tech-X Corporation, 56 Arapahoe Ave., Boulder, CO 80303 Dependable numerical results from

More information

Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion

Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion Physics 115/242 The leapfrog method and other symplectic algorithms for integrating Newton s laws of motion Peter Young (Dated: April 17, 23) I. INTRODUCTION One frequently obtains detailed dynamical information

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

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

SYMPLECTIC MANIFOLDS, GEOMETRIC QUANTIZATION, AND UNITARY REPRESENTATIONS OF LIE GROUPS. 1. Introduction

SYMPLECTIC MANIFOLDS, GEOMETRIC QUANTIZATION, AND UNITARY REPRESENTATIONS OF LIE GROUPS. 1. Introduction SYMPLECTIC MANIFOLDS, GEOMETRIC QUANTIZATION, AND UNITARY REPRESENTATIONS OF LIE GROUPS CRAIG JACKSON 1. Introduction Generally speaking, geometric quantization is a scheme for associating Hilbert spaces

More information

Ordinary Differential Equations

Ordinary Differential Equations CHAPTER 8 Ordinary Differential Equations 8.1. Introduction My section 8.1 will cover the material in sections 8.1 and 8.2 in the book. Read the book sections on your own. I don t like the order of things

More information

TWISS FUNCTIONS. Lecture 1 January P.J. Bryant. JUAS18_01- P.J. Bryant - Lecture 1 Twiss functions

TWISS FUNCTIONS. Lecture 1 January P.J. Bryant. JUAS18_01- P.J. Bryant - Lecture 1 Twiss functions TWISS FUNCTIONS Lecture January 08 P.J. Bryant JUAS8_0- P.J. Bryant - Lecture Slide Introduction These lectures assume knowledge of : The nd order differential equations of motion in hard-edge field models

More information

On the numerical integration of variational equations

On the numerical integration of variational equations On the numerical integration of variational equations Haris Skokos Max Planck Institute for the Physics of Complex Systems Dresden, Germany E-mail: hskokos@pks.mpg.de, URL: http://www.pks.mpg.de/~hskokos/

More information

A Survey of Computational High Frequency Wave Propagation II. Olof Runborg NADA, KTH

A Survey of Computational High Frequency Wave Propagation II. Olof Runborg NADA, KTH A Survey of Computational High Frequency Wave Propagation II Olof Runborg NADA, KTH High Frequency Wave Propagation CSCAMM, September 19-22, 2005 Numerical methods Direct methods Wave equation (time domain)

More information

Numerical Methods for ODEs. Lectures for PSU Summer Programs Xiantao Li

Numerical Methods for ODEs. Lectures for PSU Summer Programs Xiantao Li Numerical Methods for ODEs Lectures for PSU Summer Programs Xiantao Li Outline Introduction Some Challenges Numerical methods for ODEs Stiff ODEs Accuracy Constrained dynamics Stability Coarse-graining

More information

NUMERICAL SOLUTION OF ODE IVPs. Overview

NUMERICAL SOLUTION OF ODE IVPs. Overview NUMERICAL SOLUTION OF ODE IVPs 1 Quick review of direction fields Overview 2 A reminder about and 3 Important test: Is the ODE initial value problem? 4 Fundamental concepts: Euler s Method 5 Fundamental

More information

Symplectic Runge-Kutta methods satisfying effective order conditions

Symplectic Runge-Kutta methods satisfying effective order conditions /30 Symplectic Runge-Kutta methods satisfying effective order conditions Gulshad Imran John Butcher (supervisor) University of Auckland 5 July, 20 International Conference on Scientific Computation and

More information

Recent Progress in the Integration of Poisson Systems via the Mid Point Rule and Runge Kutta Algorithm

Recent Progress in the Integration of Poisson Systems via the Mid Point Rule and Runge Kutta Algorithm Recent Progress in te Integration of Poisson Systems via te Mid Point Rule and Runge Kutta Algoritm Klaus Bucner, Mircea Craioveanu and Mircea Puta Abstract Some recent progress in te integration of Poisson

More information

Analysis of Nonlinear Dynamics by Square Matrix Method

Analysis of Nonlinear Dynamics by Square Matrix Method Analysis of Nonlinear Dynamics by Square Matrix Method Li Hua Yu Brookhaven National Laboratory NOCE, Arcidosso, Sep. 2017 Write one turn map of Taylor expansion as square matrix Simplest example of nonlinear

More information

Hamiltonian Dynamics In The Theory of Abstraction

Hamiltonian Dynamics In The Theory of Abstraction Hamiltonian Dynamics In The Theory of Abstraction Subhajit Ganguly. email: gangulysubhajit@indiatimes.com Abstract: This paper deals with fluid flow dynamics which may be Hamiltonian in nature and yet

More information

An Introduction to Differential Algebra

An Introduction to Differential Algebra An Introduction to Differential Algebra Alexander Wittig1, P. Di Lizia, R. Armellin, et al. 1 ESA Advanced Concepts Team (TEC-SF) SRL, Milan Dinamica Outline 1 Overview Five Views of Differential Algebra

More information

On explicit integration of two non-holonomic problems

On explicit integration of two non-holonomic problems On explicit integration of two non-holonomic problems Alexey V. Borisov 1 1 Institute of Computer Sciences, Izhevsk, Russia Generalized Chaplygin systems Equations of motion of the generalized Chaplygin

More information

EXAMPLE OF ONE-STEP METHOD

EXAMPLE OF ONE-STEP METHOD EXAMPLE OF ONE-STEP METHOD Consider solving y = y cos x, y(0) = 1 Imagine writing a Taylor series for the solution Y (x), say initially about x = 0. Then Y (h) = Y (0) + hy (0) + h2 2 Y (0) + h3 6 Y (0)

More information

04.sup Equations of Motion and Applied Fields *

04.sup Equations of Motion and Applied Fields * 04.sup Equations of Motion and Applied Fields * Prof. Steven M. Lund Physics and Astronomy Department Facility for Rare Isotope Beams (FRIB) Michigan State University (MSU) S2: Transverse Particle Equations

More information

Numerical integration of variational equations

Numerical integration of variational equations Numerical integration of variational equations Haris Skokos Max Planck Institute for the Physics of Complex Systems Dresden, Germany E-mail: hskokos@pks.mpg.de, URL: http://www.pks.mpg.de/~hskokos/ Enrico

More information

Lecture 3: Modeling Accelerators Fringe fields and Insertion devices. X. Huang USPAS, January 2015 Hampton, Virginia

Lecture 3: Modeling Accelerators Fringe fields and Insertion devices. X. Huang USPAS, January 2015 Hampton, Virginia Lecture 3: Modeling Accelerators Fringe fields and Insertion devices X. Huang USPAS, January 05 Hampton, Virginia Fringe field effects Dipole Quadrupole Outline Modeling of insertion devices Radiation

More information

arxiv: v1 [physics.acc-ph] 21 Oct 2014

arxiv: v1 [physics.acc-ph] 21 Oct 2014 SIX-DIMENSIONAL WEAK STRONG SIMULATIONS OF HEAD-ON BEAM BEAM COMPENSATION IN RHIC arxiv:.8v [physics.acc-ph] Oct Abstract Y. Luo, W. Fischer, N.P. Abreu, X. Gu, A. Pikin, G. Robert-Demolaize BNL, Upton,

More information

28344 Bremen, Germany. hdullin or

28344 Bremen, Germany.   hdullin or Ecient Calculation of Actions H.R. Dullin A. Wittek Institut fur Theoretische Physik Universitat Bremen Postfach 330440 28344 Bremen, Germany Phone: +49(0)421-218-2341 Fax: +49(0)421-218-4869 Email: hdullin

More information

Chapter VI. Symplectic Integration of Hamiltonian Systems

Chapter VI. Symplectic Integration of Hamiltonian Systems Chapter VI. Symplectic Integration of Hamiltonian Systems Fig. 0.1. Sir William Rowan Hamilton, born: 4 August 1805 in Dublin, died: 2 September 1865. Famous for research in optics, mechanics, and for

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

Lecture 5. Alexey Boyarsky. October 21, Legendre transformation and the Hamilton equations of motion

Lecture 5. Alexey Boyarsky. October 21, Legendre transformation and the Hamilton equations of motion Lecture 5 Alexey Boyarsky October 1, 015 1 The Hamilton equations of motion 1.1 Legendre transformation and the Hamilton equations of motion First-order equations of motion. In the Lagrangian formulation,

More information

Analysis of KEK-ATF Optics and Coupling Using Orbit Response Matrix Analysis 1

Analysis of KEK-ATF Optics and Coupling Using Orbit Response Matrix Analysis 1 Analysis of KEK-ATF Optics and Coupling Using Orbit Response Matrix Analysis 1 A. Wolski Lawrence Berkeley National Laboratory J. Nelson, M. Ross, M. Woodley Stanford Linear Accelerator Center S. Mishra

More information

On the Hamilton-Jacobi Variational Formulation of the Vlasov Equation

On the Hamilton-Jacobi Variational Formulation of the Vlasov Equation On the Hamilton-Jacobi Variational Formulation of the Vlasov Equation P. J. Morrison epartment of Physics and Institute for Fusion Studies, University of Texas, Austin, Texas 7871-1060, USA. (ated: January

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability ECE 4/5 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability Spring 014 Instructor: Kai Sun 1 Transient Stability The ability of the power system to maintain synchronism

More information

PH.D. PRELIMINARY EXAMINATION MATHEMATICS

PH.D. PRELIMINARY EXAMINATION MATHEMATICS UNIVERSITY OF CALIFORNIA, BERKELEY Dept. of Civil and Environmental Engineering FALL SEMESTER 2014 Structural Engineering, Mechanics and Materials NAME PH.D. PRELIMINARY EXAMINATION MATHEMATICS Problem

More information

Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations

Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations S. Y. Ha and J. Park Department of Mathematical Sciences Seoul National University Sep 23, 2013 Contents 1 Logistic Map 2 Euler and

More information

Consistency and Convergence

Consistency and Convergence Jim Lambers MAT 77 Fall Semester 010-11 Lecture 0 Notes These notes correspond to Sections 1.3, 1.4 and 1.5 in the text. Consistency and Convergence We have learned that the numerical solution obtained

More information

Low Emittance Machines

Low Emittance Machines Advanced Accelerator Physics Course Trondheim, Norway, August 2013 Low Emittance Machines Part 3: Vertical Emittance Generation, Calculation, and Tuning Andy Wolski The Cockcroft Institute, and the University

More information

Calculus for the Life Sciences

Calculus for the Life Sciences Improved Calculus for the Life Sciences ntial Equations Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences Research Center

More information

Runge-Kutta methods. With orders of Taylor methods yet without derivatives of f (t, y(t))

Runge-Kutta methods. With orders of Taylor methods yet without derivatives of f (t, y(t)) Runge-Kutta metods Wit orders of Taylor metods yet witout derivatives of f (t, y(t)) First order Taylor expansion in two variables Teorem: Suppose tat f (t, y) and all its partial derivatives are continuous

More information

Ideas for a sextupole-free final focus system

Ideas for a sextupole-free final focus system Ideas for a sextupole-free final focus system LCWS15 Whistler, Canada Carl A Lindstrøm Nov 3, 2015 PhD Student University of Oslo, Department of Physics Advisor: Erik Adli 1 In short Chromaticity as a

More information

Time-Dependent Statistical Mechanics 5. The classical atomic fluid, classical mechanics, and classical equilibrium statistical mechanics

Time-Dependent Statistical Mechanics 5. The classical atomic fluid, classical mechanics, and classical equilibrium statistical mechanics Time-Dependent Statistical Mechanics 5. The classical atomic fluid, classical mechanics, and classical equilibrium statistical mechanics c Hans C. Andersen October 1, 2009 While we know that in principle

More information

Accelerator Physics Homework #3 P470 (Problems: 1-5)

Accelerator Physics Homework #3 P470 (Problems: 1-5) Accelerator Physics Homework #3 P470 (Problems: -5). Particle motion in the presence of magnetic field errors is (Sect. II.2) y + K(s)y = B Bρ, where y stands for either x or z. Here B = B z for x motion,

More information

Physics 115/242 Comparison of methods for integrating the simple harmonic oscillator.

Physics 115/242 Comparison of methods for integrating the simple harmonic oscillator. Physics 115/4 Comparison of methods for integrating the simple harmonic oscillator. Peter Young I. THE SIMPLE HARMONIC OSCILLATOR The energy (sometimes called the Hamiltonian ) of the simple harmonic oscillator

More information