CHAOS -SOME BASIC CONCEPTS

Size: px
Start display at page:

Download "CHAOS -SOME BASIC CONCEPTS"

Transcription

1 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 some concepts. So read the following with a supsiciuous mind. This report was finished in June WHEN IS CHAOS POSSIBLE? Chaos is characterized by the way a dynamic system doesn t repeat itself, even though the system is governed by deterministic equations. This is due to the fact that an initial disturbance grows exponentially (as compared to the case of non-chaotic systems, where an initial disturbance grows linearly). Two conditions that must be fulfilled, if the system is to behave chaotic, are The system has to have at least three indepent dynamic variables The equations of motion must include a non-linear term that couples several of the variables. These conditions are necessary but not sufficient if the dynamic system is to behave chaotic. Since the governing differential equations are non-linear, it is often necessary to solve them numerically. 1

2 2 (10) 2. PHASE SPACE The phase space is a mathematical space. The orthogonal coordinates of this space each represents one indepent variable of the dynamical system. The phase space is just a tool to visualize the behavior of a dynamical system and does not provide any additional information about the system. As an example, one can define a phase space as a plane with angular velocity on one axis and angle on the other axis, and then plot a curve by expressing the angular velocity and the angle as a function of time (which is then the parameter of the curve). The resulting curve (in the 2D-case) is called a trajectory and is valid for a given set of indata. Since a chaotic system has to have at least three indepent variables, it should be mapped in, at least, a three dimensional space. Some interesting features of a phase space diagram is that, for a deterministic system, two trajectories will not cross. Also, for a conservative system (where the energy of the system is constant in time), the points found in an area of the phase space move in such a way that, at a later time, the area occupied by these points remains the same. For a dissipative system, this area will decrease. To examine whether the system is conservative or dissipative, one can evaluate the expression F, where F is contains the time derivative of the dynamic variables. If this expression equals zero, the system is conservative. If it is less than zero, the system is dissipative. As an example, a driven pulum is governed by the equation 2 d θ 1dθ sinθ = gcos( ω d q d t D t) t 2 (1) which can be rewritten as dω dt 1ω = sinθ + gcosφ q dθ = ω dt dφ = dt ω D (2) and the dissipation inequality becomes F d d d ω 1 1 = --- sinθ + g cosφ ωω dω dθ dφ q D = = -- q q Thus, this system is dissipative. (3)

3 3. THE POINCARÉ-SECTION A Poincaré-section is obtained from the phase space diagram by viewing this stroboscopically, i.e. sampling points in the phase space at regular intervals. The Poincaré section can give information about the relationship between the strobe frequency and the natural frequency of the dynamic system. For example, if these are the same, the Poincaré-section would be a single point if the Poincaré-section is projected from a 3D-phase space onto a phase plane. If the system has a direct current, in addition to oscillating movements, there may be a nonzero average displacement and the offset will generally be asymmetric. If the relation between the strobe frequency and the natural frequency is irrational, the strobe points will never repeat and the result will be a filled pattern (e.g., a curve). if the system is dissipative, the points of the Poincaré-section will move towards the attractor. The main feature of the Poincaré-section (and also of projections) is its ability to decrease the amount of information in a systematic manner, thus bringing some order in chaos. Superposing Poincaré-sections for all possible values of the strobe frequency will bring back the full phase space diagram. 3 (10) 4. MAPPING Consider a difference equation. This is an equation that analyses the conditions at discrete instants and defines the conditions at time n+1 as a function of the conditions at time n, i.e. x n + 1 = f( x n ). If x is a real number on the interval (x min, x max ), The function f, is then called a map of the interval (x min, x max ) onto itself, since it generates a value in this interval for another given value in the interval. A dynamical system whose phase space is three-dimensional can, at least in theory, be converted to a mapping through the Poincaré-section since the Poincaré-section defines the conditions at given intervals and the differential equations that govern the motion at these intervals are deterministic. Maps are much easier to analyze than differential equations. Thus, they are very useful to investigate sensitivity to initial conditions, mechanisms of bifurcation etc LOGISTIC MAP The logistic map is defined as + = µx n ( 1 x n ) x n [ 01, ] x n 1 (4) This map (or rather, the corresponding differential equation, was originally used to model population growth. The interesting feature of this map is that, although the governing difference equation is

4 4 (10) very simple, it will, for appropriate values of µ, predict a chaotic behavior. The two files logistic.m and logbif.m are MATLAB-files that visualize the behavior of the logistic map. The file logistic.m, plots the values of x n vs. x n+1. By varying µ, it is found that, for values below approximately 3, the plot will converge to one point. For values above 3, the plot will oscillate between two (or more) values. In Fig. 1 a plot is shown for µ=3.7 which results in a chaotic motion, i.e. the plot will oscillate between infinitely many values. Fig. 1 Logistic map a) Plot of x n vs. x n+1 for µ=3.7 b) Bifurcation diagram, plot of µ vs. x n. The file logbif.m plots a bifurcation diagram for the logistic map. In this diagram, µ is varied and all possible values of x n (after initial transients have faded out), for the chosen value of µ, are plotted. In the bifurcation diagram, note that chaos is reached through a sequence of periodic doublings (i.e. x n can have 1 value, then 2, then 4, 8,...). This equals an oscillation between 1, 2, 4, 8,... values in Fig. 1. The ratio of spacings between consecutive values of bifurcations approaches a constant, which is called the Feigenbaum number and is defined as µ k µ lim k 1 = δ = k µ k + 1 µ k This is a universal property of the periodic doubling route to chaos for maps that have a quadratic maximum (which [probably] means that the function has a quadratic term and a maximum). Periodic windows can also occur in the bifurcation diagram. In these windows, the map regains its periodicity. For instance, there is a periodic window at µ=3.83. As µ increases, a periodic doubling sets in and the map will return to a chaotic behavior. At the onset of a periodic window, the map can show a nearly periodic motion which is disturbed by occasional irregular bursts. This is called a type I intermittency. (5) 4.2. CIRCLE MAP A circle map is used as an approximation of cyclic motions (such as a driven pulum). A

5 5 (10) specific type of the circle map, is the standard map, which is defined as + = θ n + Ω K sin( 2 πθ) 2π θ n 1 (6) This is a map consisting of 2 parameters, (θ,k). Note that the map has to be used with periodic boundary conditions, for instance in the interval [0,1] (i.e. 0.25=1.25) if it is to approximate cyclic motions. The file circle.m evaluates the circle map for given values of Ω and K. In Fig. 2, a plot is made to show resulting values for two different sets of values of Ω and K. Note that for the first case, where K=0, the result is oscillating between 5 values. In the second case, the pattern repeats itself after many cycles. In the third case, Ω is an irrational number and the pattern does not repeat itself (infinitely many points). However, for some values of K, phaselocking can occur and the pattern can repeat itself even though Ω is irrational. This can be seen in the fourth plot. Fig. 2 The circle map. a) Resulting values for Ω=0.4 and K=0 b) Resulting values for Ω=0.403 and K=1.2 c) For Ω = 2 and K=1 d) r Ω = 2 and K= HORSESHOE MAP The horseshoe map is a little different map. It acts on a unit square and consists of three steps. An expansion in the y-direction by a factor m>2 A contraction in the x-direction by a factor λ ( 01, 2).

6 6 (10) A folding of the stretched and contracted surface Parts of the mapped square outside the original unit square are trimmed. The horseshoe map is graphically shown in Fig. 3. Fig. 3 The horseshoe map The main feature of the horseshoe map is its ability to simulate configurations in phase space, where there are regions of strong contraction and expansion. 5. ATTRACTORS An attractor is a point (or a closed curve or a surface), in the phase space diagram, towards which the graph for a given set of initial coordinates will converge. An example is the point ω=θ=0 (i.e. no motion) towards which a damped pulum, with no applied loads, will converge in due time. As an other example, one can consider a ligthly driven pulum with damping. This pulum will (after steady-state has been reached) follow an elliptic path in phase space. Thus, in phase space, the attractor is a curve (with dimension 2). If this pulum is studied by the use of a Poincaré-section, the result will be a point. Thus, the attractor in the Poincarésection is a point (with dimension 0). The same result will be obtained for a non-driven (after initial input) and undamped pulum. In analyzing the behavior of the system near these attractors, one can make a linear approximation of the governing differential equations. The solution to this linear equations will show the behavior of the system. For instance, if the solutions are complex values with negative real parts, the solution will be stable and the curve will spiral inwards towards a focus STRANGE ATTRACTOR For chaotic motion, an attractor is more complex. It consists of a fractal with dimension greater than two in phase space. Such attractors are called strange attractors. For instance, the strange attractor for a chaotic motion of a driven pulum, consists of closely spaced sheets. This attractor has a dimension between 2 and 3. (If it had been just one sheet, the dimension had been 2 and if it would have occupied the entire volume (of some part of the

7 7 (10) phase space) the dimension would have been 3). A fractal is a structure that consists of an infinite number of infinitely small points (or layers) BASIN OF ATTRACTION A basin of attraction is the region in phase space that contains all initial conditions on the dynamic variables which will lead to a convergence towards a specific attractor. A border between two basins of attractions is called a separatrix. Such a boundary is a fractal, i.e. the basins are interwoven near the boundaries and a small disturbance in the initial conditions can result in an exchange of attractor for the point studied. 6. AUTONOMOUS SYSTEM Autonomous systems are systems that are governed by equations that are not explicitly time-depent. This means that the resulting curves in phase space don not dep on absolute time even though time can be a variable in the governing differential equations. As an example, stream lines in steady flow are not time depent even though the differential equations which governs the fluid flow are time depent. Trajectories of autonomous systems do not cross. Often, you can transform non-autonomous systems to autonomous by introducing variables which are not explicitly time depent. 7. BIFURCATION DIAGRAM A bifurcation is the change in numbers of solutions to a differential equation as one variable is varied (while all other variables are kept fixed). Thus, for some values of a variable, there may exist only one possible solution (in terms of velocity, etc.), while, for other values of this variable, there may exist two or more possible solutions (after a long time ). Which of these solutions that will actually exist, is depent on the initial conditions or the motion can be cycling between the different values. For certain values of the parameter varied, there are infinitely many possible solutions. In these cases, the motion is chaotic. The strength of a bifurcation diagram is its possibility to visualize parameter regimes for a dynamical system where chaos (or harmonic motion) can occur. An example of a bifurcation diagram is shown in Fig. 1b.

8 8 (10) 8. THE LYAPUNOV EXPONENT The Lyapunov exponent λ, gives a measure of the sensitive depence upon initial conditions for a map (or a dynamical system). It is defined by the following relation. Consider a system that is evolving from two initial states x and x+ε, where ε is a small disturbance After n steps of the mapping from these two initial states, the divergence of the resulting values may be expressed as ε( n) εe λn (7) Note that the divergence must be taken as an average for many x and ε:s. The Lyapunov exponent λ, will give a measure of the average rate of divergence in the sense that if λ is negative, slightly different initial conditions will t to the same resulting values, the evolution is not chaotic. If λ is positive, evolutions from slightly different initial conditions will t to separate, the motion is chaotic. It can be shown that the Lyapunov exponent can be calculated as λ = n 1 1 lim -- f' ( x n ln i ) n i = 0 (8) APPENDIX Listing of MATLAB-programs that are used to generate the plots in this report. Note that the codes are neither optimized or quality assured in a proper manner (i.e. they are quick hacks ). Please feel free to use them in any manner you wish, but bear in mind that I take no responsibility for the code. Also, a reference to the source would be appreciated. LOGISTIC.M % MATLAB-program to evaluate a logistic map defined by: % x(i+1)=my*x(i)*(1-x(i)) % Create the two vectors xn and xnn, where x(i) and x(i+1) % are stored respectively xn=zeros(1,100) xnn=zeros(1,100) % Give an initial value for xn(1) and my

9 9 (10) xn(1)=0.1 my=3.7 % Now, start looping for i=1:99 xnn(i)=my*xn(i)*(1-xn(i)) xn(i+1)=xnn(i) xnn(100)=my*xn(100)*(1-xn(100)) plot(xn,xnn,'o') xlabel('xn') ylabel('xnn') grid LOGBIF.M % MATLAB-program to evaluate a logistic map defined by: % x(i+1)=my*x(i)*(1-x(i)) % and create a bifurcation diagram % Create matrix where xn-numbers for the % different values of my are stored. bif=zeros(1101,470); % Loop through the interesting values of my my=2.9:0.001:4; % Create the two vectors xn and xnn, where x(i) and x(i+1) % are stored respectively xn=zeros(1,100); xnn=zeros(1,100); for j=1:1101 % Give an initial value for xn(1) and my xn(1)=0.1; % Now, start looping for i=1:499 xnn(i)=my(j)*xn(i)*(1-xn(i)); xn(i+1)=xnn(i); % Store values when transient, initial parts are excluded if i>30 bif(j,i-30)=xnn(i); xnn(500)=my(j)*xn(500)*(1-xn(500)); bif(j,470)=xnn(500); % plot(xn,xnn,'o')

10 10 (10) % xlabel('xn') % ylabel('xnn') % grid plot(my,bif,'.') CIRCLE.M % MATLAB-program to evaluate a circle map defined by: % x(i+1)=x(i)+o-k/2/pi*sin(2*pi*x(i)) % Create the two vectors xn and xnn, where x(i) and x(i+1) % are stored respectively xn=zeros(1,10000); xnn=zeros(1,10000); % Give an initial value for xn(1) and my xn(1)=0.3; o=sqrt(2); k=1.2; % Now, start looping for i=1:9999 xnn(i)=xn(i)+o-k/2/pi*sin(2*pi*xn(i)); % Apply periodic boundary conditions l=1; while xnn(i)>l l=l+1; xnn(i)=xnn(i)-l+1; xn(i+1)=xnn(i); xnn(10000)=xn(10000)+o-k/2/pi*sin(2*pi*xn(10000)); % Check periodic boundary conditions l=1; while xnn(10000)>l l=l+1; xnn(10000)=xnn(10000)-l+1; plot(xn,xnn,'o') xlabel('xn') ylabel('xnn') grid

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

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

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

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

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

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

More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n. 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 λ

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

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

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

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

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

The Nonlinear Pendulum

The Nonlinear Pendulum The Nonlinear Pendulum Evan Sheridan 11367741 Feburary 18th 013 Abstract Both the non-linear linear pendulum are investigated compared using the pendulum.c program that utilizes the trapezoid method for

More information

Discrete Time Coupled Logistic Equations with Symmetric Dispersal

Discrete Time Coupled Logistic Equations with Symmetric Dispersal Discrete Time Coupled Logistic Equations with Symmetric Dispersal Tasia Raymer Department of Mathematics araymer@math.ucdavis.edu Abstract: A simple two patch logistic model with symmetric dispersal between

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

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

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

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

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

Contents Dynamical Systems Stability of Dynamical Systems: Linear Approach

Contents Dynamical Systems Stability of Dynamical Systems: Linear Approach Contents 1 Dynamical Systems... 1 1.1 Introduction... 1 1.2 DynamicalSystems andmathematical Models... 1 1.3 Kinematic Interpretation of a System of Differential Equations... 3 1.4 Definition of a Dynamical

More information

Physics 106b: Lecture 7 25 January, 2018

Physics 106b: Lecture 7 25 January, 2018 Physics 106b: Lecture 7 25 January, 2018 Hamiltonian Chaos: Introduction Integrable Systems We start with systems that do not exhibit chaos, but instead have simple periodic motion (like the SHO) with

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

MAS212 Assignment #2: The damped driven pendulum

MAS212 Assignment #2: The damped driven pendulum MAS Assignment #: The damped driven pendulum Dr. Sam Dolan (s.dolan@sheffield.ac.uk) Introduction: In this assignment you will use Python to investigate a non-linear differential equation which models

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

Nonlinear Dynamics and Chaos

Nonlinear Dynamics and Chaos Ian Eisenman eisenman@fas.harvard.edu Geological Museum 101, 6-6352 Nonlinear Dynamics and Chaos Review of some of the topics covered in homework problems, based on section notes. December, 2005 Contents

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

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

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

Physics 235 Chapter 4. Chapter 4 Non-Linear Oscillations and Chaos

Physics 235 Chapter 4. Chapter 4 Non-Linear Oscillations and Chaos Chapter 4 Non-Linear Oscillations and Chaos Non-Linear Differential Equations Up to now we have considered differential equations with terms that are proportional to the acceleration, the velocity, and

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

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

NONLINEAR ANALYSIS OF COMPLICATED PHYSICAL SYSTEMS

NONLINEAR ANALYSIS OF COMPLICATED PHYSICAL SYSTEMS NONLINEAR ANALYSIS OF COMPLICATED PHYSICAL SYSTEMS By Andrew Jason Penner A Thesis submitted to the Faculty of Graduate Studies In Partial Fulfillment of the Requirements for the Degree of MASTER OF SCIENCE

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

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

Rotational Number Approach to a Damped Pendulum under Parametric Forcing

Rotational Number Approach to a Damped Pendulum under Parametric Forcing Journal of the Korean Physical Society, Vol. 44, No. 3, March 2004, pp. 518 522 Rotational Number Approach to a Damped Pendulum under Parametric Forcing Eun-Ah Kim and K.-C. Lee Department of Physics,

More information

16 Period doubling route to chaos

16 Period doubling route to chaos 16 Period doubling route to chaos We now study the routes or scenarios towards chaos. We ask: How does the transition from periodic to strange attractor occur? The question is analogous to the study of

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

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

INTRODUCTION TO CHAOS THEORY T.R.RAMAMOHAN C-MMACS BANGALORE

INTRODUCTION TO CHAOS THEORY T.R.RAMAMOHAN C-MMACS BANGALORE INTRODUCTION TO CHAOS THEORY BY T.R.RAMAMOHAN C-MMACS BANGALORE -560037 SOME INTERESTING QUOTATIONS * PERHAPS THE NEXT GREAT ERA OF UNDERSTANDING WILL BE DETERMINING THE QUALITATIVE CONTENT OF EQUATIONS;

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

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

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

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

Chaotic Vibrations. An Introduction for Applied Scientists and Engineers

Chaotic Vibrations. An Introduction for Applied Scientists and Engineers Chaotic Vibrations An Introduction for Applied Scientists and Engineers FRANCIS C. MOON Theoretical and Applied Mechanics Cornell University Ithaca, New York A WILEY-INTERSCIENCE PUBLICATION JOHN WILEY

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

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

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

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

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

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

Mechanical Resonance and Chaos

Mechanical Resonance and Chaos Mechanical Resonance and Chaos You will use the apparatus in Figure 1 to investigate regimes of increasing complexity. Figure 1. The rotary pendulum (from DeSerio, www.phys.ufl.edu/courses/phy483l/group_iv/chaos/chaos.pdf).

More information

Attractor of a Shallow Water Equations Model

Attractor of a Shallow Water Equations Model Thai Journal of Mathematics Volume 5(2007) Number 2 : 299 307 www.math.science.cmu.ac.th/thaijournal Attractor of a Shallow Water Equations Model S. Sornsanam and D. Sukawat Abstract : In this research,

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

Lecture V : Oscillatory motion and spectral analysis

Lecture V : Oscillatory motion and spectral analysis Lecture V : Oscillatory motion and spectral analysis I. IDEAL PENDULUM AND STABILITY ANALYSIS Let us remind ourselves of the equation of motion for the pendulum. Remembering that the external torque applied

More information

WEEKS 8-9 Dynamics of Machinery

WEEKS 8-9 Dynamics of Machinery WEEKS 8-9 Dynamics of Machinery References Theory of Machines and Mechanisms, J.J.Uicker, G.R.Pennock ve J.E. Shigley, 2011 Mechanical Vibrations, Singiresu S. Rao, 2010 Mechanical Vibrations: Theory and

More information

Chaotic and non-chaotic mixed oscillations in a logistic systems with delay

Chaotic and non-chaotic mixed oscillations in a logistic systems with delay Chaotic and non-chaotic mixed oscillations in a logistic systems with delay Marek Berezowski a, b, Artur Grabski b a Institute of Chemical Engineering and Physical Chemistry, Cracow University of Technology,

More information

Stabilization of Hyperbolic Chaos by the Pyragas Method

Stabilization of Hyperbolic Chaos by the Pyragas Method Journal of Mathematics and System Science 4 (014) 755-76 D DAVID PUBLISHING Stabilization of Hyperbolic Chaos by the Pyragas Method Sergey Belyakin, Arsen Dzanoev, Sergey Kuznetsov Physics Faculty, Moscow

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

The Nonlinear Pendulum

The Nonlinear Pendulum The Nonlinear Pendulum - Pádraig Ó Conbhuí - 08531749 TP Monday 1. Abstract This experiment was performed to examine the effects that linearizing equations has on the accuracy of results and to find ways

More information

Lecture 7. Order Out of Chaos

Lecture 7. Order Out of Chaos Lecture 7 Order Out of Chaos Lyapunov Exponents: Recall from Last Time The Lyapunov exponent for maps is: < 0if f 0 (x ) < 1 =ln f 0 (x ) = > 0if f 0 (x ) > 1 Lyapunov Exponents: Numerical Estimation Lyapunov

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

Entrainment Alex Bowie April 7, 2004

Entrainment Alex Bowie April 7, 2004 Entrainment Alex Bowie April 7, 2004 Abstract The driven Van der Pol oscillator displays entrainment, quasiperiodicity, and chaos. The characteristics of these different modes are discussed as well as

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

Addendum: Lyapunov Exponent Calculation

Addendum: Lyapunov Exponent Calculation Addendum: Lyapunov Exponent Calculation Experiment CP-Ly Equations of Motion The system phase u is written in vector notation as θ u = (1) φ The equation of motion can be expressed compactly using the

More information

Large Fluctuations in Chaotic Systems

Large Fluctuations in Chaotic Systems Large Fluctuations in in Chaotic Systems Igor Khovanov Physics Department, Lancaster University V.S. Anishchenko, Saratov State University N.A. Khovanova, D.G. Luchinsky, P.V.E. McClintock, Lancaster University

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

= w. These evolve with time yielding the

= w. These evolve with time yielding the 1 Analytical prediction and representation of chaos. Michail Zak a Jet Propulsion Laboratory California Institute of Technology, Pasadena, CA 91109, USA Abstract. 1. Introduction The concept of randomness

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

AP Calculus (BC) Chapter 9 Test No Calculator Section Name: Date: Period:

AP Calculus (BC) Chapter 9 Test No Calculator Section Name: Date: Period: WORKSHEET: Series, Taylor Series AP Calculus (BC) Chapter 9 Test No Calculator Section Name: Date: Period: 1 Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.) 1. The

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

ANNEX A: ANALYSIS METHODOLOGIES

ANNEX A: ANALYSIS METHODOLOGIES ANNEX A: ANALYSIS METHODOLOGIES A.1 Introduction Before discussing supplemental damping devices, this annex provides a brief review of the seismic analysis methods used in the optimization algorithms considered

More information

Chaos. Lendert Gelens. KU Leuven - Vrije Universiteit Brussel Nonlinear dynamics course - VUB

Chaos. Lendert Gelens. KU Leuven - Vrije Universiteit Brussel   Nonlinear dynamics course - VUB Chaos Lendert Gelens KU Leuven - Vrije Universiteit Brussel www.gelenslab.org Nonlinear dynamics course - VUB Examples of chaotic systems: the double pendulum? θ 1 θ θ 2 Examples of chaotic systems: the

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

The Phase-Modulated Logistic Map: an Exploration

The Phase-Modulated Logistic Map: an Exploration The Phase-Modulated Logistic Map: an Exploration Ryan James UC Davis rgjames@ucdavis.edu The logistic map is one of the most common examples of how chaotic dynamics can arise in simple systems. In this

More information

PHY411 Lecture notes Part 4

PHY411 Lecture notes Part 4 PHY411 Lecture notes Part 4 Alice Quillen February 1, 2016 Contents 0.1 Introduction.................................... 2 1 Bifurcations of one-dimensional dynamical systems 2 1.1 Saddle-node bifurcation.............................

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

What is Chaos? Implications of Chaos 4/12/2010

What is Chaos? Implications of Chaos 4/12/2010 Joseph Engler Adaptive Systems Rockwell Collins, Inc & Intelligent Systems Laboratory The University of Iowa When we see irregularity we cling to randomness and disorder for explanations. Why should this

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

Complicated behavior of dynamical systems. Mathematical methods and computer experiments.

Complicated behavior of dynamical systems. Mathematical methods and computer experiments. Complicated behavior of dynamical systems. Mathematical methods and computer experiments. Kuznetsov N.V. 1, Leonov G.A. 1, and Seledzhi S.M. 1 St.Petersburg State University Universitetsky pr. 28 198504

More information

Noise-induced unstable dimension variability and transition to chaos in random dynamical systems

Noise-induced unstable dimension variability and transition to chaos in random dynamical systems Noise-induced unstable dimension variability and transition to chaos in random dynamical systems Ying-Cheng Lai, 1,2 Zonghua Liu, 1 Lora Billings, 3 and Ira B. Schwartz 4 1 Department of Mathematics, Center

More information

Nonlinear Dynamic Systems Homework 1

Nonlinear Dynamic Systems Homework 1 Nonlinear Dynamic Systems Homework 1 1. A particle of mass m is constrained to travel along the path shown in Figure 1, which is described by the following function yx = 5x + 1x 4, 1 where x is defined

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

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

Transitioning to Chaos in a Simple Mechanical Oscillator

Transitioning to Chaos in a Simple Mechanical Oscillator Transitioning to Chaos in a Simple Mechanical Oscillator Hwan Bae Physics Department, The College of Wooster, Wooster, Ohio 69, USA (Dated: May 9, 8) We vary the magnetic damping, driver frequency, and

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

Theoretical physics. Deterministic chaos in classical physics. Martin Scholtz

Theoretical physics. Deterministic chaos in classical physics. Martin Scholtz Theoretical physics Deterministic chaos in classical physics Martin Scholtz scholtzzz@gmail.com Fundamental physical theories and role of classical mechanics. Intuitive characteristics of chaos. Newton

More information

Scenarios for the transition to chaos

Scenarios for the transition to chaos Scenarios for the transition to chaos Alessandro Torcini alessandro.torcini@cnr.it Istituto dei Sistemi Complessi - CNR - Firenze Istituto Nazionale di Fisica Nucleare - Sezione di Firenze Centro interdipartimentale

More information

Oscillatory Motion SHM

Oscillatory Motion SHM Chapter 15 Oscillatory Motion SHM Dr. Armen Kocharian Periodic Motion Periodic motion is motion of an object that regularly repeats The object returns to a given position after a fixed time interval A

More information

Lesson 9 Exploring Graphs of Quadratic Functions

Lesson 9 Exploring Graphs of Quadratic Functions Exploring Graphs of Quadratic Functions Graph the following system of linear inequalities: { y > 1 2 x 5 3x + 2y 14 a What are three points that are solutions to the system of inequalities? b Is the point

More information

PHYS2330 Intermediate Mechanics Fall Final Exam Tuesday, 21 Dec 2010

PHYS2330 Intermediate Mechanics Fall Final Exam Tuesday, 21 Dec 2010 Name: PHYS2330 Intermediate Mechanics Fall 2010 Final Exam Tuesday, 21 Dec 2010 This exam has two parts. Part I has 20 multiple choice questions, worth two points each. Part II consists of six relatively

More information

for non-homogeneous linear differential equations L y = f y H

for non-homogeneous linear differential equations L y = f y H Tues March 13: 5.4-5.5 Finish Monday's notes on 5.4, Then begin 5.5: Finding y P for non-homogeneous linear differential equations (so that you can use the general solution y = y P y = y x in this section...

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

Fractals, Dynamical Systems and Chaos. MATH225 - Field 2008

Fractals, Dynamical Systems and Chaos. MATH225 - Field 2008 Fractals, Dynamical Systems and Chaos MATH225 - Field 2008 Outline Introduction Fractals Dynamical Systems and Chaos Conclusions Introduction When beauty is abstracted then ugliness is implied. When good

More information

Lecture 1: Introduction, history, dynamics, nonlinearity, 1-D problem, phase portrait

Lecture 1: Introduction, history, dynamics, nonlinearity, 1-D problem, phase portrait Lecture 1: Introduction, history, dynamics, nonlinearity, 1-D problem, phase portrait Dmitri Kartofelev, PhD Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of

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

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

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

RELAXATION AND TRANSIENTS IN A TIME-DEPENDENT LOGISTIC MAP

RELAXATION AND TRANSIENTS IN A TIME-DEPENDENT LOGISTIC MAP International Journal of Bifurcation and Chaos, Vol. 12, No. 7 (2002) 1667 1674 c World Scientific Publishing Company RELAATION AND TRANSIENTS IN A TIME-DEPENDENT LOGISTIC MAP EDSON D. LEONEL, J. KAMPHORST

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

Periodic windows within windows within windows

Periodic windows within windows within windows Periodic windows within windows within windows Madhura Joglekar Applied Mathematics & Statistics, and Scientific Computation University of Maryland College Park March 29, 2014 References C. Grebogi, S.

More information

Dynamics of Periodically Perturbed Homoclinic Solutions

Dynamics of Periodically Perturbed Homoclinic Solutions Dynamics of Periodically Perturbed Homoclinic Solutions Qiudong Wang University of Arizona Part I Structure of Homoclinic Tangles Unperturbed equation Let (x,y) R 2 be the phase variables. dx dt = αx+f(x,y),

More information