Arxiv:1512.00906V3 [Math.NA] 27 Feb 2017

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:1512.00906V3 [Math.NA] 27 Feb 2017 Butcher series A story of rooted trees and numerical methods for evolution equations Robert I. McLachlan · Klas Modin · Hans Munthe-Kaas · Olivier Verdier February 28, 2017 To appear in Asia Pacific Mathematics Newsletter Abstract Butcher series appear when Runge–Kutta methods for ordinary differential equations are expanded in power series of the step size parameter. Each term in a Butcher series consists of a weighted elementary differential, and the set of all such differentials is isomorphic to the set of rooted trees, as noted by Cayley in the mid 19th century. A century later Butcher discovered that rooted trees can also be used to obtain the order conditions of Runge–Kutta methods, and he found a natural group structure, today known as the Butcher group. It is now known that many numerical methods also can be expanded in Butcher series; these are called B-series methods. A long-standing problem has been to characterize, in terms of qualitative features, all B-series methods. Here we tell the story of Butcher series, stretching from the early work of Cayley, to modern developments and connections to abstract algebra, and finally to the resolution of the characterization problem. This resolution introduces geometric tools and perspectives to an area traditionally explored using analysis and combinatorics. Keywords Butcher series · order conditions · numerical integrators · ordinary differential equations · rooted trees · elementary differentials · affine equivariance Mathematics Subject Classification (2000) 65-03 · 01-08 · 65L06 R.I. McLachlan Institute of Fundamental Sciences, Massey University, New Zealand E-mail: [email protected] K. Modin Mathematical Sciences, Chalmers University of Technology and University of Gothenburg, Sweden E-mail: [email protected] H. Munthe-Kaas Department of Mathematics, University of Bergen, Norway E-mail: [email protected] O. Verdier arXiv:1512.00906v3 [math.NA] 27 Feb 2017 Department of Computing, Mathematics and Physics, Western Norway University of Applied Sciences E-mail: [email protected] 2 McLachlan, Modin, Munthe-Kaas, and Verdier 1 From Cayley to Butcher Butcher series are mathematical objects that were introduced by the New Zealand mathematician John Butcher in the 1960s. He introduced them as part of his study of Runge–Kutta methods, a popular class of numerical methods for evolution equations such as initial-value problems for ordinary differential equations, and they remain indispensable in the numerical analysis of differential equations. In this article we provide a brief introduction to Butcher series, survey their early history up to their introduction by John Butcher, and relate the story of the many connections that have recently been discovered between Butcher series and other parts of mathematics, no- tably algebra and geometry.1 We begin, however, with the traditional definition. Butcher series are intimately associated with the set of smooth (infinitely differ- entiable) vector fields on vector spaces. Indeed, let f be a smooth vector field on a vector space V, defining the ordinary differential equation (ODE) x˙ = f (x); (1.1) dx wherex ˙ = dt denotes the derivative with respect to time t. One way to study (1.1) is to develop the Taylor series of its solutions. Let x(h) be the solution to (1.1) at time t = h subject to the initial condition x(0) = x0. The Taylor series of x(h) in h is 1 x(h) = x(0) + hx˙(0) + h2x¨(0) + :::: (1.2) 2 We already know that x(0) = x0 andx ˙(0) = f (x0). The additional terms can be found by repeatedly applying the chain and product rules. For example, d d x¨ = x˙ = f (x) = f 0(x)x˙ = f 0(x) f (x); dt dt 1 n or, relative to a basis in which x = x e1 + ::: + x en, n i i ¶ f j x¨ = ∑ j (x) f (x); j=1 ¶x 1 n where f (x) = f (x)e1 + ::: + f (x)en. Continuing in this way gives x˙ = f (x); x¨ = f 0(x) f (x); ... x = f 0(x) f 0(x) f (x) + f 00(x)( f (x); f (x)); .... x = f 0(x) f 0(x) f 0(x) f (x) + f 0(x) f 00(x)( f (x); f (x))+ (1.3) 3 f 00(x)( f 0(x) f (x); f (x)) + f 000(x)( f (x); f (x); f (x)); . 1 This article is not a comprehensive review and is focussed on our own interests. Useful companions to this article are the detailed mathematical review of Butcher series by Sanz-Serna and Murua [35] and the textbook treatments of Hairer et al. [21,23]. Butcher series 3 Here the kth derivative f (k)(x) of the vector field f is regarded as a multilinear map V k ! V. For example, f 00( f ; f ) is the vector field on V whose ith coordinate is n 2 i ¶ f j k ∑ j k (x) f (x) f (x): j;k=1 ¶x ¶x A vector field of the form appearing in (1.3), combining f and its derivatives, is called an elementary differential. Using (1.3), the Taylor series (1.2) for the solution of (1.1) can be written as 1 1 1 x(h) = x + h f + h2 f 0 f + h3 f 0 f 0 f + h3 f 00( f ; f ) + ::: (1.4) 0 2 6 6 where each elementary differential is evaluated at x0. Notice that the power of h in each term is determined by the multiplicity of f in the elementary differential. However, the coefficients 1, 1, 1=2, 1=6, 1=6, and so on are not determined by their corresponding elementary differentials. A Butcher series, shortly denoted B-series, is a generalization of (1.4) allowing arbitrary coefficients, i.e., a formal series of the form 2 0 3 0 0 3 00 B(c; f ) := c0x0 + c1h f + c2h f ( f ) + c3h f ( f ( f )) + c4h f ( f ; f ) + ::: (1.5) where ci 2 R. Although presented here in coordinates, we shall see that Butcher series do not depend on the choice of basis. 2 Early history Butcher series are named in honour of the New Zealand mathematician John Butcher. In a publication career spanning (so far) 60 years he has written 167 papers and books, all but 18 of them concerned with Runge–Kutta methods and their generalisations. Most of them involve in some way the fundamental structure that bears his name. Butcher series were introduced in a remarkable series of ten sole-authored papers in the years 1963–1972. A Runge–Kutta method is a numerical approximation xn 7! xn+1 of the exact flow of (1.1) defined by the following equations in xn, xn+1, X1;:::;Xn 2 V: n Xi = xn + h ∑ ai j f (Xj); j=1 (2.1) n xn+1 = xn + h ∑ b j f (Xj): j=1 Here n is the number of stages of the method and ai j, b j are real numbers parame- terising the Runge–Kutta method. Associated with the abstract Runge–Kutta method (2.1) are its order conditions, polynomials equations in ai j and b j—one equation per elementary differential—that determine the order of convergence of the method and its local error. Their derivation has been simplified over the years; a modern exposi- tion can be found in Hairer, Lubich and Wanner [21], and a detailed history in Butcher and Wanner [9]. 4 McLachlan, Modin, Munthe-Kaas, and Verdier The first breakthrough paper dates from 1963 [5]. Here Butcher found for the first time the coefficients ci of the B-series (1.5) of xn+1 of the Taylor expansion in h of an arbitrary Runge–Kutta method. This gave the order conditions for Runge– Kutta methods in complete generality. As previous studies had laboriously expanded the solutions of particular (e.g. explicit) methods by hand, this was an enormously important development. Butcher did have, however, some precursors. The most notable example is the paper of Merson [32] from 1957. Robert Henry ‘Robin’ Merson (1921–1992) was a scientist at the Royal Aircraft Establishment, Farnborough, UK, who was invited along with more senior numerical analysts to a conference on Data Processing and Automatic Computing Machines at Australia’s Weapons Research Establishment in Salisbury, South Australia.2 It seems like a long way to go for a conference in 1957. However, the UK was still performing above-ground atomic bomb tests in South Australia at that time and the Australian government was very keen to be a part of the emerging era. Merson’s work is bound up with one of the most significant events of 1957, the launch of Sputnik 1 on 4 October 1957, and the tale of Farnborough’s involvement is told in detail by one of the key participants, Desmond King-Hele, in his book A Tapestry of Orbits [28]. The short version is that with the aid of a large radio antenna hastily erected in a nearby field, and some calculations of Robin Merson, within two weeks they had an accurate orbit for Sputnik 1. This allowed them to estimate the density of the upper atmosphere and (after Sputnik 2) the shape of the earth. Robin Merson became an expert in practical numerical analysis and orbit determination. Merson’s paper explains clearly the structure of the elementary differentials f 0( f ), f 00( f ; f ), etcetera, and, crucially, shows how they are in one-to-one correspondence with rooted trees. He also introduces various basic operations on rooted trees. This de- velopment, perhaps regarded initially as a bookkeeping device for finding and keep- ing track of the different terms, has over time become central to the combinatorial and algebraic study of B-series.
Recommended publications
  • On an Extension of Knuth's Rotation Correspondence to Reduced Planar Trees
    ON AN EXTENSION OF KNUTH’S ROTATION CORRESPONDENCE TO REDUCED PLANAR TREES KURUSCH EBRAHIMI-FARD AND DOMINIQUE MANCHON Abstract. We present a bijection from planar reduced trees to planar rooted hypertrees, which extends Knuth’s rotation correspondence between planar binary trees and planar rooted trees. The operadic coun- terpart of the new bijection is explained. Related to this, the space of planar reduced forests is endowed with a combinatorial Hopf algebra structure. The corresponding structure on the space of planar rooted hyperforests is also described. Contents 1. Introduction 1 2. Planar rooted trees and hypertrees 2 2.1. Planar trees 2 2.2. The Butcher product 3 2.3. Knuth’s correspondence between planar binary and planar rooted trees 3 2.4. Reduced planar rooted trees and planar rooted hypertrees 4 2.5. Adding decorations 6 2.6. Operadic structure 6 3. Hopf algebra structures on trees 7 3.1. Connected filtered bialgebras 7 3.2. The Butcher–Connes–Kreimer Hopf algebra of rooted forests 8 3.3. Two isomorphic Hopf algebras of rooted trees 8 3.4. A Hopf algebra structure on reduced planar forests 9 3.5. The associated pre-Lie structure 10 3.6. A Hopf algebra structure on planar rooted hyperforests 11 References 12 arXiv:1203.0425v1 [math.CO] 2 Mar 2012 1. Introduction Rooted trees have been extensively used in many branches of pure and applied mathematics. Es- pecially in the latter case they gained particular prominence due to the pioneering work on numerical integration methods by John Butcher in the 1960s [3, 14, 20].
    [Show full text]
  • Algebraic Structures of B-Series Philippe Chartier, Ernst Hairer, Gilles Vilmart
    Algebraic Structures of B-series Philippe Chartier, Ernst Hairer, Gilles Vilmart To cite this version: Philippe Chartier, Ernst Hairer, Gilles Vilmart. Algebraic Structures of B-series. Foundations of Computational Mathematics, Springer Verlag, 2010, 10 (4), pp.407-420. 10.1007/s10208-010-9065-1. inria-00598369 HAL Id: inria-00598369 https://hal.inria.fr/inria-00598369 Submitted on 6 Jun 2011 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Found Comput Math (2010) 10: 407–427 DOI 10.1007/s10208-010-9065-1 Algebraic Structures of B-series Philippe Chartier · Ernst Hairer · Gilles Vilmart Received: 10 February 2009 / Revised: 10 November 2009 / Accepted: 16 February 2010 / Published online: 24 March 2010 © SFoCM 2010 Abstract B-series are a fundamental tool in practical and theoretical aspects of nu- merical integrators for ordinary differential equations. A composition law for B-series permits an elegant derivation of order conditions, and a substitution law gives much insight into modified differential equations of backward error analysis. These two laws give rise to algebraic structures (groups and Hopf algebras of trees) that have recently received much attention also in the non-numerical literature.
    [Show full text]
  • Lie-Butcher Series, Geometry, Algebra and Computation
    Lie–Butcher series, Geometry, Algebra and Computation Hans Z. Munthe-Kaas and Kristoffer K. Føllesdal Abstract Lie–Butcher (LB) series are formal power series expressed in terms of trees and forests. On the geometric side LB-series generalizes classical B-series from Euclidean spaces to Lie groups and homogeneous manifolds. On the algebraic side, B-series are based on pre-Lie algebras and the Butcher-Connes-Kreimer Hopf algebra. The LB-series are instead based on post-Lie algebras and their enveloping algebras. Over the last decade the algebraic theory of LB-series has matured. The purpose of this paper is twofold. First, we aim at presenting the algebraic structures underlying LB series in a concise and self contained manner. Secondly, we review a number of algebraic operations on LB-series found in the literature, and reformulate these as recursive formulae. This is part of an ongoing effort to create an extensive software library for computations in LB-series and B-series in the programming language Haskell. 1 Introduction Classical B-series are formal power series expressed in terms of rooted trees (con- nected graphs without any cycle and a designated node called the root). The theory has its origins back to the work of Arthur Cayley [5] in the 1850s, where he realized that trees could be used to encode information about differential operators. Being forgotten for a century, the theory was revived through the efforts of understanding numerical integration algorithms by John Butcher in the 1960s and ’70s [2, 3]. Ernst Hairer and Gerhard Wanner [15] coined the term B-series for an infinite formal se- arXiv:1701.03654v2 [math.NA] 27 Oct 2017 ries of the form H.
    [Show full text]
  • The Lie Group Structure of the Butcher Group
    The Lie group structure of the Butcher group Geir Bogfjellmo∗ and Alexander Schmeding† July 16, 2018 The Butcher group is a powerful tool to analyse integration methods for ordinary differential equations, in particular Runge–Kutta methods. In the present paper, we complement the algebraic treatment of the Butcher group with a natural infinite-dimensional Lie group structure. This structure turns the Butcher group into a real analytic Baker–Campbell–Hausdorff Lie group modelled on a Fréchet space. In addition, the Butcher group is a regular Lie group in the sense of Milnor and contains the subgroup of symplectic tree maps as a closed Lie subgroup. Finally, we also compute the Lie algebra of the Butcher group and discuss its relation to the Lie algebra associated to the Butcher group by Connes and Kreimer. Keywords: Butcher group, infinite-dimensional Lie group, Hopf algebra of rooted trees, regularity of Lie groups, symplectic methods MSC2010: 22E65 (primary); 65L06, 58A07, 16T05 (secondary) Contents 1 PreliminariesontheButchergroupandcalculus 5 2 AnaturalLiegroupstructurefortheButchergroup 13 3 The Lie algebra of the Butcher group 17 4 RegularitypropertiesoftheButchergroup 20 arXiv:1410.4761v3 [math.GR] 6 May 2015 5 TheButchergroupasanexponentialLiegroup 25 ∗NTNU Trondheim [email protected], Phone: +47 73591753, Fax: +47 73593524 (Corresponding author) †NTNU Trondheim [email protected] 1 6 The subgroup of symplectic tree maps 28 References 31 Introduction and statement of results In his seminal work [But72] J.C. Butcher introduced the Butcher group as a tool to study order conditions for a class of integration methods. Butcher’s idea was to build a group structure for mappings on rooted trees.
    [Show full text]
  • Norges Teknisk-Naturvitenskapelige Universitet
    NORGES TEKNISK-NATURVITENSKAPELIGE UNIVERSITET Algebraic Structures on Ordered Rooted Trees and Their Significance to Lie Group Integrators by H˚avard Berland and Brynjulf Owren PREPRINT NUMERICS NO. 3/2003 NORWEGIAN UNIVERSITY OF SCIENCE AND TECHNOLOGY TRONDHEIM, NORWAY This report has URL http://www.math.ntnu.no/preprint/numerics/2003/N3-2003.ps Address: Department of Mathematical Sciences, Norwegian University of Science and Technology, N-7491 Trondheim, Norway. Abstract Most Lie group integrators can be expanded in series indexed by the set of ordered rooted trees. To each tree one can associate two distinct higher order derivation operators, which we call frozen and unfrozen operators. Composition of frozen operators induces a concatenation product on the trees, whereas composition of unfrozen operators in- duces a somewhat more complicated product known as the Grossman{ Larson product. Both of these algebra structures can be supplemented by the same coalgebra structure and an antipode, the result being two distinct cocommutative graded Hopf algebras. We discuss the use of these structures and characterize subsets of the Hopf algebras corre- sponding to vector fields and mappings on manifolds. This is further relevant for deriving order conditions for a general class of Lie group integrators and for deriving the modified vector field in backward error analysis for these integrators. 1 Introduction The derivation of high order Runge{Kutta methods was revolutionized by Butcher's discovery of the beautiful connection between their series expan- sion in terms of the stepsize and the set T of rooted trees [2]. Virtually overnight, long and tedious calculations were replaced by elegant recursion formulas expressed in terms of trees.
    [Show full text]
  • On the Hopf Algebraic Structure of Lie Group Integrators
    Foundations of Computational Mathematics manuscript No. (will be inserted by the editor) H. Z. Munthe-Kaas · W. M. Wright On the Hopf Algebraic Structure of Lie Group Integrators Received: date / Accepted: date Abstract A commutative but not cocommutative graded Hopf algebra HN , based on ordered rooted trees, is studied. This Hopf algebra generalizes the Hopf algebraic structure of unordered rooted trees HC , developed by Butcher in his study of Runge–Kutta methods and later rediscovered by Connes and Moscovici in the context of non-commutative geometry and by Kreimer where it is used to describe renormalization in quantum field theory. It is shown that HN is naturally obtained from a universal object in a category of non- commutative derivations, and in particular, it forms a foundation for the study of numerical integrators based on non-commutative Lie group actions on a manifold. Recursive and non-recursive definitions of the coproduct and the antipode are derived. It is also shown that the dual of HN is a Hopf al- gebra of Grossman and Larson. HN contains two well-known Hopf algebras as special cases: The Hopf algebra HC of Butcher–Connes–Kreimer is identi- fied as a proper subalgebra of HN using the image of a tree symmetrization operator. The Hopf algebra HF of the Free Associative Algebra is obtained from HN by a quotient construction. Keywords Hopf algebra · ordered rooted trees · Lie group integrators · Lie–Butcher series · Butcher group · Connes–Kreimer Hopf algebra · Grossman–Larson Hopf algebra arXiv:math/0603023v1 [math.AC] 1 Mar 2006 Mathematics Subject Classification (2000) 16W25 · 16W30 · 22E60 · 37M99 · 65L05 · 65L06 · 81R60 · 81T15 H.
    [Show full text]
  • The Geometry of Characters of Hopf Algebras 3
    The geometry of characters of Hopf algebras Geir Bogfjellmo and Alexander Schmeding Abstract Character groups of Hopf algebras can be used to conveniently describe several species of “series expansions” such as ordinary Taylor series, B-series, aris- ing in the study of ordinary differential equations, Fliess series, arising from con- trol theory and rough paths. These ideas are a fundamental link connecting Hopf algebras and their character groups to the topics of the Abelsymposium 2016 on “Computation and Combinatorics in Dynamics, Stochastics and Control”. In this note we will explain some of these connections, review constructions for Lie group and topological structures for character groups and provide some new results for character groups. Our main result is the construction and study of Lie group struc- tures for Hopf algebras which are graded but not necessarily connected (in the sense that the degree zero subalgebra is finite-dimensional). Key words: infinite-dimensional Lie group, pro-Lie group, character group of a Hopf algebra, regularity of Lie groups, continuous inverse algebra MSC2010: 22E65 (primary); 16T05, 43A40, 58B25 (Secondary) 1 Foundations: Character groups and graded algebra . ...................... 4 2 Geometry of groups of characters . ..................... 7 3 Appendix: Infinite-dimensional calculus . ....................... 18 4 Appendix: Characters and the exponential map . ..................... 21 References ......................................... ............................ 23 arXiv:1704.01099v4 [math.GR] 27 Sep 2017 Geir Bogfjellmo Chalmers tekniska h¨ogskola och G¨oteborgs universitet, Matematiska vetenskaper, 412 96 G¨oteborg, Sweden e-mail: [email protected] Alexander Schmeding NTNU Trondheim, Institutt for matematiske fag, 7491 Trondheim, Norway e-mail: [email protected] 1 2 Geir Bogfjellmo and Alexander Schmeding Character groups of Hopf algebras appear in a variety of mathematical contexts.
    [Show full text]
  • On Enumeration Problems in Lie–Butcher Theory H
    Future Generation Computer Systems 19 (2003) 1197–1205 On enumeration problems in Lie–Butcher theory H. Munthe-Kaas∗, S. Krogstad Department of Computer Science, University of Bergen, N-5020 Bergen, Norway Abstract The algebraic structure underlying non-commutative Lie–Butcher series is the free Lie algebra over ordered trees. In this paper we present a characterization of this algebra in terms of balanced Lyndon words over a binary alphabet. This yields a systematic manner of enumerating terms in non-commutative Lie–Butcher series. © 2003 Published by Elsevier Science B.V. Keywords: Butcher theory; Trees; Enumeration; Lie group integrators; Runge–Kutta methods 1. Summary 2. Introduction to Lie–Butcher theory Let g be the free Lie algebra over ordered trees, Lie series, dating back to Sophus Lie (1842–1899), with a grading induced by the number of nodes in the is a version of Taylor series adapted to general man- trees. In the first part of this paper we prove that gn, the ifolds. Butcher series, invented by Butcher [4,5] homogeneous component of degree n, has dimension: and developed further in [8] (see also [9])isan adaption of Taylor series to the study of order con- n d (g ) = 1 µ 2 . ditions of Runge–Kutta methods. In recent papers dim n n d d 2 d|n [6,10,12,14,15,17,19], efforts have been made to ex- tend the theory of Runge–Kutta methods from Rn For n = 1, 2, 3,... these numbers are 1, 1, 3, 8, 25, to Lie groups and homogeneous spaces. Some very 75, 245, 800, 2700, 9225, 32 065,..
    [Show full text]
  • Pre-And Post-Lie Algebras: the Algebro-Geometric View
    PRE- AND POST-LIE ALGEBRAS: THE ALGEBRO-GEOMETRIC VIEW GUNNAR FLØYSTAD AND HANS MUNTHE-KAAS Abstract. We relate composition and substitution in pre- and post-Lie algebras to algebraic geometry. The Connes-Kreimer Hopf algebras, and MKW Hopf algebras are then coordinate rings of the infinite-dimensional affine varieties consisting of series of trees, resp. Lie series of ordered trees. Furthermore we describe the Hopf algebras which are coordinate rings of the automorphism groups of these varieties, which govern the substitution law in pre- and post-Lie algebras. Contents Introduction 2 Part 1. The non-algebro geometric setting 3 1. The exponential and logarithm maps for Lie algebras 3 1.1. The Euler idempotent 3 1.2. Filtered Lie algebras 5 1.3. The exponential and logarithm 8 2. Exponentials and logarithms for pre- and post-Lie algebras 9 2.1. Filtered pre- and post-Lie algebras 9 2.2. The map from fields to flows 10 2.3. Substitution 12 Part 2. The algebraic geometric setting 13 3. Affine varieties and group actions 13 3.1. Basics on affine varieties 13 arXiv:1704.06171v1 [math.AG] 20 Apr 2017 3.2. Coordinate free descriptions of varieties 14 3.3. Affine spaces and monoid actions 15 3.4. Infinite dimensional affine varieties and monoid actions 17 4. Filtered algebras with finite dimensional quotients 19 4.1. Filtered Lie algebras with finite dimensional quotients 19 4.2. Actions of endomorphisms 23 4.3. Baker-Campbell-Haussdorff on coordinate rings 24 4.4. Filtered pre- and post-Lie algebras with finite dimensional quotients 25 5.
    [Show full text]
  • B-Series Are Exactly the Affine Equivariant Methods
    B-series methods are exactly the affine equivariant methods Robert I McLachlan∗1, Klas Modiny2, Hans Munthe-Kaasz3, and Olivier Verdierx4 1Institute of Fundamental Sciences, Massey University, New Zealand 2Mathematical Sciences, Chalmers University of Technology, Sweden 3Department of Mathematics, University of Bergen, Norway 4Department of Mathematics and Mathematical Statistics, Ume˚aUniversity, Sweden 2015-04-28 Butcher series, also called B-series, are a type of expansion, fundamental in the analysis of numerical integration. Numerical methods that can be expanded in B-series are defined in all dimensions, so they correspond to sequences of maps|one map for each dimension. A long-standing problem has been to characterise those sequences of maps that arise from B-series. This problem is solved here: we prove that a sequence of smooth maps between vector fields on affine spaces has a B-series expansion if and only if it is affine equivariant, meaning it respects all affine maps between affine spaces. Keywords Butcher series · Equivariance · Aromatic series · Aromatic trees Mathematics Subject Classification (2010) 37C80 · 37C10 · 41A58 1 Introduction Let Φ(h; f): Rn ! Rn be a numerical time-stepping method for the differential equation n y_ = f(y); y(0) = y0 2 R : arXiv:1409.1019v2 [math.NA] 27 Apr 2015 ∗[email protected] [email protected] [email protected] [email protected] 1 That is, the time-stepping map yk 7! yk+1 is given by yk+1 = Φ(h; f)(yk), where yk ≈ y(hk). The convergence order of the method is obtained by comparing the Taylor expansion of h 7! Φ(h; f)(y0) with the Taylor expansion of h 7! y(h), using y_ = f(y) successively to avoid derivatives of y.
    [Show full text]
  • Algebraic and Combinatorial Structures in Quantum Field Theory
    Algebraic and Combinatorial Structures in Quantum Field Theory at INSTITUT D’ETUDES SCIENTIFIC DE CARGESE March 23 - April 3, 2 0 0 9 Organizers P. Cartier, F. Patras, J.-Y. Thibon, K. Ebrahimi-Fard March 25, 2009 Participants Lecturers, 1st week (23 – 27.3.) • Christian BROUDER (LMCP - CNRS, Paris) • Pierre CARTIER (IHES,´ Bures-sur-Yvette) • Yuri DOKSHITZER (LPTHE - CNRS, Paris) • Vincent RIVASSEAU (Univ. Paris Sud) • Jean ZINN-JUSTIN (SPhT, Saclay) • Jean-Bernard ZUBER (LPTHE, Paris) Speakers, 2nd week (30.3. – 3.4.) • Carlo ALBERT (Geneva) • Marc BELLON (Paris) • Fr´ed´eric CHAPOTON (Lyon) • Bertrand DELAMOTTE (Paris) • Bertrand DUPLANTIER (Saclay) • Lo¨ıc FOISSY (Reims) • Alessandra FRABETTI (Lyon) • Jose M. GRACIA-BOND´IA (Zaragoza) • Razvan GURAU (Waterloo) • Stefan HOLLANDS (Cardiff) • Kai Johannes KELLER (Hamburg) • Thomas KRAJEWSKI (Marseille) • Govind KRISHNASWAMI (Durham) • Jean-Louis LODAY (Strasbourg) • Dominique MANCHON (Clermont-Ferrand) • Nikolay NIKOLOV (Sofia) • Daniele ORITI (Potsdam) • Walter VAN SUIJLEKOM (Nijmegen) • Rainer VERCH (Leipzig) • Fabien VIGNES-TOURNERET (Vienna) 2 3 Schedule for the 1st WEEK: School Monday Tuesday Wednesday Thursday Friday 9:00-10:30 9:00-10:30 9:00-10:30 9:00-10:30 Cartier I Cartier II Brouder II Rivasseau II coffee coffee coffee coffee arrival 10:45-12:15 10:45-12:15 10:45-12:15 10:45-12:15 lunch 13:00 Zuber I Zuber III Rivasseau I Dokshitzer II 15:30-17:00 12:15-15:45 12:15-15:15 lunch Brouder I lunch lunch lunch departure break coffee free coffee 17:15-19:15 16:00-18:00 15:30-18:00 Zinn-Justin
    [Show full text]
  • Lessons from Quantum Field Theory-Hopf Algebras and Spacetime Geometries
    Lessons from Quantum Field Theory Hopf Algebras and Spacetime Geometries A. Connes∗ D. Kreimer† IHES/M/99/22, hep-th/9904044 Institut des Hautes Etudes Scientifique Le Bois-Marie, 35 route de Chartres F-91440 Bures-sur-Yvette, France We dedicate this paper to Mosh´eFlato. Abstract We discuss the prominence of Hopf algebras in recent progress in Quan- tum Field Theory. In particular, we will consider the Hopf algebra of renormalization, whose antipode turned out to be the key to a concep- tual understanding of the subtraction procedure. We shall then describe several occurences of this, or closely related Hopf algebras, in other math- ematical domains, such as foliations, Runge-Kutta methods, iterated in- tegrals and multiple zeta values. We emphasize the unifying role which the Butcher group, discovered in the study of numerical integration of ordinary differential equations, plays in QFT. keywords: Quantum Field Theory, Noncommutative Geometry, Renormalization, Hopf Algebras, Foliations, ODE. MSC91 81T15,16W30,46L87,58B30,58F18,34Axx. arXiv:hep-th/9904044v2 13 Apr 1999 1 Introduction The Leitmotiv of this survey paper is our belief that in some way the true geometry of spacetime is actually dictated by quantum field theories as currently used by particle physicists in the calculation of radiative corrections. There are two major ingredients in this use of the theory, the first is the renormalization technique, with all its combinatorial intricacies, which is per- fectly justified by its concrete physical roots and the resulting predictive power. ∗[email protected][email protected] 1 The second is the specific Lagrangian of the theory, the result of a long dia- logue between theory and experiment, which, of course, is essential in producing meaningful physical results.
    [Show full text]