More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n.

Size: px
Start display at page:

Download "More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n."

Transcription

1 More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n. If there are points which, after many iterations of map then fixed point called an attractor. fixed point, If λ < 1, then we have x n+1 apple x n for all. ultimate result of iterations is x = 0. When λ < 1 mapping has 1 fixed point, x = 0, an attractor. Can determine fixed points for given λ by using fixed point condition x n which has solutions x = x(1 x) x = x(1 x)! 1= (1 x)! x =1 1 when x 0 and λ 1. For λ<1 solution is x=0 as stated earlier. Show true: Suppose λ = 1/2 x = 1 2 x(1 x)! x2 + x +0! x(x + 1) = 0! x =0or x = 1(not allowed)

2 Geometrically, fixed point = intersection of logistic map function(red curve) with line x n+1 = x n (green curve). Program fixpt.m Fixed point is circle as shown for λ = 0.8 < 1. Intersection (fixed point) is x = 0 as stated. For λ = 2.8 have single fixed point at x = as shown Next question is whether fixed points are stable, that is, are they attractors? To settle question, start with point near fixed point and see if result of iterations converges to fixed point. Can answer question using simple but informative geometrical construction of iteration process near fixed point (program returnmap.m).

3 limit or fixed points: points in phase space. Three kinds: attractors, repellers, and saddle points. System moves away from repellers and towards attractors. Saddle point is both an attractor and a repeller, attracts system in certain regions and repels system in other regions. (see Appendix A - Section for more details). Shown below for 2 cases above. (returnmap.m) For all 0 < λ < 1 fixed point x=0 is stable. Fixed point x 1/λ is stable for 1 < λ < 3. Criterion for stability of fixed point is (1 x fix ) apple 1

4 or apple 1! 1+ 2 apple 1! +2apple 1! 1 < <3 as expected. Also says no stable fixed points for λ > 3. As saw earlier, sequence does not settle down to single value (fixed point) in this case, but oscillates between set of values (sometimes set will be infinite in number = chaos). For example, look at return map for λ = 3.3. Clearly, iteration is alternating between two distinct points. Plot of sequence looks like: (logsen.m) (returnmap.m)

5 In this region, search for points with higher periodicity, that is, points which return to original value after some number of iterations. For example, period-2 points satisfy x n+2 = x n+1 (1 x n+1 ) = 2 x n (1 x n ) Called double-map function. x n+2 = x n or 3 x 2 n(1 x n ) 2 = F (x n ) Plot double map function, single map function (original map function) and line for λ = 2.8. x n+2 = x n All three curves should intersect at same point (fixed point at 0.643) since already found period-1 fixed point in this case. (quadplot1.m): In case right λ = 3.3, there are three fixed points. Middle one is unstable fixed point of period-1 or single mapping at x = =0.697

6 Two remaining fixed points of double mapping are stable in range 3 < λ < Note two points are single pair of period-2 points; calling them and, map takes one into other, i.e, x A = F (x B ) and x B = F (x A ). Another interesting view. x A x B

7 Transition, as λ raised past critical value (=3), from one stable fixed point to pair of stable period-2 points, known as bifurcation or period doubling. period-doubling: change in dynamics where N point attractor replaced by 2N point attractor. Can see another way by plotting time series (sequence of x values) (logmap1.m). Plot below for λ = 0.8 and clearly see map iterate to stable fixed point at x = 0. Next plot below for λ = 1.8 and clearly see map iterate to stable fixed point at x = Next plot(right) for λ = 2.8 and clearly see map iterate to stable fixed point at x = 0.64, in agreement with earlier result.

8 Next plot below for λ = 3.3 and clearly see map iterate to two stable fixed points at x = 0.52 and x = 0.80, in agreement with our earlier result = period-2 points. Next plot below for λ = 3.5 and clearly see map iterate to four stable fixed points = period-4 points. Last plot(right) is in a chaotic regime with no periodicity and no fixed points. As λ raised above a second bifurcation occurs (see period-4 points for λ = 3.5 above), that is, pair of stable period-2 point turns into quartet of period-4 points. Such bifurcations occur faster and faster until an infinite number of bifurcations occur at λ =

9 Can see entire structure of logistic map in plot below (logmapall.m). Plot of large number of x values in a sequence for fixed λ value versus λ value. Guess what it will look like? Using this type of plot can see all of other plots. bifurcation diagram: Visual summary of succession of period-doubling produced as control parameter is changed. Clearly, can see the period-1, period-2, period-4, etc regions, bifurcations or period doublings, chaotic regions and many other strange features.

10 Blowup region from to Finally blowup region to

11 Denoting by k the critical value of λ at which bifurcation from stable period-k set of points to stable period-(k+1) set occurs, one finds that = Feigenbaum number. lim k!1 k k 1 k+1 k = This ratio is universal for any map with quadratic maximum and seen in wide range of physical problems. One conclusion can draw from existence of Feigenbaum number is that each bifurcation looks similar up to a magnification factor. This scale invariance or self-similarity plays an important role in transition to or onset of chaos and in structure of strange attractor(discuss shortly). chaos: Behavior of dynamic system that has (a) a very large (possibly infinite) number of attractors and (b) is sensitive to initial conditions.

12 Note from pictures that above shows no periodicity at all. c = attractor set for many (but not all) values of λ For these values of λ quadratic map exhibits chaos and is strange attractor. In region c < <4 there are windows where attractors of small period reappear. Important property of chaotic motion is extreme sensitivity to initial conditions (mentioned earlier). To express sensitivity quantitatively introduce Lyapunov exponent. Lyapunov Number (Liapunov number): value of an exponent, coefficient of time, that reflects rate of departure of dynamic orbits. Measure of sensitivity to initial conditions. Consider two points in phase space separated by distance at time t = 0. If motion is regular (non-chaotic) these two points will remain relatively close, separating at most according to power of time. In chaotic motion two points separate exponentially with time according to d 0 d(t) =d 0 e L t

13 Parameter L is Lyapunov exponent. If L is positive motion is chaotic. A zero or negative coefficient indicates non-chaotic motion. There are as many Lyapunov exponents for a particular system as there are variables. Thus, for logistic map there is one Lyapunov exponent. We plot Lyapunov exponent as function of λ, logistic map parameter, below. (See Appendix - Section for more details)

14

15

16 Clearly, Lyapunov exponent is negative whenever map is stable and positive whenever map is chaotic. Value of λ is zero when bifurcation occurs and solution becomes unstable. A superstable point occurs where = 1. Can see clearly from plot that when λ goes above zero, there are windows of stability where λ goes negative for a while and period orbits occur amid the chaotic behavior. Relatively wide window just above λ = 3.8 is apparent. Expanding these ideas: Now repeat many ideas have been discussing for better understanding. Bifurcation Diagram So, again, what is a bifurcation? A bifurcation is a period-doubling, a change from an N-point attractor to a 2N-point attractor, which occurs when control parameter is changed. A Bifurcation Diagram is visual summary of succession of period-doublings produced as λ increases.

17 Next figure shows bifurcation diagram of logistic map, λ along x axis. For each value of λ system is first allowed to settle down and then successive values of x are plotted for a large number of iterations. See that for λ < 1, all points are plotted at 0. 0 is the one-point attractor for λ less than 1. For λ between 1 and 3, we still have one-point attractors, but the attracted value of x increases as λ increases, at least to λ = 3. Bifurcations occur at λ = 3, 3.45, 3.54, 3.564, 3.569(approximately), etc, until just beyond 3.57, where the system is chaotic. However, the system is not chaotic for all values of λ greater than 3.57.

18 Let us zoom in a bit. Notice again that at several values of λ, greater than 3.57, a small number of x values are visited. These regions produce white space in diagram. Look closely at λ = 3.83 and you will see a three-point attractor. In fact, between 3.57 and 4 there is a rich interleaving of chaos and order. A small change in λ can make a stable system chaotic, and vice versa.

19 Sensitivity to Initial Conditions Another important feature emerges in chaotic region... To see it, set λ = 3.99 and begin at x 1 =0.3. Next graph shows time series for 48 iterations of logistic map. logsen0.m Now suppose we alter starting point a bit. Next figure compares time series for x 1 =0.3(open squares) with that for x 1 =0.301 (solid dots).

20 Two time series stay close for about 10 iterations. But after that, they are pretty much on their own - they diverge from each other. Let us try starting closer together. We next compare starting at 0.3 with starting at This time stay close for longer time, but after 24 iterations they diverge. To see how independent they become, next figure provides scatterplots for two series before and after 24 iterations. Correlation after 24 iterations (right side), is essentially zero. Unreliability has replaced reliability.

21 Have illustrated one symptom of chaos. sensitivity to initial conditions: property of chaotic systems. A dynamic system has sensitivity to initial conditions when very small differences in starting values result in very different behavior. If orbits of nearby starting points diverge, system has sensitivity to initial conditions. A chaotic system is one for which distance between two trajectories or orbits starting from nearby points in its state space diverges over time. Magnitude of divergence increases exponentially in a chaotic system. So what? It is unpredictable, in principle because in order to predict its behavior into future must know its current value precisely. In example, slight difference in sixth decimal place, resulted in prediction failure after 24 iterations. Note that six decimal places far exceeds kind of measuring accuracy typically achieve with natural biological systems.

22 Symptoms of Chaos Beginning to sharpen definition of a chaotic system. First of all, it is a deterministic system. If observe behavior that suspect to be from chaotic system, difficult to distinguish from random behavior sensitive to initial conditions. NOTE: Neither of these symptoms, on their own, are sufficient to identify chaos. Note on technical versus metaphorical uses of terms: Students of chaotic systems have begun to use the (originally mathematical) terms in a metaphorical way. For example, bifurcation, defined here as a period doubling has come to be used to refer to any qualitative change. Even term chaos, has become synonymous, for some with overwhelming anxiety. Metaphors enrich our understanding, and have helped extend nonlinear thinking into new areas. On the other hand, it is important that we are aware of technical/metaphorical difference.

23 Two- and Three-Dimensional Systems First observe distinction between variables(dimensions) and parameters. Consider logistic map x n+1 = x n (1 x n ) Multiply out x n+1 = x n x 2 n replace two λ s with separate parameters, a and b, x n+1 = ax n bx 2 n Now, separate parameters, a and b, govern growth and suppression, but still only one variable x. When have system with two or more variables, 1. its current state is current values of variables 2. treated as point in phase(state) space 3. refer to trajectory or orbit in time

24 Predator-Prey System 2-dimensional dynamic system in which 2 variables grow, but one grows at expense of other. Number of predators is represented by y, number of prey by x. Plot phase space of system - 2-dimensional plot of possible states of system. A = too many predators B = too few prey C = few predators and prey; prey can grow D = Few predators, ample prey Four states are shown. Point A - large number of predators and large number of prey. Drawn from Point A is arrow or vector showing how system would change from that point. Many prey would be eaten, to benefit of predator. Arrow from Point A, therefore, points in direction of smaller value of x and larger value of y.

25 Point B - many predators but few prey. Vector shows that both decrease; predators because too few prey, prey because number of predators is still to prey s disadvantage. Point C, small number of predators - number of prey can increase, still too few prey to sustain predator population. Point D, many prey is advantageous to predators, but number of prey still too small to inhibit prey growth, so numbers increase. Full trajectory (somewhat idealized) is pred2.m

26 Attractor that forms loop called limit cycle. limit cycle: Attractor that is periodic in time, that is, that cycles periodically through an ordered sequence of states. However, system doesn t start outside loop and move into it as final attractor. Any starting state already in final loop. Shown below: loops from four different starting states. Points 1-4 start with same number of prey but different numbers of predators. Look at system over time, that is, as two time series. Figure shows how two variables oscillate, out of phase.

27 Continuous Functions and Differential Equations Changes in discrete variables are expressed with difference equations, such as the logistic map. Changes in continuous variables are expressed with differential equations For example, Predator-prey system is presented as set of two differential equations: dx dt =(a by)x, dy dt =(cx Types of 2-dimensional interactions Other types of 2-dimensional interactions are possible. mutually supportive: larger one gets, faster other grows mutually competitive: each negatively affects other supportive-competitive: Predator-Prey Buckling column system Buckling Column system can be used to discuss psychological phenomena that exhibit oscillations (for example, mood swings, states of consciousness, attitude changes). d)y

28 Model is single, flexible, column that supports mass within horizontally constrained space. If mass sufficiently heavy, column will buckle. 2 dimensions, x representing sideways displacement of column, and y velocity of movement. Shown are two situations, differing in magnitude of mass. Mass on left larger than mass on right. What are the dynamics? Column is elastic, so initial buckle is followed by springy return and bouncing (oscillations). If there is resistance (friction), bouncing will diminish and mass will come to rest. Equations are: dx dt = y, dy dt =(1 m)(ax3 + b + cy)

29 Parameters m and c represent mass and friction respectively. If there is friction (c > 0), and mass is small, column eventually returns to upright position (x = y = 0), illustrated with next two trajectories. For light mass, column comes to rest at single point (attractor) for any starting configuration. With heavy mass, column comes to rest in one of two positions (two-point attractor), again illustrated with two trajectories. Starting at point A, system comes to rest buckled slightly to right, starting at B ends up buckled to left.

30 Now introduce another major concept... Basins of attraction With sufficient mass, buckling column can end up in one of two states, buckled to left or to right. What determines its fate? For given set of parameter values, fate is determined entirely by starting state, initial values of x and y. In fact, each point in phase space classified according to its attractor. Set of points associated with given attractor called attractors basin of attraction. basin of attraction: region in phase space associated with given attractor. Basin of attraction of attractor is set of all (initial) points that go to that attractor.

31 Shown below - oscillator phase space shaded according to attractor. Average speed < 0 & > 0 Basin of attraction for one of attractors is shaded. Basin of attraction for other attractor is unshaded in figure. Term seperatrix refers to boundary between basins of attraction. For two-point attractor illustrated here - two basins of attraction. (basins.m)

32 Three-dimensional Dynamic Systems - The Lorenz System Lorenz s model of atmospheric dynamics is classic in chaos literature. Model illustrates three-dimensional system. dx dt = a(y x), dy dt = x(b z) y, dz dt = xy cz 3 variables reflecting temperature differences and air movement (details irrelevant). Interested in trajectories of system in phase space. Choose a=10,b=28,c=8/3 - plot part of trajectory starting from (5, 5, 5). Although suggests that trajectory may intersect with earlier passes, in fact never does. Lorenz system shows sensitivity to initial conditions. This is chaos - first strange attractor. Has become icon for chaos.

33 Illustrated dramatically by simulation of Lorenz equations (lorenz0.m and lorenz4.m). Again observe extreme sensitivity to initial conditions. In fact, model was original source of idea of sensitivity to initial conditions! Beasts in Phase space - Limit Points 3 kinds of limit points. Attractors: where system settles down Repellers: point system moves away from Saddle points: an attractor from some regions, repeller in others Examples Attractors: have seen many Repellers: value 0 in Logistic Map Saddle points: point (0,0) in Buckling Column Now return to discussion of the non-linear, damped driven oscillator, which is a real physical system.

34

35

36

37 The Nonlinear Damped Driven Oscillator(DETAILS) Newtons second law for pendulum (switched variables from x to θ - angle of swinging pendulum) m d2 dt 2 + d dt + sin = cos (!t) First investigate motion of physical system in phase space. Fix some parameters b =1.0 = m = 1 m r g `, ` = pendulum length c =0.5 = m, = damping parameter! = = driving frequency Use as variable (control) parameter (like λ in logistic map) constant a where a = γ/m. In particular, look at a = 0.90! periodic motion a = 1.07! periodic doubling a = 1.15! chaotic motion a = 1.35! periodic motion a = 1.45! periodic doubling a = 1.47! periodic doubling a = 1.50! chaotic motion

38 Run phsp.m to generate phase space plots shown below:

39 Dependence of system motion on amplitude is clearly very complex and sensitive to value.

40 Another way to visualize behavior of systems is via Poincare Plots. Poincare plot is same as using a stroboscope on motion. Flash strobe once every cycle of driving force (frequency = ω). Run phsppoin.m to generate plots shown

41 Alternative picture

42

43

44

45

46

47

48 Poincare plot in this case is attractor with infinite number of points. It is fractal curve (more later) with non-integer dimension. Steady state motion of oscillator at this a and ω is not periodic at all; motion is chaotic. Attractor of this sort is known as strange attractor. Its infinity of points are arranged in strange self-similar (fractal) manner.

49 Finally, make a bifurcation plot for driven oscillator - plot strobe values (from Poincare plot) versus driving amplitude. Thus, two systems, which really do not resemble each other in any way except that they are both nonlinear systems, exhibits very similar behaviors. oscpoinbif.mpg See same structure as in logistic map bifurcation plot. Various periodic, period-doubling and chaotic regions are clear. Critical points are also clear.

50 Zooming in Zoom in on strange attractor. Consider Poincare plot for driven oscillator when a = Looks like figures below. Clear that there is complex structure in strange attractor or fractal at all levels. Dimension of this strange attractor is D = (more later).

51

52

53

54 Only limited by resolution of screen and accuracy of calculation.

55 More images

56 Simulations of chaotic attractor and its Poincare section reveal hierarchical structure that is uncharacteristic of ordinary compact geometrical objects. Chaotic attractor as represented by Poincare sections will be discussed as fractals - mathematical sets of non-integer dimension(strange attractors) - later in these notes. These different magnifications clearly reveal self-similar structure caused by folding and stretching of phase volume. Stretching and folding processes lead to a cascade of scales: attractor consists of an infinite number of layers. Fine structure resembles gross structure property called self-similarity. Properties 1. Trajectory of strange attractor cannot repeat. 2. Nearby trajectories diverge exponentially. 3. Attractor is bounded in phase space. 4. Even though has infinite number of different points, trajectory does not fill phase space

57 Strange attractor is fractal(more later), and fractal dimension(more later) is less than dimension of phase space. Self-Similarity Important (defining) property of fractal is self-similarity, which refers to infinite nesting of structure on all size scales. Strict self-similarity refers to characteristic of form exhibited when substructure resembles superstrucure in the same form. Another example are the Rings of Saturn and the Kirkwood Gaps in the asteroid belt as described in the text.

... it may happen that small differences in the initial conditions produce very great ones in the final phenomena. Henri Poincaré

... it may happen that small differences in the initial conditions produce very great ones in the final phenomena. Henri Poincaré Chapter 2 Dynamical Systems... it may happen that small differences in the initial conditions produce very great ones in the final phenomena. Henri Poincaré One of the exciting new fields to arise out

More information

From Last Time. Gravitational forces are apparent at a wide range of scales. Obeys

From Last Time. Gravitational forces are apparent at a wide range of scales. Obeys From Last Time Gravitational forces are apparent at a wide range of scales. Obeys F gravity (Mass of object 1) (Mass of object 2) square of distance between them F = 6.7 10-11 m 1 m 2 d 2 Gravitational

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

Chaotic motion. Phys 750 Lecture 9

Chaotic motion. Phys 750 Lecture 9 Chaotic motion Phys 750 Lecture 9 Finite-difference equations Finite difference equation approximates a differential equation as an iterative map (x n+1,v n+1 )=M[(x n,v n )] Evolution from time t =0to

More information

ONE DIMENSIONAL CHAOTIC DYNAMICAL SYSTEMS

ONE DIMENSIONAL CHAOTIC DYNAMICAL SYSTEMS Journal of Pure and Applied Mathematics: Advances and Applications Volume 0 Number 0 Pages 69-0 ONE DIMENSIONAL CHAOTIC DYNAMICAL SYSTEMS HENA RANI BISWAS Department of Mathematics University of Barisal

More information

The phenomenon: complex motion, unusual geometry

The phenomenon: complex motion, unusual geometry Part I The phenomenon: complex motion, unusual geometry Chapter 1 Chaotic motion 1.1 What is chaos? Certain long-lasting, sustained motion repeats itself exactly, periodically. Examples from everyday life

More information

CHAOS -SOME BASIC CONCEPTS

CHAOS -SOME BASIC CONCEPTS CHAOS -SOME BASIC CONCEPTS Anders Ekberg INTRODUCTION This report is my exam of the "Chaos-part" of the course STOCHASTIC VIBRATIONS. I m by no means any expert in the area and may well have misunderstood

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

Introduction to Dynamical Systems Basic Concepts of Dynamics

Introduction to Dynamical Systems Basic Concepts of Dynamics Introduction to Dynamical Systems Basic Concepts of Dynamics A dynamical system: Has a notion of state, which contains all the information upon which the dynamical system acts. A simple set of deterministic

More information

Chaotic motion. Phys 420/580 Lecture 10

Chaotic motion. Phys 420/580 Lecture 10 Chaotic motion Phys 420/580 Lecture 10 Finite-difference equations Finite difference equation approximates a differential equation as an iterative map (x n+1,v n+1 )=M[(x n,v n )] Evolution from time t

More information

Oscillatory Motion. Simple pendulum: linear Hooke s Law restoring force for small angular deviations. small angle approximation. Oscillatory solution

Oscillatory Motion. Simple pendulum: linear Hooke s Law restoring force for small angular deviations. small angle approximation. Oscillatory solution Oscillatory Motion Simple pendulum: linear Hooke s Law restoring force for small angular deviations d 2 θ dt 2 = g l θ small angle approximation θ l Oscillatory solution θ(t) =θ 0 sin(ωt + φ) F with characteristic

More information

Oscillatory Motion. Simple pendulum: linear Hooke s Law restoring force for small angular deviations. Oscillatory solution

Oscillatory Motion. Simple pendulum: linear Hooke s Law restoring force for small angular deviations. Oscillatory solution Oscillatory Motion Simple pendulum: linear Hooke s Law restoring force for small angular deviations d 2 θ dt 2 = g l θ θ l Oscillatory solution θ(t) =θ 0 sin(ωt + φ) F with characteristic angular frequency

More information

6.2 Brief review of fundamental concepts about chaotic systems

6.2 Brief review of fundamental concepts about chaotic systems 6.2 Brief review of fundamental concepts about chaotic systems Lorenz (1963) introduced a 3-variable model that is a prototypical example of chaos theory. These equations were derived as a simplification

More information

Chaos Theory. Namit Anand Y Integrated M.Sc.( ) Under the guidance of. Prof. S.C. Phatak. Center for Excellence in Basic Sciences

Chaos Theory. Namit Anand Y Integrated M.Sc.( ) Under the guidance of. Prof. S.C. Phatak. Center for Excellence in Basic Sciences Chaos Theory Namit Anand Y1111033 Integrated M.Sc.(2011-2016) Under the guidance of Prof. S.C. Phatak Center for Excellence in Basic Sciences University of Mumbai 1 Contents 1 Abstract 3 1.1 Basic Definitions

More information

Chaos. Dr. Dylan McNamara people.uncw.edu/mcnamarad

Chaos. Dr. Dylan McNamara people.uncw.edu/mcnamarad Chaos Dr. Dylan McNamara people.uncw.edu/mcnamarad Discovery of chaos Discovered in early 1960 s by Edward N. Lorenz (in a 3-D continuous-time model) Popularized in 1976 by Sir Robert M. May as an example

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

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

THREE DIMENSIONAL SYSTEMS. Lecture 6: The Lorenz Equations

THREE DIMENSIONAL SYSTEMS. Lecture 6: The Lorenz Equations THREE DIMENSIONAL SYSTEMS Lecture 6: The Lorenz Equations 6. The Lorenz (1963) Equations The Lorenz equations were originally derived by Saltzman (1962) as a minimalist model of thermal convection in a

More information

Unit Ten Summary Introduction to Dynamical Systems and Chaos

Unit Ten Summary Introduction to Dynamical Systems and Chaos Unit Ten Summary Introduction to Dynamical Systems Dynamical Systems A dynamical system is a system that evolves in time according to a well-defined, unchanging rule. The study of dynamical systems is

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

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

Edward Lorenz. Professor of Meteorology at the Massachusetts Institute of Technology

Edward Lorenz. Professor of Meteorology at the Massachusetts Institute of Technology The Lorenz system Edward Lorenz Professor of Meteorology at the Massachusetts Institute of Technology In 1963 derived a three dimensional system in efforts to model long range predictions for the weather

More information

Deterministic Chaos Lab

Deterministic Chaos Lab Deterministic Chaos Lab John Widloski, Robert Hovden, Philip Mathew School of Physics, Georgia Institute of Technology, Atlanta, GA 30332 I. DETERMINISTIC CHAOS LAB This laboratory consists of three major

More information

Maps and differential equations

Maps and differential equations Maps and differential equations Marc R. Roussel November 8, 2005 Maps are algebraic rules for computing the next state of dynamical systems in discrete time. Differential equations and maps have a number

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

v n+1 = v T + (v 0 - v T )exp(-[n +1]/ N )

v n+1 = v T + (v 0 - v T )exp(-[n +1]/ N ) Notes on Dynamical Systems (continued) 2. Maps The surprisingly complicated behavior of the physical pendulum, and many other physical systems as well, can be more readily understood by examining their

More information

Are numerical studies of long term dynamics conclusive: the case of the Hénon map

Are numerical studies of long term dynamics conclusive: the case of the Hénon map Journal of Physics: Conference Series PAPER OPEN ACCESS Are numerical studies of long term dynamics conclusive: the case of the Hénon map To cite this article: Zbigniew Galias 2016 J. Phys.: Conf. Ser.

More information

Laboratory Instruction-Record Pages

Laboratory Instruction-Record Pages Laboratory Instruction-Record Pages The Driven Pendulum Geology 200 - Evolutionary Systems James Madison University Lynn S. Fichter and Steven J. Baedke Brief History of Swinging Many things in this universe

More information

Chapter 2 Chaos theory and its relationship to complexity

Chapter 2 Chaos theory and its relationship to complexity Chapter 2 Chaos theory and its relationship to complexity David Kernick This chapter introduces chaos theory and the concept of non-linearity. It highlights the importance of reiteration and the system

More information

Mechanisms of Chaos: Stable Instability

Mechanisms of Chaos: Stable Instability Mechanisms of Chaos: Stable Instability Reading for this lecture: NDAC, Sec. 2.-2.3, 9.3, and.5. Unpredictability: Orbit complicated: difficult to follow Repeatedly convergent and divergent Net amplification

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

Nonlinear Oscillations and Chaos

Nonlinear Oscillations and Chaos CHAPTER 4 Nonlinear Oscillations and Chaos 4-. l l = l + d s d d l l = l + d m θ m (a) (b) (c) The unetended length of each spring is, as shown in (a). In order to attach the mass m, each spring must be

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

Lecture 6. Lorenz equations and Malkus' waterwheel Some properties of the Lorenz Eq.'s Lorenz Map Towards definitions of:

Lecture 6. Lorenz equations and Malkus' waterwheel Some properties of the Lorenz Eq.'s Lorenz Map Towards definitions of: Lecture 6 Chaos Lorenz equations and Malkus' waterwheel Some properties of the Lorenz Eq.'s Lorenz Map Towards definitions of: Chaos, Attractors and strange attractors Transient chaos Lorenz Equations

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

Lecture 1: A Preliminary to Nonlinear Dynamics and Chaos

Lecture 1: A Preliminary to Nonlinear Dynamics and Chaos Lecture 1: A Preliminary to Nonlinear Dynamics and Chaos Autonomous Systems A set of coupled autonomous 1st-order ODEs. Here "autonomous" means that the right hand side of the equations does not explicitly

More information

SPATIOTEMPORAL CHAOS IN COUPLED MAP LATTICE. Itishree Priyadarshini. Prof. Biplab Ganguli

SPATIOTEMPORAL CHAOS IN COUPLED MAP LATTICE. Itishree Priyadarshini. Prof. Biplab Ganguli SPATIOTEMPORAL CHAOS IN COUPLED MAP LATTICE By Itishree Priyadarshini Under the Guidance of Prof. Biplab Ganguli Department of Physics National Institute of Technology, Rourkela CERTIFICATE This is to

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

Simplest Chaotic Flows with Involutional Symmetries

Simplest Chaotic Flows with Involutional Symmetries International Journal of Bifurcation and Chaos, Vol. 24, No. 1 (2014) 1450009 (9 pages) c World Scientific Publishing Company DOI: 10.1142/S0218127414500096 Simplest Chaotic Flows with Involutional Symmetries

More information

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x Use of Tools from Interactive Differential Equations with the texts Fundamentals of Differential Equations, 5th edition and Fundamentals of Differential Equations and Boundary Value Problems, 3rd edition

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

Example Chaotic Maps (that you can analyze)

Example Chaotic Maps (that you can analyze) Example Chaotic Maps (that you can analyze) Reading for this lecture: NDAC, Sections.5-.7. Lecture 7: Natural Computation & Self-Organization, Physics 256A (Winter 24); Jim Crutchfield Monday, January

More information

Liapunov Exponent. September 19, 2011

Liapunov Exponent. September 19, 2011 Liapunov Exponent September 19, 2011 1 Introduction At times, it is difficult to see whether a system is chaotic or not. We can use the Liapunov Exponent to check if an orbit is stable, which will give

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

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

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

2D-Volterra-Lotka Modeling For 2 Species

2D-Volterra-Lotka Modeling For 2 Species Majalat Al-Ulum Al-Insaniya wat - Tatbiqiya 2D-Volterra-Lotka Modeling For 2 Species Alhashmi Darah 1 University of Almergeb Department of Mathematics Faculty of Science Zliten Libya. Abstract The purpose

More information

MAS212 Assignment #2: The damped driven pendulum

MAS212 Assignment #2: The damped driven pendulum MAS Assignment #: The damped driven pendulum Sam Dolan (January 8 Introduction In this assignment we study the motion of a rigid pendulum of length l and mass m, shown in Fig., using both analytical and

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: April 06, 2018, at 14 00 18 00 Johanneberg Kristian

More information

http://www.ibiblio.org/e-notes/mset/logistic.htm On to Fractals Now let s consider Scale It s all about scales and its invariance (not just space though can also time And self-organized similarity

More information

Figure 1: Schematic of ship in still water showing the action of bouyancy and weight to right the ship.

Figure 1: Schematic of ship in still water showing the action of bouyancy and weight to right the ship. MULTI-DIMENSIONAL SYSTEM: In this computer simulation we will explore a nonlinear multi-dimensional system. As before these systems are governed by equations of the form x 1 = f 1 x 2 = f 2.. x n = f n

More information

PH 120 Project # 2: Pendulum and chaos

PH 120 Project # 2: Pendulum and chaos PH 120 Project # 2: Pendulum and chaos Due: Friday, January 16, 2004 In PH109, you studied a simple pendulum, which is an effectively massless rod of length l that is fixed at one end with a small mass

More information

2 One-dimensional models in discrete time

2 One-dimensional models in discrete time 2 One-dimensional models in discrete time So far, we have assumed that demographic events happen continuously over time and can thus be written as rates. For many biological species with overlapping generations

More information

CDS 101/110a: Lecture 2.1 Dynamic Behavior

CDS 101/110a: Lecture 2.1 Dynamic Behavior CDS 11/11a: Lecture 2.1 Dynamic Behavior Richard M. Murray 6 October 28 Goals: Learn to use phase portraits to visualize behavior of dynamical systems Understand different types of stability for an equilibrium

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

Practice Problems for Final Exam

Practice Problems for Final Exam Math 1280 Spring 2016 Practice Problems for Final Exam Part 2 (Sections 6.6, 6.7, 6.8, and chapter 7) S o l u t i o n s 1. Show that the given system has a nonlinear center at the origin. ẋ = 9y 5y 5,

More information

Finding numerically Newhouse sinks near a homoclinic tangency and investigation of their chaotic transients. Takayuki Yamaguchi

Finding numerically Newhouse sinks near a homoclinic tangency and investigation of their chaotic transients. Takayuki Yamaguchi Hokkaido Mathematical Journal Vol. 44 (2015) p. 277 312 Finding numerically Newhouse sinks near a homoclinic tangency and investigation of their chaotic transients Takayuki Yamaguchi (Received March 13,

More information

A Two-dimensional Discrete Mapping with C Multifold Chaotic Attractors

A Two-dimensional Discrete Mapping with C Multifold Chaotic Attractors EJTP 5, No. 17 (2008) 111 124 Electronic Journal of Theoretical Physics A Two-dimensional Discrete Mapping with C Multifold Chaotic Attractors Zeraoulia Elhadj a, J. C. Sprott b a Department of Mathematics,

More information

Lecture 3 : Bifurcation Analysis

Lecture 3 : Bifurcation Analysis Lecture 3 : Bifurcation Analysis D. Sumpter & S.C. Nicolis October - December 2008 D. Sumpter & S.C. Nicolis General settings 4 basic bifurcations (as long as there is only one unstable mode!) steady state

More information

Chaos in the Hénon-Heiles system

Chaos in the Hénon-Heiles system Chaos in the Hénon-Heiles system University of Karlstad Christian Emanuelsson Analytical Mechanics FYGC04 Abstract This paper briefly describes how the Hénon-Helies system exhibits chaos. First some subjects

More information

Lecture3 The logistic family.

Lecture3 The logistic family. Lecture3 The logistic family. 1 The logistic family. The scenario for 0 < µ 1. The scenario for 1 < µ 3. Period doubling bifurcations in the logistic family. 2 The period doubling bifurcation. The logistic

More information

Nonlinear Dynamics. Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna.

Nonlinear Dynamics. Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna. Nonlinear Dynamics Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna http://www.moreno.marzolla.name/ 2 Introduction: Dynamics of Simple Maps 3 Dynamical systems A dynamical

More information

Co-existence of Regular and Chaotic Motions in the Gaussian Map

Co-existence of Regular and Chaotic Motions in the Gaussian Map EJTP 3, No. 13 (2006) 29 40 Electronic Journal of Theoretical Physics Co-existence of Regular and Chaotic Motions in the Gaussian Map Vinod Patidar Department of Physics, Banasthali Vidyapith Deemed University,

More information

Handout 2: Invariant Sets and Stability

Handout 2: Invariant Sets and Stability Engineering Tripos Part IIB Nonlinear Systems and Control Module 4F2 1 Invariant Sets Handout 2: Invariant Sets and Stability Consider again the autonomous dynamical system ẋ = f(x), x() = x (1) with state

More information

Is the Hénon map chaotic

Is the Hénon map chaotic Is the Hénon map chaotic Zbigniew Galias Department of Electrical Engineering AGH University of Science and Technology, Poland, galias@agh.edu.pl International Workshop on Complex Networks and Applications

More information

Problem Sheet 1.1 First order linear equations;

Problem Sheet 1.1 First order linear equations; Problem Sheet 1 First order linear equations; In each of Problems 1 through 8 find the solution of the given initial value problem 5 6 7 8 In each of Problems 9 and 10: (a) Let be the value of for which

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

Why are Discrete Maps Sufficient?

Why are Discrete Maps Sufficient? Why are Discrete Maps Sufficient? Why do dynamical systems specialists study maps of the form x n+ 1 = f ( xn), (time is discrete) when much of the world around us evolves continuously, and is thus well

More information

Dynamical Systems: Lecture 1 Naima Hammoud

Dynamical Systems: Lecture 1 Naima Hammoud Dynamical Systems: Lecture 1 Naima Hammoud Feb 21, 2017 What is dynamics? Dynamics is the study of systems that evolve in time What is dynamics? Dynamics is the study of systems that evolve in time a system

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 What is Phase-Locked Loop? The phase-locked loop (PLL) is an electronic system which has numerous important applications. It consists of three elements forming a feedback loop:

More information

CDS 101/110a: Lecture 2.1 Dynamic Behavior

CDS 101/110a: Lecture 2.1 Dynamic Behavior CDS 11/11a: Lecture.1 Dynamic Behavior Richard M. Murray 6 October 8 Goals: Learn to use phase portraits to visualize behavior of dynamical systems Understand different types of stability for an equilibrium

More information

The Big Picture. Discuss Examples of unpredictability. Odds, Stanisław Lem, The New Yorker (1974) Chaos, Scientific American (1986)

The Big Picture. Discuss Examples of unpredictability. Odds, Stanisław Lem, The New Yorker (1974) Chaos, Scientific American (1986) The Big Picture Discuss Examples of unpredictability Odds, Stanisław Lem, The New Yorker (1974) Chaos, Scientific American (1986) Lecture 2: Natural Computation & Self-Organization, Physics 256A (Winter

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

Chapter 4. Transition towards chaos. 4.1 One-dimensional maps

Chapter 4. Transition towards chaos. 4.1 One-dimensional maps Chapter 4 Transition towards chaos In this chapter we will study how successive bifurcations can lead to chaos when a parameter is tuned. It is not an extensive review : there exists a lot of different

More information

CHAPTER 2 FEIGENBAUM UNIVERSALITY IN 1-DIMENSIONAL NONLINEAR ALGEBRAIC MAPS

CHAPTER 2 FEIGENBAUM UNIVERSALITY IN 1-DIMENSIONAL NONLINEAR ALGEBRAIC MAPS CHAPTER 2 FEIGENBAUM UNIVERSALITY IN 1-DIMENSIONAL NONLINEAR ALGEBRAIC MAPS The chief aim of this chapter is to discuss the dynamical behaviour of some 1-dimensional discrete maps. In this chapter, we

More information

2 Problem Set 2 Graphical Analysis

2 Problem Set 2 Graphical Analysis 2 PROBLEM SET 2 GRAPHICAL ANALYSIS 2 Problem Set 2 Graphical Analysis 1. Use graphical analysis to describe all orbits of the functions below. Also draw their phase portraits. (a) F(x) = 2x There is only

More information

Computers, Lies and the Fishing Season

Computers, Lies and the Fishing Season 1/47 Computers, Lies and the Fishing Season Liz Arnold May 21, 23 Introduction Computers, lies and the fishing season takes a look at computer software programs. As mathematicians, we depend on computers

More information

Systems of Linear ODEs

Systems of Linear ODEs P a g e 1 Systems of Linear ODEs Systems of ordinary differential equations can be solved in much the same way as discrete dynamical systems if the differential equations are linear. We will focus here

More information

A MINIMAL 2-D QUADRATIC MAP WITH QUASI-PERIODIC ROUTE TO CHAOS

A MINIMAL 2-D QUADRATIC MAP WITH QUASI-PERIODIC ROUTE TO CHAOS International Journal of Bifurcation and Chaos, Vol. 18, No. 5 (2008) 1567 1577 c World Scientific Publishing Company A MINIMAL 2-D QUADRATIC MAP WITH QUASI-PERIODIC ROUTE TO CHAOS ZERAOULIA ELHADJ Department

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

Lecture2 The implicit function theorem. Bifurcations.

Lecture2 The implicit function theorem. Bifurcations. Lecture2 The implicit function theorem. Bifurcations. 1 Review:Newton s method. The existence theorem - the assumptions. Basins of attraction. 2 The implicit function theorem. 3 Bifurcations of iterations.

More information

Bifurcations in the Quadratic Map

Bifurcations in the Quadratic Map Chapter 14 Bifurcations in the Quadratic Map We will approach the study of the universal period doubling route to chaos by first investigating the details of the quadratic map. This investigation suggests

More information

Part II. Dynamical Systems. Year

Part II. Dynamical Systems. Year Part II Year 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2017 34 Paper 1, Section II 30A Consider the dynamical system where β > 1 is a constant. ẋ = x + x 3 + βxy 2, ẏ = y + βx 2

More information

There is a more global concept that is related to this circle of ideas that we discuss somewhat informally. Namely, a region R R n with a (smooth)

There is a more global concept that is related to this circle of ideas that we discuss somewhat informally. Namely, a region R R n with a (smooth) 82 Introduction Liapunov Functions Besides the Liapunov spectral theorem, there is another basic method of proving stability that is a generalization of the energy method we have seen in the introductory

More information

Chapitre 4. Transition to chaos. 4.1 One-dimensional maps

Chapitre 4. Transition to chaos. 4.1 One-dimensional maps Chapitre 4 Transition to chaos In this chapter we will study how successive bifurcations can lead to chaos when a parameter is tuned. It is not an extensive review : there exists a lot of different manners

More information

Simple approach to the creation of a strange nonchaotic attractor in any chaotic system

Simple approach to the creation of a strange nonchaotic attractor in any chaotic system PHYSICAL REVIEW E VOLUME 59, NUMBER 5 MAY 1999 Simple approach to the creation of a strange nonchaotic attractor in any chaotic system J. W. Shuai 1, * and K. W. Wong 2, 1 Department of Biomedical Engineering,

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

Modeling the Duffing Equation with an Analog Computer

Modeling the Duffing Equation with an Analog Computer Modeling the Duffing Equation with an Analog Computer Matt Schmitthenner Physics Department, The College of Wooster, Wooster, Ohio 44691, USA (Dated: December 13, 2011) The goal was to model the Duffing

More information

2 Discrete growth models, logistic map (Murray, Chapter 2)

2 Discrete growth models, logistic map (Murray, Chapter 2) 2 Discrete growth models, logistic map (Murray, Chapter 2) As argued in Lecture 1 the population of non-overlapping generations can be modelled as a discrete dynamical system. This is an example of an

More information

Hamiltonian Chaos and the standard map

Hamiltonian Chaos and the standard map Hamiltonian Chaos and the standard map Outline: What happens for small perturbation? Questions of long time stability? Poincare section and twist maps. Area preserving mappings. Standard map as time sections

More information

xt+1 = 1 ax 2 t + y t y t+1 = bx t (1)

xt+1 = 1 ax 2 t + y t y t+1 = bx t (1) Exercise 2.2: Hénon map In Numerical study of quadratic area-preserving mappings (Commun. Math. Phys. 50, 69-77, 1976), the French astronomer Michel Hénon proposed the following map as a model of the Poincaré

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

Lesson 4: Non-fading Memory Nonlinearities

Lesson 4: Non-fading Memory Nonlinearities Lesson 4: Non-fading Memory Nonlinearities Nonlinear Signal Processing SS 2017 Christian Knoll Signal Processing and Speech Communication Laboratory Graz University of Technology June 22, 2017 NLSP SS

More information

CHAOS/FRACTAL

CHAOS/FRACTAL CHAOS/FRACTAL 8 6.8.6 4.4. 4 5..4.6.8.4 8...8 6.8.6 - - 4.6.4.4 -.. - -6-5 -4 - - -..95.955.96.965.97.975.98..4.6.8 Presentation in Dynamical System. By Fred Khoury Introduction This paper is divided into

More information

The dynamics of the Forced Damped Pendulum. John Hubbard Cornell University and Université de Provence

The dynamics of the Forced Damped Pendulum. John Hubbard Cornell University and Université de Provence The dynamics of the Forced Damped Pendulum John Hubbard Cornell University and Université de Provence Three ways to view the pendulum Three ways to view the pendulum 1. As a physical object Three ways

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

Consider the equation of the quadratic map. x n+1 = a ( x n ) 2. The graph for 0 < a < 2 looks like:

Consider the equation of the quadratic map. x n+1 = a ( x n ) 2. The graph for 0 < a < 2 looks like: The mathematics behind the quadratic map mirrors that of the system of semiconductor lasers. It is a basic example of a chaotic system that can be synchronized through coupling [4]. By definition, a map

More information

MAT335H1F Lec0101 Burbulla

MAT335H1F Lec0101 Burbulla Fall 2011 Q 2 (x) = x 2 2 Q 2 has two repelling fixed points, p = 1 and p + = 2. Moreover, if I = [ p +, p + ] = [ 2, 2], it is easy to check that p I and Q 2 : I I. So for any seed x 0 I, the orbit of

More information

CHEM-UA 652: Thermodynamics and Kinetics

CHEM-UA 652: Thermodynamics and Kinetics CHEM-UA 65: Thermodynamics and Kinetics Notes for Lecture I. THE COMPLEXITY OF MULTI-STEP CHEMICAL REACTIONS It should be clear by now that chemical kinetics is governed by the mathematics of systems of

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