Liapunov Exponent. September 19, 2011

Size: px
Start display at page:

Download "Liapunov Exponent. September 19, 2011"

Transcription

1 Liapunov Exponent September 19, 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 us a better idea of how the dynamics of the system works. The Liapunov Exponent is calculated as: { } 1 n 1 λ = lim ln f (x i ) n n We will first derive this equation and then look at an example of how it can be used. 2 General Idea i=1 If we choose two very close initial points, x 0 and x 0 +δ 0, then in a function f(x), δ n would be the difference between the points after n iterations. That is δ n = f n (x 0 +δ 0 ) f n (x 0 ). Figure 1 We can also think of the separation δ n as an exponential function of the original difference δ 0. Here we introduce the Liapunov exponent λ in the separation equation δ n δ 0 e nλ. 1

2 In this equation, if λ < 0, then the orbits converge. If λ > 0, the orbits diverge. If λ = 0, e 0 = 1 so δ n δ 0. Remember, this is not exact, we are just looking at the difference at the ending iteration and using this simple equation to describe it. The following are graphs of e nλ to give a better visual understanding of how λ effects this equation s convergence. (a) (b) Figure 2: Exponential functions of λ < 0 and λ > 0 3 Solving for the Liapunov Exponent We start by solving for λ in the equation δ n δ 0 e nλ, using what we know from the previous section, where we obtain: λ 1 n ln δ n δ 0 = 1 n ln f n (x 0 + δ 0 ) f n (x 0 ) δ 0 = 1 n ln (f n ) (x 0 ) Now (f n ) (x 0 ) will be expanded with the chain rule since f(x k ) = f(f(x k 1 )) so (f n ) (x 0 ) = f (x n 1 )f (x n 2 )... f (x 0 ) = n 1 i=0 f (x i ) Now we plug this into the Liapunov Exponent equation and use the product rule of logarithms to get λ 1 n 1 n ln f (x i ) = 1 n n 1 i=0 i=0 ln f (x i ) 2

3 4 Logistic Map Lets look at the iterated map x i+1 = µx(1 x i ) for different values of µ. (a) (b) (c) (d) Figure 3 Looking at the graphs for 50 iterations of this map in Figure 3, we can see that the map converges to one point for µ = 2.9. If we change µ to 3.3, we have the same two points repeating. At µ = 3.5 it becomes a 4 repeating points, and it looks like it becomes chaotic at µ = 3.75, where we can t see it repeating any points in the graph. The program for graphing Logistic Map is included in Appendix A. 3

4 4.1 Fixed Points A fixed point a is defined by f(a ) = a. That is, when you iterate the function at that point, it always gives the same output as was input. We can see this happening in Figure 3(a), when the map converges to one point for µ = 2.9. This is the fixed point for that value of the parameter µ; all initial conditions eventually converge to it. At µ = 3.3, the logistic map has 2 fixed points. This is a called 2-cycle and is defined as f(a 1 ) = a 2 and f(a 2 ) = a 1, so f 2 (a ) = a for each fixed point. In the same way, µ = 3.5 is a 4-cycle since each fixed point repeats itself every 4 iterations (f 4 (a ) = a ). Now that we have the idea, we can generalize further. The m -cycle fixed point would be defined as f m (a i ) = a i, i = 1, 2,..., m Here m is the number of iterations it takes to get back to that fixed point again. As you can see, there are m many fixed points in a m -cycle. 4.2 Bifurcation Diagram for Logistic Map To get a better understanding of the behavior of the system, we can plot the fixed points with respect to what is chosen as the parameter µ. The program for graphing fixed points with matlab is in appendix B, and the graph in Figure 4 is the output. Looking at this bifurcation diagram, we can see that it period doubles. Figure 4(b) shows a section between 3.55 and 3.6 where the fixed points start increasing their period doubling very rapidly. This is actually showing the onset of chaos. (a) (b) Figure 4 4

5 4.3 Liapunov Exponent for a Logistic Map Using these two methods of investigating the Logistic Map, we may not be certain if or where it is chaotic. This is where The Liapunov Exponent λ comes in handy. If it is positive, then the orbit is unstable, and most likely leads to chaotic behavior. The derviative for the logistic map is µ 2µx. Lets substitute in for a value of µ we think is chaotic by looking at the previous two methods. Setting µ = 3.75 we get f (x i ) = x i. Now we have all we need to calculate the Liapunov Exponent: { } 1 n 1 λ = lim ln f (x i ) n n i=1 = lim n { 1 n 1 n i=1 ln x i } The results for calculating the Liapunov Exponent for different µ values using the program in Appendix A are shown below. µ = 3.25; λ = µ = 3.50; λ = µ = 3.75; λ = µ = 4.00; λ = From these calculations, we can assume that the iterated map becomes chaotic with µ values somewhere between 3.5 and

6 4.4 Comparison of Lambda vs Mu How would we track down the critical value of µ, where λ becomes positive (without slaving away trying each value manually)? Does it go back to a negative value at one point, having stable orbits after it becomes chaotic? An easy way to find this point where it becomes chaotic is by using a loop to run the Liapunov Exponent calculation at each µ value with a certain dµ, then graphing λ vs µ, giving the graph in Figure 5. (a) (b) Figure 5 Zooming in to where the graph first shows a positive value (Figure 5(b)), we can see that the critical value is a little less than 3.57, which is in the range of where we assumed it to be in the previous methods. Also, there are certain µ values after which the Liapunov Exponent becomes negative again. 4.5 What can we learn from these graphs? Graphing the Liapunov Exponents in this way actually gives us a lot of information. At µ = 3, λ touches 0, at the point where the logistic map period doubles as shown in the bifurcation diagram in Figure 4(a). This happens again 3.544, where it period doubles again to 4-cycle. Once it passes 3.57, the cycles are unstable and quickly period double unpredictably. Lets match up the Liapunov Exponent graph and bifurcation diagram to see if we can see a pattern on the next page (Figure 6). 6

7 (a) (b) Figure 6 7

8 If you look at the places where the exponent is positive, the fixed points are all over the place. When the exponent goes back to negative, there are stable cycles (white space) on the bifurcation diagram. The biggest dip in the Liapunov Exponent post-chaos, is at µ = where λ = This means there is a very stable cycle at this µ value. If you look above at the bifurcation diagram at that point, there are only 3 fixed points pretty far apart from each other, then it becomes 6-cycle, and then chaotic again. Graphing the Logistic map at µ = shows what we predicted, and it would have been a greusome task to try to find this 3-cycle if we did not have these tools at our disposal. Figure 7 8

9 A Matlab Program: Liapunov Calculator for Logistic Map % Liapunov Exponent C a l c u l a t o r f o r I t e r a t e d Map % mu = ; % C o e f f i c i e n t x ( 1 ) =. 1 ; % I n i t i a l Condition n = 1000; % Number o f I t e r a t i o n s f o r Exponent IterGraph = 5 0 ; % Number o f I t e r a t i o n s f o r Graph Sum = 0 ; % I n i t i a l i z e V a r i a b l e s Liap = 0 ; % f o r i =1:n x ( i +1) = mu x ( i ) (1 x ( i ) ) ; % Solve i t e r a t i o n o f f u n c t i o n Sum = Sum + l o g ( abs (mu 2 mu x ( i ) ) ) ; % Sum the l o g o f the d e r i v a t i v e s end % Divide Sum over the amount o f x ( i ) s to get the exponent! LiapunovExponent = Sum/n % Graph o f Function p l o t ( x ( 1 : IterGraph ), ) t i t l e ( [ Graph o f f ( x ) f o r mu =, num2str (mu) ] ) x l a b e l ( I t e r a t i o n ) y l a b e l ( x ( n ) ) 9

10 B Matlab Program: Bifurcation Diagram for Logistic Map % % % B i f u r c a t i o n Diagram f o r L o g i s t i c Map % % % n = 10000; % Number o f I t e r a t i o n s f o r each mu value dmu = ; % Change in mu f o r graph / c a l c u l a t i o n x1 =. 1 ; % I n i t i a l Condition mustart = 1 ; muend = 4 ; % F i r s t mu value % Last mu value f i n a l = [ ] ; % I n i t i a l i z e empty matrix muvalues = mustart : dmu : muend ; % Values o f mu i n graph m = 1 + ( (1/dmu) (muend mustart ) ) ; % How many i t e r a t i o n s needed f o r s p e c i f i f o r j =1:m mu = mustart + ( j 1) dmu % C a l c u l a t e s mu f o r j value x ( 1 ) = x1 ; % Reset I n i t i a l Condition f o r i =1:n x ( i +1)=mu x ( i ) (1 x ( i ) ) ; % Solve I t e r a t i o n end end f i n a l = [ f i n a l ; x ( ( n 150):n ) ] ; % Add v a l u e s from t h i s mu to next row in m p l o t ( muvalues, f i n a l,. ) % Plot a l l v a l u e s o f matrix as dots t i t l e ( B i f u r c a t i o n Diagram f o r L o g i s t i c Map ) x l a b e l ( Mu ) y l a b e l ( Fixed Point ) 10

11 C Matlab Program: Liapunov Exponent Graph for Logistic Map % Liapunov Exponent Graph f o r L o g i s t i c Map % x ( 1 ) =. 1 ; % I n i t i a l Condition n = 10000; % Number o f I t e r a t i o n s f o r each mu value dmu = ; % Change in mu f o r graph / c a l c u l a t i o n mustart = 3 ; muend = 4 ; % F i r s t mu value % Last mu value muvalues = mustart : dmu : muend ; % Domain o f mu i n graph m = 1 + ( (1/dmu) (muend mustart ) ) ; % How many i t e r a t i o n s needed f o r s p e c i f i f o r j =1:m mu = mustart + ( j 1) dmu; % C a l c u l a t e s mu f o r j value Sum = 0 ; % Reset Sum to 0 f o r i =1:n end end x ( i +1) = mu x ( i ) (1 x ( i ) ) ; % Solve i t e r a t i o n o f f u n c t i o n Sum = Sum + l o g ( abs (mu 2 mu x ( i ) ) ) ; % Sum the l o g o f the d e r i v a t i v e s Liap ( j ) = Sum/n ; % Divide Sum over the amount o f x ( i ) s to get the exponent! Liap1 = [ muvalues ; Liap ] ; % Match mu v a l u e s with exponents at each value Liap1 % Transpose t o make purty % Plot Exponents p l o t ( muvalues, Liap ) x l a b e l ( Mu ) 11

12 y l a b e l ( Lambda ) t i t l e ( Liapunov Exponent at D i f f e r e n t Mu Values ) g r i d on % Red Li ne a t Lambda = 0 hold on mzer=z e r o s (m) ; p l o t ( muvalues, mzer, r ) hold o f f 12

13 D Refrence Strogaz Nonlinear Dynamics and Chaos. Cambridge (MA): Westview Press, p

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

Lecture 10: Powers of Matrices, Difference Equations

Lecture 10: Powers of Matrices, Difference Equations Lecture 10: Powers of Matrices, Difference Equations Difference Equations A difference equation, also sometimes called a recurrence equation is an equation that defines a sequence recursively, i.e. each

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

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

Extracting beauty from chaos

Extracting beauty from chaos 1997 2004, Millennium Mathematics Project, University of Cambridge. Permission is granted to print and copy this page on paper for non commercial use. For other uses, including electronic redistribution,

More information

Chaos in the Dynamics of the Family of Mappings f c (x) = x 2 x + c

Chaos in the Dynamics of the Family of Mappings f c (x) = x 2 x + c IOSR Journal of Mathematics (IOSR-JM) e-issn: 78-578, p-issn: 319-765X. Volume 10, Issue 4 Ver. IV (Jul-Aug. 014), PP 108-116 Chaos in the Dynamics of the Family of Mappings f c (x) = x x + c Mr. Kulkarni

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Contents 6 Exponential and Logarithmic Functions 6.1 The Exponential Function 2 6.2 The Hyperbolic Functions 11 6.3 Logarithms 19 6.4 The Logarithmic Function 27 6.5 Modelling Exercises 38 6.6 Log-linear

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

Numerical Methods. Exponential and Logarithmic functions. Jaesung Lee

Numerical Methods. Exponential and Logarithmic functions. Jaesung Lee Numerical Methods Exponential and Logarithmic functions Jaesung Lee Exponential Function Exponential Function Introduction We consider how the expression is defined when is a positive number and is irrational.

More information

Infinity Unit 2: Chaos! Dynamical Systems

Infinity Unit 2: Chaos! Dynamical Systems Infinity Unit 2: Chaos! Dynamical Systems Iterating Linear Functions These questions are about iterating f(x) = mx + b. Seed: x 1. Orbit: x 1, x 2, x 3, For each question, give examples and a symbolic

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

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

M155 Exam 2 Concept Review

M155 Exam 2 Concept Review M155 Exam 2 Concept Review Mark Blumstein DERIVATIVES Product Rule Used to take the derivative of a product of two functions u and v. u v + uv Quotient Rule Used to take a derivative of the quotient of

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

The Big, Big Picture (Bifurcations II)

The Big, Big Picture (Bifurcations II) The Big, Big Picture (Bifurcations II) Reading for this lecture: NDAC, Chapter 8 and Sec. 10.0-10.4. 1 Beyond fixed points: Bifurcation: Qualitative change in behavior as a control parameter is (slowly)

More information

Chaos in the Swinging Atwood Machine (SAM)

Chaos in the Swinging Atwood Machine (SAM) Chaos in the Swinging Atwood Machine (SAM) Nathaniel Adams November 23, 2015 1 Introduction to the SAM A normal Atwood Machine is composed of two masses connected with a string, hanging from pulleys, (see

More information

The Sine Map. Jory Griffin. May 1, 2013

The Sine Map. Jory Griffin. May 1, 2013 The Sine Map Jory Griffin May, 23 Introduction Unimodal maps on the unit interval are among the most studied dynamical systems. Perhaps the two most frequently mentioned are the logistic map and the tent

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

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

Introduction to Nonlinear Dynamics and Chaos

Introduction to Nonlinear Dynamics and Chaos Introduction to Nonlinear Dynamics and Chaos Sean Carney Department of Mathematics University of Texas at Austin Sean Carney (University of Texas at Austin) Introduction to Nonlinear Dynamics and Chaos

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

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

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

Symbolic dynamics and chaos in plane Couette flow

Symbolic dynamics and chaos in plane Couette flow Dynamics of PDE, Vol.14, No.1, 79-85, 2017 Symbolic dynamics and chaos in plane Couette flow Y. Charles Li Communicated by Y. Charles Li, received December 25, 2016. Abstract. According to a recent theory

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

Calculus I Homework: Linear Approximation and Differentials Page 1

Calculus I Homework: Linear Approximation and Differentials Page 1 Calculus I Homework: Linear Approximation and Differentials Page Example (3..8) Find the linearization L(x) of the function f(x) = (x) /3 at a = 8. The linearization is given by which approximates the

More information

Calculus I Homework: Linear Approximation and Differentials Page 1

Calculus I Homework: Linear Approximation and Differentials Page 1 Calculus I Homework: Linear Approximation and Differentials Page Questions Example Find the linearization L(x) of the function f(x) = (x) /3 at a = 8. Example Find the linear approximation of the function

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

Lecture 5 - Logarithms, Slope of a Function, Derivatives

Lecture 5 - Logarithms, Slope of a Function, Derivatives Lecture 5 - Logarithms, Slope of a Function, Derivatives 5. Logarithms Note the graph of e x This graph passes the horizontal line test, so f(x) = e x is one-to-one and therefore has an inverse function.

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

Logarithmic Functions and Their Graphs

Logarithmic Functions and Their Graphs Section 3. Logarithmic Functions and Their Graphs Look at the graph of f(x) = x Does this graph pass the Horizontal Line Test? es What does this mean? that its inverse is a function Find the inverse of

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

2.2 BEGINS: POLYNOMIAL

2.2 BEGINS: POLYNOMIAL CHAPTER 2.2 HIGHER DEGREE POLY S 2.2 BEGINS: POLYNOMIAL Graphs of Polynomial Functions Polynomial functions are continuous. What this means to us is that the graphs of polynomial functions have no breaks,

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

Aim: How do we prepare for AP Problems on limits, continuity and differentiability? f (x)

Aim: How do we prepare for AP Problems on limits, continuity and differentiability? f (x) Name AP Calculus Date Supplemental Review 1 Aim: How do we prepare for AP Problems on limits, continuity and differentiability? Do Now: Use the graph of f(x) to evaluate each of the following: 1. lim x

More information

Math 12: Discrete Dynamical Systems Homework

Math 12: Discrete Dynamical Systems Homework Math 12: Discrete Dynamical Systems Homework Department of Mathematics, Harvey Mudd College Several of these problems will require computational software to help build our insight about discrete dynamical

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

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

Math 345 Intro to Math Biology Lecture 7: Models of System of Nonlinear Difference Equations

Math 345 Intro to Math Biology Lecture 7: Models of System of Nonlinear Difference Equations Math 345 Intro to Math Biology Lecture 7: Models of System of Nonlinear Difference Equations Junping Shi College of William and Mary, USA Equilibrium Model: x n+1 = f (x n ), here f is a nonlinear function

More information

Chapter 3. Gumowski-Mira Map. 3.1 Introduction

Chapter 3. Gumowski-Mira Map. 3.1 Introduction Chapter 3 Gumowski-Mira Map 3.1 Introduction Non linear recurrence relations model many real world systems and help in analysing their possible asymptotic behaviour as the parameters are varied [17]. Here

More information

We want to determine what the graph of the logarithmic function. y = log a. (x) looks like for values of a such that a > 1

We want to determine what the graph of the logarithmic function. y = log a. (x) looks like for values of a such that a > 1 Section 9 A: Graphs of Increasing Logarithmic Functions We want to determine what the graph of the logarithmic function y = log a looks like for values of a such that a > We will select a value a such

More information

UCI MATH CIRCLE: POPULATION DYNAMICS

UCI MATH CIRCLE: POPULATION DYNAMICS UCI MATH CIRCLE: POPULATION DYNAMICS ADAPTED FROM A SESSION OF THE UNIVERSITY OF UTAH MATH CIRCLE When Europeans first arrived in the Americas, Passenger Pigeons were perhaps the most populous bird in

More information

Section 4.2: The Mean Value Theorem

Section 4.2: The Mean Value Theorem Section 4.2: The Mean Value Theorem Before we continue with the problem of describing graphs using calculus we shall briefly pause to examine some interesting applications of the derivative. In previous

More information

4.4 Graphs of Logarithmic Functions

4.4 Graphs of Logarithmic Functions 590 Chapter 4 Exponential and Logarithmic Functions 4.4 Graphs of Logarithmic Functions In this section, you will: Learning Objectives 4.4.1 Identify the domain of a logarithmic function. 4.4.2 Graph logarithmic

More information

POD. A) Graph: y = 2e x +2 B) Evaluate: (e 2x e x ) 2 2e -x. e 7x 2

POD. A) Graph: y = 2e x +2 B) Evaluate: (e 2x e x ) 2 2e -x. e 7x 2 POD A) Graph: y = 2e x +2 B) Evaluate: (e 2x e x ) 2 2e -x e 7x 2 4.4 Evaluate Logarithms & Graph Logarithmic Functions What is a logarithm? How do you read it? What relationship exists between logs and

More information

Sequences and Series

Sequences and Series Sequences and Series What do you think of when you read the title of our next unit? In case your answers are leading us off track, let's review the following IB problems. 1 November 2013 HL 2 3 November

More information

3.9 Is This The End? A Solidify Understanding Task

3.9 Is This The End? A Solidify Understanding Task 3.9 Is This The End? A Solidify Understanding Task In previous mathematics courses, you have compared and analyzed growth rates of polynomial (mostly linear and quadratic) and exponential functions. In

More information

MATH 614 Dynamical Systems and Chaos Lecture 2: Periodic points. Hyperbolicity.

MATH 614 Dynamical Systems and Chaos Lecture 2: Periodic points. Hyperbolicity. MATH 614 Dynamical Systems and Chaos Lecture 2: Periodic points. Hyperbolicity. Orbit Let f : X X be a map defining a discrete dynamical system. We use notation f n for the n-th iteration of f defined

More information

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over,

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over, The Derivative of a Function Measuring Rates of Change of a function y f(x) f(x 0 ) P Q Secant line x 0 x x Average rate of change of with respect to over, " " " " - Slope of secant line through, and,

More information

MATH 415, WEEKS 14 & 15: 1 Recurrence Relations / Difference Equations

MATH 415, WEEKS 14 & 15: 1 Recurrence Relations / Difference Equations MATH 415, WEEKS 14 & 15: Recurrence Relations / Difference Equations 1 Recurrence Relations / Difference Equations In many applications, the systems are updated in discrete jumps rather than continuous

More information

EQ: How do I identify exponential growth? Bellwork:

EQ: How do I identify exponential growth? Bellwork: EQ: How do I identify exponential growth? Bellwork: 1. Bethany's grandmother has been sending her money for her birthday every year since she turned 1. When she was one, her grandmother sent her $5. Every

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

2.6 Logarithmic Functions. Inverse Functions. Question: What is the relationship between f(x) = x 2 and g(x) = x?

2.6 Logarithmic Functions. Inverse Functions. Question: What is the relationship between f(x) = x 2 and g(x) = x? Inverse Functions Question: What is the relationship between f(x) = x 3 and g(x) = 3 x? Question: What is the relationship between f(x) = x 2 and g(x) = x? Definition (One-to-One Function) A function f

More information

LIMITS AND DERIVATIVES

LIMITS AND DERIVATIVES 2 LIMITS AND DERIVATIVES LIMITS AND DERIVATIVES 2.2 The Limit of a Function In this section, we will learn: About limits in general and about numerical and graphical methods for computing them. THE LIMIT

More information

Definition of a Logarithm

Definition of a Logarithm Chapter 17 Logarithms Sec. 1 Definition of a Logarithm In the last chapter we solved and graphed exponential equations. The strategy we used to solve those was to make the bases the same, set the exponents

More information

Lesson 6b Rational Exponents & Radical Functions

Lesson 6b Rational Exponents & Radical Functions Lesson 6b Rational Exponents & Radical Functions In this lesson, we will continue our review of Properties of Exponents and will learn some new properties including those dealing with Rational and Radical

More information

Replacing the a in the definition of the derivative of the function f at a with a variable x, gives the derivative function f (x).

Replacing the a in the definition of the derivative of the function f at a with a variable x, gives the derivative function f (x). Definition of The Derivative Function Definition (The Derivative Function) Replacing the a in the definition of the derivative of the function f at a with a variable x, gives the derivative function f

More information

Environmental Physics Computer Lab #8: The Butterfly Effect

Environmental Physics Computer Lab #8: The Butterfly Effect Environmental Physics Computer Lab #8: The Butterfly Effect The butterfly effect is the name coined by Lorenz for the main feature of deterministic chaos: sensitivity to initial conditions. Lorenz has

More information

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)}

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)} Linear Equations Domain and Range Domain refers to the set of possible values of the x-component of a point in the form (x,y). Range refers to the set of possible values of the y-component of a point in

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

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

=.55 = = 5.05

=.55 = = 5.05 MAT1193 4c Definition of derivative With a better understanding of limits we return to idea of the instantaneous velocity or instantaneous rate of change. Remember that in the example of calculating 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

Math 126 Enhanced 10.3 Series with positive terms The University of Kansas 1 / 12

Math 126 Enhanced 10.3 Series with positive terms The University of Kansas 1 / 12 Section 10.3 Convergence of series with positive terms 1. Integral test 2. Error estimates for the integral test 3. Comparison test 4. Limit comparison test (LCT) Math 126 Enhanced 10.3 Series with positive

More information

How to work out really complicated motion. Iteration and Problem Solving Strategies. Let s go. Vertical spring-mass.

How to work out really complicated motion. Iteration and Problem Solving Strategies. Let s go. Vertical spring-mass. Iteration and Problem Solving Strategies How to solve anything! How to work out really complicated motion Break it up into little tiny steps. Use an approximate method for each step. Add them all up. Vertical

More information

Definition of a Logarithm

Definition of a Logarithm Chapter 17 Logarithms Sec. 1 Definition of a Logarithm In the last chapter we solved and graphed exponential equations. The strategy we used to solve those was to make the bases the same, set the exponents

More information

MAC Learning Objectives. Logarithmic Functions. Module 8 Logarithmic Functions

MAC Learning Objectives. Logarithmic Functions. Module 8 Logarithmic Functions MAC 1140 Module 8 Logarithmic Functions Learning Objectives Upon completing this module, you should be able to 1. evaluate the common logarithmic function. 2. solve basic exponential and logarithmic equations.

More information

Lecture 1 Monday, January 14

Lecture 1 Monday, January 14 LECTURE NOTES FOR MATH 7394 ERGODIC THEORY AND THERMODYNAMIC FORMALISM INSTRUCTOR: VAUGHN CLIMENHAGA Lecture 1 Monday, January 14 Scribe: Vaughn Climenhaga 1.1. From deterministic physics to stochastic

More information

Final Exam Review Exercise Set A, Math 1551, Fall 2017

Final Exam Review Exercise Set A, Math 1551, Fall 2017 Final Exam Review Exercise Set A, Math 1551, Fall 2017 This review set gives a list of topics that we explored throughout this course, as well as a few practice problems at the end of the document. A complete

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

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

Point Vortex Dynamics in Two Dimensions

Point Vortex Dynamics in Two Dimensions Spring School on Fluid Mechanics and Geophysics of Environmental Hazards 9 April to May, 9 Point Vortex Dynamics in Two Dimensions Ruth Musgrave, Mostafa Moghaddami, Victor Avsarkisov, Ruoqian Wang, Wei

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

3.9 Derivatives of Exponential and Logarithmic Functions

3.9 Derivatives of Exponential and Logarithmic Functions 322 Chapter 3 Derivatives 3.9 Derivatives of Exponential and Logarithmic Functions Learning Objectives 3.9.1 Find the derivative of exponential functions. 3.9.2 Find the derivative of logarithmic functions.

More information

Graphs of Increasing Logarithmic Functions

Graphs of Increasing Logarithmic Functions Section 5 4A: Graphs of Increasing Logarithmic Functions We want to determine what the graph of the logarithmic function y = log a looks like for values of a such that a > We will select a value a such

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

Practice Test - Chapter 3

Practice Test - Chapter 3 Sketch and analyze the graph of each function. Describe its domain, range, intercepts, asymptotes, end behavior, and where the function is increasing or decreasing. 1. f (x) = e x + 7 Evaluate the function

More information

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

Before we do that, I need to show you another way of writing an exponential. We all know 5² = 25. Another way of writing that is: log

Before we do that, I need to show you another way of writing an exponential. We all know 5² = 25. Another way of writing that is: log Chapter 13 Logarithms Sec. 1 Definition of a Logarithm In the last chapter we solved and graphed exponential equations. The strategy we used to solve those was to make the bases the same, set the exponents

More information

Section 5.1 Determine if a function is a polynomial function. State the degree of a polynomial function.

Section 5.1 Determine if a function is a polynomial function. State the degree of a polynomial function. Test Instructions Objectives Section 5.1 Section 5.1 Determine if a function is a polynomial function. State the degree of a polynomial function. Form a polynomial whose zeros and degree are given. Graph

More information

COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics

COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics Jorge Cortés and William B. Dunbar June 3, 25 Abstract In this and the coming lecture, we will introduce

More information

WHAT IS A CHAOTIC ATTRACTOR?

WHAT IS A CHAOTIC ATTRACTOR? WHAT IS A CHAOTIC ATTRACTOR? CLARK ROBINSON Abstract. Devaney gave a mathematical definition of the term chaos, which had earlier been introduced by Yorke. We discuss issues involved in choosing the properties

More information

Logarithmic and Exponential Equations and Change-of-Base

Logarithmic and Exponential Equations and Change-of-Base Logarithmic and Exponential Equations and Change-of-Base MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to solve exponential equations

More information

MITOCW watch?v=vu_of9tcjaa

MITOCW watch?v=vu_of9tcjaa MITOCW watch?v=vu_of9tcjaa The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To

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

ESSAY 1 : EXPLORATIONS WITH SOME SEQUENCES

ESSAY 1 : EXPLORATIONS WITH SOME SEQUENCES ESSAY : EXPLORATIONS WITH SOME SEQUENCES In this essay, in Part-I, I want to study the behavior of a recursively defined sequence f n =3.2 f n [ f n ] for various initial values f. I will also use a spreadsheet

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

11.6: Ratio and Root Tests Page 1. absolutely convergent, conditionally convergent, or divergent?

11.6: Ratio and Root Tests Page 1. absolutely convergent, conditionally convergent, or divergent? .6: Ratio and Root Tests Page Questions ( 3) n n 3 ( 3) n ( ) n 5 + n ( ) n e n ( ) n+ n2 2 n Example Show that ( ) n n ln n ( n 2 ) n + 2n 2 + converges for all x. Deduce that = 0 for all x. Solutions

More information

6.2 Their Derivatives

6.2 Their Derivatives Exponential Functions and 6.2 Their Derivatives Copyright Cengage Learning. All rights reserved. Exponential Functions and Their Derivatives The function f(x) = 2 x is called an exponential function because

More information

Definition of a Logarithm

Definition of a Logarithm Chapter 17 Logarithms Sec. 1 Definition of a Logarithm In the last chapter we solved and graphed exponential equations. The strategy we used to solve those was to make the bases the same, set the exponents

More information

#29: Logarithm review May 16, 2009

#29: Logarithm review May 16, 2009 #29: Logarithm review May 16, 2009 This week we re going to spend some time reviewing. I say re- view since you ve probably seen them before in theory, but if my experience is any guide, it s quite likely

More information

The Liapunov Method for Determining Stability (DRAFT)

The Liapunov Method for Determining Stability (DRAFT) 44 The Liapunov Method for Determining Stability (DRAFT) 44.1 The Liapunov Method, Naively Developed In the last chapter, we discussed describing trajectories of a 2 2 autonomous system x = F(x) as level

More information

9. LECTURE 9. Objectives

9. LECTURE 9. Objectives 9. LETURE 9 Objectives I understand that a matrix is a map that sends vectors to vectors. Given data for two measurements, I can fit that data to any kind of function. Given data for any number of measurements,

More information

Linear Models for Regression

Linear Models for Regression Linear Models for Regression CSE 4309 Machine Learning Vassilis Athitsos Computer Science and Engineering Department University of Texas at Arlington 1 The Regression Problem Training data: A set of input-output

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

Dynamical Systems. Dennis Pixton

Dynamical Systems. Dennis Pixton Dynamical Systems Version 0.2 Dennis Pixton E-mail address: dennis@math.binghamton.edu Department of Mathematical Sciences Binghamton University Copyright 2009 2010 by the author. All rights reserved.

More information

CC2 Exponential v.s. Log Functions

CC2 Exponential v.s. Log Functions CC2 Exponential v.s. Log Functions CC1 Mastery Check Error Analysis tomorrow Retake? TBA (most likely end of this week) *In order to earn the chance for re-assessment, you must complete: Error Analysis

More information

7.4* General logarithmic and exponential functions

7.4* General logarithmic and exponential functions 7.4* General logarithmic and exponential functions Mark Woodard Furman U Fall 2010 Mark Woodard (Furman U) 7.4* General logarithmic and exponential functions Fall 2010 1 / 9 Outline 1 General exponential

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

Chaos in Dynamical Systems. LIACS Natural Computing Group Leiden University

Chaos in Dynamical Systems. LIACS Natural Computing Group Leiden University Chaos in Dynamical Systems Overview Introduction: Modeling Nature! Example: Logistic Growth Fixed Points Bifurcation Diagrams Application Examples 2 INTRODUCTION 3 Linear and Non-linear dynamic systems

More information