Mathematical Modeling I

Size: px
Start display at page:

Download "Mathematical Modeling I"

Transcription

1 Mathematical Modeling I Dr. Zachariah Sinkala Department of Mathematical Sciences Middle Tennessee State University Murfreesboro Tennessee 37132, USA November 5, 2011

2

3 1d systems To understand more complex multi-dimensional systems of ordinary differential equations it is valuable to first study one dimensional systems. They are also valuable as a simplest case to study bifurcations.

4 General 1d systems The general 1d system can be expressed dy(t) dt = F(y(t),t) If the right hand side of the equation does not depend on time, the system is called autonomous otherwise non-autonomous. Each solution to the equation y(t) departing from some initial condition y(t 0 ) = y0 is called a trajectory. The mapping φ(y 0,t) which takes some initial condition and a time value and returns the value of solution departing from y 0 at time t is called a flow.

5 Linear systems In the general case the solutions of 1d systems might not exist for every value of t (trajectories might diverge). It is also difficult to find solutions analytically. There are clever methods of solving differential equations, but they only work for certain special cases. Nevertheless there are a couple of important special cases which can be solved analytically. These are linear equations of the form dy(t) = ay(t)+b dt It is easy to verify (via differentiation) that the solutions are: y(t) = b ( ) b a + a +y 0 e a(t t 0)

6 In particular equation dy(t) dt has a simple analytic solution = ay(t) y(t) = y 0 e a(t t 0) which can be simulated efficiently y(t +1) = αy(t) where α = e aτ is pre-computed (τ is the time step)

7 Homogeneous linear equation of the form d n y(t) dt n +a 1 d n 1 y(t) dt n a n 1 dy(t) dt The associated characteristic polynomial λ n +a 1 λ n a n 1 λ+a n = 0. +a n y(t) = 0 Now assume λ i is a root of the characteristic polynomial.

8 In such case e λ ix is a solution of the differential equation. Since the equation (and the differential operator) are linear, then functions e λ ix for all roots λ i of characteristic equation form a linear basis and any solution is a linear combination. In the general case if the root λ i has multiplicity m then for any k {1,2,...,m 1}x k e λ ix is a solution, and any linear combination of such solutions is also a solution. If the coefficients of the equation are real, then roots of the characteristic equation are complex conjugates.

9 Phase line analysis The basic factor determining the behavior of trajectories is the right hand side function F(y(t)). Lets assume for a moment that it does only dependent on y. Since y R the domain of F is R. We will call the real line a this context a phase line. The phase line contains all the possible states of the system but in general a phase space can be multidimensional. Plotting F(y) for y R gives a whole lot of information.

10 Equilibria If for some y c, F(y c ) = 0, we have dy dt = F(y c) = 0 We call such a y c an equilibrium. If F is positive (negative) for some point, the trajectory at that point will be increasing (decreasing respectively) We will assume that F is a continuous differentiable function. How can F look like near y c?

11 There are five qualitatively different cases in which F(yc ) = 0 F (y c ) > 0 F (y c ) < 0 F (y c ) = 0 and F (y c ) = 0 F (y c ) = 0 and F (y c ) > 0 F (y c ) = 0 and F (y c ) < 0 The first two we will call hyperbolic while the latter three non-hyperbolic. The last two we will also call degenerate. There is also possibility that the second derivative is not defined at all. We will skip these pathological cases for now.

12 Simple 1d systems can exhibit interesting phenomena A system can have a multiple stable equilibria stability. In particular two stable equilibria lead to bistability When a system is (multi) bistable, it can be pushed by some input stimulus and rest at one of the equilibria. Then it could be pushed again into different stable equilibrium. In a sense, the system exhibits memory. This phenomenon is called hysteresis.

13 Phase portraits Phase portraits are a convenient way to qualitatively describe properties of the dynamical system One begins the construction of a phase portrait with the plot of right hand side function F Then one finds its roots, that is the equilibrium points. By looking at the plot one can easily verify the type of equilibrium point Lastly one can determine attraction domains and convergence rates

14 Topological equivalence Two dynamical systems with essentially identical phase portraits behave in similar ways. The rate of convergence of certain trajectories may differer, nevertheless there is the same structure of equilibria and attraction domains. The keyword here is essentially identical. What does this mean? We will assume two phase portrait essentially identical when there exist continuous, invertible mapping from one to the other phase line that preserves all equilibria and attraction domains Two systems with topologically equivalent phase portraits we will call equivalent

15 Local equivalence (1) The total equivalence of the whole phase portrait is a rather strong notion (2) Many real world systems are not totally equivalent, but locally their phase portraits look alike. In such case it is useful to introduce local equivalence It is particularly useful to associate a dynamical system in the vicinity of hyperbolic equilibrium with its linear approximation. Under certain assumptions such association can be complete, that is linear systems completely determines the systems behavior sufficiently close to the equilibrium

16 Hartman-Grobman Theorem Hartman-Grobman Theorem states that near a hyperbolic equilibrium the system is equivalent to its linearization The equivalence here is somewhat stronger: not only trajectories follow the same directions, but sufficiently near the equilibrium trajectories of original and linear systems are indistinguishable. Formally the theorem states that there is a homeomorphism working from some open subset E to some open subset L (both containing the equilibrium) which for some time segment [0, T] continuously transforms each trajectory f(x e,t),x e E,t [0,T] into f l (x l,t),x l L,t [0,T]. Therefore unless the equilibrium is non-hyperbolic, it is sufficient to study linear system. We will get back to Hartman-Grobman Theorem with two dimensional systems.

17 Bifurcations Now lets assume, that the right hand side function F(y(t),β) depends on some parameter, β By changing the parameter, the shape of the function can change, and consequently the phase portrait might undergo a qualitative change Such an event, which transforms one phase portrait into topologically non-equivalent other is called a bifurcation. Bifurcations are in the focus of our interest, since as we will see, they are responsible for various dynamical behaviors A prominent example of a bifurcation in 1d systems is the saddle node bifurcation in which stable and unstable equilibrium annihilate in a continuous manner

18 Saddle node bifurcation How to check if is the system dy dt = F(y,β) is at a bifurcation with values y 1,β 1? It has to satisfy three conditions: Non hyberbolicity (at y 1 ): Non degeneracy (at y 1 ): F(y,β 1 ) y = 0 Traversality (at β 1 ): 2 F(y,β 1 ) y 2 0 F(y 1,β) β 0

19 Slow transition The behavior of trajectories may signal that the system is near a bifurcation One of such symptoms is the slow transition When the system is near the saddle node bifurcation, trajectories passing the so called attractor ruins are being slowed down

20 Quadratic Integrate Note that the simplest possible system that may undergo saddle-node bifurcation is dy(t) dt = y(t) 2 +a so that the right hand side function F is a square parabola, and parameter a controls the shift of the curve over the axis. Such a simplest equation that is able to reproduce a certain bifurcation is sometimes called a topological normal form for that bifurcation.

21 Definition In general two dimensional systems are of the form: dx(t) dt = F(x,y,t) dy(t) = G(x,y,t) dt If functions F and G depend on x,y, such systems are called autonomous. The system can also be expressed in compact vector form: d x dt = F( x,t) where x = [x 1 (t),x 2 (t)] T is a vector.

22 Definition Any pair of functions x(t) and y(t) that satisfy initial condition x(t 0 ) = x 0,y(t 0 ) = y 0 and the differential equation we will call a solution or trajectory. Trajectories can be plotted on two dimensional phase plane as implicit functions.

23 The trajectories can converge to an equilibrium, diverge to infinity. 2d case trajectories can be periodic. Any non-autonomous 1d system dx dt = F(x,t) can be dx(t) expressed as autonomous 2d system: dt = F(x,y) and dy(t) dt = 1.

24 Definition To understand a 2d system, one has to deal with a function [F,G] : R 2 R 2 Such a function takes a point from 2d plain and returns another 2d point. It is better however to think a that it returns a vector. We then have a function that attaches a vector to any point in the x,y plain. We call such a assignment a vector field.

25 Definition An important concept for the 2d phase plane analysis is the so called nullcline. Nullclines are the solutions: and F(x,y) = 0 G(x,y) = 0 Geometrically, nullcline is a locus of points in which the vector field changes direction with respect to x or y axis. In other words on the nullcline the vectors are always parallel to either x or y axis.

26 Equilibria 2d systems have equilibria whenever F(x,y) = 0 and G(x,y) = 0. It easy to see that both conditions are satisfied on the intersection of the nullclines. If F and G are continuous any equilibrium point must be on the intersection of nullclines. Equilibria can be either stable, unstable or neutral (neutrally stable), depending on the properties of the (total) derivative of function [F,G].

27 Total derivative A derivative of a function F : U R 2 R 2 at some point (x 0,y 0 ) is a linear map df(x 0,y 0 ) : R 2 R 2 such that: F(x,y) F(x 0,y 0 ) df(x 0,y 0 )(x x 0,y y 0 ) lim = 0 (x,y) (x 0,y 0 ) (x,y) (x 0,y 0 ) In other words, the function can be approximated in point (x 0,y 0 ) via a linear map df(x 0,y 0 ). There is a weaker notion of partial derivative with respect to some variable F(x,y) x. If the function F is continuous differentiable, the matrix of the total derivative coincides with matrix of partial derivatives (Jacobian matrix)

28 Linearization Taylor expansion, we have [ F(x,y) G(x,y) ] = [ F(x0,y 0 ) G(x 0,y 0 ) ] [ F x + G x F y G y ] [ x x0 y y 0 ] +... Since at the equilibrium F and G are zero we have [ ] [ ] F F [ F(x,y) x y x x0 = G(x,y) y y 0 G x G y ] + Higher order terms... If the linear part is non zero, the behavior of the system near equilibrium can be fully derived from the properties of the matrix (particularly its eigenvalues).

29 Eigenvalues The eigenvalues are the roots of characteristic polynomial where I is the identity matrix. Take λ k satisfying det(a λi) det(a λ k I) = 0 Zero determinant means that A λ k I is not invertible, that is it has non trivial kernel V k. Take any vector v k V k, we have: (A λ k I)v k = 0 Av k = λ k Iv k Av k = λ k v k

30 When the characteristic polynomial has roots λ 1...λ n and the matrix in non defective there exists a basis (eigenvector basis) in which matrix A can be expressed: λ λ A λ n Such a diagonal matrix has a particularly simple geometrical interpretation - it stretches the space in the eigenvector directions by a factor proportional to the corresponding eigenvalue.

31 In the general case, the matrix can be defective (it has less than n linearly independent eigenvectors). In this case the general representation is given by Jordan block form: J J A J k where each matrix J k has the form λ k, λ k, J k = λ k,i

32 A defective matrix induces shear transformation (transvection) along certain axes. If the eigenvalues are complex conjugate (they have to be conjugate, since for real matrices the characteristic polynomial has real coefficients), the matrix induces a rotation. In general any non singular real matrix transformation is a combination of scaling, shear and rotation Shear is something in between scaling and rotations - the vectors seem to rotate, but they never make the full π, instead they scale up to infinity... A matrix is called singular it has at least one zero eigenvalue

33 Hartman-Grobman theorem An equilibrium point is called hyperbolic if the Jacobian matrix at that point is not singular (doesnt have zero eigenvalues)

34 Hartman-Grobman theorem Theorem Let f : R n R n be a smooth map with a hyperbolic fixed point p. There exists a neighborhood U of p and a homeomorphism h : U R n such that f = h 1 df p h that is, in a neighborhood U of p, f is topologically conjugate to its linearization.

35 The behavior of a dynamical system near a hyperbolic equilibrium is fully determined by its linearization.

36 For the 2d system at a fixed point we have: where a = F x Let F(x,y) = a(x x 0 )+b(y y 0 )+Higher order terms G(x,y) = c(x x 0 )+d(y y 0 )+Higher order terms (x0,y0),b = F y G G (x0,y0),c = x (x0,y0),d = ] A = [ a b c d y (x0,y0). To determine stability, we have to find roots of the characteristic polynomial: [ ] a λ b det(a Iλ) = det = (a λ)(d λ) bc c d λ

37 We see that the characteristic polynomial: can be written as λ 2 (a+d)λ+ad bc λ 2 τλ+ where τ = tra = a+d (trace of the matrix A) and = deta = ad bc. The roots are then: λ 1 = τ + τ 2 4,λ 2 = τ τ They are real when τ 2 4 > 0, complex conjugate when τ 2 4 < 0 and real of multiplicity two when τ 2 4 = 0.

38 Having the eigenvalues we can fairly easily find eigenvectors. When there are two distinct eigenvalues λ 1 and λ 2 we solve the equations Ax 1 = λ 1 x 1 and Ax 2 = λ 2 x 2. When the eigenvalue is a double (multiple) root the case is somewhat more difficult. There are two possibilities: We solve Ax = λx. If the resulting kernel is two dimensional, were done, the vectors that span the kernel are the eigenvectors. If the kernel is one dimensional say {x 1 } (matrix A is defective), we have to find the generalized eigenvector x g which satisfies (A Iλ) 2 x g = 0. We can achieve that by solving (A Iλ)x g = x 1. The resulting normal form matrix is the so called Jordan block. For the general n-dimensional matrix things are a bit more complex, for more information search for Jordan normal form.

39 Once we have the eigenvectors v 1 and v 2, the solutions of a linear system are given by: [ ] v(x) = c w(y) 1 e λ1t v 1 +c 2 e λ2t v 2 Where c 1 and c 2 are constants dependent on the initial condition. For the real eigenvalues we have exponential convergence (divergence) along the eigenvectors. For complex conjugate eigenvalues we have complex eigenvectors. Nevertheless we can obtain the real basis of solutions by taking u = eλt +e λt 2 = e R(λ)t cos(i(λ)t) and v = eλt e λt 2 = e R(λ)t sin(i(λ)t). In that case u and v will be cosines and sines of t possibly multiplied by an exponential function (of t).

40 Proof. We have [ d c1 e λ1t v 1,1 +c 2 e λ2t ] v 2,1 dt c 1 e λ1t v 1,2 +c 2 e λ2t = v 2,2 [ a b c d ][ c1 e λ 1t v 1,1 +c 2 e λ 2t v 2,1 c 1 e λ 1t v 1,2 +c 2 e λ 2t v 2,2 ] [ c1 λ 1 e λ 1t v 1,1 +c 2 λ 2 e λ 2t v 2,1 c 1 λ 1 e λ 1t v 1,2 +c 2 λ 2 e λ 2t v 2,2 ] = [ a b c d ][ c1 e λ 1t v 1,1 +c 2 e λ 2t v 2,1 c 1 e λ 1t v 1,2 +c 2 e λ 2t v 2,2 ] but since v 1 and v 2 are the eigenvectors, we know that Av 1 = λ 1 v 1 etc. So: [ c1 λ 1 e λ1t v 1,1 +c 2 λ 2 e λ2t ] [ v 2,1 c1 λ c 1 λ 1 e λ1t v 1,2 +c 2 λ 2 e λ2t = 1 e λ1t v 1,1 +c 2 λ 2 e λ2t ] v 2,1 v 2,2 c 1 λ 1 e λ1t v 1,2 +c 2 λ 2 e λ2t v 2,2

41 What kind of equilibria we can have in a 2d system? Assuming hyperbolicity, we have the following choices: 1 Eigenvalues are real and positive - this results in a repelling, unstable node 2 Eigenvalues are real and negative - this results in a stable node 3 Eigenvalues are real, one positive the other negative - this results in a saddle 4 Eigenvalues are real and equal, but the matrix is defective - this gives either stable or unstable shear node 5 Eigenvalues are complex conjugates with non zero real parts - this gives either stable or unstable focus 6 Eigenvalues are purely imaginary - this gives neutrally stable node

42 Phase portrait analysis Equilibria are not the only invariant sets with respect to 2d system. There are also invariant cycles, called limit cycles. The cycle is invariant, when any trajectory departing from a point on the cycle, will always stay on the cycle. Limit cycles like equilibria can be attracting, repelling or neutral. Like in the 1d case, the phase portrait can be divided into attraction domains, but in this case two attracting equilibria do not have to divided by a repelling equilibirum, but also by a special trajectory called a separatrix (which can be a cycle).

43 Trajectories and separatrices A separatrix is a special kind of trajectory which divides two attraction domains. It can: Originate at the infinity End up in an unstable node or a saddle Form a closed curve (cycle) A trajectory that originates in some equilibrium point may Get back to the origin after making a cycle (homoclinic trajectory) End up in another equilibrium or a cycle (heteroclinic trajectory) Trajectories may never cross! (why?)

44 Bifurcations Similarly to 1d systems, two phase portraits are equivalent, if there exists a continuous transformation from one to another, which preserves all the equilibria, attraction domains, separatrices, cycles etc. Whenever due to a change of some parameter the system changes qualitatively its phase portrait it is said to undergo a bifurcation. If a bifurcation occurs when a single parameter changes its value, it is called a codimension one bifurcation. Some bifurcations on 2d plane can only occur when two parameters are changing together. Such bifurcations or of codimension two.

45 Bifurcation Recall that a bifurcation is any qualitative change in the phase portrait (resulting portraits are not equivalent in topological sense) as some parameters of the system change. And 2d phase portraits can be very complex... Nevertheless there are only four main ways of getting from resting to spiking (bifurcations of equilibria), and four ways of getting from spiking to resting (bifurcations of cycles).

46 Basic terminology Consider a bifurcation of some system with some parameter. Assume the parameter changes in such a direction that the number of stable elements (cycles, equilibria) increases as the parameter passes the bifurcation value. If stable elements appear, the bifurcation is said to be supercritical If unstable elements appear the bifurcation is said to be subcritical If the same number of stable and unstable elements appear, the bifurcation is transcritical

47 Possible bifurcations of equilibria When there are two real eigenvalues, and one of them is changing sign as the bifurcation parameter passes we have the saddle node bifurcation. When there are two complex conjugate eigenvalues, and their real parts change sign as as the bifurcation parameter passes we have Andronov-Hopf bifurcation, which as we will se can be subcritical and supercritical. When both eigenvalues become zero, the bifurcation degenerates, and we can no longer derive any useful information from the Jacobian matrix...

48 Saddle node bifurcation Recall that we have seen the saddle node bifurcation in 1d systems. It appears when the saddle and a stable node collide, which in turn gives birth to the semistable saddle-node. As the bifurcation parameter increases the saddle node disappears, leaving the ghost attractor that may slow down any passing nearby trajectory The necessary conditions for a system to undergo a saddle node bifurcation were: non-hyperbolicity, non-degeneracy and traversality. How to express these conditions with 2d systems?

49 Non-hyperbolicity in 2d means that the Jacobian matrix has exactly one zero eigenvalue. Determining non-degeneracy and traversality in general can be quite difficult, since it might require a reduction of the system to the center manifold (center manifold theorem) A center manifold is a manifold tangent to the eigenvector of the zero eigenvalue at the bifurcation point.

50 Saddle node on invariant circle An important from the computational point of view is a special case of a saddle node bifurcation which appears on the invariant circle. Before the bifurcation there is a saddle and a node, connected by two heteroclinic orbits. These orbits form the invariant circle (it is invariant, since any trajectory departing from a point on the circle has to stay on it). When the bifurcation parameters crosses critical value, the invariant circle changes into a limit cycle. The trajectories while spinning at the cycle fly by the ghost attractor, resulting in a slow transition...

51 Andronov-Hopf bifurcation When two complex conjugate eigenvalues become purely imaginary, we have the Andronov-Hopf bifurcation. In this case the equilibrium changes its stability, but also gives birth to either stable or unstable limit cycle. Consider the system dv dt = F(v,u,b) du dt = G(v,u,b)

52 Assume the system has an equilibrium at the origin and bifurcation parameter b = 0. The system undergoes Andronov-Hopf bifurcation if the following conditions are satisfied: Non-hyperbolicity: Jacobian matrix L = [ F v G v F u G u has a pair of purely imaginary eigenvalues ±iω C. trl = F v + G u = 0 and ω2 = detl = F G v u F G u v > 0 ]

53 Linear change of variables v = x and F u u = F vx ωy converts the system into: dx = ωy +f(x,y) dt dy = ωx +g(x,y) dt where f(x,y) = F(v,u)+ωy and g(x,y) = ( F F vf(v,u)+ u G(v,u)) /ω ωx. Now we are ready to state the next condition:

54 Non-degeneracy: a = 1 ( 3 ) f 16 x f x y g x 2 y + 3 g y ( 2 ( f 2 ) ( f 16ω x y x f y 2 2 g 2 ) g x y x g y f 2 g x 2 x f 2 ) g y 2 y 2 0

55 Transversality: Let c(b)+iω(b) be the eignvalues of the Jacobian matrix near 0, with c(0) = 0 and ω(0) = ω. The real part of the eignvalues must not be degenerate, that is c (0) 0 (they truly cross the imaginary axis, not just touch it). Since only one condition implies equality trl = 0, the codimension of the bifurcation is one. The sign of a determines the type of bifurcation: a < 0 - supercritical bifurcation, stable limit cycle emerges from stable equilibrium (which itself becomes unstable) a > 0 - subcritical bifurcation, unstable limit cycle emerges from unstable equilibrium (which itself becomes stable)

56 Subcritical Andronov-Hopf bifurcation A subcritical Andronov-Hopf bifurcation occurs when an unstable cycle shrinks into stable equilibrium causing it to lose stability.

57 Saddle homoclinic orbit The bifurcation gives birth to stable (or unstable) limit cycle. One of the heteroclinic trajectories departing from the saddle (via unstable manifold) becomes homoclinic as the bifurcation parameter changes. Therefore the orbit becomes a limit cycle, though the period of the cycle is infinite at the bifurcation point (transition through the saddle takes infinite amount of time) As the bifurcation parameter progresses, the homoclinic orbit becomes a full blown limit cycle flying somewhat neat the saddle... Depending on the saddle quantity (sum of eigenvalues at the saddle point), the bifurcation can be either subcritical or supercritical. In neural model we will only see the supercritical case.

58 Supercritical Andronov-Hopf Recall that with the supercritical Andronov-Hopf bifurcation a stable limit cycle emerges from stable equilibrium This process can also reverse itself, that is a stable cycle eventually shrinks into an equilibrium Much like with the saddle node on invariant circle, this case is not particularly interesting due to symmetry

59 Fold limit cycle bifurcation Recall that with subcritical Andronov-Hopf bifurcation an unstable limit cycle shrinks into a stable equilibrium which eventually looses stability. The state of the system can then fall onto a large stable cycle If we reverse that process however, even though the unstable cycle emerges and the equilibrium becomes stable, the state of the system can still follow the stable cycle.

60 The mysterious bifurcation that is taking place is called a fold limit cycle bifurcation. In this case a stable cycle collides with an unstable one, forming the neutrally stable fold cycle The bifurcation resembles the saddle node, but in this case instead of equilibria we have cycles... We can actually spot the unstable cycles by simulating models backwards (with time reversed).

61 Recapitulation The phase portrait in 2d can be very complex, nevertheless the number of possible bifurcations (especially those of codimension one) is very limited.

62 Bifurcations On the last lecture weve met four bifurcations of equilibria: saddle node, saddle node on invariant circle, supercritical Andronov-Hopf, subcritical Andronow-Hopf We also met two bifurcations of cycles: saddle homoclinic orbit fold cycle All of these bifurcations are of codimension 1, that is they have one control parameter. In neural excitability it is usually the input current.

63 Heteroclinic orbit bifurcation We have one more codimension one bifurcation in 2d left, namely heteroclinic orbit bifurcation In this case a heteroclinic trajectory changes its destination, hitting a saddle point This bifurcation is global, does not change the stability of any equilibria, does not create cycles.

64 We have therefore saddle node, saddle node on invariant circle, supercritical Andronov-Hopf, subcritical Andronow-Hopf supercritical saddle-homoclinic orbit subcritical saddle-homoclinic orbit heteroclinic orbit fold cycle These are all codimension one bifurcations in 2d. But how do we know that?

65 Poincare-Bendixon theorem Theorem Given an autonomous ODE on the plain dx dt = F(x) with continuous F, assume that solution x(t) stays in a bounded region for all times. Then x(t) converges as t to an equilibrium (with F(x) = 0) or to a single limit cycle.

66 Remark The theorem rules out chaos in 2d.

67

68 Transversality: Let c(b)+iω(b) be the eignvalues of the Jacobian matrix near 0, with c(0) = 0 and ω(0) = ω. The real part of the eignvalues must not be degenerate, that is c (0) 0 (they truly cross the imaginary axis, not just touch it). Since only one condition implies equality trl = 0, the codimension of the bifurcation is one. The sign of a determines the type of bifurcation: a < 0 - supercritical bifurcation, stable limit cycle emerges from stable equilibrium (which itself becomes unstable) a > 0 - subcritical bifurcation, unstable limit cycle emerges from unstable equilibrium (which itself becomes stable)

69

70

71

72

73

74

75

76

77

78

79

80

81

82

83

84

85

86

87

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

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

7 Two-dimensional bifurcations

7 Two-dimensional bifurcations 7 Two-dimensional bifurcations As in one-dimensional systems: fixed points may be created, destroyed, or change stability as parameters are varied (change of topological equivalence ). In addition closed

More information

Computational Neuroscience. Session 4-2

Computational Neuroscience. Session 4-2 Computational Neuroscience. Session 4-2 Dr. Marco A Roque Sol 06/21/2018 Two-Dimensional Two-Dimensional System In this section we will introduce methods of phase plane analysis of two-dimensional systems.

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

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

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

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

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

MATH 614 Dynamical Systems and Chaos Lecture 24: Bifurcation theory in higher dimensions. The Hopf bifurcation.

MATH 614 Dynamical Systems and Chaos Lecture 24: Bifurcation theory in higher dimensions. The Hopf bifurcation. MATH 614 Dynamical Systems and Chaos Lecture 24: Bifurcation theory in higher dimensions. The Hopf bifurcation. Bifurcation theory The object of bifurcation theory is to study changes that maps undergo

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

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

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

Nonlinear Autonomous Systems of Differential

Nonlinear Autonomous Systems of Differential Chapter 4 Nonlinear Autonomous Systems of Differential Equations 4.0 The Phase Plane: Linear Systems 4.0.1 Introduction Consider a system of the form x = A(x), (4.0.1) where A is independent of t. Such

More information

Nonlinear Autonomous Dynamical systems of two dimensions. Part A

Nonlinear Autonomous Dynamical systems of two dimensions. Part A Nonlinear Autonomous Dynamical systems of two dimensions Part A Nonlinear Autonomous Dynamical systems of two dimensions x f ( x, y), x(0) x vector field y g( xy, ), y(0) y F ( f, g) 0 0 f, g are continuous

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 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

Summary of topics relevant for the final. p. 1

Summary of topics relevant for the final. p. 1 Summary of topics relevant for the final p. 1 Outline Scalar difference equations General theory of ODEs Linear ODEs Linear maps Analysis near fixed points (linearization) Bifurcations How to analyze a

More information

Models Involving Interactions between Predator and Prey Populations

Models Involving Interactions between Predator and Prey Populations Models Involving Interactions between Predator and Prey Populations Matthew Mitchell Georgia College and State University December 30, 2015 Abstract Predator-prey models are used to show the intricate

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

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12 Chapter 6 Nonlinear Systems and Phenomena 6.1 Stability and the Phase Plane We now move to nonlinear systems Begin with the first-order system for x(t) d dt x = f(x,t), x(0) = x 0 In particular, consider

More information

MAT 22B - Lecture Notes

MAT 22B - Lecture Notes MAT 22B - Lecture Notes 4 September 205 Solving Systems of ODE Last time we talked a bit about how systems of ODE arise and why they are nice for visualization. Now we'll talk about the basics of how to

More information

Physics: spring-mass system, planet motion, pendulum. Biology: ecology problem, neural conduction, epidemics

Physics: spring-mass system, planet motion, pendulum. Biology: ecology problem, neural conduction, epidemics Applications of nonlinear ODE systems: Physics: spring-mass system, planet motion, pendulum Chemistry: mixing problems, chemical reactions Biology: ecology problem, neural conduction, epidemics Economy:

More information

Dynamical Systems in Neuroscience: Elementary Bifurcations

Dynamical Systems in Neuroscience: Elementary Bifurcations Dynamical Systems in Neuroscience: Elementary Bifurcations Foris Kuang May 2017 1 Contents 1 Introduction 3 2 Definitions 3 3 Hodgkin-Huxley Model 3 4 Morris-Lecar Model 4 5 Stability 5 5.1 Linear ODE..............................................

More information

Section 9.3 Phase Plane Portraits (for Planar Systems)

Section 9.3 Phase Plane Portraits (for Planar Systems) Section 9.3 Phase Plane Portraits (for Planar Systems) Key Terms: Equilibrium point of planer system yꞌ = Ay o Equilibrium solution Exponential solutions o Half-line solutions Unstable solution Stable

More information

MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation

MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation 1 Bifurcations in Multiple Dimensions When we were considering one-dimensional systems, we saw that subtle changes in parameter

More information

Complex Dynamic Systems: Qualitative vs Quantitative analysis

Complex Dynamic Systems: Qualitative vs Quantitative analysis Complex Dynamic Systems: Qualitative vs Quantitative analysis Complex Dynamic Systems Chiara Mocenni Department of Information Engineering and Mathematics University of Siena (mocenni@diism.unisi.it) Dynamic

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

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

Stability of Dynamical systems

Stability of Dynamical systems Stability of Dynamical systems Stability Isolated equilibria Classification of Isolated Equilibria Attractor and Repeller Almost linear systems Jacobian Matrix Stability Consider an autonomous system u

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

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

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

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

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

Math 273 (51) - Final

Math 273 (51) - Final Name: Id #: Math 273 (5) - Final Autumn Quarter 26 Thursday, December 8, 26-6: to 8: Instructions: Prob. Points Score possible 25 2 25 3 25 TOTAL 75 Read each problem carefully. Write legibly. Show all

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

1 Introduction Definitons Markov... 2

1 Introduction Definitons Markov... 2 Compact course notes Dynamic systems Fall 2011 Professor: Y. Kudryashov transcribed by: J. Lazovskis Independent University of Moscow December 23, 2011 Contents 1 Introduction 2 1.1 Definitons...............................................

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

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

Phase Portraits of Nonlinear Differential Equations

Phase Portraits of Nonlinear Differential Equations ODE4-net.nb Phase Portraits of Nonlinear Differential Equations Nonlinear Differential Equations: x' = f (x, y) (1) Consider the system where f and g are functions of two y' = g(x, y) () variables x and

More information

Kinematics of fluid motion

Kinematics of fluid motion Chapter 4 Kinematics of fluid motion 4.1 Elementary flow patterns Recall the discussion of flow patterns in Chapter 1. The equations for particle paths in a three-dimensional, steady fluid flow are dx

More information

One dimensional Maps

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

More information

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

5.2.2 Planar Andronov-Hopf bifurcation

5.2.2 Planar Andronov-Hopf bifurcation 138 CHAPTER 5. LOCAL BIFURCATION THEORY 5.. Planar Andronov-Hopf bifurcation What happens if a planar system has an equilibrium x = x 0 at some parameter value α = α 0 with eigenvalues λ 1, = ±iω 0, ω

More information

ENGI 9420 Lecture Notes 4 - Stability Analysis Page Stability Analysis for Non-linear Ordinary Differential Equations

ENGI 9420 Lecture Notes 4 - Stability Analysis Page Stability Analysis for Non-linear Ordinary Differential Equations ENGI 940 Lecture Notes 4 - Stability Analysis Page 4.01 4. Stability Analysis for Non-linear Ordinary Differential Equations A pair of simultaneous first order homogeneous linear ordinary differential

More information

Examples include: (a) the Lorenz system for climate and weather modeling (b) the Hodgkin-Huxley system for neuron modeling

Examples include: (a) the Lorenz system for climate and weather modeling (b) the Hodgkin-Huxley system for neuron modeling 1 Introduction Many natural processes can be viewed as dynamical systems, where the system is represented by a set of state variables and its evolution governed by a set of differential equations. Examples

More information

PHY411 Lecture notes Part 5

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

More information

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325 Dynamical Systems and Chaos Part I: Theoretical Techniques Lecture 4: Discrete systems + Chaos Ilya Potapov Mathematics Department, TUT Room TD325 Discrete maps x n+1 = f(x n ) Discrete time steps. x 0

More information

Vector Field Topology. Ronald Peikert SciVis Vector Field Topology 8-1

Vector Field Topology. Ronald Peikert SciVis Vector Field Topology 8-1 Vector Field Topology Ronald Peikert SciVis 2007 - Vector Field Topology 8-1 Vector fields as ODEs What are conditions for existence and uniqueness of streamlines? For the initial value problem i x ( t)

More information

Dynamical systems tutorial. Gregor Schöner, INI, RUB

Dynamical systems tutorial. Gregor Schöner, INI, RUB Dynamical systems tutorial Gregor Schöner, INI, RUB Dynamical systems: Tutorial the word dynamics time-varying measures range of a quantity forces causing/accounting for movement => dynamical systems dynamical

More information

In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation.

In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation. 1 2 Linear Systems In these chapter 2A notes write vectors in boldface to reduce the ambiguity of the notation 21 Matrix ODEs Let and is a scalar A linear function satisfies Linear superposition ) Linear

More information

6.3. Nonlinear Systems of Equations

6.3. Nonlinear Systems of Equations G. NAGY ODE November,.. Nonlinear Systems of Equations Section Objective(s): Part One: Two-Dimensional Nonlinear Systems. ritical Points and Linearization. The Hartman-Grobman Theorem. Part Two: ompeting

More information

MATH 215/255 Solutions to Additional Practice Problems April dy dt

MATH 215/255 Solutions to Additional Practice Problems April dy dt . For the nonlinear system MATH 5/55 Solutions to Additional Practice Problems April 08 dx dt = x( x y, dy dt = y(.5 y x, x 0, y 0, (a Show that if x(0 > 0 and y(0 = 0, then the solution (x(t, y(t of the

More information

Linearization of Differential Equation Models

Linearization of Differential Equation Models Linearization of Differential Equation Models 1 Motivation We cannot solve most nonlinear models, so we often instead try to get an overall feel for the way the model behaves: we sometimes talk about looking

More information

STABILITY. Phase portraits and local stability

STABILITY. Phase portraits and local stability MAS271 Methods for differential equations Dr. R. Jain STABILITY Phase portraits and local stability We are interested in system of ordinary differential equations of the form ẋ = f(x, y), ẏ = g(x, y),

More information

Autonomous Systems and Stability

Autonomous Systems and Stability LECTURE 8 Autonomous Systems and Stability An autonomous system is a system of ordinary differential equations of the form 1 1 ( 1 ) 2 2 ( 1 ). ( 1 ) or, in vector notation, x 0 F (x) That is to say, an

More information

Department of Mathematics IIT Guwahati

Department of Mathematics IIT Guwahati Stability of Linear Systems in R 2 Department of Mathematics IIT Guwahati A system of first order differential equations is called autonomous if the system can be written in the form dx 1 dt = g 1(x 1,

More information

EN Nonlinear Control and Planning in Robotics Lecture 3: Stability February 4, 2015

EN Nonlinear Control and Planning in Robotics Lecture 3: Stability February 4, 2015 EN530.678 Nonlinear Control and Planning in Robotics Lecture 3: Stability February 4, 2015 Prof: Marin Kobilarov 0.1 Model prerequisites Consider ẋ = f(t, x). We will make the following basic assumptions

More information

Stability of Feedback Solutions for Infinite Horizon Noncooperative Differential Games

Stability of Feedback Solutions for Infinite Horizon Noncooperative Differential Games Stability of Feedback Solutions for Infinite Horizon Noncooperative Differential Games Alberto Bressan ) and Khai T. Nguyen ) *) Department of Mathematics, Penn State University **) Department of Mathematics,

More information

Linear Planar Systems Math 246, Spring 2009, Professor David Levermore We now consider linear systems of the form

Linear Planar Systems Math 246, Spring 2009, Professor David Levermore We now consider linear systems of the form Linear Planar Systems Math 246, Spring 2009, Professor David Levermore We now consider linear systems of the form d x x 1 = A, where A = dt y y a11 a 12 a 21 a 22 Here the entries of the coefficient matrix

More information

Stable Coexistence of a Predator-Prey model with a Scavenger

Stable Coexistence of a Predator-Prey model with a Scavenger ANTON DE KOM UNIVERSITEIT VAN SURINAME INSTITUTE FOR GRADUATE STUDIES AND RESEARCH Stable Coexistence of a Predator-Prey model with a Scavenger Thesis in partial fulfillment of the requirements for the

More information

1. < 0: the eigenvalues are real and have opposite signs; the fixed point is a saddle point

1. < 0: the eigenvalues are real and have opposite signs; the fixed point is a saddle point Solving a Linear System τ = trace(a) = a + d = λ 1 + λ 2 λ 1,2 = τ± = det(a) = ad bc = λ 1 λ 2 Classification of Fixed Points τ 2 4 1. < 0: the eigenvalues are real and have opposite signs; the fixed point

More information

Introduction to Applied Nonlinear Dynamical Systems and Chaos

Introduction to Applied Nonlinear Dynamical Systems and Chaos Stephen Wiggins Introduction to Applied Nonlinear Dynamical Systems and Chaos Second Edition With 250 Figures 4jj Springer I Series Preface v L I Preface to the Second Edition vii Introduction 1 1 Equilibrium

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

27. Topological classification of complex linear foliations

27. Topological classification of complex linear foliations 27. Topological classification of complex linear foliations 545 H. Find the expression of the corresponding element [Γ ε ] H 1 (L ε, Z) through [Γ 1 ε], [Γ 2 ε], [δ ε ]. Problem 26.24. Prove that for any

More information

11 Chaos in Continuous Dynamical Systems.

11 Chaos in Continuous Dynamical Systems. 11 CHAOS IN CONTINUOUS DYNAMICAL SYSTEMS. 47 11 Chaos in Continuous Dynamical Systems. Let s consider a system of differential equations given by where x(t) : R R and f : R R. ẋ = f(x), The linearization

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

DYNAMICAL SYSTEMS. I Clark: Robinson. Stability, Symbolic Dynamics, and Chaos. CRC Press Boca Raton Ann Arbor London Tokyo

DYNAMICAL SYSTEMS. I Clark: Robinson. Stability, Symbolic Dynamics, and Chaos. CRC Press Boca Raton Ann Arbor London Tokyo DYNAMICAL SYSTEMS Stability, Symbolic Dynamics, and Chaos I Clark: Robinson CRC Press Boca Raton Ann Arbor London Tokyo Contents Chapter I. Introduction 1 1.1 Population Growth Models, One Population 2

More information

Math Ordinary Differential Equations

Math Ordinary Differential Equations Math 411 - Ordinary Differential Equations Review Notes - 1 1 - Basic Theory A first order ordinary differential equation has the form x = f(t, x) (11) Here x = dx/dt Given an initial data x(t 0 ) = x

More information

Vectors, matrices, eigenvalues and eigenvectors

Vectors, matrices, eigenvalues and eigenvectors Vectors, matrices, eigenvalues and eigenvectors 1 ( ) ( ) ( ) Scaling a vector: 0.5V 2 0.5 2 1 = 0.5 = = 1 0.5 1 0.5 ( ) ( ) ( ) ( ) Adding two vectors: V + W 2 1 2 + 1 3 = + = = 1 3 1 + 3 4 ( ) ( ) a

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

Chapter 1 Bifurcations and Chaos in Dynamical Systems

Chapter 1 Bifurcations and Chaos in Dynamical Systems Chapter 1 Bifurcations and Chaos in Dynamical Systems Complex system theory deals with dynamical systems containing often a large number of variables. It extends dynamical system theory, which deals with

More information

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations Math 2 Lecture Notes Linear Two-dimensional Systems of Differential Equations Warren Weckesser Department of Mathematics Colgate University February 2005 In these notes, we consider the linear system of

More information

TWO DIMENSIONAL FLOWS. Lecture 5: Limit Cycles and Bifurcations

TWO DIMENSIONAL FLOWS. Lecture 5: Limit Cycles and Bifurcations TWO DIMENSIONAL FLOWS Lecture 5: Limit Cycles and Bifurcations 5. Limit cycles A limit cycle is an isolated closed trajectory [ isolated means that neighbouring trajectories are not closed] Fig. 5.1.1

More information

ENGI Linear Approximation (2) Page Linear Approximation to a System of Non-Linear ODEs (2)

ENGI Linear Approximation (2) Page Linear Approximation to a System of Non-Linear ODEs (2) ENGI 940 4.06 - Linear Approximation () Page 4. 4.06 Linear Approximation to a System of Non-Linear ODEs () From sections 4.0 and 4.0, the non-linear system dx dy = x = P( x, y), = y = Q( x, y) () with

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

Chaos and Liapunov exponents

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

More information

Towards a Global Theory of Singularly Perturbed Dynamical Systems John Guckenheimer Cornell University

Towards a Global Theory of Singularly Perturbed Dynamical Systems John Guckenheimer Cornell University Towards a Global Theory of Singularly Perturbed Dynamical Systems John Guckenheimer Cornell University Dynamical systems with multiple time scales arise naturally in many domains. Models of neural systems

More information

Fundamentals of Dynamical Systems / Discrete-Time Models. Dr. Dylan McNamara people.uncw.edu/ mcnamarad

Fundamentals of Dynamical Systems / Discrete-Time Models. Dr. Dylan McNamara people.uncw.edu/ mcnamarad Fundamentals of Dynamical Systems / Discrete-Time Models Dr. Dylan McNamara people.uncw.edu/ mcnamarad Dynamical systems theory Considers how systems autonomously change along time Ranges from Newtonian

More information

Chapter 4: First-order differential equations. Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey

Chapter 4: First-order differential equations. Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey Chapter 4: First-order differential equations Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey Chapter 4: First-order differential equations Phase portrait Singular point Separatrix

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

Chapter 7. Nonlinear Systems. 7.1 Introduction

Chapter 7. Nonlinear Systems. 7.1 Introduction Nonlinear Systems Chapter 7 The scientist does not study nature because it is useful; he studies it because he delights in it, and he delights in it because it is beautiful. - Jules Henri Poincaré (1854-1912)

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 08, 2018, at 08 30 12 30 Johanneberg Kristian

More information

THEODORE VORONOV DIFFERENTIABLE MANIFOLDS. Fall Last updated: November 26, (Under construction.)

THEODORE VORONOV DIFFERENTIABLE MANIFOLDS. Fall Last updated: November 26, (Under construction.) 4 Vector fields Last updated: November 26, 2009. (Under construction.) 4.1 Tangent vectors as derivations After we have introduced topological notions, we can come back to analysis on manifolds. Let M

More information

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information

Lectures on Dynamical Systems. Anatoly Neishtadt

Lectures on Dynamical Systems. Anatoly Neishtadt Lectures on Dynamical Systems Anatoly Neishtadt Lectures for Mathematics Access Grid Instruction and Collaboration (MAGIC) consortium, Loughborough University, 2007 Part 3 LECTURE 14 NORMAL FORMS Resonances

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

Boulder School for Condensed Matter and Materials Physics. Laurette Tuckerman PMMH-ESPCI-CNRS

Boulder School for Condensed Matter and Materials Physics. Laurette Tuckerman PMMH-ESPCI-CNRS Boulder School for Condensed Matter and Materials Physics Laurette Tuckerman PMMH-ESPCI-CNRS laurette@pmmh.espci.fr Dynamical Systems: A Basic Primer 1 1 Basic bifurcations 1.1 Fixed points and linear

More information

CHAPTER 6 HOPF-BIFURCATION IN A TWO DIMENSIONAL NONLINEAR DIFFERENTIAL EQUATION

CHAPTER 6 HOPF-BIFURCATION IN A TWO DIMENSIONAL NONLINEAR DIFFERENTIAL EQUATION CHAPTER 6 HOPF-BIFURCATION IN A TWO DIMENSIONAL NONLINEAR DIFFERENTIAL EQUATION [Discussion on this chapter is based on our paper entitled Hopf-Bifurcation Ina Two Dimensional Nonlinear Differential Equation,

More information

MATH 320, WEEK 11: Eigenvalues and Eigenvectors

MATH 320, WEEK 11: Eigenvalues and Eigenvectors MATH 30, WEEK : Eigenvalues and Eigenvectors Eigenvalues and Eigenvectors We have learned about several vector spaces which naturally arise from matrix operations In particular, we have learned about the

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

Systems of Algebraic Equations and Systems of Differential Equations

Systems of Algebraic Equations and Systems of Differential Equations Systems of Algebraic Equations and Systems of Differential Equations Topics: 2 by 2 systems of linear equations Matrix expression; Ax = b Solving 2 by 2 homogeneous systems Functions defined on matrices

More information

A Novel Three Dimension Autonomous Chaotic System with a Quadratic Exponential Nonlinear Term

A Novel Three Dimension Autonomous Chaotic System with a Quadratic Exponential Nonlinear Term ETASR - Engineering, Technology & Applied Science Research Vol., o.,, 9-5 9 A Novel Three Dimension Autonomous Chaotic System with a Quadratic Exponential Nonlinear Term Fei Yu College of Information Science

More information

EE222 - Spring 16 - Lecture 2 Notes 1

EE222 - Spring 16 - Lecture 2 Notes 1 EE222 - Spring 16 - Lecture 2 Notes 1 Murat Arcak January 21 2016 1 Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Essentially Nonlinear Phenomena Continued

More information

= A(λ, t)x. In this chapter we will focus on the case that the matrix A does not depend on time (so that the ODE is autonomous):

= A(λ, t)x. In this chapter we will focus on the case that the matrix A does not depend on time (so that the ODE is autonomous): Chapter 2 Linear autonomous ODEs 2 Linearity Linear ODEs form an important class of ODEs They are characterized by the fact that the vector field f : R m R p R R m is linear at constant value of the parameters

More information

Linear ODEs. Existence of solutions to linear IVPs. Resolvent matrix. Autonomous linear systems

Linear ODEs. Existence of solutions to linear IVPs. Resolvent matrix. Autonomous linear systems Linear ODEs p. 1 Linear ODEs Existence of solutions to linear IVPs Resolvent matrix Autonomous linear systems Linear ODEs Definition (Linear ODE) A linear ODE is a differential equation taking the form

More information

Ordinary Differential Equations and Smooth Dynamical Systems

Ordinary Differential Equations and Smooth Dynamical Systems D.V. Anosov S.Kh. Aranson V.l. Arnold I.U. Bronshtein V.Z. Grines Yu.S. Il'yashenko Ordinary Differential Equations and Smooth Dynamical Systems With 25 Figures Springer I. Ordinary Differential Equations

More information

Dynamical Systems in Neuroscience: The Geometry of Excitability and Bursting

Dynamical Systems in Neuroscience: The Geometry of Excitability and Bursting Dynamical Systems in Neuroscience: The Geometry of Excitability and Bursting Eugene M. Izhikevich The MIT Press Cambridge, Massachusetts London, England Contents Preface xv 1 Introduction 1 1.1 Neurons

More information

LECTURE 8: DYNAMICAL SYSTEMS 7

LECTURE 8: DYNAMICAL SYSTEMS 7 15-382 COLLECTIVE INTELLIGENCE S18 LECTURE 8: DYNAMICAL SYSTEMS 7 INSTRUCTOR: GIANNI A. DI CARO GEOMETRIES IN THE PHASE SPACE Damped pendulum One cp in the region between two separatrix Separatrix Basin

More information