Numerical Continuation of Bifurcations - An Introduction, Part I

Size: px
Start display at page:

Download "Numerical Continuation of Bifurcations - An Introduction, Part I"

Transcription

1 Numerical Continuation of Bifurcations - An Introduction, Part I given at the London Dynamical Systems Group Graduate School 2005 Thomas Wagenknecht, Jan Sieber Bristol Centre for Applied Nonlinear Mathematics funded by the EPSRC Department of Engineering Mathematics University of Bristol 24 Oct 2005

2 Outline Continuation motivation pseudo-arclength continuation Boundary value problems Periodic orbits Detection of bifurcations (later) Continuation of bifurcations (later) Further reading/software

3 Motivation for Using Continuation Techiques (see Krauskopf/Lenstra: Fundamental Issues of Nonlinear Laser Dynamics, 2000) Problem: discover UK mainland, classify into England, Wales, Schottland Alternative A: Simulation, test on a fine grid of points Alternative B: Continuation, start in point you know (L), go ahead, always checking were you are detect borders go along borders detect cross points branch off at cross points = flip through animation on next slide

4

5

6

7 L

8 E L E

9 SE E WE L E

10 SE SE WE E WE L E

11 SE SE WE E WE L E

12 Newton iteration Solve nonlinear system of equations f(x) = 0, f : R n R n, x R n, p R Initial guess x 0 R n = iteration x k+1 = x k [ f(x k )] 1 f(x k ) Assumption: Solution x exists, is regular = det f(x ) 0 Pro: good convergence Con: x 0 x required

13 Parameter Continuation Find x R n s.t. f(x, p) = 0, f : R n R R n, p R Assumption: solution for p 0 known: f(x 0, p 0 ) = 0, 1 f(x 0, p 0 ) regular Implicit Function Theorem = solution curve x(p) for f(x(p), p) = 0 iterate: 1. choose p k+1 p k = 2. old solution x k initial guess for f(x, p k+1 ) = 0 3. solve f(x, p k+1 ) = 0 with Newton iteration = x k+1 points (x k, p k ) on solution curve x(p) fails if 1 f(x 0, p 0 ) not regular

14 Pseudo-arclength continuation Find y R n+1 s.t. f(y) = 0, f : R n+1 R n Assumption: y 0, z 0 R n+1 s.t. f(y 0 ) = 0, dim rg f(y 0 ) = n, f(y 0 )z 0 = 0. Implicit function theorem = solution curve y(s) (s ( δ, δ)), s.t. f(y(s)) = 0, y(0) = y 0, y (0) = z 0.

15 Iteration 1. predictor step y P k+1 = y k + hz k 2. corrector step = Newton iteration for y k+1 0 = f(y k+1 ) 0 = z T k (y k+1 y P k+1 ) with initial guess y k+1 = y P k+1 3. new tangent 0 = f(y k+1 )z k+1 1 = z T k z k+1 if y k is on solution curve = Jacobian R (n+1) (n+1) regular [ ] f(yk ) z T k

16 Geometric illustration x y = (x, p) 0 = f(y) = x 2 + p 2 1 y 0 z 0 p

17 Geometric illustration x y = (x, p) h 0 = f(y) y1 P z 0 = x 2 + p 2 1 y 0 p

18 Geometric illustration x y = (x, p) h 0 = f(y) y1 P z 0 = x 2 + p 2 1 y 0 y 1 stepsize h 1 p corrector step Newton iteration orthogonal to tangent

19 Geometric illustration x y = (x, p) h 0 = f(y) y1 P z 0 = x 2 + p 2 1 y 0 y 1 stepsize h 1 p z 1 corrector step Newton iteration orthogonal to tangent

20 Geometric illustration x y = (x, p) h 0 = f(y) y1 P z 0 = x 2 + p 2 1 y 0 y 1 h stepsize h 1 y P 2 p z 1 corrector step Newton iteration orthogonal to tangent

21 Geometric illustration x y = (x, p) h 0 = f(y) y1 P z 0 = x 2 + p 2 1 y 0 y 1 h stepsize h 1 y 2 y P 2 p z 1 corrector step Newton iteration orthogonal to tangent

22 Geometric illustration x y = (x, p) h 0 = f(y) y1 P z 0 = x 2 + p 2 1 y 0 y 1 h stepsize h 1 y 2 y P 2 p z 1 corrector step Newton iteration orthogonal to tangent

23 Boundary Value Problems (BVP) solution u( ) R n dim of dimension n dim parameter p R ncp of dimension n cp u solves differential equation (ODE) on interval [0, 1] u(t) = f(u(t), p) with n bc boundary conditions g(u(0), u(1), p) = 0, g : R 2n dim+n cp R n bc and n int integral conditions 1 0 h(u(t), p) dt = 0, h : R n dim+n cp R n int

24 initial value problem generates flow map Φ u(t) = f(u(t), p), u(0) = x = u(t) = Φ(t; x) (Φ(0; x) = x) BVP is nonlinear system with n dim + n cp variables (x, p) and n bc + n int equations 0 = g(x, Φ(1; x), p) 0 = 1 0 h(φ(t; x), p) dt pseudo-arclength continuation for y = (x, p) possible if n dim + n cp = n bc + n int + 1

25 Discretization subdivide interval [0, 1] into N subintervals I k 0 = t 0 < t 1 <... t N = 1 in each subinterval I k = [t k 1, t k ]: approximate solution u(t) by polynomial of order m: u(t) q k (t) for t I k q k satisfies ODE at m points in I k : t j k, j = 1... m Gauss points (orthogonal collocation) = error of order N 2m. + continuity conditions, boundary conditions, integral conditions

26 Equations and Variables Variables: N (m + 1) n dim coefficients of polynomials q k, n cp parameters Equations: ODE: q k (t j k ) = f(q k(t j k ), p) for j = 1... m, k = 1... N = N m n dim equations Continuity: q k (t k ) = q k+1 (t k ) for k = 1... N 1 = (N 1) n dim equations Boundary conditions: g(q 1 (0), q N (1), p) = 0 = n bc equations Integral conditions: N k=1 I k h(q k (t), p) dt = 0 = n int equations = N (m + 1) n dim + n cp variables, = N (m + 1) n dim n dim + n bc + n int equations

27 Continuation of Periodic Orbits u(t) is periodic orbit of u(t) = f(u(t), p) if it satisfies for some period T the boundary condition u(0) u(t) = 0 period T is unknown Phase invariance = u is not unique: if u(t) is periodic then u(t + δ) is periodic How to set up a regular BVP?

28 rescale time: u(t) = Tf(u(t), p) =ODE 0 = u(0) u(1) =boundary c. T additional free parameter = one additional condition to fix phase for example: Poincaré section: u k (0) = fixed for some k n dim computationally optimal for mesh-adaption during continuation 0 = 1 0 u old (t) T u(t) dt where u old is the previous solution along the branch This guarantees 1 0 u old (t) u(t)] 2 dt min

29 Continuation of Periodic Orbits final form u(t) = Tf(u(t), p) =ODE 0 = u(0) u(1) =boundary c. 0 = 1 0 u old (t) T u(t) dt =integral c. n bc = n dim, n int = 1 = continuation needs n cp = 2 parameters: p (one-dimensional) and period T continuation variable y consists of (u( ), p, T)

30 Bifurcation detection equilibria Special functions (as used by AUTO) for continuation of equilbria 0 = f(y) = f(x, p) Fold (turning point, saddle-node): (last component of tangent vector) z k,n+1 / z k Hopf (equilibria): imaginary part of complex eigenvalues of 1 f(x k, p k ) Branching point: det [ ] f(yk ) z T k

31 Bifurcation detection periodic orbits Continuation variable y = (u([t j k, t k]), p, T) for k = 1... N, j = 1... m overall dimension n = N m n dim + n cp Fold (for general BVP) z k,n ncp+1/ z k, for periodic orbits z k,n 1 / z k Branching points: determinant of reduced linearization Period doubling, Torus bifurcation: magnitude of Floquet multipliers (excluding one trivial Floquet multiplier 1) see Kuznetsov 04: Elements of Applied Bifurcation Theory for alternatives

32 Continuation of Bifurcations Equilibria Fully extended systems (see Kuznetsov 04 for alternatives): Fold: variables x, v R n, p R 2, v nullvector of linearization equations: 0 = f(x, p) 0 = 1 f(x, p) v 1 = v T v = 2n + 2 variables, 2n + 1 equations

33 Continuation of Bifurcations Equilibria Hopf: variables x, q r, q i R n, r ω R, p R 2 q r + iq i eigenvector for imaginary eigenvalue ir 1 ω equations: 0 = f(x, p) [ ] [ ] rω 0 = 1 f(x, p) I qr I r ω 1 f(x, p) 1 = q T r q r + q T i q i q i 0 = q T i,old(q r q r,old ) q T r,old(q i q i,old ) = 3n + 3 variables, 3n + 2 equations period of periodic solution branch will be 2πr ω

34 Continuation of Bifurcations Periodic Orbits Fold (for other bifurcations see AUTO or Kuznetsov): variables: u( ),v( ) R n on [0, 1], p R 2, T, β R v generalized eigenvector of Floquet multiplier 1, T period equations: u = Tf(u, p) v = T 1 f(u, p)v + βf(u, p) =ODE =ODE 0 = u(0) u(1) =boundary c. 0 = v(0) v(1) =boundary c. 0 = 0 = c = u old (t) T u(t) dt =integral c. u old (t) T v(t) dt =integral c. v(t) T v(t) dt + β 2 =integral c.

35 Further software AUTO current versions: AUTO97 (fortran), AUTO2000 (C, python) documentation: manual, lecture notes on help for AUTO2000 (and 97): Bart Oldeman software performing similar tasks: MATCONT (implemented in Matlab), currently maintained at Gent (Belgium), XPPAUT (simulation package has interface for AUTO) Delay-differential equations: DDE-BIFTOOL, PDDECONT invariant manifolds: invariant tori (Torcont) 1D stable/unstable manifolds of periodic orbits (part of DsTool) see for more

An introduction to numerical continuation with AUTO

An introduction to numerical continuation with AUTO An introduction to numerical continuation with AUTO Jennifer L. Creaser EPSRC Centre for Predictive Modelling in Healthcare University of Exeter j.creaser@exeter.ac.uk Internal 20 October 2017 AUTO Software

More information

An Introduction to Numerical Continuation Methods. with Application to some Problems from Physics. Eusebius Doedel. Cuzco, Peru, May 2013

An Introduction to Numerical Continuation Methods. with Application to some Problems from Physics. Eusebius Doedel. Cuzco, Peru, May 2013 An Introduction to Numerical Continuation Methods with Application to some Problems from Physics Eusebius Doedel Cuzco, Peru, May 2013 Persistence of Solutions Newton s method for solving a nonlinear equation

More information

Computational Methods in Dynamical Systems and Advanced Examples

Computational Methods in Dynamical Systems and Advanced Examples and Advanced Examples Obverse and reverse of the same coin [head and tails] Jorge Galán Vioque and Emilio Freire Macías Universidad de Sevilla July 2015 Outline Lecture 1. Simulation vs Continuation. How

More information

Numerical techniques: Deterministic Dynamical Systems

Numerical techniques: Deterministic Dynamical Systems Numerical techniques: Deterministic Dynamical Systems Henk Dijkstra Institute for Marine and Atmospheric research Utrecht, Department of Physics and Astronomy, Utrecht, The Netherlands Transition behavior

More information

An Introduction to Numerical Continuation Methods. with Applications. Eusebius Doedel IIMAS-UNAM

An Introduction to Numerical Continuation Methods. with Applications. Eusebius Doedel IIMAS-UNAM An Introduction to Numerical Continuation Methods with Applications Eusebius Doedel IIMAS-UNAM July 28 - August 1, 2014 1 Persistence of Solutions Newton s method for solving a nonlinear equation [B83]

More information

Nonlinear Normal Modes of a Full-Scale Aircraft

Nonlinear Normal Modes of a Full-Scale Aircraft Nonlinear Normal Modes of a Full-Scale Aircraft M. Peeters Aerospace & Mechanical Engineering Dept. Structural Dynamics Research Group University of Liège, Belgium Nonlinear Modal Analysis: Motivation?

More information

Numerical Continuation and Normal Form Analysis of Limit Cycle Bifurcations without Computing Poincaré Maps

Numerical Continuation and Normal Form Analysis of Limit Cycle Bifurcations without Computing Poincaré Maps Numerical Continuation and Normal Form Analysis of Limit Cycle Bifurcations without Computing Poincaré Maps Yuri A. Kuznetsov joint work with W. Govaerts, A. Dhooge(Gent), and E. Doedel (Montreal) LCBIF

More information

Lecture 5. Numerical continuation of connecting orbits of iterated maps and ODEs. Yu.A. Kuznetsov (Utrecht University, NL)

Lecture 5. Numerical continuation of connecting orbits of iterated maps and ODEs. Yu.A. Kuznetsov (Utrecht University, NL) Lecture 5 Numerical continuation of connecting orbits of iterated maps and ODEs Yu.A. Kuznetsov (Utrecht University, NL) May 26, 2009 1 Contents 1. Point-to-point connections. 2. Continuation of homoclinic

More information

B5.6 Nonlinear Systems

B5.6 Nonlinear Systems B5.6 Nonlinear Systems 5. Global Bifurcations, Homoclinic chaos, Melnikov s method Alain Goriely 2018 Mathematical Institute, University of Oxford Table of contents 1. Motivation 1.1 The problem 1.2 A

More information

Lecture Notes on Numerical Analysis of Nonlinear Equations

Lecture Notes on Numerical Analysis of Nonlinear Equations Lecture Notes on Numerical Analysis of Nonlinear Equations Eusebius J Doedel Department of Computer Science, Concordia University, Montreal, Canada Numerical integrators can provide valuable insight into

More information

Computing Periodic Orbits and their Bifurcations with Automatic Differentiation

Computing Periodic Orbits and their Bifurcations with Automatic Differentiation Computing Periodic Orbits and their Bifurcations with Automatic Differentiation John Guckenheimer and Brian Meloon Mathematics Department, Ithaca, NY 14853 September 29, 1999 1 Introduction This paper

More information

x R d, λ R, f smooth enough. Goal: compute ( follow ) equilibrium solutions as λ varies, i.e. compute solutions (x, λ) to 0 = f(x, λ).

x R d, λ R, f smooth enough. Goal: compute ( follow ) equilibrium solutions as λ varies, i.e. compute solutions (x, λ) to 0 = f(x, λ). Continuation of equilibria Problem Parameter-dependent ODE ẋ = f(x, λ), x R d, λ R, f smooth enough. Goal: compute ( follow ) equilibrium solutions as λ varies, i.e. compute solutions (x, λ) to 0 = f(x,

More information

NBA Lecture 1. Simplest bifurcations in n-dimensional ODEs. Yu.A. Kuznetsov (Utrecht University, NL) March 14, 2011

NBA Lecture 1. Simplest bifurcations in n-dimensional ODEs. Yu.A. Kuznetsov (Utrecht University, NL) March 14, 2011 NBA Lecture 1 Simplest bifurcations in n-dimensional ODEs Yu.A. Kuznetsov (Utrecht University, NL) March 14, 2011 Contents 1. Solutions and orbits: equilibria cycles connecting orbits other invariant sets

More information

Numerical bifurcation analysis of delay differential equations

Numerical bifurcation analysis of delay differential equations Numerical bifurcation analysis of delay differential equations Dirk Roose Dept. of Computer Science K.U.Leuven Dirk.Roose@cs.kuleuven.be Acknowledgements Many thanks to Koen Engelborghs Tatyana Luzyanina

More information

B.1 Numerical Continuation

B.1 Numerical Continuation APPENDIX B NUMERICAL CONTINUATION USING DDE-BIFTOOL In the several figures, results from the delay-differential equation continuation software DDE-BIFTOOL are displayed. This appendix serves as a simple

More information

FROM EQUILIBRIUM TO CHAOS

FROM EQUILIBRIUM TO CHAOS FROM EQUILIBRIUM TO CHAOS Practica! Bifurcation and Stability Analysis RÜDIGER SEYDEL Institut für Angewandte Mathematik und Statistik University of Würzburg Würzburg, Federal Republic of Germany ELSEVIER

More information

Elements of Applied Bifurcation Theory

Elements of Applied Bifurcation Theory Yuri A. Kuznetsov Elements of Applied Bifurcation Theory Third Edition With 251 Illustrations Springer Introduction to Dynamical Systems 1 1.1 Definition of a dynamical system 1 1.1.1 State space 1 1.1.2

More information

Analysis of a lumped model of neocortex to study epileptiform ac

Analysis of a lumped model of neocortex to study epileptiform ac of a lumped model of neocortex to study epileptiform activity Sid Visser Hil Meijer Stephan van Gils March 21, 2012 What is epilepsy? Pathology Neurological disorder, affecting 1% of world population Characterized

More information

Continuation and bifurcation analysis of delay differential equations

Continuation and bifurcation analysis of delay differential equations Continuation and bifurcation analysis of delay differential equations Dirk Roose 1 and Robert Szalai 2 1 Department of Computer Science, Katholieke Universiteit Leuven, Belgium 2 Department of Engineering

More information

Continuation of cycle-to-cycle connections in 3D ODEs

Continuation of cycle-to-cycle connections in 3D ODEs HET p. 1/2 Continuation of cycle-to-cycle connections in 3D ODEs Yuri A. Kuznetsov joint work with E.J. Doedel, B.W. Kooi, and G.A.K. van Voorn HET p. 2/2 Contents Previous works Truncated BVP s with projection

More information

Finding periodic orbits in state-dependent delay differential equations as roots of algebraic equations

Finding periodic orbits in state-dependent delay differential equations as roots of algebraic equations Finding periodic orbits in state-dependent delay differential equations as roots of algebraic equations Jan Sieber arxiv:1010.2391v8 [math.ds] 26 Feb 2015 July 6, 2017 In this paper we prove that periodic

More information

Solutions for B8b (Nonlinear Systems) Fake Past Exam (TT 10)

Solutions for B8b (Nonlinear Systems) Fake Past Exam (TT 10) Solutions for B8b (Nonlinear Systems) Fake Past Exam (TT 10) Mason A. Porter 15/05/2010 1 Question 1 i. (6 points) Define a saddle-node bifurcation and show that the first order system dx dt = r x e x

More information

Nonlinear Normal Modes: Theoretical Curiosity or Practical Concept?

Nonlinear Normal Modes: Theoretical Curiosity or Practical Concept? Nonlinear Normal Modes: Theoretical Curiosity or Practical Concept? Gaëtan Kerschen Space Structures and Systems Lab Structural Dynamics Research Group University of Liège Linear Modes: A Key Concept Clear

More information

Numerical qualitative analysis of a large-scale model for measles spread

Numerical qualitative analysis of a large-scale model for measles spread Numerical qualitative analysis of a large-scale model for measles spread Hossein Zivari-Piran Department of Mathematics and Statistics York University (joint work with Jane Heffernan) p./9 Outline Periodic

More information

Half of Final Exam Name: Practice Problems October 28, 2014

Half of Final Exam Name: Practice Problems October 28, 2014 Math 54. Treibergs Half of Final Exam Name: Practice Problems October 28, 24 Half of the final will be over material since the last midterm exam, such as the practice problems given here. The other half

More information

Bifurcation Analysis and Reduced Order Modelling of a non-adiabatic tubular reactor with axial mixing

Bifurcation Analysis and Reduced Order Modelling of a non-adiabatic tubular reactor with axial mixing Bifurcation Analysis and Reduced Order Modelling of a non-adiabatic tubular reactor with axial mixing M.A Woodgate, K.J Badcock, and B.E Richards Department of Aerospace Engineering, University of Glasgow,

More information

DDE-BIFTOOL v Manual Bifurcation analysis of delay differential equations

DDE-BIFTOOL v Manual Bifurcation analysis of delay differential equations DDE-BIFTOOL v. 3.1.1 Manual Bifurcation analysis of delay differential equations J. Sieber, K. Engelborghs, T. Luzyanina, G. Samaey, D. Roose April 5, 2017 Keywords nonlinear dynamics, delay-differential

More information

Elements of Applied Bifurcation Theory

Elements of Applied Bifurcation Theory Yuri A. Kuznetsov Elements of Applied Bifurcation Theory Second Edition With 251 Illustrations Springer Preface to the Second Edition Preface to the First Edition vii ix 1 Introduction to Dynamical Systems

More information

ETNA Kent State University

ETNA Kent State University Electronic Transactions on Numerical Analysis. Volume 4, pp. 373-38, 23. Copyright 23,. ISSN 68-963. ETNA A NOTE ON THE RELATION BETWEEN THE NEWTON HOMOTOPY METHOD AND THE DAMPED NEWTON METHOD XUPING ZHANG

More information

Parameter-Dependent Eigencomputations and MEMS Applications

Parameter-Dependent Eigencomputations and MEMS Applications Parameter-Dependent Eigencomputations and MEMS Applications David Bindel UC Berkeley, CS Division Parameter-Dependent Eigencomputations and MEMS Applications p.1/36 Outline Some applications Mathematical

More information

A review of stability and dynamical behaviors of differential equations:

A review of stability and dynamical behaviors of differential equations: A review of stability and dynamical behaviors of differential equations: scalar ODE: u t = f(u), system of ODEs: u t = f(u, v), v t = g(u, v), reaction-diffusion equation: u t = D u + f(u), x Ω, with boundary

More information

Phase Response Curves, Delays and Synchronization in Matlab

Phase Response Curves, Delays and Synchronization in Matlab Phase Response Curves, Delays and Synchronization in Matlab W. Govaerts and B. Sautois Department of Applied Mathematics and Computer Science, Ghent University, Krijgslaan 281-S9, B-9000 Ghent, Belgium

More information

B5.6 Nonlinear Systems

B5.6 Nonlinear Systems B5.6 Nonlinear Systems 4. Bifurcations Alain Goriely 2018 Mathematical Institute, University of Oxford Table of contents 1. Local bifurcations for vector fields 1.1 The problem 1.2 The extended centre

More information

Computing two-dimensional global invariant manifolds in slow-fast systems

Computing two-dimensional global invariant manifolds in slow-fast systems Computing two-dimensional global invariant manifolds in slow-fast systems J. P. England, B. Krauskopf & H. M. Osinga Bristol Centre for Applied Nonlinear Mathematics Department of Engineering Mathematics,

More information

2 Lecture 2: Amplitude equations and Hopf bifurcations

2 Lecture 2: Amplitude equations and Hopf bifurcations Lecture : Amplitude equations and Hopf bifurcations This lecture completes the brief discussion of steady-state bifurcations by discussing vector fields that describe the dynamics near a bifurcation. From

More information

Large scale continuation using a block eigensolver

Large scale continuation using a block eigensolver Universidad Central de Venezuela Facultad de Ciencias Escuela de Computación Lecturas en Ciencias de la Computación ISSN 1316-6239 Large scale continuation using a block eigensolver Z. Castillo RT 2006-03

More information

tutorial ii: One-parameter bifurcation analysis of equilibria with matcont

tutorial ii: One-parameter bifurcation analysis of equilibria with matcont tutorial ii: One-parameter bifurcation analysis of equilibria with matcont Yu.A. Kuznetsov Department of Mathematics Utrecht University Budapestlaan 6 3508 TA, Utrecht February 13, 2018 1 This session

More information

ODE, part 2. Dynamical systems, differential equations

ODE, part 2. Dynamical systems, differential equations ODE, part 2 Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2011 Dynamical systems, differential equations Consider a system of n first order equations du dt = f(u, t),

More information

BIFURCATION PHENOMENA Lecture 4: Bifurcations in n-dimensional ODEs

BIFURCATION PHENOMENA Lecture 4: Bifurcations in n-dimensional ODEs BIFURCATION PHENOMENA Lecture 4: Bifurcations in n-dimensional ODEs Yuri A. Kuznetsov August, 2010 Contents 1. Solutions and orbits: equilibria cycles connecting orbits compact invariant manifolds strange

More information

Direct Methods. Moritz Diehl. Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U.

Direct Methods. Moritz Diehl. Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U. Direct Methods Moritz Diehl Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U. Leuven Belgium Overview Direct Single Shooting Direct Collocation Direct Multiple

More information

BIFURCATION PHENOMENA Lecture 1: Qualitative theory of planar ODEs

BIFURCATION PHENOMENA Lecture 1: Qualitative theory of planar ODEs BIFURCATION PHENOMENA Lecture 1: Qualitative theory of planar ODEs Yuri A. Kuznetsov August, 2010 Contents 1. Solutions and orbits. 2. Equilibria. 3. Periodic orbits and limit cycles. 4. Homoclinic orbits.

More information

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD CHALMERS, GÖTEBORGS UNIVERSITET EXAM for DYNAMICAL SYSTEMS COURSE CODES: TIF 155, FIM770GU, PhD Time: Place: Teachers: Allowed material: Not allowed: August 22, 2018, at 08 30 12 30 Johanneberg Jan Meibohm,

More information

Bifurcation Analysis of Large Equilibrium Systems in Matlab

Bifurcation Analysis of Large Equilibrium Systems in Matlab Bifurcation Analysis of Large Equilibrium Systems in Matlab David S. Bindel 1, James W. Demmel 2, Mark J. Friedman 3, Willy J.F. Govaerts 4, and Yuri A. Kuznetsov 5 1 Department of Electrical Engineering

More information

Lotka Volterra Predator-Prey Model with a Predating Scavenger

Lotka Volterra Predator-Prey Model with a Predating Scavenger Lotka Volterra Predator-Prey Model with a Predating Scavenger Monica Pescitelli Georgia College December 13, 2013 Abstract The classic Lotka Volterra equations are used to model the population dynamics

More information

8.1 Bifurcations of Equilibria

8.1 Bifurcations of Equilibria 1 81 Bifurcations of Equilibria Bifurcation theory studies qualitative changes in solutions as a parameter varies In general one could study the bifurcation theory of ODEs PDEs integro-differential equations

More information

1 1

1 1 jmg16@cornell.edu 1 1 Periodic Orbit Continuation in Multiple Time Scale Systems John Guckenheimer and M. Drew LaMar Mathematics Department, Cornell University, Ithaca, NY 14853 1 Introduction Continuation

More information

One Dimensional Dynamical Systems

One Dimensional Dynamical Systems 16 CHAPTER 2 One Dimensional Dynamical Systems We begin by analyzing some dynamical systems with one-dimensional phase spaces, and in particular their bifurcations. All equations in this Chapter are scalar

More information

An Introduction to Numerical Methods for Differential Equations. Janet Peterson

An Introduction to Numerical Methods for Differential Equations. Janet Peterson An Introduction to Numerical Methods for Differential Equations Janet Peterson Fall 2015 2 Chapter 1 Introduction Differential equations arise in many disciplines such as engineering, mathematics, sciences

More information

10 Back to planar nonlinear systems

10 Back to planar nonlinear systems 10 Back to planar nonlinear sstems 10.1 Near the equilibria Recall that I started talking about the Lotka Volterra model as a motivation to stud sstems of two first order autonomous equations of the form

More information

Calculus and Differential Equations II

Calculus and Differential Equations II MATH 250 B Second order autonomous linear systems We are mostly interested with 2 2 first order autonomous systems of the form { x = a x + b y y = c x + d y where x and y are functions of t and a, b, c,

More information

= F ( x; µ) (1) where x is a 2-dimensional vector, µ is a parameter, and F :

= F ( x; µ) (1) where x is a 2-dimensional vector, µ is a parameter, and F : 1 Bifurcations Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 A bifurcation is a qualitative change

More information

Lecture 24: Starting to put it all together #3... More 2-Point Boundary value problems

Lecture 24: Starting to put it all together #3... More 2-Point Boundary value problems Lecture 24: Starting to put it all together #3... More 2-Point Boundary value problems Outline 1) Our basic example again: -u'' + u = f(x); u(0)=α, u(l)=β 2) Solution of 2-point Boundary value problems

More information

Dynamics of Modified Leslie-Gower Predator-Prey Model with Predator Harvesting

Dynamics of Modified Leslie-Gower Predator-Prey Model with Predator Harvesting International Journal of Basic & Applied Sciences IJBAS-IJENS Vol:13 No:05 55 Dynamics of Modified Leslie-Gower Predator-Prey Model with Predator Harvesting K. Saleh Department of Mathematics, King Fahd

More information

AIMS Exercise Set # 1

AIMS Exercise Set # 1 AIMS Exercise Set #. Determine the form of the single precision floating point arithmetic used in the computers at AIMS. What is the largest number that can be accurately represented? What is the smallest

More information

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems.

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems. Review Outline To review for the final, look over the following outline and look at problems from the book and on the old exam s and exam reviews to find problems about each of the following topics.. Basics

More information

Outline. Learning Objectives. References. Lecture 2: Second-order Systems

Outline. Learning Objectives. References. Lecture 2: Second-order Systems Outline Lecture 2: Second-order Systems! Techniques based on linear systems analysis! Phase-plane analysis! Example: Neanderthal / Early man competition! Hartman-Grobman theorem -- validity of linearizations!

More information

Numerical solution of ODEs

Numerical solution of ODEs Numerical solution of ODEs Arne Morten Kvarving Department of Mathematical Sciences Norwegian University of Science and Technology November 5 2007 Problem and solution strategy We want to find an approximation

More information

The Plan. Initial value problems (ivps) for ordinary differential equations (odes) Review of basic methods You are here: Hamiltonian systems

The Plan. Initial value problems (ivps) for ordinary differential equations (odes) Review of basic methods You are here: Hamiltonian systems 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 2 Dianne P. O Leary c 2008 The Plan

More information

A nonlinear equation is any equation of the form. f(x) = 0. A nonlinear equation can have any number of solutions (finite, countable, uncountable)

A nonlinear equation is any equation of the form. f(x) = 0. A nonlinear equation can have any number of solutions (finite, countable, uncountable) Nonlinear equations Definition A nonlinear equation is any equation of the form where f is a nonlinear function. Nonlinear equations x 2 + x + 1 = 0 (f : R R) f(x) = 0 (x cos y, 2y sin x) = (0, 0) (f :

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

1. Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal

1. Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal . Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal 3 9 matrix D such that A = P DP, for A =. 3 4 3 (a) P = 4, D =. 3 (b) P = 4, D =. (c) P = 4 8 4, D =. 3 (d) P

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

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD CHALMERS, GÖTEBORGS UNIVERSITET EXAM for DYNAMICAL SYSTEMS COURSE CODES: TIF 155, FIM770GU, PhD Time: Place: Teachers: Allowed material: Not allowed: January 14, 2019, at 08 30 12 30 Johanneberg Kristian

More information

Practical Computation of Nonlinear Normal Modes Using Numerical Continuation Techniques

Practical Computation of Nonlinear Normal Modes Using Numerical Continuation Techniques Advancements in Design Optimization of Materials, Structures and Mechanical Systems 17-20 December 2007 Xi an, China www.nwpu-esac.com/conference2007/ Practical Computation of Nonlinear Normal Modes Using

More information

Path following by SVD

Path following by SVD Path following by SVD Luca Dieci 1, Maria Grazia Gasparo 2, and Alessandra Papini 3 1 School of Mathematics, Georgia Institute of Technology, Atlanta GA 30332, USA, dieci@math.gatech.edu, 2 Università

More information

Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction

Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction 1 Introduction In this module, we develop solution techniques for numerically solving ordinary

More information

Robotics 1 Inverse kinematics

Robotics 1 Inverse kinematics Robotics 1 Inverse kinematics Prof. Alessandro De Luca Robotics 1 1 Inverse kinematics what are we looking for? direct kinematics is always unique; how about inverse kinematics for this 6R robot? Robotics

More information

Robotics 1 Inverse kinematics

Robotics 1 Inverse kinematics Robotics 1 Inverse kinematics Prof. Alessandro De Luca Robotics 1 1 Inverse kinematics what are we looking for? direct kinematics is always unique; how about inverse kinematics for this 6R robot? Robotics

More information

DELAY DIFFERENTIAL EQUATIONS AND CONTINUATION

DELAY DIFFERENTIAL EQUATIONS AND CONTINUATION DELAY DIFFERENTIAL EQUATIONS AND CONTINUATION JEAN-PHILIPPE LESSARD Abstract. In these lecture notes, we demonstrate how rigorous numerics can help studying the dynamics of delay equations. We present

More information

Homoclinic saddle to saddle-focus transitions in 4D systems

Homoclinic saddle to saddle-focus transitions in 4D systems Faculty of Electrical Engineering, Mathematics & Computer Science Homoclinic saddle to saddle-focus transitions in 4D systems Manu Kalia M.Sc. Thesis July 2017 Assessment committee: Prof. Dr. S. A. van

More information

Neural Excitability in a Subcritical Hopf Oscillator with a Nonlinear Feedback

Neural Excitability in a Subcritical Hopf Oscillator with a Nonlinear Feedback Neural Excitability in a Subcritical Hopf Oscillator with a Nonlinear Feedback Gautam C Sethia and Abhijit Sen Institute for Plasma Research, Bhat, Gandhinagar 382 428, INDIA Motivation Neural Excitability

More information

The Hopf-van der Pol System: Failure of a Homotopy Method

The Hopf-van der Pol System: Failure of a Homotopy Method DOI.7/s259--9-5 ORIGINAL RESEARCH The Hopf-van der Pol System: Failure of a Homotopy Method H. G. E. Meijer T. Kalmár-Nagy Foundation for Scientific Research and Technological Innovation 2 Abstract The

More information

13. Nonlinear least squares

13. Nonlinear least squares L. Vandenberghe ECE133A (Fall 2018) 13. Nonlinear least squares definition and examples derivatives and optimality condition Gauss Newton method Levenberg Marquardt method 13.1 Nonlinear least squares

More information

Introduction to Bifurcation and Normal Form theories

Introduction to Bifurcation and Normal Form theories Introduction to Bifurcation and Normal Form theories Romain Veltz / Olivier Faugeras October 9th 2013 ENS - Master MVA / Paris 6 - Master Maths-Bio (2013-2014) Outline 1 Invariant sets Limit cycles Stable/Unstable

More information

Modified Milne Simpson Method for Solving Differential Equations

Modified Milne Simpson Method for Solving Differential Equations Modified Milne Simpson Method for Solving Differential Equations R. K. Devkate 1, R. M. Dhaigude 2 Research Student, Department of Mathematics, Dr. Babasaheb Ambedkar Marathwada University, Aurangabad,

More information

Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations

Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations Outline ODEs and initial conditions. Explicit and implicit Euler methods. Runge-Kutta methods. Multistep

More information

Krauskopf, B., Erzgraber, H., & Lenstra, D. (2006). Dynamics of semiconductor lasers with filtered optical feedback.

Krauskopf, B., Erzgraber, H., & Lenstra, D. (2006). Dynamics of semiconductor lasers with filtered optical feedback. Krauskopf, B, Erzgraber, H, & Lenstra, D (26) Dynamics of semiconductor lasers with filtered optical feedback Early version, also known as pre-print Link to publication record in Explore Bristol Research

More information

Homoclinic Orbits of Planar Maps: Asymptotics and Mel nikov Functions

Homoclinic Orbits of Planar Maps: Asymptotics and Mel nikov Functions Department of Mathematics Mathematical Sciences Homoclinic Orbits of Planar Maps: Asymptotics and Mel nikov Functions A thesis submitted for the degree of Master of Science Author: Dirk van Kekem Project

More information

Elements of Applied Bifurcation Theory

Elements of Applied Bifurcation Theory Yuri A. Kuznetsov Elements of Applied Bifurcation Theory Third Edition With 251 Illustrations Springer Yuri A. Kuznetsov Department of Mathematics Utrecht University Budapestlaan 6 3584 CD Utrecht The

More information

Mathematical Modeling I

Mathematical Modeling I Mathematical Modeling I Dr. Zachariah Sinkala Department of Mathematical Sciences Middle Tennessee State University Murfreesboro Tennessee 37132, USA November 5, 2011 1d systems To understand more complex

More information

ODE Homework 1. Due Wed. 19 August 2009; At the beginning of the class

ODE Homework 1. Due Wed. 19 August 2009; At the beginning of the class ODE Homework Due Wed. 9 August 2009; At the beginning of the class. (a) Solve Lẏ + Ry = E sin(ωt) with y(0) = k () L, R, E, ω are positive constants. (b) What is the limit of the solution as ω 0? (c) Is

More information

University of Houston, Department of Mathematics Numerical Analysis, Fall 2005

University of Houston, Department of Mathematics Numerical Analysis, Fall 2005 3 Numerical Solution of Nonlinear Equations and Systems 3.1 Fixed point iteration Reamrk 3.1 Problem Given a function F : lr n lr n, compute x lr n such that ( ) F(x ) = 0. In this chapter, we consider

More information

Mathematical Foundations of Neuroscience - Lecture 7. Bifurcations II.

Mathematical Foundations of Neuroscience - Lecture 7. Bifurcations II. Mathematical Foundations of Neuroscience - Lecture 7. Bifurcations II. Filip Piękniewski Faculty of Mathematics and Computer Science, Nicolaus Copernicus University, Toruń, Poland Winter 2009/2010 Filip

More information

The Computation of Periodic Solutions of the 3-Body Problem Using the Numerical Continuation Software AUTO

The Computation of Periodic Solutions of the 3-Body Problem Using the Numerical Continuation Software AUTO The Computation of Periodic Solutions of the 3-Body Problem Using the Numerical Continuation Software AUTO Donald Dichmann Eusebius Doedel Randy Paffenroth Astrodynamics Consultant Computer Science Applied

More information

CHAPTER 5: Linear Multistep Methods

CHAPTER 5: Linear Multistep Methods CHAPTER 5: Linear Multistep Methods Multistep: use information from many steps Higher order possible with fewer function evaluations than with RK. Convenient error estimates. Changing stepsize or order

More information

BIFURCATIONS AND STRANGE ATTRACTORS IN A CLIMATE RELATED SYSTEM

BIFURCATIONS AND STRANGE ATTRACTORS IN A CLIMATE RELATED SYSTEM dx dt DIFFERENTIAL EQUATIONS AND CONTROL PROCESSES N 1, 25 Electronic Journal, reg. N P23275 at 7.3.97 http://www.neva.ru/journal e-mail: diff@osipenko.stu.neva.ru Ordinary differential equations BIFURCATIONS

More information

Numerical continuation methods for large-scale dissipative dynamical systems

Numerical continuation methods for large-scale dissipative dynamical systems EPJ manuscript No. (will be inserted by the editor) Numerical continuation methods for large-scale dissipative dynamical systems J. Sánchez Umbría a and M. Net b Departament de Física, Universitat Politècnica

More information

Physics Department Drexel University Philadelphia, PA

Physics Department Drexel University Philadelphia, PA Overview- Overview- Physics Department Drexel University Philadelphia, PA 19104 robert.gilmore@drexel.edu Colloquium, Department of Applied Mathematics New Jersey Institute of Technology Newark, New Jersey

More information

QUALIFYING EXAMINATION Harvard University Department of Mathematics Tuesday September 21, 2004 (Day 1)

QUALIFYING EXAMINATION Harvard University Department of Mathematics Tuesday September 21, 2004 (Day 1) QUALIFYING EXAMINATION Harvard University Department of Mathematics Tuesday September 21, 2004 (Day 1) Each of the six questions is worth 10 points. 1) Let H be a (real or complex) Hilbert space. We say

More information

from delay differential equations to ordinary differential equations (through partial differential equations)

from delay differential equations to ordinary differential equations (through partial differential equations) from delay differential equations to ordinary differential equations (through partial differential equations) dynamical systems and applications @ BCAM - Bilbao Dimitri Breda Department of Mathematics

More information

CANARDS AND HORSESHOES IN THE FORCED VAN DER POL EQUATION

CANARDS AND HORSESHOES IN THE FORCED VAN DER POL EQUATION CANARDS AND HORSESHOES IN THE FORCED VAN DER POL EQUATION WARREN WECKESSER Department of Mathematics Colgate University Hamilton, NY 3346 E-mail: wweckesser@mail.colgate.edu Cartwright and Littlewood discovered

More information

Example of a Blue Sky Catastrophe

Example of a Blue Sky Catastrophe PUB:[SXG.TEMP]TRANS2913EL.PS 16-OCT-2001 11:08:53.21 SXG Page: 99 (1) Amer. Math. Soc. Transl. (2) Vol. 200, 2000 Example of a Blue Sky Catastrophe Nikolaĭ Gavrilov and Andrey Shilnikov To the memory of

More information

Physics Department Drexel University Philadelphia, PA 19104

Physics Department Drexel University Philadelphia, PA 19104 Overview- Overview- Physics Department Drexel University Philadelphia, PA 19104 robert.gilmore@drexel.edu Physics & Topology Workshop Drexel University, Philadelphia, PA 19104 Sept. 9, 2008 Table of Contents

More information

Description of the extension ddebiftool_nmfm

Description of the extension ddebiftool_nmfm Description of the extension ddebiftool_nmfm Maikel Bosschaert, Bram Wage and Yuri Kuznetsov 16 September 2015 This addendum describes the normal form extension to DDE-BifTool, a bifurcation analysis toolbox

More information

ECE 8803 Nonlinear Dynamics and Applications Spring Georgia Tech Lorraine

ECE 8803 Nonlinear Dynamics and Applications Spring Georgia Tech Lorraine ECE 8803 Nonlinear Dynamics and Applications Spring 2018 Georgia Tech Lorraine Brief Description Introduction to the nonlinear dynamics of continuous-time and discrete-time systems. Routes to chaos. Quantification

More information

Opleiding Wiskunde & Informatica

Opleiding Wiskunde & Informatica Opleiding Wiskunde & Informatica Numerics and continuation for Reaction-Diffusion equations Renzo Baasdam s1524054 Supervisors: Martina Chirilus-Bruckner (MI) & Michael Emmerich (LIACS) BACHELOR THESIS

More information

Stability of flow past a confined cylinder

Stability of flow past a confined cylinder Stability of flow past a confined cylinder Andrew Cliffe and Simon Tavener University of Nottingham and Colorado State University Stability of flow past a confined cylinder p. 1/60 Flow past a cylinder

More information

Def. (a, b) is a critical point of the autonomous system. 1 Proper node (stable or unstable) 2 Improper node (stable or unstable)

Def. (a, b) is a critical point of the autonomous system. 1 Proper node (stable or unstable) 2 Improper node (stable or unstable) Types of critical points Def. (a, b) is a critical point of the autonomous system Math 216 Differential Equations Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan November

More information

Kasetsart University Workshop. Multigrid methods: An introduction

Kasetsart University Workshop. Multigrid methods: An introduction Kasetsart University Workshop Multigrid methods: An introduction Dr. Anand Pardhanani Mathematics Department Earlham College Richmond, Indiana USA pardhan@earlham.edu A copy of these slides is available

More information

CALCULUS ON MANIFOLDS. 1. Riemannian manifolds Recall that for any smooth manifold M, dim M = n, the union T M =

CALCULUS ON MANIFOLDS. 1. Riemannian manifolds Recall that for any smooth manifold M, dim M = n, the union T M = CALCULUS ON MANIFOLDS 1. Riemannian manifolds Recall that for any smooth manifold M, dim M = n, the union T M = a M T am, called the tangent bundle, is itself a smooth manifold, dim T M = 2n. Example 1.

More information