4452 Mathematical Modeling Lecture 13: Chaos and Fractals

Size: px
Start display at page:

Download "4452 Mathematical Modeling Lecture 13: Chaos and Fractals"

Transcription

1 Math Modeling Lecture 13: Chaos and Fractals Page Mathematical Modeling Lecture 13: Chaos and Fractals Introduction In our tetbook, the discussion on chaos and fractals covers less than 2 pages. Contrast that with the book Chaos and Fractals: New Frontiers of Science [1] which clocks in at over 9 pages. You can imagine that this field is a large one, and we will onl be able to give it a cursor glance in this course. I want to give ou a flavour of what chaos is all about, but I certainl am not going to be anwhere near complete! The importance of chaos in modeling is that chaotic sstems can have limit sets (the limit set being the long time behaviour of the solution, which until now we have generall thought of as either an equilibrium fied point or unbounded divergence) which are fractal in nature. Linear sstems do not have limit ccles (closed loops), but it is surprising that simple nonlinear dnamical sstems will have limit ccles, and can also ehibit chaos. It is important to note that the presence of a limit ccle does not mean the sstem is chaotic the presence of a fractal limit ccle, however, does mean that the sstem is chaotic. Since chaos deals with the long term behaviour of solutions (tpicall, chaos is thought of as sensitivit to initial conditions), sstems can ehibit degrees of chaos. What I mean is, if we have two sstems, the both ma be chaotic, but one ma be more chaotic than the other. There are was to measure the degree of chaos in the sstem (Lapunov eponent), which I will discuss, but not epect ou to calculate. Continuous Models: The Hénon Heiles Model There is a continuous dnamical sstem which was constructed to model the motion of a star moving in the field of its gala, known as the Hénon Heiles model [3]. It is a two dimensional dnamical sstem based on Hamilton s equations of motion, which incorporates the position and momentum of the particle, making it a four dimensional model in the variables,, p, p. p p p 2 p 2 + (1) This is sstem of two coupled nonlinear oscillators, and is unbounded. That means that for some initial conditions, the sstem will run off to infinit. This can be solved using a numerical technique such as Euler s method, although we must be ver careful that we choose the step size to be small enough to ensure our results are accurate. Although this is a four dimensional problem, we will be plotting onl the portion of the phase space and (t) to get an idea about how the sstem is behaving. I have plotted the solution to the Hénon-Heiles sstem (found using Euler s method, although Runge Kutta would be far more efficient) in Fig. 1. Looks like a spirograph, doesn t it? These seem to be solutions which are ver regular, and not ver chaotic. How can we estimate how chaotic a trajector is? B doing this, we will be performing a sensitivit analsis of this trajector to its initial conditions.

2 Math Modeling Lecture 13: Chaos and Fractals Page Figure 1: The phase space solution to the continuous sstem in Eq. (1). On the left the inital point is ().1, ()., p ()., p ().11, and on the right the initial point is ().2, ().1, p ().4, p ().. Lapunov Eponents The measure of the degree of chaos in a continuous sstem is epressed in the form of the Lapunov eponent, which represents the long term behaviour of the nonlinear sstem. What follows is easil understood, but ma be a bit much for us to implement in this class. One wa of deriving the Lapunov eponent is in terms of the long time behaviour of the monodrom matri (sometimes this matri is called the Jacobi field matri). For eample, if ou have a 2 dimensional sstem 1(t) f 1 ( 1 (t), 2 (t)) 2(t) f 2 ( 1 (t), 2 (t)). Then the sensitivit to initial conditions (which is one wa of thinking of chaos) means we should take the derivative of the sstem with respect to the initial conditions. This would give us the rate of change of the variables along the solution curve as a function of time. ( ) 1 (t) 1 () ( ) 1 (t) 2 () ( ) 2 (t) 1 () ( ) 2 (t) 2 () 1 () f 1( 1, 2 ) 2 () f 1( 1, 2 ) 1 () f 2( 1, 2 ) 2 () f 2( 1, 2 ) f 1 ( 1, 2 ) 1(t) 1 1 () + f 1 ( 1, 2 ) 1(t) 1 2 () + f 2 ( 1, 2 ) 1(t) 1 1 () + f 2 ( 1, 2 ) 1(t) 1 2 () + f 1 ( 1, 2 ) 2(t) 2 1 () f 1 ( 1, 2 ) 2(t) 2 2 () f 2 ( 1, 2 ) 2(t) 2 1 () f 2 ( 1, 2 ) 2(t) 2 2 () (2) We ve had to use the chain rule to epand the partial derivative. The monodrom matri has elements which

3 Math Modeling Lecture 13: Chaos and Fractals Page 3 are called Jacobi fields, J ij (t) i (t)/ j (), and it is given b M 1 (t) 1 () 2 (t) 1 () 1 (t) 2 () 2 (t) 2 (). The Lapunov eponents are defined as 1 λ ij lim t t ln J ij, which is the same as assuming the Jacobi fields grow as J ij ep(λ ij t). Tpicall, the largest of the Lapunov eponents is used to determine the degree of chaos present in the trajector (different trajectories have different Lapunov eponents). Sometimes, a coarse run of a great man solutions of the dnamical sstem and monodrom matri is performed and the Lapunov eponents averaged to estimate the choaticit of the entire sstem. There are other was of determining the Lapunov eponents as well, in terms of integrals. All well and good, but to get λ ij we need to solve the 4 dimensional sstem in Eq. (2)! The sstem is initialized using the fact that at time zero the monodrom matri is the identit matri. For the Henon Heiles sstem, we would solve for the phase space trajector and monodrom matri together, which would entail solving for 2 (4 phase space variables, 16 Jacobi fields) time evolved quantities at once. In m eperience, with molecular collisoins, I am forced to calculate the monodrom matri anwa, so it is eas to get Lapunov eponents. However, ou do not want to calculate the monodrom simpl as a means to get the Lapunov eponents. Simpl rerunning the analsis with a small change in the initial conditions and eeballing the two solutions to see if there is a big difference ma be good enough. The Hénon Heiles models actuall ehibit a ver low degree of chaos. The Rössler Attractor The Rössler attractor (found in 1976 b Otto Rössler) is a beautiful, elementar, eample of chaos in continuous sstems. Rössler s dnamical sstem is: ( + ) +.2 z.2 + z.7z (3) I solved this sstem in Mathematica using an interpolating function using the following commands. The result is output in Fig. 2. tf 21; sol NDSolve[{ [t] -[t] - z[t], [] -.4,

4 Math Modeling Lecture 13: Chaos and Fractals Page 4 [t] [t] +.2 [t], [] -.3, z [t].2 + [t]z[t] -.7 z[t], z[].2}, {,, z}, {t,, tf}, Method -> RungeKutta, MaSteps -> 2] plot1 ParametricPlot3D[Evaluate[{[t], [t], z[t]} /. sol], {t,, tf}, PlotPoints -> 6, PlotRange -> All] Equation (3) is called an attractor since for different initial condition which are in the region of the orbit shown in Fig. 1, the long term behaviour of the solution will look ver similar. The trajector is not approaching an orbit in the sense of approaching a circle or some other stable, fied, curve. The trajector in phase space is bound to follow a pattern like the one in Fig 2, but the specific trajector is chaotic over long time periods. The trajector is bound, et chaotic since where it is within that boundar is sensitive to initial conditions. Figure 3 shows this, in the sense that two trajectories which begin close together remain in the same general region, but move in different parts of the region after a period of time. Hence, an attractor pulls in neighbouring points, and for a chaotic attractor orbits of nearb points must diverge from each other due to the sensitive dependence on initial conditions. To be an attractor, one of the Lapunov eponents must be negative; to be chaotic, one of the Lapunov eponents must be positive. The Lorenz attractor is another beautiful chaotic sstem which is a model of thermal convection. tetbook discusses it. Our Figure 2: The phase space solution to the continuous sstem in Eq. (3), the Rössler attractor. The initial conditions are ().4, ().3, z().2.

5 Math Modeling Lecture 13: Chaos and Fractals Page Figure 3: The (t) vs t solution to the continuous sstem in Eq. (3) for two trajectories: on the left we have ().4, ().3, z().2; in the middle we have ().4, ().3, z().2; on the right we have the difference in (t) between the two trajectories. Although the value of (t) remains bounded b the attractor, two trajectories which begin close together become far apart for t > 1. Henon Map: Discrete Attractor The Henon map is an eample of a discrete sstem which ehibits an attraction to a limit ccle. The Henon map is given b n n n 1 n.3 n 1, n 1, 2, 3,... (4) Figure 4 shows the Henon map phase space for two different initial conditions. We can see that in both cases, the same limit ccle is approached. So we have an attractor, but it is chaotic (since where we are on the limit ccle is dependent on initial conditions) Figure 4: The phase space solution to the discrete sstem in Eq. (4), the Henon Map. The initial conditions for the graph on the left are () 1, () ; for the graph on the right () 1, ().3. The number of points is 12. In economics, models of Brownian motion (the motion of a small particle suspended in water) are used to predict the stock market. This is a chaotic sstem, since the behaviour is random but the particle stas in some localized volume. The banking industr snatched up man phsicists and engineers about 1 ears ago since the had eperience with the models the banking industr wanted to use. Now there are schools who train economists in the theor directl, so the crossover doesn t happen as much toda. You ma have heard the term strange attractor. Strange attractors are the point where chaos and fractals meet. As dnamical sstems, strange attractors are chaotic. As geometric shapes, strange attractors are fractals. I guess we should talk about fractals, eh?

6 Math Modeling Lecture 13: Chaos and Fractals Page 6 Fractals There are certain smmetries in plane mathematical geometr. You can reflect an object, ou could rotate an object, or ou could translate an object. Objects ma possess no smmetr, some of these smmetries, or all of these smmetries. A circle looks same under all these smmetries; the letter A does not. There is another smmetr, the smmetr of magnification. An object which possesses this tpe of smmetr is called a fractal. Fractals are objects which look the same on an scale. Thus, fractals are self similar. Their are man famous eamples of fractal geometr, and with the eplosion of the internet fractal art has also eploded. It is ver eas to search the internet and find a fractal landscape that someone has created to stir our souls. People also create fractal music, although I haven t heard an mself. The reason fractals pops up when people talk about discrete dnamical sstems is because fractal concepts like the Julia set, the Mandelbrot set, continued fractions, are all computed using an iterative technique. For eample, here is how the Julia set is constructed b an iteration technique: z n ± z n 1 c () where z n is a comple number, and c is a comple constant. At each step we randoml decide if we want the positive or negative square root. If we plot z in the comple plane, we get a fractal image. In Fig. I have plotted the Julia set on two different scales. The self-similarit of the Julia set is evident Figure : The comple plane representation of the iteration of the Julia set in Eq. (). The initial point was z() 1/2, and c i. The number of points used was. Notice that changing the scale b an order of magnitude the geometr looks the same. This is an indication of self similarit, and fractal behaviour. Notice that the initial conditions do not affect the final shape of the Julia set (Figs. and 6). The initial conditions affect the transient solution, which is the first few iterations the sstem goes through before it fall into the limit ccle of the Julia set; once this transient solution is passed, the points will be constrained

7 Math Modeling Lecture 13: Chaos and Fractals Page 7 to fill out the Julia set. Once the transient solution has passed, the solution is chaotic (it fills out the Julia set, but how it fills it out is sensitive to the initial condition). Fractals can be used to model objects in realit that possess magnification smmetr. Sa, the bottom of the ocean, or a coastline. The are also used for data compression Figure 6: The comple plane representation of the iteration of the Julia set in Eq. (). The initial point was z() 1 i, and c i. The number of points used was. This looks the same as Fig., ecept for the initial transient solution. References [1] H. Peitgen, H. Jürgens & D. Saupe, Chaos and Fractals: New Frontiers of Science, Springer Verlag (New York) [2] The Nonlinear Lab: bfraser/version1/nonlinearlab.html. Blair Fraser, [3] M. Hénon & C. Heiles, Astron. J. 69, 73 (1964). [4] M. Meerschaert, Mathematical Modelling, 2nd ed., Academic Press (San Diego) 1999 (p2).

HÉNON HEILES HAMILTONIAN CHAOS IN 2 D

HÉNON HEILES HAMILTONIAN CHAOS IN 2 D ABSTRACT HÉNON HEILES HAMILTONIAN CHAOS IN D MODELING CHAOS & COMPLEXITY 008 YOUVAL DAR PHYSICS DAR@PHYSICS.UCDAVIS.EDU Chaos in two degrees of freedom, demonstrated b using the Hénon Heiles Hamiltonian

More information

NONLINEAR DYNAMICS AND CHAOS. Numerical integration. Stability analysis

NONLINEAR DYNAMICS AND CHAOS. Numerical integration. Stability analysis LECTURE 3: FLOWS NONLINEAR DYNAMICS AND CHAOS Patrick E McSharr Sstems Analsis, Modelling & Prediction Group www.eng.o.ac.uk/samp patrick@mcsharr.net Tel: +44 83 74 Numerical integration Stabilit analsis

More information

Fractal dimension of the controlled Julia sets of the output duopoly competing evolution model

Fractal dimension of the controlled Julia sets of the output duopoly competing evolution model Available online at www.isr-publications.com/jmcs J. Math. Computer Sci. 1 (1) 1 71 Research Article Fractal dimension of the controlled Julia sets of the output duopol competing evolution model Zhaoqing

More information

Research Article Chaos and Control of Game Model Based on Heterogeneous Expectations in Electric Power Triopoly

Research Article Chaos and Control of Game Model Based on Heterogeneous Expectations in Electric Power Triopoly Discrete Dnamics in Nature and Societ Volume 29, Article ID 469564, 8 pages doi:.55/29/469564 Research Article Chaos and Control of Game Model Based on Heterogeneous Epectations in Electric Power Triopol

More information

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY 4. Newton s Method 99 4. Newton s Method HISTORICAL BIOGRAPHY Niels Henrik Abel (18 189) One of the basic problems of mathematics is solving equations. Using the quadratic root formula, we know how to

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

Research Article Chaotic Attractor Generation via a Simple Linear Time-Varying System

Research Article Chaotic Attractor Generation via a Simple Linear Time-Varying System Discrete Dnamics in Nature and Societ Volume, Article ID 836, 8 pages doi:.//836 Research Article Chaotic Attractor Generation via a Simple Linear Time-Varing Sstem Baiu Ou and Desheng Liu Department of

More information

Dynamics of multiple pendula without gravity

Dynamics of multiple pendula without gravity Chaotic Modeling and Simulation (CMSIM) 1: 57 67, 014 Dnamics of multiple pendula without gravit Wojciech Szumiński Institute of Phsics, Universit of Zielona Góra, Poland (E-mail: uz88szuminski@gmail.com)

More information

Methods of Solving Ordinary Differential Equations (Online)

Methods of Solving Ordinary Differential Equations (Online) 7in 0in Felder c0_online.te V3 - Januar, 05 0:5 A.M. Page CHAPTER 0 Methods of Solving Ordinar Differential Equations (Online) 0.3 Phase Portraits Just as a slope field (Section.4) gives us a wa to visualize

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

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

UC San Francisco UC San Francisco Previously Published Works

UC San Francisco UC San Francisco Previously Published Works UC San Francisco UC San Francisco Previousl Published Works Title Radiative Corrections and Quantum Chaos. Permalink https://escholarship.org/uc/item/4jk9mg Journal PHYSICAL REVIEW LETTERS, 77(3) ISSN

More information

Application 6.5B Period Doubling and Chaos in Mechanical Systems

Application 6.5B Period Doubling and Chaos in Mechanical Systems Application 6.5B Period Doubling and Chaos in Mechanical Systems The first objective of this section is the application of the DE plotting techniques of the Section 6. and 6.4 applications to the investigation

More information

Time-Frequency Analysis: Fourier Transforms and Wavelets

Time-Frequency Analysis: Fourier Transforms and Wavelets Chapter 4 Time-Frequenc Analsis: Fourier Transforms and Wavelets 4. Basics of Fourier Series 4.. Introduction Joseph Fourier (768-83) who gave his name to Fourier series, was not the first to use Fourier

More information

Research Article A New Four-Scroll Chaotic Attractor Consisted of Two-Scroll Transient Chaotic and Two-Scroll Ultimate Chaotic

Research Article A New Four-Scroll Chaotic Attractor Consisted of Two-Scroll Transient Chaotic and Two-Scroll Ultimate Chaotic Mathematical Problems in Engineering Volume, Article ID 88, pages doi:.//88 Research Article A New Four-Scroll Chaotic Attractor Consisted of Two-Scroll Transient Chaotic and Two-Scroll Ultimate Chaotic

More information

Dynamical Properties of the Hénon Mapping

Dynamical Properties of the Hénon Mapping Int. Journal of Math. Analsis, Vol. 6, 0, no. 49, 49-430 Dnamical Properties of the Hénon Mapping Wadia Faid Hassan Al-Shameri Department of Mathematics, Facult of Applied Science Thamar Universit, Yemen

More information

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents Unit NOTES Honors Common Core Math Da : Properties of Eponents Warm-Up: Before we begin toda s lesson, how much do ou remember about eponents? Use epanded form to write the rules for the eponents. OBJECTIVE

More information

Fractal Geometry Time Escape Algorithms and Fractal Dimension

Fractal Geometry Time Escape Algorithms and Fractal Dimension NAVY Research Group Department of Computer Science Faculty of Electrical Engineering and Computer Science VŠB- TUO 17. listopadu 15 708 33 Ostrava- Poruba Czech Republic Basics of Modern Computer Science

More information

Chemistry 141 Laboratory Lab Lecture Notes for Kinetics Lab Dr Abrash

Chemistry 141 Laboratory Lab Lecture Notes for Kinetics Lab Dr Abrash Q: What is Kinetics? Chemistr 141 Laborator Lab Lecture Notes for Kinetics Lab Dr Abrash Kinetics is the stud of rates of reaction, i.e., the stud of the factors that control how quickl a reaction occurs.

More information

is on the graph of y = f 1 (x).

is on the graph of y = f 1 (x). Objective 2 Inverse Functions Illustrate the idea of inverse functions. f() = 2 + f() = Two one-to-one functions are inverses of each other if (f g)() = of g, and (g f)() = for all in the domain of f.

More information

x y plane is the plane in which the stresses act, yy xy xy Figure 3.5.1: non-zero stress components acting in the x y plane

x y plane is the plane in which the stresses act, yy xy xy Figure 3.5.1: non-zero stress components acting in the x y plane 3.5 Plane Stress This section is concerned with a special two-dimensional state of stress called plane stress. It is important for two reasons: () it arises in real components (particularl in thin components

More information

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator,

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator, GRADE PRE-CALCULUS UNIT C: QUADRATIC FUNCTIONS CLASS NOTES FRAME. After linear functions, = m + b, and their graph the Quadratic Functions are the net most important equation or function. The Quadratic

More information

Lab 5 Forces Part 1. Physics 211 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces.

Lab 5 Forces Part 1. Physics 211 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces. b Lab 5 Forces Part 1 Phsics 211 Lab Introduction This is the first week of a two part lab that deals with forces and related concepts. A force is a push or a pull on an object that can be caused b a variet

More information

10 Back to planar nonlinear systems

10 Back to planar nonlinear systems 10 Back to planar nonlinear sstems 10.1 Near the equilibria Recall that I started talking about the Lotka Volterra model as a motivation to stud sstems of two first order autonomous equations of the form

More information

Control Schemes to Reduce Risk of Extinction in the Lotka-Volterra Predator-Prey Model

Control Schemes to Reduce Risk of Extinction in the Lotka-Volterra Predator-Prey Model Journal of Applied Mathematics and Phsics, 2014, 2, 644-652 Published Online June 2014 in SciRes. http://www.scirp.org/journal/jamp http://d.doi.org/10.4236/jamp.2014.27071 Control Schemes to Reduce Risk

More information

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II LESSON #4 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART COMMON CORE ALGEBRA II You will recall from unit 1 that in order to find the inverse of a function, ou must switch and and solve for. Also,

More information

Solutions to Two Interesting Problems

Solutions to Two Interesting Problems Solutions to Two Interesting Problems Save the Lemming On each square of an n n chessboard is an arrow pointing to one of its eight neighbors (or off the board, if it s an edge square). However, arrows

More information

METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS. Keçiören, Ankara 06010, Turkey.

METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS. Keçiören, Ankara 06010, Turkey. Mathematical and Computational Applications, Vol. 16, No. 4, pp. 784-796, 2011. Association for Scientific Research METHODS IN Mathematica FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS Ünal Göktaş 1 and

More information

Time-Frequency Analysis: Fourier Transforms and Wavelets

Time-Frequency Analysis: Fourier Transforms and Wavelets Chapter 4 Time-Frequenc Analsis: Fourier Transforms and Wavelets 4. Basics of Fourier Series 4.. Introduction Joseph Fourier (768-83) who gave his name to Fourier series, was not the first to use Fourier

More information

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

Strain Transformation and Rosette Gage Theory

Strain Transformation and Rosette Gage Theory Strain Transformation and Rosette Gage Theor It is often desired to measure the full state of strain on the surface of a part, that is to measure not onl the two etensional strains, and, but also the shear

More information

Affine transformations

Affine transformations Reading Required: Affine transformations Brian Curless CSE 557 Fall 2009 Shirle, Sec. 2.4, 2.7 Shirle, Ch. 5.-5.3 Shirle, Ch. 6 Further reading: Fole, et al, Chapter 5.-5.5. David F. Rogers and J. Alan

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

Reading. 4. Affine transformations. Required: Watt, Section 1.1. Further reading:

Reading. 4. Affine transformations. Required: Watt, Section 1.1. Further reading: Reading Required: Watt, Section.. Further reading: 4. Affine transformations Fole, et al, Chapter 5.-5.5. David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, 2 nd Ed., McGraw-Hill,

More information

0 as an eigenvalue. degenerate

0 as an eigenvalue. degenerate Math 1 Topics since the third exam Chapter 9: Non-linear Sstems of equations x1: Tpical Phase Portraits The structure of the solutions to a linear, constant coefficient, sstem of differential equations

More information

Affine transformations

Affine transformations Reading Optional reading: Affine transformations Brian Curless CSE 557 Autumn 207 Angel and Shreiner: 3., 3.7-3. Marschner and Shirle: 2.3, 2.4.-2.4.4, 6..-6..4, 6.2., 6.3 Further reading: Angel, the rest

More information

Affine transformations. Brian Curless CSE 557 Fall 2014

Affine transformations. Brian Curless CSE 557 Fall 2014 Affine transformations Brian Curless CSE 557 Fall 2014 1 Reading Required: Shirle, Sec. 2.4, 2.7 Shirle, Ch. 5.1-5.3 Shirle, Ch. 6 Further reading: Fole, et al, Chapter 5.1-5.5. David F. Rogers and J.

More information

Review Topics for MATH 1400 Elements of Calculus Table of Contents

Review Topics for MATH 1400 Elements of Calculus Table of Contents Math 1400 - Mano Table of Contents - Review - page 1 of 2 Review Topics for MATH 1400 Elements of Calculus Table of Contents MATH 1400 Elements of Calculus is one of the Marquette Core Courses for Mathematical

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

A NEW CHAOTIC ATTRACTOR FROM 2D DISCRETE MAPPING VIA BORDER-COLLISION PERIOD-DOUBLING SCENARIO

A NEW CHAOTIC ATTRACTOR FROM 2D DISCRETE MAPPING VIA BORDER-COLLISION PERIOD-DOUBLING SCENARIO A NEW CHAOTIC ATTRACTOR FROM D DISCRETE MAPPING VIA BORDER-COLLISION PERIOD-DOUBLING SCENARIO ZERAOULIA ELHADJ Received 1 April 5 The following map is studied: (, ) (1 + a( )+,b). It is proved numericall

More information

(MTH5109) GEOMETRY II: KNOTS AND SURFACES LECTURE NOTES. 1. Introduction to Curves and Surfaces

(MTH5109) GEOMETRY II: KNOTS AND SURFACES LECTURE NOTES. 1. Introduction to Curves and Surfaces (MTH509) GEOMETRY II: KNOTS AND SURFACES LECTURE NOTES DR. ARICK SHAO. Introduction to Curves and Surfaces In this module, we are interested in studing the geometr of objects. According to our favourite

More information

BACKWARD FOKKER-PLANCK EQUATION FOR DETERMINATION OF MODEL PREDICTABILITY WITH UNCERTAIN INITIAL ERRORS

BACKWARD FOKKER-PLANCK EQUATION FOR DETERMINATION OF MODEL PREDICTABILITY WITH UNCERTAIN INITIAL ERRORS BACKWARD FOKKER-PLANCK EQUATION FOR DETERMINATION OF MODEL PREDICTABILITY WITH UNCERTAIN INITIAL ERRORS. INTRODUCTION It is widel recognized that uncertaint in atmospheric and oceanic models can be traced

More information

Introduction to Differential Equations. National Chiao Tung University Chun-Jen Tsai 9/14/2011

Introduction to Differential Equations. National Chiao Tung University Chun-Jen Tsai 9/14/2011 Introduction to Differential Equations National Chiao Tung Universit Chun-Jen Tsai 9/14/011 Differential Equations Definition: An equation containing the derivatives of one or more dependent variables,

More information

Take a line segment of length one unit and divide it into N equal old length. Take a square (dimension 2) of area one square unit and divide

Take a line segment of length one unit and divide it into N equal old length. Take a square (dimension 2) of area one square unit and divide Fractal Geometr A Fractal is a geometric object whose dimension is fractional Most fractals are self similar, that is when an small part of a fractal is magnified the result resembles the original fractal

More information

12.3 Properties of Logarithms

12.3 Properties of Logarithms 12.3 Properties of Logarithms The Product Rule Let b, and N be positive real numbers with b 1. N = + N The logarithm of a product is the sum of the logarithms of the factors. Eample 1: Use the product

More information

Triple Integrals. y x

Triple Integrals. y x Triple Integrals. (a) If is an solid (in space), what does the triple integral dv represent? Wh? (b) Suppose the shape of a solid object is described b the solid, and f(,, ) gives the densit of the object

More information

is on the graph of y = f 1 (x).

is on the graph of y = f 1 (x). Objective 2 Inverse Functions Illustrate the idea of inverse functions. f() = 2 + f() = Two one-to-one functions are inverses of each other if (f g)() = of g, and (g f)() = for all in the domain of f.

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations The Cartesian Coordinate Sstem- Pictures of Equations Concepts: The Cartesian Coordinate Sstem Graphs of Equations in Two Variables -intercepts and -intercepts Distance in Two Dimensions and the Pthagorean

More information

( ) ( ) ( )( ) Algebra II Semester 2 Practice Exam A DRAFT. = x. Which expression is equivalent to. 1. Find the solution set of. f g x? B.

( ) ( ) ( )( ) Algebra II Semester 2 Practice Exam A DRAFT. = x. Which expression is equivalent to. 1. Find the solution set of. f g x? B. Algebra II Semester Practice Eam A. Find the solution set of 5 5 +, 9 9 +, 5 5 +, =.. Let f ( ) = and g( ) =. Which epression is equivalent to f g? ( ) ( ) + ( ) 9 9 +, 5. If h( ) = 0 and j( ) h( ) + j

More information

( 7, 3) means x = 7 and y = 3. ( 7, 3) works in both equations so. Section 5 1: Solving a System of Linear Equations by Graphing

( 7, 3) means x = 7 and y = 3. ( 7, 3) works in both equations so. Section 5 1: Solving a System of Linear Equations by Graphing Section 5 : Solving a Sstem of Linear Equations b Graphing What is a sstem of Linear Equations? A sstem of linear equations is a list of two or more linear equations that each represents the graph of a

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

CONTINUOUS SPATIAL DATA ANALYSIS

CONTINUOUS SPATIAL DATA ANALYSIS CONTINUOUS SPATIAL DATA ANALSIS 1. Overview of Spatial Stochastic Processes The ke difference between continuous spatial data and point patterns is that there is now assumed to be a meaningful value, s

More information

c) Words: The cost of a taxicab is $2.00 for the first 1/4 of a mile and $1.00 for each additional 1/8 of a mile.

c) Words: The cost of a taxicab is $2.00 for the first 1/4 of a mile and $1.00 for each additional 1/8 of a mile. Functions Definition: A function f, defined from a set A to a set B, is a rule that associates with each element of the set A one, and onl one, element of the set B. Eamples: a) Graphs: b) Tables: 0 50

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

8.7 Systems of Non-Linear Equations and Inequalities

8.7 Systems of Non-Linear Equations and Inequalities 8.7 Sstems of Non-Linear Equations and Inequalities 67 8.7 Sstems of Non-Linear Equations and Inequalities In this section, we stud sstems of non-linear equations and inequalities. Unlike the sstems of

More information

8.1 Exponents and Roots

8.1 Exponents and Roots Section 8. Eponents and Roots 75 8. Eponents and Roots Before defining the net famil of functions, the eponential functions, we will need to discuss eponent notation in detail. As we shall see, eponents

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

Tangent Lines. Limits 1

Tangent Lines. Limits 1 Limits Tangent Lines The concept of the tangent line to a circle dates back at least to the earl das of Greek geometr, that is, at least 5 ears. The tangent line to a circle with centre O at a point A

More information

Second-Order Linear Differential Equations C 2

Second-Order Linear Differential Equations C 2 C8 APPENDIX C Additional Topics in Differential Equations APPENDIX C. Second-Order Homogeneous Linear Equations Second-Order Linear Differential Equations Higher-Order Linear Differential Equations Application

More information

16.5. Maclaurin and Taylor Series. Introduction. Prerequisites. Learning Outcomes

16.5. Maclaurin and Taylor Series. Introduction. Prerequisites. Learning Outcomes Maclaurin and Talor Series 6.5 Introduction In this Section we eamine how functions ma be epressed in terms of power series. This is an etremel useful wa of epressing a function since (as we shall see)

More information

6.4 graphs OF logarithmic FUnCTIOnS

6.4 graphs OF logarithmic FUnCTIOnS SECTION 6. graphs of logarithmic functions 9 9 learning ObjeCTIveS In this section, ou will: Identif the domain of a logarithmic function. Graph logarithmic functions. 6. graphs OF logarithmic FUnCTIOnS

More information

Polynomial approximation and Splines

Polynomial approximation and Splines Polnomial approimation and Splines 1. Weierstrass approimation theorem The basic question we ll look at toda is how to approimate a complicated function f() with a simpler function P () f() P () for eample,

More information

Overview. IAML: Linear Regression. Examples of regression problems. The Regression Problem

Overview. IAML: Linear Regression. Examples of regression problems. The Regression Problem 3 / 38 Overview 4 / 38 IAML: Linear Regression Nigel Goddard School of Informatics Semester The linear model Fitting the linear model to data Probabilistic interpretation of the error function Eamples

More information

2 Ordinary Differential Equations: Initial Value Problems

2 Ordinary Differential Equations: Initial Value Problems Ordinar Differential Equations: Initial Value Problems Read sections 9., (9. for information), 9.3, 9.3., 9.3. (up to p. 396), 9.3.6. Review questions 9.3, 9.4, 9.8, 9.9, 9.4 9.6.. Two Examples.. Foxes

More information

Chapter 8 Notes SN AA U2C8

Chapter 8 Notes SN AA U2C8 Chapter 8 Notes SN AA U2C8 Name Period Section 8-: Eploring Eponential Models Section 8-2: Properties of Eponential Functions In Chapter 7, we used properties of eponents to determine roots and some of

More information

Figure 1: three bodies orbiting each other

Figure 1: three bodies orbiting each other PHAS2443 Practical Mathematics II Orbiting Bodies: The Dance of the Stars Introduction When one thinks of planetary motion a similar image of our solar system comes up where one massive body is being orbited

More information

1.2 Functions and Their Properties PreCalculus

1.2 Functions and Their Properties PreCalculus 1. Functions and Their Properties PreCalculus 1. FUNCTIONS AND THEIR PROPERTIES Learning Targets for 1. 1. Determine whether a set of numbers or a graph is a function. Find the domain of a function given

More information

Some linear transformations on R 2 Math 130 Linear Algebra D Joyce, Fall 2013

Some linear transformations on R 2 Math 130 Linear Algebra D Joyce, Fall 2013 Some linear transformations on R 2 Math 3 Linear Algebra D Joce, Fall 23 Let s look at some some linear transformations on the plane R 2. We ll look at several kinds of operators on R 2 including reflections,

More information

N coupled oscillators

N coupled oscillators Waves 1 1 Waves 1 1. N coupled oscillators towards the continuous limit. Stretched string and the wave equation 3. The d Alembert solution 4. Sinusoidal waves, wave characteristics and notation T 1 T N

More information

Section 2: Wave Functions and Probability Solutions

Section 2: Wave Functions and Probability Solutions Phsics 43a: Quantum Mechanics I Section : Wave Functions and Probabilit Solutions Spring 5, Harvard Here is a summar of the most important points from the second week with a few of m own tidbits), relevant

More information

Chapter 2 Chaos theory and its relationship to complexity

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

More information

Coordinate geometry. + bx + c. Vertical asymptote. Sketch graphs of hyperbolas (including asymptotic behaviour) from the general

Coordinate geometry. + bx + c. Vertical asymptote. Sketch graphs of hyperbolas (including asymptotic behaviour) from the general A Sketch graphs of = a m b n c where m = or and n = or B Reciprocal graphs C Graphs of circles and ellipses D Graphs of hperbolas E Partial fractions F Sketch graphs using partial fractions Coordinate

More information

Functions and Graphs TERMINOLOGY

Functions and Graphs TERMINOLOGY 5 Functions and Graphs TERMINOLOGY Arc of a curve: Part or a section of a curve between two points Asmptote: A line towards which a curve approaches but never touches Cartesian coordinates: Named after

More information

Linear Equations and Arithmetic Sequences

Linear Equations and Arithmetic Sequences CONDENSED LESSON.1 Linear Equations and Arithmetic Sequences In this lesson, ou Write eplicit formulas for arithmetic sequences Write linear equations in intercept form You learned about recursive formulas

More information

Math 181/281. Rumbos Spring 2011 Page 1. Solutions to Assignment #5. Hence, the dynamical system, θ(t, p, q), for (t, p, q) R 3 corresponding = F.

Math 181/281. Rumbos Spring 2011 Page 1. Solutions to Assignment #5. Hence, the dynamical system, θ(t, p, q), for (t, p, q) R 3 corresponding = F. Math 181/281. Rumbos Spring 2011 Page 1 Solutions to Assignment #5 1. For real numbers a and b with a 2 + b 2 = 0, let F : R 2 R 2 be given b ( ) ( ) ( ) x ax b x F =, for all R 2. (1) bx + a (a) Explain

More information

Math Notes on sections 7.8,9.1, and 9.3. Derivation of a solution in the repeated roots case: 3 4 A = 1 1. x =e t : + e t w 2.

Math Notes on sections 7.8,9.1, and 9.3. Derivation of a solution in the repeated roots case: 3 4 A = 1 1. x =e t : + e t w 2. Math 7 Notes on sections 7.8,9., and 9.3. Derivation of a solution in the repeated roots case We consider the eample = A where 3 4 A = The onl eigenvalue is = ; and there is onl one linearl independent

More information

Fragment Orbitals for Transition Metal Complexes

Fragment Orbitals for Transition Metal Complexes Fragment Orbitals for Transition Metal Complees Introduction so far we have concentrated on the MO diagrams for main group elements, and the first 4 lectures will link into our Main Group chemistr course

More information

Lines and Planes 1. x(t) = at + b y(t) = ct + d

Lines and Planes 1. x(t) = at + b y(t) = ct + d 1 Lines in the Plane Lines and Planes 1 Ever line of points L in R 2 can be epressed as the solution set for an equation of the form A + B = C. Will we call this the ABC form. Recall that the slope-intercept

More information

Math Review Packet #5 Algebra II (Part 2) Notes

Math Review Packet #5 Algebra II (Part 2) Notes SCIE 0, Spring 0 Miller Math Review Packet #5 Algebra II (Part ) Notes Quadratic Functions (cont.) So far, we have onl looked at quadratic functions in which the term is squared. A more general form of

More information

INTRODUCTION TO DIFFERENTIAL EQUATIONS

INTRODUCTION TO DIFFERENTIAL EQUATIONS INTRODUCTION TO DIFFERENTIAL EQUATIONS. Definitions and Terminolog. Initial-Value Problems.3 Differential Equations as Mathematical Models CHAPTER IN REVIEW The words differential and equations certainl

More information

Amplitude-phase control of a novel chaotic attractor

Amplitude-phase control of a novel chaotic attractor Turkish Journal of Electrical Engineering & Computer Sciences http:// journals. tubitak. gov. tr/ elektrik/ Research Article Turk J Elec Eng & Comp Sci (216) 24: 1 11 c TÜBİTAK doi:1.396/elk-131-55 Amplitude-phase

More information

67. (a) Use a computer algebra system to find the partial fraction CAS. 68. (a) Find the partial fraction decomposition of the function CAS

67. (a) Use a computer algebra system to find the partial fraction CAS. 68. (a) Find the partial fraction decomposition of the function CAS SECTION 7.5 STRATEGY FOR INTEGRATION 483 6. 2 sin 2 2 cos CAS 67. (a) Use a computer algebra sstem to find the partial fraction decomposition of the function 62 63 Find the area of the region under the

More information

arxiv: v1 [nlin.cd] 30 Nov 2014

arxiv: v1 [nlin.cd] 30 Nov 2014 International Journal of Bifurcation and Chaos c World Scientific Publishing Compan SIMPLE SCENARIOS OF ONSET OF CHAOS IN THREE-DIMENSIONAL MAPS arxiv:1412.0293v1 [nlin.cd] 30 Nov 2014 ALEXANDER GONCHENKO

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of work b Horia Varlan;

More information

Math 121. Practice Problems from Chapter 4 Fall 2016

Math 121. Practice Problems from Chapter 4 Fall 2016 Math 11. Practice Problems from Chapter Fall 01 Section 1. Inverse Functions 1. Graph an inverse function using the graph of the original function. For practice see Eercises 1,.. Use information about

More information

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force Phsics 360 Notes on Griffths - pluses and minuses No tetbook is perfect, and Griffithsisnoeception. Themajorplusisthat it is prett readable. For minuses, see below. Much of what G sas about the del operator

More information

Lab 5 Forces Part 1. Physics 225 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces.

Lab 5 Forces Part 1. Physics 225 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces. b Lab 5 orces Part 1 Introduction his is the first week of a two part lab that deals with forces and related concepts. A force is a push or a pull on an object that can be caused b a variet of reasons.

More information

STRAND: GRAPHS Unit 5 Growth and Decay

STRAND: GRAPHS Unit 5 Growth and Decay CMM Subject Support Strand: GRAPHS Unit 5 Growth and Deca: Tet STRAND: GRAPHS Unit 5 Growth and Deca TEXT Contents Section 5. Modelling Population 5. Models of Growth and Deca 5. Carbon Dating 5.4 Rate

More information

520 Chapter 9. Nonlinear Differential Equations and Stability. dt =

520 Chapter 9. Nonlinear Differential Equations and Stability. dt = 5 Chapter 9. Nonlinear Differential Equations and Stabilit dt L dθ. g cos θ cos α Wh was the negative square root chosen in the last equation? (b) If T is the natural period of oscillation, derive 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

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

8.4. If we let x denote the number of gallons pumped, then the price y in dollars can $ $1.70 $ $1.70 $ $1.70 $ $1.

8.4. If we let x denote the number of gallons pumped, then the price y in dollars can $ $1.70 $ $1.70 $ $1.70 $ $1. 8.4 An Introduction to Functions: Linear Functions, Applications, and Models We often describe one quantit in terms of another; for eample, the growth of a plant is related to the amount of light it receives,

More information

Ordinary Differential Equations

Ordinary Differential Equations Instructor: José Antonio Agapito Ruiz UCSC Summer Session II, 00 Math Ordinar Differential Equations Final Solution This report does not contain full answers to all questions of the final. Instead, ou

More information

Wave Phenomena Physics 15c

Wave Phenomena Physics 15c Wave Phenomena Phsics 15c Lecture 13 Multi-Dimensional Waves (H&L Chapter 7) Term Paper Topics! Have ou found a topic for the paper?! 2/3 of the class have, or have scheduled a meeting with me! If ou haven

More information

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

Vocabulary. Term Page Definition Clarifying Example degree of a monomial. degree of a polynomial. end behavior. leading coefficient.

Vocabulary. Term Page Definition Clarifying Example degree of a monomial. degree of a polynomial. end behavior. leading coefficient. CHAPTER 6 Vocabular The table contains important vocabular terms from Chapter 6. As ou work through the chapter, fill in the page number, definition, and a clarifing eample. Term Page Definition Clarifing

More information

Unit 3: Relations and Functions

Unit 3: Relations and Functions Unit 3: Relations and Functions 5-1: Binar Relations Binar Relation: - a set ordered pairs (coordinates) that include two variables (elements). (, ) = horizontal = vertical Domain: - all the -values (first

More information

3.3 Logarithmic Functions and Their Graphs

3.3 Logarithmic Functions and Their Graphs 274 CHAPTER 3 Eponential, Logistic, and Logarithmic Functions What ou ll learn about Inverses of Eponential Functions Common Logarithms Base 0 Natural Logarithms Base e Graphs of Logarithmic Functions

More information

NST1A: Mathematics II (Course A) End of Course Summary, Lent 2011

NST1A: Mathematics II (Course A) End of Course Summary, Lent 2011 General notes Proofs NT1A: Mathematics II (Course A) End of Course ummar, Lent 011 tuart Dalziel (011) s.dalziel@damtp.cam.ac.uk This course is not about proofs, but rather about using different techniques.

More information

In order to take a closer look at what I m talking about, grab a sheet of graph paper and graph: y = x 2 We ll come back to that graph in a minute.

In order to take a closer look at what I m talking about, grab a sheet of graph paper and graph: y = x 2 We ll come back to that graph in a minute. Module 7: Conics Lesson Notes Part : Parabolas Parabola- The parabola is the net conic section we ll eamine. We talked about parabolas a little bit in our section on quadratics. Here, we eamine them more

More information