Lecture 1 Monday, January 14

Size: px
Start display at page:

Download "Lecture 1 Monday, January 14"

Transcription

1 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 outcomes Imagine rolling a pair of dice. This is a basic example of randomness. But dice fly and bounce according to the laws of physics, which are deterministic. So where does the randomness come from? One answer: we are completely ignorant of the initial conditions. If we knew the starting positions of the dice, and how hard and in which direction they are thrown, we could compute the outcome and predict what number will be rolled. So the randomness is only there because we have no initial information. Suppose we try to actually carry this out. We observe the initial conditions, then feed them into a computer that performs a simulation and gives us a prediction. What could go wrong? The model we use is incomplete; ignores wind, earthquakes, Godzilla, etc. The computer makes numerical errors when it rounds things off. Our initial observations contained a small measurement error. All of these are important to consider, but for now we ignore the first two of these and focus on the third. How large does the initial measurement error need to be before it gives a wrong prediction? Imagine a different system; we put a ball on a roof and predict in which direction it will roll down. If we are on the side of the roof, then a small error in the initial measurement leads to a small error in the prediction; a small displacement remains small. But if we are on the peak of the roof, a small error in the initial measurement can change which side of the roof the ball goes down; a small displacement can grow very large. Some systems, such as the dice or as it turns out, the weather have the property that small displacements can grow very large, not just for certain initial conditions, but for all initial conditions. This sensitive dependence on initial conditions is the source of stochastic (random) behavior in deterministic systems, popularly called chaos. 1

2 2 MATH 7394 VAUGHN CLIMENHAGA 1.2. Flows: continuous-time systems Let s introduce some notation to study a system that evolves in time according to a deterministic rule. Let X be the set of all possible states of the system called the phase space. We assume that X is equipped with a metric, so that d(x, y) is small if the two states x and y are similar to each other, and large if they are very different. Given x X and t R, let f t (x) denote the state of the system at time t if x is the initial state at time 0. We assume that the map f t : X X is continuous for all t. We further assume that the system is autonomous time-independent meaning that if start in state x at time 0, evolve to state y = f t (x) at time t, and then evolve to state f t+s (x) at time t + s, the result is the same as if we had started at state y at time 0 and then evolved to state f s (y) at time s. In other words, (1.1) f t+s (x) = f s (f t (x)) for all s, t R and x X. Definition 1.1. A one-parameter family of maps {f t : X X} t R satisfying (1.1) is called a flow. We often refer to a flow as a continuous-time dynamical system. Given x X, the set {f t (x) : t R} is the trajectory or orbit of x under the flow. Example 1.2. Let σ = 10, β = 8/3, and ρ = 28, and consider the following system of ODEs that give a (very simplified) model of atmospheric convection: (1.2) dx dt = σ(y x), dy dt = x(ρ z) y, dz dt = xy βz. The Lorenz flow f t on R 3 is the flow obtained by solving these ODEs; that is, if (x, y, z) R 3 represents the initial conditions of the ODE, then the solution at time t is given by f t (x, y, z) R 3. The animation at shows how three very similar initial conditions eventually diverge under the action of the flow. Observe that (0, 0, 0) is a fixed point of the flow, since dx = dy = dz = 0 dt dt dt at this point. If you remember your ODE theory, you can determine the stability of this fixed point by taking the 3 3 matrix of partial derivatives and finding its eigenvalues and eigenvectors; it turns out to have a two-dimensional stable subspace and a one-dimensional unstable subspace. The trajectories diverge when they come close to this fixed point on different sides of the stable subspace, and then are driven away along the unstable subspace in different directions. Another nice animation (with many more points) is at com/watch?v=5xu-9d4ahvu. As this one proceeds, it looks like the distribution of the points is somehow stabilizing; describing this phenomenon precisely leads to the notion of a Sinai Ruelle Bowen (SRB) measure, which is one of the central objects of this course.

3 ERGODIC THEORY AND THERMODYNAMIC FORMALISM - LECTURE NOTES 3 Lecture 2 Wednesday, January 16 Scribe: Vaughn Climenhaga 2.1. Invariant measures To be a little more precise (but only a little), we will want to have not only a metric d on X, but also a measure µ. The idea is that µ should describe how likely we are to find the system in a given state; thus µ should be a probability measure, meaning that µ(x) = 1. Then given E X, there is a probability µ(e) that the system is in a state represented by a point in E. 1 Say that µ is flow-invariant if this probability does not change over time; that is, if for every t R, the probability that f t (x) E is the same as the probability that x E. The former is given by µ(f t E) and the latter by µ(e), so we see that µ is flow invariant if (2.1) µ(f t E) = µ(e) for all t R. Question 2.1. Do flow-invariant measures exist? How many of them are there? If there is more than one, which one should we use? In the second video above, suppose we write m for the measure that describes the initial distribution of points; then m f t is the measure describing the distribution of points at time t. Question 2.2. Do the measures m f t converge (in some sense) to a flowinvariant limiting measure µ as t? If so, (how) does the asymptotic measure µ depend on the initial measure m? Suppose we have a function ϕ: X R that represents an observation or measurement of the system. Then ϕ f t represents the same measurement made at time t, and {(X, µ, ϕ f t )} t R represents a continuous-time stochastic process. Because f is deterministic, there is a strong correlation between ϕ f s and ϕ f t when s t. Question 2.3. Do these correlations get smaller as s t? To what extent does this stochastic process really behave randomly? Does it satisfy familiar limit laws such as the law of large numbers and the central limit theorem? These three questions will remain with us throughout the course, and will motivate most of our work. Their answers will reveal the mechanisms by which deterministic systems display stochastic behavior; for some general overviews of this topic, see [Rue80, ER85, Rue89]. There are also some nice videos and discussions at 1 This finesses the point of which subsets of X are measurable; what is the σ-algebra on which µ is defined? Since X is a metric space it is natural to consider the Borel σ-algebra, and so we will always consider Borel measures.

4 4 MATH 7394 VAUGHN CLIMENHAGA 2.2. Maps: discrete-time systems For several reasons, 2 we will spend most of our time studying discrete-time dynamical systems given by a map f : X X; here the idea is that time moves in discrete increments, and if x represents the present state of the system, then f(x) represents the state at the next time increment. We write f 2 (x) = f(f(x)) = (f f)(x), and similarly f n+1 (x) = f(f n (x)) for all n N. Iterating f in this way gives the forward orbit of x (its future), and if f is a bijection then we can also iterate f 1 to obtain the backward orbit of x (its past). Given a flow {f t } t R, one can obtain a discrete-time system by fixing t and studying the iterates of the time-t map f t : X X. Another method for transforming a continuous-time system into a discrete-time system is to take some subset A X of codimension 1 that is transverse to the flow direction and let F : A A be the first return map associated to the flow; that is, given x A we write r(x) for the first positive time at which f r(x) (x) A (the return time to A), and then put F (x) = f r(x) (x). One can also go in the reverse direction. Given a discrete-time dynamical system F : X X and a roof function r : X (0, ), let X r = {(x, t) : x X, 0 t < r(x)}; the suspension of (X, F ) with roof function r is given by defining { (x, t + s) if t + s < r(x), f s (x, t) = (F (x), t + s r(x)) if r(x) t + s < r(x) + r(f (x)), and letting f s for larger values of s be given by composing these cases. In other words, we flow vertically until we reach the graph of the roof function, and then jump back to the base (reset t to 0), iterating F when we do so. Note that this is not yet a true flow because we have not defined f s for s < 0. For this we need the extra assumption that F is invertible, and then one can show that each f s is invertible for s > 0, so putting f s = fs 1 gives a flow. So far we have just treated X and X r as sets; in general we also want to treat them as metric spaces, since after all the notion of distance played a key role in our earlier motivating discussion. If X is a metric space and r is continuous, then X r carries a natural quotient topology by thinking of it as the quotient space X r = {(x, t) : x X, 0 t r(x)}/ where (x, r(x)) (F (x), 0). If you have not studied abstract point-set topology, you can also view X r as a metric space by equipping it with the Bowen Walters metric [BW72] as follows. (1) First define the metric when r 1 is constant. (a) A vertical step (x, s) (x, t) has length s t. (b) A horizontal step (x, t) (y, t) has length (1 t)d(x, y)+td(f x, F y). 2 Such as the fact that discrete-time stochastic processes are often easier to handle than their continuous-time counterparts.

5 ERGODIC THEORY AND THERMODYNAMIC FORMALISM - LECTURE NOTES 5 (c) A basic path γ from (x, s) to (y, t) is a sequence of vertical and horizontal steps starting at (x, s) and terminating at (y, t); its length l(γ) is the sum of the lengths of the individual steps. 3 (d) d 1 ((x, s), (y, t)) = inf γ l(γ), where the infimum is over all basic paths from (x, s) to (y, t). (2) In the more general case when r(x) is not constant, define d r ((x, s), (y, t)) = d 1 ((x, s/r(x)), (y, t/y(t)), where the points in the second expression are taken to lie in X 1. See [BW72, LS19] for a proof that this is a metric. For the time being, the main take-away from this discussion is that questions and results about flows can be translated into questions and results about maps, and vice versa. Thus as a general rule, the study of discrete-time systems and the study of continuous-time systems should lead to very similar theories, although one should not take this too far, as there are certain subtleties that arise in one case but not the other. In the present course, we will focus largely on the discrete-time case and study maps (with a few notable exceptions). Our most elementary example is the doubling map f : S 1 S 1, where S 1 C is the unit circle and f(z) = z 2, so that the circle is wrapped around itself twice by the action of f. We often think of f as a map on the unit interval; identifying z = e 2πix S 1 with x [0, 1], we write f(x) = 2x (mod 1). See for an indication of how the Lorenz flow (or something like it) is related to the doubling map. 3 Observe that (x, s) (x, 1) = (F x, 0) (F x, t) is a basic path with only vertical steps.

6 6 MATH 7394 VAUGHN CLIMENHAGA References [BW72] Rufus Bowen and Peter Walters, Expansive one-parameter flows, J. Differential Equations 12 (1972), MR [ER85] J.-P. Eckmann and D. Ruelle, Ergodic theory of chaos and strange attractors, Rev. Modern Phys. 57 (1985), no. 3, part 1, MR [LS19] Yuri Lima and Omri Sarig, Symbolic dynamics for three-dimensional flows with positive topological entropy, J. Eur. Math. Soc. (JEMS) 21 (2019), no. 1, MR [Rue89] David Ruelle, Chaotic evolution and strange attractors, Lezioni Lincee. [Lincei Lectures], Cambridge University Press, Cambridge, 1989, The statistical analysis of time series for deterministic nonlinear systems, Notes prepared and with a foreword by Stefano Isola. MR [Rue80], Strange attractors, Math. Intelligencer 2 (1979/80), no. 3, MR

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

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

ON DIFFERENT WAYS OF CONSTRUCTING RELEVANT INVARIANT MEASURES

ON DIFFERENT WAYS OF CONSTRUCTING RELEVANT INVARIANT MEASURES UNIVERSITY OF JYVÄSKYLÄ DEPARTMENT OF MATHEMATICS AND STATISTICS REPORT 106 UNIVERSITÄT JYVÄSKYLÄ INSTITUT FÜR MATHEMATIK UND STATISTIK BERICHT 106 ON DIFFERENT WAYS OF CONSTRUCTING RELEVANT INVARIANT

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

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

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

DYNAMICAL SYSTEMS

DYNAMICAL SYSTEMS 0.42 DYNAMICAL SYSTEMS Week Lecture Notes. What is a dynamical system? Probably the best way to begin this discussion is with arguably a most general and yet least helpful statement: Definition. A dynamical

More information

Chaos and Liapunov exponents

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

More information

Chapter 23. Predicting Chaos The Shift Map and Symbolic Dynamics

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

More information

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

25.1 Ergodicity and Metric Transitivity

25.1 Ergodicity and Metric Transitivity Chapter 25 Ergodicity This lecture explains what it means for a process to be ergodic or metrically transitive, gives a few characterizes of these properties (especially for AMS processes), and deduces

More information

MATH 415, WEEK 12 & 13: Higher-Dimensional Systems, Lorenz Equations, Chaotic Behavior

MATH 415, WEEK 12 & 13: Higher-Dimensional Systems, Lorenz Equations, Chaotic Behavior MATH 415, WEEK 1 & 13: Higher-Dimensional Systems, Lorenz Equations, Chaotic Behavior 1 Higher-Dimensional Systems Consider the following system of differential equations: dx = x y dt dy dt = xy y dz dt

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

Entropy production for a class of inverse SRB measures

Entropy production for a class of inverse SRB measures Entropy production for a class of inverse SRB measures Eugen Mihailescu and Mariusz Urbański Keywords: Inverse SRB measures, folded repellers, Anosov endomorphisms, entropy production. Abstract We study

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

Rudiments of Ergodic Theory

Rudiments of Ergodic Theory Rudiments of Ergodic Theory Zefeng Chen September 24, 203 Abstract In this note we intend to present basic ergodic theory. We begin with the notion of a measure preserving transformation. We then define

More information

Physical Measures. Stefano Luzzatto Abdus Salam International Centre for Theoretical Physics Trieste, Italy.

Physical Measures. Stefano Luzzatto Abdus Salam International Centre for Theoretical Physics Trieste, Italy. Physical Measures Stefano Luzzatto Abdus Salam International Centre for Theoretical Physics Trieste, Italy. International conference on Dynamical Systems Hammamet, Tunisia September 5-7, 2017 Let f : M

More information

Measures. Chapter Some prerequisites. 1.2 Introduction

Measures. Chapter Some prerequisites. 1.2 Introduction Lecture notes Course Analysis for PhD students Uppsala University, Spring 2018 Rostyslav Kozhan Chapter 1 Measures 1.1 Some prerequisites I will follow closely the textbook Real analysis: Modern Techniques

More information

NUMERICALLY COMPUTING THE LYAPUNOV EXPONENTS OF MATRIX-VALUED COCYCLES

NUMERICALLY COMPUTING THE LYAPUNOV EXPONENTS OF MATRIX-VALUED COCYCLES NUMERICALLY COMPUTING THE LYAPUNOV EXPONENTS OF MATRIX-VALUED COCYCLES RODRIGO TREVIÑO This short note is based on a talk I gave at the student dynamical systems seminar about using your computer to figure

More information

Personal notes on renormalization

Personal notes on renormalization Personal notes on renormalization Pau Rabassa Sans April 17, 2009 1 Dynamics of the logistic map This will be a fast (and selective) review of the dynamics of the logistic map. Let us consider the logistic

More information

Periodic Sinks and Observable Chaos

Periodic Sinks and Observable Chaos Periodic Sinks and Observable Chaos Systems of Study: Let M = S 1 R. T a,b,l : M M is a three-parameter family of maps defined by where θ S 1, r R. θ 1 = a+θ +Lsin2πθ +r r 1 = br +blsin2πθ Outline of Contents:

More information

By Nadha CHAOS THEORY

By Nadha CHAOS THEORY By Nadha CHAOS THEORY What is Chaos Theory? It is a field of study within applied mathematics It studies the behavior of dynamical systems that are highly sensitive to initial conditions It deals with

More information

HYPERBOLIC DYNAMICAL SYSTEMS AND THE NONCOMMUTATIVE INTEGRATION THEORY OF CONNES ABSTRACT

HYPERBOLIC DYNAMICAL SYSTEMS AND THE NONCOMMUTATIVE INTEGRATION THEORY OF CONNES ABSTRACT HYPERBOLIC DYNAMICAL SYSTEMS AND THE NONCOMMUTATIVE INTEGRATION THEORY OF CONNES Jan Segert ABSTRACT We examine hyperbolic differentiable dynamical systems in the context of Connes noncommutative integration

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

Lecture 4. Entropy and Markov Chains

Lecture 4. Entropy and Markov Chains preliminary version : Not for diffusion Lecture 4. Entropy and Markov Chains The most important numerical invariant related to the orbit growth in topological dynamical systems is topological entropy.

More information

THE STRUCTURE OF THE SPACE OF INVARIANT MEASURES

THE STRUCTURE OF THE SPACE OF INVARIANT MEASURES THE STRUCTURE OF THE SPACE OF INVARIANT MEASURES VAUGHN CLIMENHAGA Broadly, a dynamical system is a set X with a map f : X is discrete time. Continuous time considers a flow ϕ t : Xö. mostly consider discrete

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

11 Chaos in Continuous Dynamical Systems.

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

More information

CLASSIFICATIONS OF THE FLOWS OF LINEAR ODE

CLASSIFICATIONS OF THE FLOWS OF LINEAR ODE CLASSIFICATIONS OF THE FLOWS OF LINEAR ODE PETER ROBICHEAUX Abstract. The goal of this paper is to examine characterizations of linear differential equations. We define the flow of an equation and examine

More information

Introduction to Classical Chaos

Introduction to Classical Chaos Introduction to Classical Chaos WeiHan Hsiao a a Department of Physics, The University of Chicago E-mail: weihanhsiao@uchicago.edu ABSTRACT: This note is a contribution to Kadanoff Center for Theoretical

More information

LMI Methods in Optimal and Robust Control

LMI Methods in Optimal and Robust Control LMI Methods in Optimal and Robust Control Matthew M. Peet Arizona State University Lecture 15: Nonlinear Systems and Lyapunov Functions Overview Our next goal is to extend LMI s and optimization to nonlinear

More information

TEST CODE: PMB SYLLABUS

TEST CODE: PMB SYLLABUS TEST CODE: PMB SYLLABUS Convergence and divergence of sequence and series; Cauchy sequence and completeness; Bolzano-Weierstrass theorem; continuity, uniform continuity, differentiability; directional

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

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

TWO DIMENSIONAL FLOWS. Lecture 5: Limit Cycles and Bifurcations

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

More information

EE222 - Spring 16 - Lecture 2 Notes 1

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

More information

Eigenvalues and eigenvectors

Eigenvalues and eigenvectors Roberto s Notes on Linear Algebra Chapter 0: Eigenvalues and diagonalization Section Eigenvalues and eigenvectors What you need to know already: Basic properties of linear transformations. Linear systems

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

Selected solutions for Homework 9

Selected solutions for Homework 9 Math 424 B / 574 B Due Wednesday, Dec 09 Autumn 2015 Selected solutions for Homework 9 This file includes solutions only to those problems we did not have time to cover in class. We need the following

More information

Lecture Notes Introduction to Ergodic Theory

Lecture Notes Introduction to Ergodic Theory Lecture Notes Introduction to Ergodic Theory Tiago Pereira Department of Mathematics Imperial College London Our course consists of five introductory lectures on probabilistic aspects of dynamical systems,

More information

Dynamical Systems and Ergodic Theory PhD Exam Spring Topics: Topological Dynamics Definitions and basic results about the following for maps and

Dynamical Systems and Ergodic Theory PhD Exam Spring Topics: Topological Dynamics Definitions and basic results about the following for maps and Dynamical Systems and Ergodic Theory PhD Exam Spring 2012 Introduction: This is the first year for the Dynamical Systems and Ergodic Theory PhD exam. As such the material on the exam will conform fairly

More information

B 1 = {B(x, r) x = (x 1, x 2 ) H, 0 < r < x 2 }. (a) Show that B = B 1 B 2 is a basis for a topology on X.

B 1 = {B(x, r) x = (x 1, x 2 ) H, 0 < r < x 2 }. (a) Show that B = B 1 B 2 is a basis for a topology on X. Math 6342/7350: Topology and Geometry Sample Preliminary Exam Questions 1. For each of the following topological spaces X i, determine whether X i and X i X i are homeomorphic. (a) X 1 = [0, 1] (b) X 2

More information

Metric spaces and metrizability

Metric spaces and metrizability 1 Motivation Metric spaces and metrizability By this point in the course, this section should not need much in the way of motivation. From the very beginning, we have talked about R n usual and how relatively

More information

Chapter 6: Ensemble Forecasting and Atmospheric Predictability. Introduction

Chapter 6: Ensemble Forecasting and Atmospheric Predictability. Introduction Chapter 6: Ensemble Forecasting and Atmospheric Predictability Introduction Deterministic Chaos (what!?) In 1951 Charney indicated that forecast skill would break down, but he attributed it to model errors

More information

A non-uniform Bowen s equation and connections to multifractal analysis

A non-uniform Bowen s equation and connections to multifractal analysis A non-uniform Bowen s equation and connections to multifractal analysis Vaughn Climenhaga Penn State November 1, 2009 1 Introduction and classical results Hausdorff dimension via local dimensional characteristics

More information

FORECASTING ECONOMIC GROWTH USING CHAOS THEORY

FORECASTING ECONOMIC GROWTH USING CHAOS THEORY Article history: Received 22 April 2016; last revision 30 June 2016; accepted 12 September 2016 FORECASTING ECONOMIC GROWTH USING CHAOS THEORY Mihaela Simionescu Institute for Economic Forecasting of the

More information

Smooth Ergodic Theory and Nonuniformly Hyperbolic Dynamics

Smooth Ergodic Theory and Nonuniformly Hyperbolic Dynamics CHAPTER 2 Smooth Ergodic Theory and Nonuniformly Hyperbolic Dynamics Luis Barreira Departamento de Matemática, Instituto Superior Técnico, 1049-001 Lisboa, Portugal E-mail: barreira@math.ist.utl.pt url:

More information

MAT 22B - Lecture Notes

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

More information

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

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

More information

1 The relation between a second order linear ode and a system of two rst order linear odes

1 The relation between a second order linear ode and a system of two rst order linear odes Math 1280 Spring, 2010 1 The relation between a second order linear ode and a system of two rst order linear odes In Chapter 3 of the text you learn to solve some second order linear ode's, such as x 00

More information

Ergodic Theory and Topological Groups

Ergodic Theory and Topological Groups Ergodic Theory and Topological Groups Christopher White November 15, 2012 Throughout this talk (G, B, µ) will denote a measure space. We call the space a probability space if µ(g) = 1. We will also assume

More information

SRB MEASURES FOR AXIOM A ENDOMORPHISMS

SRB MEASURES FOR AXIOM A ENDOMORPHISMS SRB MEASURES FOR AXIOM A ENDOMORPHISMS MARIUSZ URBANSKI AND CHRISTIAN WOLF Abstract. Let Λ be a basic set of an Axiom A endomorphism on n- dimensional compact Riemannian manifold. In this paper, we provide

More information

CHAPTER 7. An Introduction to Numerical Methods for. Linear and Nonlinear ODE s

CHAPTER 7. An Introduction to Numerical Methods for. Linear and Nonlinear ODE s A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 1 A COLLECTION OF HANDOUTS ON FIRST ORDER ORDINARY DIFFERENTIAL

More information

MAGIC010 Ergodic Theory Lecture Entropy

MAGIC010 Ergodic Theory Lecture Entropy 7. Entropy 7. Introduction A natural question in mathematics is the so-called isomorphism problem : when are two mathematical objects of the same class the same (in some appropriately defined sense of

More information

Dynamical Systems and Ergodic Theory

Dynamical Systems and Ergodic Theory MATH3606 - MATHM606 Dynamical Systems and Ergodic Theory Teaching Block, 07/8 Lecturer: Prof. Alexander Gorodnik PART I: LECTURES -7 course web site: people.maths.bris.ac.uk/ mazag/ds7/ Copyright c University

More information

1 The pendulum equation

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

More information

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

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

APPPHYS217 Tuesday 25 May 2010

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

More information

MORSE HOMOLOGY. Contents. Manifolds are closed. Fields are Z/2.

MORSE HOMOLOGY. Contents. Manifolds are closed. Fields are Z/2. MORSE HOMOLOGY STUDENT GEOMETRY AND TOPOLOGY SEMINAR FEBRUARY 26, 2015 MORGAN WEILER 1. Morse Functions 1 Morse Lemma 3 Existence 3 Genericness 4 Topology 4 2. The Morse Chain Complex 4 Generators 5 Differential

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

Lorenz like flows. Maria José Pacifico. IM-UFRJ Rio de Janeiro - Brasil. Lorenz like flows p. 1

Lorenz like flows. Maria José Pacifico. IM-UFRJ Rio de Janeiro - Brasil. Lorenz like flows p. 1 Lorenz like flows Maria José Pacifico pacifico@im.ufrj.br IM-UFRJ Rio de Janeiro - Brasil Lorenz like flows p. 1 Main goals The main goal is to explain the results (Galatolo-P) Theorem A. (decay of correlation

More information

SYMBOLIC DYNAMICS FOR HYPERBOLIC SYSTEMS. 1. Introduction (30min) We want to find simple models for uniformly hyperbolic systems, such as for:

SYMBOLIC DYNAMICS FOR HYPERBOLIC SYSTEMS. 1. Introduction (30min) We want to find simple models for uniformly hyperbolic systems, such as for: SYMBOLIC DYNAMICS FOR HYPERBOLIC SYSTEMS YURI LIMA 1. Introduction (30min) We want to find simple models for uniformly hyperbolic systems, such as for: [ ] 2 1 Hyperbolic toral automorphisms, e.g. f A

More information

Je Lagarias, University of Michigan. Workshop on Discovery and Experimentation in Number Theory Fields Institute, Toronto (September 25, 2009)

Je Lagarias, University of Michigan. Workshop on Discovery and Experimentation in Number Theory Fields Institute, Toronto (September 25, 2009) Ternary Expansions of Powers of 2 Je Lagarias, University of Michigan Workshop on Discovery and Experimentation in Number Theory Fields Institute, Toronto (September 25, 2009) Topics Covered Part I. Erdős

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

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

SHADOWING PROPERTY FOR INDUCED SET-VALUED DYNAMICAL SYSTEMS OF SOME EXPANSIVE MAPS

SHADOWING PROPERTY FOR INDUCED SET-VALUED DYNAMICAL SYSTEMS OF SOME EXPANSIVE MAPS Dynamic Systems and Applications 19 (2010) 405-414 SHADOWING PROPERTY FOR INDUCED SET-VALUED DYNAMICAL SYSTEMS OF SOME EXPANSIVE MAPS YUHU WU 1,2 AND XIAOPING XUE 1 1 Department of Mathematics, Harbin

More information

Modeling Prey and Predator Populations

Modeling Prey and Predator Populations Modeling Prey and Predator Populations Alison Pool and Lydia Silva December 15, 2006 Abstract In this document, we will explore the modeling of two populations based on their relation to one another. Specifically

More information

However, in actual topology a distance function is not used to define open sets.

However, in actual topology a distance function is not used to define open sets. Chapter 10 Dimension Theory We are used to the notion of dimension from vector spaces: dimension of a vector space V is the minimum number of independent bases vectors needed to span V. Therefore, a point

More information

Continued fractions and geodesics on the modular surface

Continued fractions and geodesics on the modular surface Continued fractions and geodesics on the modular surface Chris Johnson Clemson University September 8, 203 Outline The modular surface Continued fractions Symbolic coding References Some hyperbolic geometry

More information

Convergence of Feller Processes

Convergence of Feller Processes Chapter 15 Convergence of Feller Processes This chapter looks at the convergence of sequences of Feller processes to a iting process. Section 15.1 lays some ground work concerning weak convergence of processes

More information

10. The ergodic theory of hyperbolic dynamical systems

10. The ergodic theory of hyperbolic dynamical systems 10. The ergodic theory of hyperbolic dynamical systems 10.1 Introduction In Lecture 8 we studied thermodynamic formalism for shifts of finite type by defining a suitable transfer operator acting on a certain

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

L Enseignement Mathématique, t. 40 (1994), p AN ERGODIC ADDING MACHINE ON THE CANTOR SET. by Peter COLLAS and David KLEIN

L Enseignement Mathématique, t. 40 (1994), p AN ERGODIC ADDING MACHINE ON THE CANTOR SET. by Peter COLLAS and David KLEIN L Enseignement Mathématique, t. 40 (994), p. 249-266 AN ERGODIC ADDING MACHINE ON THE CANTOR SET by Peter COLLAS and David KLEIN ABSTRACT. We calculate all ergodic measures for a specific function F on

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

AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES

AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES Overview Throughout the first few weeks of the semester, we have studied vector calculus using almost exclusively the familiar Cartesian x,y,z coordinate

More information

Chaos in multiplicative systems

Chaos in multiplicative systems Chaos in multiplicative systems Dorota Aniszewska 1 and Marek Rybaczuk 2 1 Institute of Materials Science and Applied Mechanics Wroclaw University of Technology 50-370 Wroclaw, Smoluchowskiego 25 (e-mail:

More information

A Two-dimensional Mapping with a Strange Attractor

A Two-dimensional Mapping with a Strange Attractor Commun. math. Phys. 50, 69 77 (1976) Communications in Mathematical Physics by Springer-Verlag 1976 A Two-dimensional Mapping with a Strange Attractor M. Henon Observatoire de Nice, F-06300 Nice, France

More information

Problem set 7 Math 207A, Fall 2011 Solutions

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

More information

Introduction Knot Theory Nonlinear Dynamics Topology in Chaos Open Questions Summary. Topology in Chaos

Introduction Knot Theory Nonlinear Dynamics Topology in Chaos Open Questions Summary. Topology in Chaos Introduction Knot Theory Nonlinear Dynamics Open Questions Summary A tangled tale about knot, link, template, and strange attractor Centre for Chaos & Complex Networks City University of Hong Kong Email:

More information

2000 Mathematics Subject Classification. Primary: 37D25, 37C40. Abstract. This book provides a systematic introduction to smooth ergodic theory, inclu

2000 Mathematics Subject Classification. Primary: 37D25, 37C40. Abstract. This book provides a systematic introduction to smooth ergodic theory, inclu Lyapunov Exponents and Smooth Ergodic Theory Luis Barreira and Yakov B. Pesin 2000 Mathematics Subject Classification. Primary: 37D25, 37C40. Abstract. This book provides a systematic introduction to smooth

More information

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

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

More information

Metric Spaces Lecture 17

Metric Spaces Lecture 17 Metric Spaces Lecture 17 Homeomorphisms At the end of last lecture an example was given of a bijective continuous function f such that f 1 is not continuous. For another example, consider the sets T =

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

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Lecture 02 Groups: Subgroups and homomorphism (Refer Slide Time: 00:13) We looked

More information

Orbital Motion in Schwarzschild Geometry

Orbital Motion in Schwarzschild Geometry Physics 4 Lecture 29 Orbital Motion in Schwarzschild Geometry Lecture 29 Physics 4 Classical Mechanics II November 9th, 2007 We have seen, through the study of the weak field solutions of Einstein s equation

More information

LESSON 21: DIFFERENTIALS OF MULTIVARIABLE FUNCTIONS OCTOBER 18, 2017

LESSON 21: DIFFERENTIALS OF MULTIVARIABLE FUNCTIONS OCTOBER 18, 2017 LESSON 21: DIFFERENTIALS OF MULTIVARIABLE FUNCTIONS OCTOBER 18, 2017 Today we do a quick review of differentials for functions of a single variable and then discuss how to extend this notion to functions

More information

A short introduction with a view toward examples. Short presentation for the students of: Dynamical Systems and Complexity Summer School Volos, 2017

A short introduction with a view toward examples. Short presentation for the students of: Dynamical Systems and Complexity Summer School Volos, 2017 A short introduction with a view toward examples Center of Research and Applications of Nonlinear (CRANS) Department of Mathematics University of Patras Greece sanastassiou@gmail.com Short presentation

More information

Systems of Linear ODEs

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

More information

PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Abstract

PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Abstract PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Mr. Benjamen P. Reed (110108461) IMPACS, Aberystwyth University January 31, 2014 Abstract A set of three coupled ordinary

More information

From Determinism to Stochasticity

From Determinism to Stochasticity From Determinism to Stochasticity Reading for this lecture: (These) Lecture Notes. Lecture 8: Nonlinear Physics, Physics 5/25 (Spring 2); Jim Crutchfield Monday, May 24, 2 Cave: Sensory Immersive Visualization

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

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

Work, Power, and Energy Lecture 8

Work, Power, and Energy Lecture 8 Work, Power, and Energy Lecture 8 ˆ Back to Earth... ˆ We return to a topic touched on previously: the mechanical advantage of simple machines. In this way we will motivate the definitions of work, power,

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

Unique equilibrium states for geodesic flows in nonpositive curvature

Unique equilibrium states for geodesic flows in nonpositive curvature Unique equilibrium states for geodesic flows in nonpositive curvature Todd Fisher Department of Mathematics Brigham Young University Fractal Geometry, Hyperbolic Dynamics and Thermodynamical Formalism

More information

Physics 202 Laboratory 5. Linear Algebra 1. Laboratory 5. Physics 202 Laboratory

Physics 202 Laboratory 5. Linear Algebra 1. Laboratory 5. Physics 202 Laboratory Physics 202 Laboratory 5 Linear Algebra Laboratory 5 Physics 202 Laboratory We close our whirlwind tour of numerical methods by advertising some elements of (numerical) linear algebra. There are three

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

2 Metric Spaces Definitions Exotic Examples... 3

2 Metric Spaces Definitions Exotic Examples... 3 Contents 1 Vector Spaces and Norms 1 2 Metric Spaces 2 2.1 Definitions.......................................... 2 2.2 Exotic Examples...................................... 3 3 Topologies 4 3.1 Open Sets..........................................

More information

Introduction and some preliminaries

Introduction and some preliminaries 1 Partial differential equations Introduction and some preliminaries A partial differential equation (PDE) is a relationship among partial derivatives of a function (or functions) of more than one variable.

More information