ME 406 Example of Stable and Unstable Manifolds

Size: px
Start display at page:

Download "ME 406 Example of Stable and Unstable Manifolds"

Transcription

1 ME 46 Eample of Stable and Unstable Manifolds intreset; plotreset; ssid Mathematica 4..2, DnPac.66, 3ê8ê22 Introduction In this notebook, we stud an eample given in Differential Equations and Dnamical Sstems, Lawrence Perko, second edition, Springer-Verlag, 996, p.. The equations are = - - 2, = 2 +. () This sstem has an equilibrium point at (,). We will construct both the linear and nonlinear stable and unstable manifolds in the vicinit of the origin. Then we will construct the global stable and unstable manifolds. Sstem Definition We define the sstem for DnPac. setstate[{,}]; setparm[{}]; slopevec = , + 2 <; parmval = {}; ssname = "nlsstem"; intreset; plotreset; Equilibrium Point We start b analzing the equilibrium at the origin. We first use classif2d, and then we use eigers to obtain the eigenvectors and eigenvalues at the origin.

2 2 manifold.nb classif2d[{,}] Abbreviations used in classif2d. L = linear, NL = nonlinear, R2 = repeated root. Z = one zero root, Z2 = two zero roots. This message printed once. unstable - saddle eigers = eigss@8, <D 88, <, 88, <, 8, <<< Stable and Unstable Manifolds for Nonlinear Sstem We will use blue for stable manifolds, red for unstable manifolds. The stable manifold corresponds to the negative eigenvalue. To construct it, we integrate backwards in time, starting ver near the equilibrium, displaced from the equilibrium along the eigenvector associated with the eigenvalue. The solution going backwards in time could grow ver rapidl, so we avoid the possibilit of overflow and crash b using range checking. We limit the range to a bo from to in both variables. We add an arrow to the mid-point of each orbit. We remove the aes (and put a frame around the picture) so that the tangencies can be better seen when we compare linear and nonlinear sstems. ranger = {{.4,.4},{.4,.4}}; rangeflag = True; t =.; h = -.2; nsteps = ; initset = {.5*{,},-.5*{,}}; arrowflag = True; arrowvec = 8 ê 2<; asprat =.; plrange = 88.,.<, 8.,.<<; aon = False; frameon = True; setcolor@8blue<d;

3 manifold.nb 3 stableport = portrait[initset,t,h,nsteps,,2]; nlsstem Now we construct the unstable manifold. setcolor@8red<d; initset = {.5*{,},-.5*{,}}; h =.2;

4 4 manifold.nb unstableport = portrait[initset,t,h,nsteps,,2]; nlsstem Now we combine these

5 manifold.nb 5 nlman = show@stableport, unstableportd; nlsstem Stable and Unstable Manifolds for Linearized Sstem Now we construct the linearized sstem and then go through the same manifold constructions for it. We first save the nonlinear sstem under the name nlsstem. savess[nlsstem]; We continue to use {,} for the state vector, and both parmval and parmvec remain empt lists. Thus for the linear sstem, we must redefine onl the slope function. It is the derivative matri at equilibrium times the state vector. slopevec = Dot[dermatval[{,}],{,}] 8-, < ssname = "linsstem"; Now we construct the linear stable manifold. ranger = {{.4,.4},{.4,.4}};

6 6 manifold.nb rangeflag = True; t =.; h = -.2; nsteps = ; initset = {.5*{,},-.5*{,}}; arrowflag = True; arrowvec = 8 ê 2<; asprat =.; plrange = 88.,.<, 8.,.<<; aon = False; setcolor@8blue<d; linstableport = portrait[initset,t,h,nsteps,,2]; linsstem Now we construct the unstable manifold. setcolor@8red<d; initset = {.5*{,},-.5*{,}};

7 manifold.nb 7 h =.2; linunstableport = portrait[initset,t,h,nsteps,,2]; linsstem We combine the last two pictures.

8 8 manifold.nb lman = show@linstableport, linunstableportd; linsstem Now for the finale, showing both the linear and nonlinear manifolds and illustrating the tangencies at the equilibrium point.

9 manifold.nb 9 show@lman, nlmand; linsstem Global Manifolds for Nonlinear Sstem Now we restore the nonlinear sstem, and we tr to find the global stable and unstable manifolds. We will get some surprises in that effort. restoress@nlsstemd; We enlarge our plotting window, and we begin with the construction of the stable manifold. We start on the eigenvectors ver near the origin and integrate backwards in time. eps =.; initset = 8eps * 8, <, eps * 8, <<; t =.; h =-.2; nsteps = ; plrange = 88-2., 2.<, 8-2., 2.<<; asprat =.; rangeflag = True; ranger = plrange; bothdirflag = False; setcolor@8black<d;

10 manifold.nb labon = "Stable Manifold"; arrowflag = True; arrowvec = 8 ê 2<; globestab = portrait[initset,t,h,nsteps,,2]; 2 Stable Manifold Now we carr this out for the unstable manifold. For this, we start near the equilibrium on the eigenvectors and integrate forward in time. initset = 8eps * 8, <, eps * 8, <<; h =.2; labon = "Unstable Manifold";

11 manifold.nb globeunstab = portrait[initset,t,h,nsteps,,2]; 2 Unstable Manifold The biggest surprise here is the homoclinic loop rooted in the origin: it is part of both the global unstable and global stable manifold! A little thought shows that this doesn't violate the rules, whether or not we imagined such a thing could happen. If we start on the loop and go forward in time, we arrive at the origin, hence it is part of the stable manifold. If we start on the loop and go backward in time, we also arrive at the origin, so it is part of the unstable manifold. We can show the two manifolds together: labon = "Unstable and Stable Manifolds";

12 2 manifold.nb globeunstabd; 2 Unstable and Stable Manifolds Although the homoclinic loop is not periodic, it is prett clear that there is a periodic solution or solutions in its interior, and also an equilibrium point. The equilibrium point is eas to find -- it is {,}, also confirmed b DnPac: findpoleq 88, <, 8, <, 8HL ê3, -HL 2ê3 <, 8-HL 2ê3, HL ê3 << We classif the new equilibrium. classif2d@8, <D stable HLL, indeterminate HNLL - center Let's tr a few initial conditions inside the loop. initset = 88,.4<, 8, -.7<<; t =.; h =.2; nsteps = 5; arrowvec = 8 ê 2<; labon = "Periodic Solutions";

13 manifold.nb 3 periodic = portrait[initset,t,h,nsteps,,2]; 2 Periodic Solutions -2 Thus the equilibrium at {,} is a nonlinear center. We put all of this together labon = "Phase Portrait";

14 4 manifold.nb globeunstab, periodicd; 2 Phase Portrait We add two more orbits for completeness. Two in the upper right, and a third which curves around the outside of the homoclinic loop. initset = 882., <, 82.,.4<, 82., <<;

15 manifold.nb 5 moreport = portrait[initset,t,h,nsteps,,2]; 2 Phase Portrait

16 6 manifold.nb globeunstab, periodic, moreportd; 2 Phase Portrait

ME 406 Trapping a Limit Cycle

ME 406 Trapping a Limit Cycle orbtrap.nb 1 ME 6 Trapping a Limit Ccle In[3]:= ssid Mathematica.1, DnPac 1.65, ê13ê In[33]:= In[3]:= intreset; plotreset; ü Introduction In this notebook, we localize a limit ccle b orbit trapping. The

More information

ME 163 A Catalogue of Equilibria for Systems of Two Linear Autonomous First Order Equations

ME 163 A Catalogue of Equilibria for Systems of Two Linear Autonomous First Order Equations catalogued.nb 1 ME 163 A Catalogue of Equilibria for Sstems of Two Linear Autonomous First Order Equations Introduction In this notebook, we look at solutions of equations of the following form: d = a

More information

ME 406 Trapping a Limit Cycle

ME 406 Trapping a Limit Cycle orbtrap.nb 1 ME 406 Trapping a Limit Cycle sysid Mathematica 6.0.3, DynPac 11.01, 1ê13ê2009 intreset; plotreset; imsize = 250; ü Introduction In this notebook, we localize a limit cycle by orbit trapping.

More information

ME 406 Assignment #9 Solutions

ME 406 Assignment #9 Solutions ME 06 Assignment #9 Solutions sysid Mathematica 6.0., DynPac.0, ê8ê009 intreset; plotreset; imsize = 50; Problem The equations are x = -x, y = x +y, z = x + z. Let F = x + y +z. To show that the surface

More information

ME 406 Assignment 6 Solutions

ME 406 Assignment 6 Solutions ME 406 Assignment 6 Solutions sysid Mathematica 6.0.3, DynPac 11.02, 3ê12ê2009 inreset; plotreset; Problem 1 ü Part a We look for equilibria. The first equation requires y = 0, and the second equation

More information

ME 406 Predator-Prey Example Part 1 - Equilibrium

ME 406 Predator-Prey Example Part 1 - Equilibrium predpt1.nb 1 In[299]:= sysid Mathematica 6.0.3, DynPac 11.02, 2ê12ê2009 ME 406 Predator-Prey Example Part 1 - Equilibrium ü Introduction This is a simple model of an ecological system with three components:

More information

ME 406 Bifurcations VII Subcritical Hopf Bifurcation

ME 406 Bifurcations VII Subcritical Hopf Bifurcation ME 406 Bifurcations VII Subcritical Hopf Bifurcation sysid Mathematica 4.1.2, DynPac 10.66, 3ê5ê2002 intreset; plotreset; 1. Introduction In this notebook, the seventh in a series of notebooks on bifurcations,

More information

ME 406 Further Results for the Project: Analysis of Solution Near the Spiral Equilibrium for a = 0

ME 406 Further Results for the Project: Analysis of Solution Near the Spiral Equilibrium for a = 0 ME 406 Further Results for the Project: Analysis of Solution Near the Spiral Equilibrium for a = 0 1. Introduction sysid; plotreset; intreset; imsize = 250; Mathematica 6.0.3, DynPac 11.02, 4ê10ê2009 In

More information

DYNAMICAL SYSTEMS Tutorial 17

DYNAMICAL SYSTEMS Tutorial 17 map.nb DYNAMICAL SYSTEMS Tutorial 7 Iterated Maps sysid Mathematica 4..2, DynPac.67, 3ê9ê22 plotreset; intreset; ü Functions and Variables Used in This Tutorial asprat, bifurcmap, bifurc3dmap, bimap, borat,

More information

ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included

ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included ME 406 S-I-R Model of Epidemics Part 2 Vital Dynamics Included sysid Mathematica 6.0.3, DynPac 11.01, 1ê13ê9 1. Introduction Description of the Model In this notebook, we include births and deaths in the

More information

Local Phase Portrait of Nonlinear Systems Near Equilibria

Local Phase Portrait of Nonlinear Systems Near Equilibria Local Phase Portrait of Nonlinear Sstems Near Equilibria [1] Consider 1 = 6 1 1 3 1, = 3 1. ( ) (a) Find all equilibrium solutions of the sstem ( ). (b) For each equilibrium point, give the linear approimating

More information

ME 406 Orbital Stability

ME 406 Orbital Stability ME 406 Orbital Stability sysid Mathematica 4.., DynPac 0.66, 3êê00. Introduction In this notebook we develop some examples which illustrate the concept of orbital stability. We begin by reviewing the "standard"

More information

Math Notes on sections 7.8,9.1, and 9.3. Derivation of a solution in the repeated roots case: 3 4 A = 1 1. x =e t : + e t w 2.

Math Notes on sections 7.8,9.1, and 9.3. Derivation of a solution in the repeated roots case: 3 4 A = 1 1. x =e t : + e t w 2. Math 7 Notes on sections 7.8,9., and 9.3. Derivation of a solution in the repeated roots case We consider the eample = A where 3 4 A = The onl eigenvalue is = ; and there is onl one linearl independent

More information

Problem set 6 Math 207A, Fall 2011 Solutions. 1. A two-dimensional gradient system has the form

Problem set 6 Math 207A, Fall 2011 Solutions. 1. A two-dimensional gradient system has the form Problem set 6 Math 207A, Fall 2011 s 1 A two-dimensional gradient sstem has the form x t = W (x,, x t = W (x, where W (x, is a given function (a If W is a quadratic function W (x, = 1 2 ax2 + bx + 1 2

More information

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

* τσ σκ. Supporting Text. A. Stability Analysis of System 2

* τσ σκ. Supporting Text. A. Stability Analysis of System 2 Supporting Tet A. Stabilit Analsis of Sstem In this Appendi, we stud the stabilit of the equilibria of sstem. If we redefine the sstem as, T when -, then there are at most three equilibria: E,, E κ -,,

More information

520 Chapter 9. Nonlinear Differential Equations and Stability. dt =

520 Chapter 9. Nonlinear Differential Equations and Stability. dt = 5 Chapter 9. Nonlinear Differential Equations and Stabilit dt L dθ. g cos θ cos α Wh was the negative square root chosen in the last equation? (b) If T is the natural period of oscillation, derive the

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

Appendix: A Computer-Generated Portrait Gallery

Appendix: A Computer-Generated Portrait Gallery Appendi: A Computer-Generated Portrait Galler There are a number of public-domain computer programs which produce phase portraits for 2 2 autonomous sstems. One has the option of displaing the trajectories

More information

MATH 415, WEEKS 7 & 8: Conservative and Hamiltonian Systems, Non-linear Pendulum

MATH 415, WEEKS 7 & 8: Conservative and Hamiltonian Systems, Non-linear Pendulum MATH 415, WEEKS 7 & 8: Conservative and Hamiltonian Systems, Non-linear Pendulum Reconsider the following example from last week: dx dt = x y dy dt = x2 y. We were able to determine many qualitative features

More information

(4p) See Theorem on pages in the course book. 3. Consider the following system of ODE: z 2. n j 1

(4p) See Theorem on pages in the course book. 3. Consider the following system of ODE: z 2. n j 1 MATEMATIK Datum -8- Tid eftermiddag GU, Chalmers Hjälpmedel inga A.Heintz Telefonvakt Aleei Heintz Tel. 76-786. Tenta i ODE och matematisk modellering, MMG, MVE6 Answer rst those questions that look simpler,

More information

Solutions to Two Interesting Problems

Solutions to Two Interesting Problems Solutions to Two Interesting Problems Save the Lemming On each square of an n n chessboard is an arrow pointing to one of its eight neighbors (or off the board, if it s an edge square). However, arrows

More information

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes Mathematics 309 Conic sections and their applicationsn Chapter 2. Quadric figures In this chapter want to outline quickl how to decide what figure associated in 2D and 3D to quadratic equations look like.

More information

0 as an eigenvalue. degenerate

0 as an eigenvalue. degenerate Math 1 Topics since the third exam Chapter 9: Non-linear Sstems of equations x1: Tpical Phase Portraits The structure of the solutions to a linear, constant coefficient, sstem of differential equations

More information

7.7 LOTKA-VOLTERRA M ODELS

7.7 LOTKA-VOLTERRA M ODELS 77 LOTKA-VOLTERRA M ODELS sstems, such as the undamped pendulum, enabled us to draw the phase plane for this sstem and view it globall In that case we were able to understand the motions for all initial

More information

Chapter 8 Equilibria in Nonlinear Systems

Chapter 8 Equilibria in Nonlinear Systems Chapter 8 Equilibria in Nonlinear Sstems Recall linearization for Nonlinear dnamical sstems in R n : X 0 = F (X) : if X 0 is an equilibrium, i.e., F (X 0 ) = 0; then its linearization is U 0 = AU; A =

More information

Midterm 2. MAT17C, Spring 2014, Walcott

Midterm 2. MAT17C, Spring 2014, Walcott Mierm 2 MAT7C, Spring 24, Walcott Note: There are SEVEN questions. Points for each question are shown in a table below and also in parentheses just after each question (and part). Be sure to budget our

More information

Math 3301 Homework Set Points ( ) ( ) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, ( ) ( ) ( ) ( )

Math 3301 Homework Set Points ( ) ( ) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, ( ) ( ) ( ) ( ) #7. ( pts) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, λ 5 λ 7 t t ce The general solution is then : 5 7 c c c x( 0) c c 9 9 c+ c c t 5t 7 e + e A sketch of

More information

TRANSFER ORBITS GUIDED BY THE UNSTABLE/STABLE MANIFOLDS OF THE LAGRANGIAN POINTS

TRANSFER ORBITS GUIDED BY THE UNSTABLE/STABLE MANIFOLDS OF THE LAGRANGIAN POINTS TRANSFER ORBITS GUIDED BY THE UNSTABLE/STABLE MANIFOLDS OF THE LAGRANGIAN POINTS Annelisie Aiex Corrêa 1, Gerard Gómez 2, Teresinha J. Stuchi 3 1 DMC/INPE - São José dos Campos, Brazil 2 MAiA/UB - Barcelona,

More information

1 The pendulum equation

1 The pendulum equation Math 270 Honors ODE I Fall, 2008 Class notes # 5 A longer than usual homework assignment is at the end. The pendulum equation We now come to a particularly important example, the equation for an oscillating

More information

4452 Mathematical Modeling Lecture 13: Chaos and Fractals

4452 Mathematical Modeling Lecture 13: Chaos and Fractals Math Modeling Lecture 13: Chaos and Fractals Page 1 442 Mathematical Modeling Lecture 13: Chaos and Fractals Introduction In our tetbook, the discussion on chaos and fractals covers less than 2 pages.

More information

Using web-based Java pplane applet to graph solutions of systems of differential equations

Using web-based Java pplane applet to graph solutions of systems of differential equations Using web-based Java pplane applet to graph solutions of systems of differential equations Our class project for MA 341 involves using computer tools to analyse solutions of differential equations. This

More information

A plane autonomous system is a pair of simultaneous first-order differential equations,

A plane autonomous system is a pair of simultaneous first-order differential equations, Chapter 11 Phase-Plane Techniques 11.1 Plane Autonomous Systems A plane autonomous system is a pair of simultaneous first-order differential equations, ẋ = f(x, y), ẏ = g(x, y). This system has an equilibrium

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

Trusses - Method of Sections

Trusses - Method of Sections Trusses - Method of Sections ME 202 Methods of Truss Analsis Method of joints (previous notes) Method of sections (these notes) 2 MOS - Concepts Separate the structure into two parts (sections) b cutting

More information

APPPHYS217 Tuesday 25 May 2010

APPPHYS217 Tuesday 25 May 2010 APPPHYS7 Tuesday 5 May Our aim today is to take a brief tour of some topics in nonlinear dynamics. Some good references include: [Perko] Lawrence Perko Differential Equations and Dynamical Systems (Springer-Verlag

More information

UC San Francisco UC San Francisco Previously Published Works

UC San Francisco UC San Francisco Previously Published Works UC San Francisco UC San Francisco Previousl Published Works Title Radiative Corrections and Quantum Chaos. Permalink https://escholarship.org/uc/item/4jk9mg Journal PHYSICAL REVIEW LETTERS, 77(3) ISSN

More information

MOL 410/510: Introduction to Biological Dynamics Fall 2012 Problem Set #4, Nonlinear Dynamical Systems (due 10/19/2012) 6 MUST DO Questions, 1

MOL 410/510: Introduction to Biological Dynamics Fall 2012 Problem Set #4, Nonlinear Dynamical Systems (due 10/19/2012) 6 MUST DO Questions, 1 MOL 410/510: Introduction to Biological Dynamics Fall 2012 Problem Set #4, Nonlinear Dynamical Systems (due 10/19/2012) 6 MUST DO Questions, 1 OPTIONAL question 1. Below, several phase portraits are shown.

More information

Unit 12 Study Notes 1 Systems of Equations

Unit 12 Study Notes 1 Systems of Equations You should learn to: Unit Stud Notes Sstems of Equations. Solve sstems of equations b substitution.. Solve sstems of equations b graphing (calculator). 3. Solve sstems of equations b elimination. 4. Solve

More information

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv Math 1270 Honors ODE I Fall, 2008 Class notes # 1 We have learned how to study nonlinear systems x 0 = F (x; y) y 0 = G (x; y) (1) by linearizing around equilibrium points. If (x 0 ; y 0 ) is an equilibrium

More information

LESSON 35: EIGENVALUES AND EIGENVECTORS APRIL 21, (1) We might also write v as v. Both notations refer to a vector.

LESSON 35: EIGENVALUES AND EIGENVECTORS APRIL 21, (1) We might also write v as v. Both notations refer to a vector. LESSON 5: EIGENVALUES AND EIGENVECTORS APRIL 2, 27 In this contet, a vector is a column matri E Note 2 v 2, v 4 5 6 () We might also write v as v Both notations refer to a vector (2) A vector can be man

More information

15. Eigenvalues, Eigenvectors

15. Eigenvalues, Eigenvectors 5 Eigenvalues, Eigenvectors Matri of a Linear Transformation Consider a linear ( transformation ) L : a b R 2 R 2 Suppose we know that L and L Then c d because of linearit, we can determine what L does

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

10.4 Nonlinear Inequalities and Systems of Inequalities. OBJECTIVES 1 Graph a Nonlinear Inequality. 2 Graph a System of Nonlinear Inequalities.

10.4 Nonlinear Inequalities and Systems of Inequalities. OBJECTIVES 1 Graph a Nonlinear Inequality. 2 Graph a System of Nonlinear Inequalities. Section 0. Nonlinear Inequalities and Sstems of Inequalities 6 CONCEPT EXTENSIONS For the eercises below, see the Concept Check in this section.. Without graphing, how can ou tell that the graph of + =

More information

Ordinary Differential Equations

Ordinary Differential Equations Instructor: José Antonio Agapito Ruiz UCSC Summer Session II, 00 Math Ordinar Differential Equations Final Solution This report does not contain full answers to all questions of the final. Instead, ou

More information

Hello everyone, Best, Josh

Hello everyone, Best, Josh Hello everyone, As promised, the chart mentioned in class about what kind of critical points you get with different types of eigenvalues are included on the following pages (The pages are an ecerpt from

More information

HOMEWORK 3: Phase portraits for Mathmatical Models, Analysis and Simulation, Fall 2010 Report due Mon Oct 4, Maximum score 7.0 pts.

HOMEWORK 3: Phase portraits for Mathmatical Models, Analysis and Simulation, Fall 2010 Report due Mon Oct 4, Maximum score 7.0 pts. HOMEWORK 3: Phase portraits for Mathmatical Models, Analysis and Simulation, Fall 2010 Report due Mon Oct 4, 2010. Maximum score 7.0 pts. Three problems are to be solved in this homework assignment. The

More information

4 Second-Order Systems

4 Second-Order Systems 4 Second-Order Systems Second-order autonomous systems occupy an important place in the study of nonlinear systems because solution trajectories can be represented in the plane. This allows for easy visualization

More information

Section 5.4 (Systems of Linear Differential Equation); 9.5 Eigenvalues and Eigenvectors, cont d

Section 5.4 (Systems of Linear Differential Equation); 9.5 Eigenvalues and Eigenvectors, cont d Section 5.4 (Systems of Linear Differential Equation); 9.5 Eigenvalues and Eigenvectors, cont d July 6, 2009 Today s Session Today s Session A Summary of This Session: Today s Session A Summary of This

More information

Extra Credit Solutions Math 181, Fall 2018 Instructor: Dr. Doreen De Leon

Extra Credit Solutions Math 181, Fall 2018 Instructor: Dr. Doreen De Leon Extra Credit Solutions Math 181, Fall 018 Instrutor: Dr. Doreen De Leon 1. In eah problem below, the given sstem is an almost linear sstem at eah of its equilibrium points. For eah, (i Find the (real equilibrium

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

2.10 Saddles, Nodes, Foci and Centers

2.10 Saddles, Nodes, Foci and Centers 2.10 Saddles, Nodes, Foci and Centers In Section 1.5, a linear system (1 where x R 2 was said to have a saddle, node, focus or center at the origin if its phase portrait was linearly equivalent to one

More information

THE ROSENZWEIG-MACARTHUR PREDATOR-PREY MODEL

THE ROSENZWEIG-MACARTHUR PREDATOR-PREY MODEL THE ROSENZWEIG-MACARTHUR PREDATOR-PREY MODEL HAL L. SMITH* SCHOOL OF MATHEMATICAL AND STATISTICAL SCIENCES ARIZONA STATE UNIVERSITY TEMPE, AZ, USA 8587 Abstract. This is intended as lecture notes for nd

More information

The first change comes in how we associate operators with classical observables. In one dimension, we had. p p ˆ

The first change comes in how we associate operators with classical observables. In one dimension, we had. p p ˆ VI. Angular momentum Up to this point, we have been dealing primaril with one dimensional sstems. In practice, of course, most of the sstems we deal with live in three dimensions and 1D quantum mechanics

More information

Nonlinear Oscillators: Free Response

Nonlinear Oscillators: Free Response 20 Nonlinear Oscillators: Free Response Tools Used in Lab 20 Pendulums To the Instructor: This lab is just an introduction to the nonlinear phase portraits, but the connection between phase portraits and

More information

Math 181/281. Rumbos Spring 2011 Page 1. Solutions to Assignment #5. Hence, the dynamical system, θ(t, p, q), for (t, p, q) R 3 corresponding = F.

Math 181/281. Rumbos Spring 2011 Page 1. Solutions to Assignment #5. Hence, the dynamical system, θ(t, p, q), for (t, p, q) R 3 corresponding = F. Math 181/281. Rumbos Spring 2011 Page 1 Solutions to Assignment #5 1. For real numbers a and b with a 2 + b 2 = 0, let F : R 2 R 2 be given b ( ) ( ) ( ) x ax b x F =, for all R 2. (1) bx + a (a) Explain

More information

MATH Symmetric matrices, conics and quadrics December 3, 2001

MATH Symmetric matrices, conics and quadrics December 3, 2001 MATH 70- Smmetric matrices, conics and quadrics December 3, 00 Conic sections: > restart: > with(linalg):with(plots):#for computations and pictures with(student):#to do algebra computations like completing

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

Polynomial approximation and Splines

Polynomial approximation and Splines Polnomial approimation and Splines 1. Weierstrass approimation theorem The basic question we ll look at toda is how to approimate a complicated function f() with a simpler function P () f() P () for eample,

More information

Project 6.2 Phase Plane Portraits of Almost Linear Systems

Project 6.2 Phase Plane Portraits of Almost Linear Systems Project 6.2 Phase Plane Portraits of Almost Linear Sstems Interesting and complicated phase portraits often result from simple nonlinear perturbations of linear sstems. For instance, the figure below shows

More information

12.1 Systems of Linear equations: Substitution and Elimination

12.1 Systems of Linear equations: Substitution and Elimination . Sstems of Linear equations: Substitution and Elimination Sstems of two linear equations in two variables A sstem of equations is a collection of two or more equations. A solution of a sstem in two variables

More information

An Undergraduate s Guide to the Hartman-Grobman and Poincaré-Bendixon Theorems

An Undergraduate s Guide to the Hartman-Grobman and Poincaré-Bendixon Theorems An Undergraduate s Guide to the Hartman-Grobman and Poincaré-Bendixon Theorems Scott Zimmerman MATH181HM: Dynamical Systems Spring 2008 1 Introduction The Hartman-Grobman and Poincaré-Bendixon Theorems

More information

Math 266: Phase Plane Portrait

Math 266: Phase Plane Portrait Math 266: Phase Plane Portrait Long Jin Purdue, Spring 2018 Review: Phase line for an autonomous equation For a single autonomous equation y = f (y) we used a phase line to illustrate the equilibrium solutions

More information

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS CHAPTER PolNomiAl ANd rational functions learning ObjeCTIveS In this section, ou will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identif

More information

HÉNON HEILES HAMILTONIAN CHAOS IN 2 D

HÉNON HEILES HAMILTONIAN CHAOS IN 2 D ABSTRACT HÉNON HEILES HAMILTONIAN CHAOS IN D MODELING CHAOS & COMPLEXITY 008 YOUVAL DAR PHYSICS DAR@PHYSICS.UCDAVIS.EDU Chaos in two degrees of freedom, demonstrated b using the Hénon Heiles Hamiltonian

More information

April 13, We now extend the structure of the horseshoe to more general kinds of invariant. x (v) λ n v.

April 13, We now extend the structure of the horseshoe to more general kinds of invariant. x (v) λ n v. April 3, 005 - Hyperbolic Sets We now extend the structure of the horseshoe to more general kinds of invariant sets. Let r, and let f D r (M) where M is a Riemannian manifold. A compact f invariant set

More information

Lab 5: Nonlinear Systems

Lab 5: Nonlinear Systems Lab 5: Nonlinear Systems Goals In this lab you will use the pplane6 program to study two nonlinear systems by direct numerical simulation. The first model, from population biology, displays interesting

More information

(ii) An input requirement set for this technology is clearly not convex as it

(ii) An input requirement set for this technology is clearly not convex as it LONDON SCHOOL OF ECONOMICS Department of Economics Leonardo Felli 32L.4.02; 7525 Solutions to Assignment 5 EC487 Advanced Microeconomics Part I 1. Sketch of the answers: (i) The map of isoquants for this

More information

C. Non-linear Difference and Differential Equations: Linearization and Phase Diagram Technique

C. Non-linear Difference and Differential Equations: Linearization and Phase Diagram Technique C. Non-linear Difference and Differential Equations: Linearization and Phase Diaram Technique So far we have discussed methods of solvin linear difference and differential equations. Let us now discuss

More information

MathQuest: Differential Equations

MathQuest: Differential Equations MathQuest: Differential Equations Geometry of Systems 1. The differential equation d Y dt = A Y has two straight line solutions corresponding to [ ] [ ] 1 1 eigenvectors v 1 = and v 2 2 = that are shown

More information

STABILITY AND NEIMARK-SACKER BIFURCATION OF A SEMI-DISCRETE POPULATION MODEL

STABILITY AND NEIMARK-SACKER BIFURCATION OF A SEMI-DISCRETE POPULATION MODEL Journal of Applied Analsis and Computation Website:http://jaac-online.com/ Volume 4, Number 4, November 14 pp. 419 45 STABILITY AND NEIMARK-SACKER BIFURCATION OF A SEMI-DISCRETE POPULATION MODEL Cheng

More information

Nonlinear Systems Examples Sheet: Solutions

Nonlinear Systems Examples Sheet: Solutions Nonlinear Sstems Eamples Sheet: Solutions Mark Cannon, Michaelmas Term 7 Equilibrium points. (a). Solving ẋ =sin 4 3 =for gives =as an equilibrium point. This is the onl equilibrium because there is onl

More information

The Hopf Bifurcation Theorem: Abstract. Introduction. Transversality condition; the eigenvalues cross the imginary axis with non-zero speed

The Hopf Bifurcation Theorem: Abstract. Introduction. Transversality condition; the eigenvalues cross the imginary axis with non-zero speed Supercritical and Subcritical Hopf Bifurcations in Non Linear Maps Tarini Kumar Dutta, Department of Mathematics, Gauhati Universit Pramila Kumari Prajapati, Department of Mathematics, Gauhati Universit

More information

UNFOLDING THE CUSP-CUSP BIFURCATION OF PLANAR ENDOMORPHISMS

UNFOLDING THE CUSP-CUSP BIFURCATION OF PLANAR ENDOMORPHISMS UNFOLDING THE CUSP-CUSP BIFURCATION OF PLANAR ENDOMORPHISMS BERND KRAUSKOPF, HINKE M OSINGA, AND BRUCE B PECKHAM Abstract In man applications of practical interest, for eample, in control theor, economics,

More information

MATHEMATICAL MODELING AND THE STABILITY STUDY OF SOME CHEMICAL PHENOMENA

MATHEMATICAL MODELING AND THE STABILITY STUDY OF SOME CHEMICAL PHENOMENA HENRI COND IR FORCE CDEM ROMNI INTERNTIONL CONFERENCE of SCIENTIFIC PPER FSES rasov -6 Ma GENERL M.R. STEFNIK RMED FORCES CDEM SLOVK REPULIC MTHEMTICL MODELING ND THE STILIT STUD OF SOME CHEMICL PHENOMEN

More information

Canards at Folded Nodes

Canards at Folded Nodes Canards at Folded Nodes John Guckenheimer and Radu Haiduc Mathematics Department, Ithaca, NY 14853 For Yulij Il yashenko with admiration and affection on the occasion of his 60th birthday March 18, 2003

More information

7 Planar systems of linear ODE

7 Planar systems of linear ODE 7 Planar systems of linear ODE Here I restrict my attention to a very special class of autonomous ODE: linear ODE with constant coefficients This is arguably the only class of ODE for which explicit solution

More information

ON THE INTERPRETATION OF THE LAGRANGE MULTIPLIERS IN THE CONSTRAINT FORMULATION OF CONTACT PROBLEMS; OR WHY ARE SOME MULTIPLIERS ALWAYS ZERO?

ON THE INTERPRETATION OF THE LAGRANGE MULTIPLIERS IN THE CONSTRAINT FORMULATION OF CONTACT PROBLEMS; OR WHY ARE SOME MULTIPLIERS ALWAYS ZERO? Proceedings of the ASME 214 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 214 August 17-2, 214, Buffalo, New York, USA DETC214-3479

More information

Eigenvectors and Eigenvalues 1

Eigenvectors and Eigenvalues 1 Ma 2015 page 1 Eigenvectors and Eigenvalues 1 In this handout, we will eplore eigenvectors and eigenvalues. We will begin with an eploration, then provide some direct eplanation and worked eamples, and

More information

Algebra 2 Honors Summer Packet 2018

Algebra 2 Honors Summer Packet 2018 Algebra Honors Summer Packet 018 Solving Linear Equations with Fractional Coefficients For these problems, ou should be able to: A) determine the LCD when given two or more fractions B) solve a linear

More information

Optical flow. Subhransu Maji. CMPSCI 670: Computer Vision. October 20, 2016

Optical flow. Subhransu Maji. CMPSCI 670: Computer Vision. October 20, 2016 Optical flow Subhransu Maji CMPSC 670: Computer Vision October 20, 2016 Visual motion Man slides adapted from S. Seitz, R. Szeliski, M. Pollefes CMPSC 670 2 Motion and perceptual organization Sometimes,

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS )

UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS ) UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS ) CHAPTER : Limits and continuit of functions in R n. -. Sketch the following subsets of R. Sketch their boundar and the interior. Stud

More information

vii Contents 7.5 Mathematica Commands in Text Format 7.6 Exercises

vii Contents 7.5 Mathematica Commands in Text Format 7.6 Exercises Preface 0. A Tutorial Introduction to Mathematica 0.1 A Quick Tour of Mathematica 0.2 Tutorial 1: The Basics (One Hour) 0.3 Tutorial 2: Plots and Differential Equations (One Hour) 0.4 Mathematica Programs

More information

y R T However, the calculations are easier, when carried out using the polar set of co-ordinates ϕ,r. The relations between the co-ordinates are:

y R T However, the calculations are easier, when carried out using the polar set of co-ordinates ϕ,r. The relations between the co-ordinates are: Curved beams. Introduction Curved beams also called arches were invented about ears ago. he purpose was to form such a structure that would transfer loads, mainl the dead weight, to the ground b the elements

More information

CHAPTER 6 : LITERATURE REVIEW

CHAPTER 6 : LITERATURE REVIEW CHAPTER 6 : LITERATURE REVIEW Chapter : LITERATURE REVIEW 77 M E A S U R I N G T H E E F F I C I E N C Y O F D E C I S I O N M A K I N G U N I T S A B S T R A C T A n o n l i n e a r ( n o n c o n v e

More information

P E R E N C O - C H R I S T M A S P A R T Y

P E R E N C O - C H R I S T M A S P A R T Y L E T T I C E L E T T I C E I S A F A M I L Y R U N C O M P A N Y S P A N N I N G T W O G E N E R A T I O N S A N D T H R E E D E C A D E S. B A S E D I N L O N D O N, W E H A V E T H E P E R F E C T R

More information

Problem set 7 Math 207A, Fall 2011 Solutions

Problem set 7 Math 207A, Fall 2011 Solutions Problem set 7 Math 207A, Fall 2011 s 1. Classify the equilibrium (x, y) = (0, 0) of the system x t = x, y t = y + x 2. Is the equilibrium hyperbolic? Find an equation for the trajectories in (x, y)- phase

More information

CS 378: Computer Game Technology

CS 378: Computer Game Technology CS 378: Computer Game Technolog 3D Engines and Scene Graphs Spring 202 Universit of Teas at Austin CS 378 Game Technolog Don Fussell Representation! We can represent a point, p =,), in the plane! as a

More information

Using MatContM in the study of a nonlinear map in economics

Using MatContM in the study of a nonlinear map in economics Journal of Phsics: Conference Series PAPER OPEN ACCESS Using MatContM in the stud of a nonlinear map in economics To cite this article: Niels Neirnck et al 016 J. Phs.: Conf. Ser. 69 0101 Related content

More information

METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS. Keçiören, Ankara 06010, Turkey.

METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS. Keçiören, Ankara 06010, Turkey. Mathematical and Computational Applications, Vol. 16, No. 4, pp. 784-796, 2011. Association for Scientific Research METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS Ünal Göktaş 1 and

More information

3 Stability and Lyapunov Functions

3 Stability and Lyapunov Functions CDS140a Nonlinear Systems: Local Theory 02/01/2011 3 Stability and Lyapunov Functions 3.1 Lyapunov Stability Denition: An equilibrium point x 0 of (1) is stable if for all ɛ > 0, there exists a δ > 0 such

More information

Chapter 14 Truss Analysis Using the Stiffness Method

Chapter 14 Truss Analysis Using the Stiffness Method Chapter 14 Truss Analsis Using the Stiffness Method Structural Mechanics 2 ept of Arch Eng, Ajou Univ Outline undamentals of the stiffness method Member stiffness matri isplacement and force transformation

More information

Chapter 23. Predicting Chaos The Shift Map and Symbolic Dynamics

Chapter 23. Predicting Chaos The Shift Map and Symbolic Dynamics Chapter 23 Predicting Chaos We have discussed methods for diagnosing chaos, but what about predicting the existence of chaos in a dynamical system. This is a much harder problem, and it seems that the

More information

The Coupled Three-Body Problem and Ballistic Lunar Capture

The Coupled Three-Body Problem and Ballistic Lunar Capture The Coupled Three-Bod Problem and Ballistic Lunar Capture Shane Ross Martin Lo (JPL), Wang Sang Koon and Jerrold Marsden (Caltech) Control and Dnamical Sstems California Institute of Technolog Three Bod

More information

Nonlinear dynamics & chaos BECS

Nonlinear dynamics & chaos BECS Nonlinear dynamics & chaos BECS-114.7151 Phase portraits Focus: nonlinear systems in two dimensions General form of a vector field on the phase plane: Vector notation: Phase portraits Solution x(t) describes

More information

c) Words: The cost of a taxicab is $2.00 for the first 1/4 of a mile and $1.00 for each additional 1/8 of a mile.

c) Words: The cost of a taxicab is $2.00 for the first 1/4 of a mile and $1.00 for each additional 1/8 of a mile. Functions Definition: A function f, defined from a set A to a set B, is a rule that associates with each element of the set A one, and onl one, element of the set B. Eamples: a) Graphs: b) Tables: 0 50

More information

arxiv: v1 [nlin.ps] 3 Sep 2009

arxiv: v1 [nlin.ps] 3 Sep 2009 Soliton, kink and antikink solutions o a 2-component o the Degasperis-Procesi equation arxiv:0909.0659v1 [nlin.ps] 3 Sep 2009 Jiangbo Zhou, Liin Tian, Xinghua Fan Nonlinear Scientiic Research Center, Facult

More information

Affine transformations

Affine transformations Reading Optional reading: Affine transformations Brian Curless CSE 557 Autumn 207 Angel and Shreiner: 3., 3.7-3. Marschner and Shirle: 2.3, 2.4.-2.4.4, 6..-6..4, 6.2., 6.3 Further reading: Angel, the rest

More information

Homoclinic Bifurcation in an SIQR Model for Childhood Diseases

Homoclinic Bifurcation in an SIQR Model for Childhood Diseases Journal of Differential Equations 168, 150167 (2000) doi:10.1006jdeq.2000.3882, available online at http:www.idealibrary.com on Homoclinic Bifurcation in an SIQR Model for Childhood Diseases Lih-Ing Wu

More information