1 14a. 1 14a is always a repellor, according to the derivative criterion.

Size: px
Start display at page:

Download "1 14a. 1 14a is always a repellor, according to the derivative criterion."

Transcription

1 In[3]:= f Functionx, x^ a; Solvex fx, x Out[4]= x 4a, x 4a So the fixed points are x 4a and x 4a. f'x x f' 4a 4a f' 4a 4a Since f ' 4a 4a is always greater than (due to the fact that 4a 0 when a0), we have that the second fixed point x 4a is always a repellor, according to the derivative criterion. Now lets study the first fixed point. The derivative critetion states that it will be an attractor for those values of a such that 4a and the convergence will be monotonic when 4a 0. Reduce Abs 4a, a, Reals Reduce 0 4a, a, Reals 4 a a 0 So, according to the derivative criterion, the first fixed point x 4a is an attractor when a 3 and the convergence is always oscillatory (since the derivative 4a is nega- 4

2 SolucionEjercicioExamen.nb 4 tive when a0). Now lets study the case a 3 4 by drawing some high iterates of the function. In[5]:= a 3 4; 4a Out[6]= When a 3 4, we have that the fixed point is x, so we plot the iterates of f in an interval including this value. In[7]:= PlotNestf, x, 0, Nestf, x,, Nestf, x,, Nestf, x, 3, x,,, PlotRange, Out[7]= We see that is an attractor (since the orbits of points at both sides of - converge to -) with oscilatory convergence Now we set a. The fixed points are: a ; 4a 4a

3 SolucionEjercicioExamen.nb 3 Plotx, fx, Nestf, x,, Nestf, x, 3, Nestf, x, 4, Nestf, x, 0, x,,, PlotRange,, AspectRatio Automatic The fixed points are those where the graph of f meets the diagonal. We see that the attraction basin of the first fixed point x is x, x. It is important to observe that the figure is simetric a.; In order to see the behavior of the orbit in the long run, it is better not to plot the first iterations, so we start with the 50th one.

4 4 SolucionEjercicioExamen.nb Clearf, x; f Functionx, x^.; StartingValue ; FirstIt 50; LastIt 00; xmin ; xmax ; i 0; y NStartingValue; Whilei FirstIt, y fy; i i; DataTable y, y, y, fy; Whilei LastIt, y fy; AppendToDataTable, y, y; AppendToDataTable, y, fy; i i; AppendToDataTable, fy, fy; Cobweb ListPlotDataTable, Joined True, PlotRange xmin, xmax, xmin, xmax, AspectRatio, PlotStyle GrayLevel.3, DisplayFunction Identity; Graf Plotfx, x, x, xmin, xmax, PlotRange xmin, xmax, AspectRatio, DisplayFunction Identity; ShowCobweb, Graf We see that the orbit stabilizes oscillating between two points (a double point). We can also plot the orbit (although it is not asked):

5 SolucionEjercicioExamen.nb 5 ListPlotNestListf,, 30, Joined True, DataRange 0, Lets plot the bifurcation diagram for.3 a and initial value 0.6. Clearf, a, data, U; firstit 500; First value of t to be plotted iterates 500; Number of iterations to be calculated after firstit p0 0.6; amin.3; amax ; asteps 000; f Functionx, x^a; data ; Do a amin amaxamin asteps Initial value Minimum value for the parameter Maximum vale for the parameter Number of points evaluated between amin and amax d; U UnionDropNestListf, p0, firstit iterates, firstit; data Joindata, Tablea, Ui, i,, LengthU, d, 0, asteps ; ListPlotdata, PlotRange amin, amax,,, PlotStyle PointSize.00, AxesOrigin amin, We see clearly that there is a 5-fold window between.6 and.65, so we make a zoom.

6 6 SolucionEjercicioExamen.nb Clearf, a, data, U; firstit 500; First value of t to be plotted iterates 500; Number of iterations to be calculated after firstit p0 0.6; amin.6; amax.65; asteps 000; f Functionx, x^a; data ; Do a amin amaxamin asteps Initial value Minimum value for the parameter Maximum vale for the parameter Number of points evaluated between amin and amax d; U UnionDropNestListf, p0, firstit iterates, firstit; data Joindata, Tablea, Ui, i,, LengthU, d, 0, asteps ; ListPlotdata, PlotRange amin, amax,,, PlotStyle PointSize.00, AxesOrigin amin, We choose for example the value a.65 and we verify that this value actually provides a 5-fold orbit.

7 SolucionEjercicioExamen.nb 7 a.65; f Functionx, x^a; ListPlotNestListf, 0.6, 00, PlotRange, We can calculate the 5 limit points by printing many terms of the orbit (for example by evaluating NestList[f,0.6,00]). Since we dont need to see the first terms, we can calculate for example the 00th term and print its orbit. Nestf, 0.6, 00 NestListf,, ,.749, ,.6497,.055, 9376,.749, ,.6497,.055, 9376,.749, ,.6497,.055, 9376 We see the five values repeating. We can also try to find this attracting 5-fold point by calculating the fixed points of f 5, but in this case this points are difficult to identify since f 5 has 0 fixed points and some of them are very close to each other. SolveNestf, x, 5 x, x, Reals x.6497, x.6304, x.749, x.575, x , x , x 9376, x , x , x.0095, x.055, x.8693

Exercise 4 (unit 2): a =1.5; b =0.1; f = H1+aLx bx^2d; x, 8D, 8x, 0, 30<, PlotRange 810, 18<D. "D.

Exercise 4 (unit 2): a =1.5; b =0.1; f = H1+aLx bx^2d; x, 8D, 8x, 0, 30<, PlotRange 810, 18<D. D. Exercise 4 (unit 2): 4. Consider the function fhxl of Exercise 3 for a=1.5 and b=0.1. Plot the eigth iterate of f. Which is the attracting fixed point of f? What can you guess about its attraction basin?

More information

f[x_, μ_] := 4. μ... Nest[f[#,...] &,...,...] Plot[{x, f[...]}, {x, 0, 1}, AspectRatio Equal]

f[x_, μ_] := 4. μ... Nest[f[#,...] &,...,...] Plot[{x, f[...]}, {x, 0, 1}, AspectRatio Equal] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 In this exercise, we use renormalization-group and scaling methods to study the onset of chaos. There are several routes by which a dynamical system can start exhibiting chaotic

More information

Solve::ifun: Inverse functions are being used by Solve, so some solutions may not be found; use Reduce for complete solution information.

Solve::ifun: Inverse functions are being used by Solve, so some solutions may not be found; use Reduce for complete solution information. 1. A country had millions of inhabitants, and ten years later, it has grown to 33 millions of inhabitants. Assuming a continuous logistic growth, calculate the value of r for a carrying capacity K of 100

More information

Lecture3 The logistic family.

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

More information

Differentiation 1. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996.

Differentiation 1. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. Differentiation 1 The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. 1 Launch Mathematica. Type

More information

Lecture2 The implicit function theorem. Bifurcations.

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

More information

2 Problem Set 2 Graphical Analysis

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

More information

Epsilon-Delta Window Challenge Name Student Activity

Epsilon-Delta Window Challenge Name Student Activity Open the TI-Nspire document Epsilon-Delta.tns. In this activity, you will get to visualize what the formal definition of limit means in terms of a graphing window challenge. Informally, lim f( x) Lmeans

More information

Activity 8: Eigenvectors and Linear Transformations

Activity 8: Eigenvectors and Linear Transformations Activity 8: Eigenvectors and Linear Transformations MATH 20, Fall 2010 November 1, 2010 Names: In this activity, we will explore the effects of matrix diagonalization on the associated linear transformation.

More information

August 16, Alice in Stretch & SqueezeLand: 15 Knife Map. Chapter Summary-01. Overview-01. Overview-02. Rossler-01. Rossler-02.

August 16, Alice in Stretch & SqueezeLand: 15 Knife Map. Chapter Summary-01. Overview-01. Overview-02. Rossler-01. Rossler-02. Summary- Overview- Rossler- August 16, 22 Logistic Knife Abstract Summary- Overview- Rossler- Logistic What is the order of orbit creation in the Lorenz attractor? The attractor is created by a tearing

More information

Epsilon-Delta Window Challenge TEACHER NOTES MATH NSPIRED

Epsilon-Delta Window Challenge TEACHER NOTES MATH NSPIRED Math Objectives Students will interpret the formal definition (epsilon-delta) of limit in terms of graphing window dimensions. Students will use this interpretation to make judgments of whether a limit

More information

Ex. 3. Mathematica knows about all standard probability distributions. c) The probability is just the pdf integrated over the interval

Ex. 3. Mathematica knows about all standard probability distributions. c) The probability is just the pdf integrated over the interval Ex. 3 Mathematica knows about all standard probability distributions a) In[336]:= p.4; n 6; r 5; PDF BinomialDistribution n, p r BarChart Table PDF BinomialDistribution n, p, k, k,, n Out[339]=.36864.3.25.2

More information

Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1

Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1 Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1 Questions Example Differentiate the function y = ae v + b v + c v 2. Example Differentiate the function y = A + B x

More information

259 Lecture 27: Numerical Computation

259 Lecture 27: Numerical Computation 259 Lecture 27: Numerical Computation Note: To type a command in a Mathematica notebook, use the mouse to move the cursor until it is horizontal, click the left mouse button, and type the command. To enter

More information

IM3 Unit 1 TEST - Working with Linear Relations SEP 2015

IM3 Unit 1 TEST - Working with Linear Relations SEP 2015 Name: Date : IM 3 UNIT TEST Linear Functions Teacher: Mr. Santowski and Ms. Aschenbrenner Score: PART 1 - CALCULATOR ACTIVE QUESTIONS Maximum marks will be given for correct answers. Where an answer is

More information

Differentiation of Continuous Functions Central Difference Approximation of the First Derivative

Differentiation of Continuous Functions Central Difference Approximation of the First Derivative Differentiation of Continuous Functions Central Difference Approximation of the First Derivative Ana Catalina Torres, Autar Kaw University of South Florida United States of America kaw@eng.usf.edu Introduction

More information

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

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

More information

1 Wyner PreCalculus Fall 2013

1 Wyner PreCalculus Fall 2013 1 Wyner PreCalculus Fall 2013 CHAPTER ONE: FUNCTIONS AND THEIR GRAPHS Summary, Terms, and Objectives Most of calculus and precalculus is based on functions. A function is a process that takes one or more

More information

CHAPTER 2 FEIGENBAUM UNIVERSALITY IN 1-DIMENSIONAL NONLINEAR ALGEBRAIC MAPS

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

More information

Lesson 6 Practice Problems

Lesson 6 Practice Problems Name: Date: Lesson 6 Section 6.1: Writing Exponential Models 1. Complete the following table. Growth Rate as a % Growth Rate as a decimal Growth Factor 13% 0.13 1.13 21% 7% 0.20 0.05 1.25 1.075 2.03 2.

More information

Homework 2 solutions

Homework 2 solutions Homework 2 solutions Section 2.1: Ex 1,2,3,4,6,11; AP 1 (18 points; Ex 3, AP 1 graded, 4 pts each; 2 pts to try the others) 1. Determine if each function has a unique fixed point on the specified interval.

More information

3.2 Quadratic Equations by Graphing

3.2 Quadratic Equations by Graphing www.ck12.org Chapter 3. Quadratic Equations and Quadratic Functions 3.2 Quadratic Equations by Graphing Learning Objectives Identify the number of solutions of quadratic equations. Solve quadratic equations

More information

Practice Test Questions Multiple Choice Identify the choice that best completes the statement or answers the question.

Practice Test Questions Multiple Choice Identify the choice that best completes the statement or answers the question. Practice Test Questions Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which set of data is correct for this graph? 5 y 4 3 1 5 4 3 1 1 1 3 4 5 x 3 4

More information

Math 148. Polynomial Graphs

Math 148. Polynomial Graphs Math 148 Lab 1 Polynomial Graphs Due: Monday Wednesday, April April 10 5 Directions: Work out each problem on a separate sheet of paper, and write your answers on the answer sheet provided. Submit the

More information

Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations

Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations S. Y. Ha and J. Park Department of Mathematical Sciences Seoul National University Sep 23, 2013 Contents 1 Logistic Map 2 Euler and

More information

Discrete Dynamical Systems

Discrete Dynamical Systems Discrete Dynamical Systems Justin Allman Department of Mathematics UNC Chapel Hill 18 June 2011 What is a discrete dynamical system? Definition A Discrete Dynamical System is a mathematical way to describe

More information

The most important Mathematica functions for studying one dimensional maps are Nest, and

The most important Mathematica functions for studying one dimensional maps are Nest, and The Standad Map Based on a notebook by T. Timbelake (Bey College, GA). See also the aticle T.Timbelake, Am. J. Phys. 7 (8) Aug 4, available at http://facultyweb.bey.edu/ttimbelake/cc/ Mathematica basics

More information

Is the Hénon map chaotic

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

More information

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

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

More information

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

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

More information

December 18, 2017 Section W Nandyalam

December 18, 2017 Section W Nandyalam Mathematica Gift #11 Problem Complete the following 15 exercises in a Mathematica notebook. You should write the problem in a text cell and show your work below the question. Questions Question 1 Compute

More information

Practice Problems. 1. The age and weights of six cats are given in the following table:

Practice Problems. 1. The age and weights of six cats are given in the following table: 1. The age and weights of six cats are given in the following table: Age (in years) A Weight (in pounds) - W 3 2 5 4 17 15 7 10 12 10 1 1 a. Identify the input and output quantities and their associated

More information

( ) 0. Section 3.3 Graphs of Polynomial Functions. Chapter 3

( ) 0. Section 3.3 Graphs of Polynomial Functions. Chapter 3 76 Chapter 3 Section 3.3 Graphs of Polynomial Functions In the previous section we explored the short run behavior of quadratics, a special case of polynomials. In this section we will explore the short

More information

Mathematica for Calculus II (Version 9.0)

Mathematica for Calculus II (Version 9.0) Mathematica for Calculus II (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy December 31, 013 Contents 1. Introduction. Volumes of revolution 3. Solving systems of equations

More information

Lab 5: Nonlinear Systems

Lab 5: Nonlinear Systems Lab 5: Nonlinear Systems Goals In this lab you will use the pplane6 program to study two nonlinear systems by direct numerical simulation. The first model, from population biology, displays interesting

More information

( ) ( ) SECTION 1.1, Page ( x 3) 5 = 4( x 5) = 7. x = = = x x+ 0.12(4000 x) = 432

( ) ( ) SECTION 1.1, Page ( x 3) 5 = 4( x 5) = 7. x = = = x x+ 0.12(4000 x) = 432 CHAPTER Functions and Graphs SECTION., Page. x + x + x x x. x + x x x x x. ( x ) ( x ) x 6 x x x x x + x x 7. x + x + x + 6 8 x 8 6 x x. x x 6 x 6 x x x 8 x x 8 + x..x +..6.x. x 6 ( n + ) ( n ) n + n.

More information

ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY

ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY Name Partner(s) Section Date ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY Astronomers deal with very, very large distances, some incredible temperatures, and even really, really small wavelengths.

More information

Lesson 5 Practice Problems

Lesson 5 Practice Problems Name: Date: Lesson 5 Section 5.1: Linear Functions vs. Exponential Functions 1. Complete the table below. Function Linear or Exponential? Linear: Increasing or Decreasing? Exponential: Growth or Decay?

More information

Stability of critical points in Linear Systems of Ordinary Differential Equations (SODE)

Stability of critical points in Linear Systems of Ordinary Differential Equations (SODE) Stability of critical points in Linear Systems of Ordinary Differential Equations (SODE) In this chapter Mathematica will be used to study the stability of the critical points of twin equation linear SODE.

More information

A repeated root is a root that occurs more than once in a polynomial function.

A repeated root is a root that occurs more than once in a polynomial function. Unit 2A, Lesson 3.3 Finding Zeros Synthetic division, along with your knowledge of end behavior and turning points, can be used to identify the x-intercepts of a polynomial function. This information allows

More information

Discrete Time Coupled Logistic Equations with Symmetric Dispersal

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

More information

Solutions to homework Assignment #6 Math 119B UC Davis, Spring 2012

Solutions to homework Assignment #6 Math 119B UC Davis, Spring 2012 Problems 1. For each of the following maps acting on the interval [0, 1], sketch their graphs, find their fixed points and determine for each fixed point whether it is asymptotically stable (a.k.a. attracting),

More information

MINI LESSON. Lesson 2a Linear Functions and Applications

MINI LESSON. Lesson 2a Linear Functions and Applications MINI LESSON Lesson 2a Linear Functions and Applications Lesson Objectives: 1. Compute AVERAGE RATE OF CHANGE 2. Explain the meaning of AVERAGE RATE OF CHANGE as it relates to a given situation 3. Interpret

More information

Topic 9 Potential fields: Follow your potential

Topic 9 Potential fields: Follow your potential Topic 9 Potential fields: Follow your potential Path Planning B: Goal Find intermediate poses forming a path to the goal ) How can we find such paths? 2) Define pose and controls? Path on a graph: vertices

More information

Class 4: More Pendulum results

Class 4: More Pendulum results Class 4: More Pendulum results The pendulum is a mechanical problem with a long and interesting history, from Galileo s first ansatz that the period was independent of the amplitude based on watching priests

More information

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

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

More information

A population of fish is modeled by the logistic equation modified to account for harvesting: 4

A population of fish is modeled by the logistic equation modified to account for harvesting: 4 Partial solution key A population of fish is modeled by the logistic equation modified to account for harvesting: dddd dddd =.pp pp aa or equivalently dddd dddd = 6 pp + pp aa. What are the equilibrium

More information

A Poor Example of a Project - But Gives Some Direction

A Poor Example of a Project - But Gives Some Direction A Poor Example of a Project - But Gives Some Direction Bill Knowlton Materials Science & Engineering Electrical & Computer Engineering Boise State Unversity The idea behind this example is two-fold: 1.

More information

MSE 310/ECE 340. Instructor: Bill Knowlton. Initialize data Clear somedata, someplot. Place data in list somedata

MSE 310/ECE 340. Instructor: Bill Knowlton. Initialize data Clear somedata, someplot. Place data in list somedata MSE 3/ECE 340 Instructor: Bill Knowlton Examples of Plotting Functions ü Example 1: Using the command ListPlot[ ] to plot data in a scatter plot In[1]:= Initialize data Clear somedata someplot Place data

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

Notes on the Unicycle Puzzle (PoW 1248)

Notes on the Unicycle Puzzle (PoW 1248) Notes on the Unicycle Puzzle (PoW 248) Stan Wagon, wagon@macalester.edu, Sept. 207. The basic idea here is due to David Finn. Here are papers on the subject. D. Finn, Can a bicycle create a unicycle track,

More information

At right: Closeups of the graphs of. with WINDOW settings Xmin=-1, Xmax=1, Xscl=0.1, Ymin=-1, Ymax=1, Yscl=0.1

At right: Closeups of the graphs of. with WINDOW settings Xmin=-1, Xmax=1, Xscl=0.1, Ymin=-1, Ymax=1, Yscl=0.1 Know the graphs of f(x) = x n for n = odd, positive: 1, 3, 5, The Domain is All Real Numbers, (, ), or R. The Range is All Real Numbers, (, ), or R. It is an Odd function because f( x) = f(x). It is symmetric

More information

Chapter 3. Gumowski-Mira Map. 3.1 Introduction

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

More information

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

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

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

More information

PH 120 Project # 2: Pendulum and chaos

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

More information

The Intermediate Value Theorem If a function f (x) is continuous in the closed interval [ a,b] then [ ]

The Intermediate Value Theorem If a function f (x) is continuous in the closed interval [ a,b] then [ ] Lecture 2 5B Evaluating Limits Limits x ---> a The Intermediate Value Theorem If a function f (x) is continuous in the closed interval [ a,b] then [ ] the y values f (x) must take on every value on the

More information

ME 406 Bifurcations VII Subcritical Hopf Bifurcation

ME 406 Bifurcations VII Subcritical Hopf Bifurcation ME 406 Bifurcations VII Subcritical Hopf Bifurcation sysid Mathematica 4.1.2, DynPac 10.66, 3ê5ê2002 intreset; plotreset; 1. Introduction In this notebook, the seventh in a series of notebooks on bifurcations,

More information

Derivation of Euler's Method - Numerical Methods for Solving Differential Equations

Derivation of Euler's Method - Numerical Methods for Solving Differential Equations Derivation of Euler's Method - Numerical Methods for Solving Differential Equations Let s start with a general first order Initial Value Problem dx = f(x, y) y(x 0) = y 0 (1) where f(x, y) is a known function

More information

Lesson 4: Non-fading Memory Nonlinearities

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

More information

Aim: Mean value theorem. HW: p 253 # 37, 39, 43 p 272 # 7, 8 p 308 # 5, 6

Aim: Mean value theorem. HW: p 253 # 37, 39, 43 p 272 # 7, 8 p 308 # 5, 6 Mr. Apostle 12/14/16 Do Now: Aim: Mean value theorem HW: p 253 # 37, 39, 43 p 272 # 7, 8 p 308 # 5, 6 test 12/21 Determine all x values where f has a relative extrema. Identify each as a local max or min:

More information

1.7. Stability and attractors. Consider the autonomous differential equation. (7.1) ẋ = f(x),

1.7. Stability and attractors. Consider the autonomous differential equation. (7.1) ẋ = f(x), 1.7. Stability and attractors. Consider the autonomous differential equation (7.1) ẋ = f(x), where f C r (lr d, lr d ), r 1. For notation, for any x lr d, c lr, we let B(x, c) = { ξ lr d : ξ x < c }. Suppose

More information

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325 Dynamical Systems and Chaos Part I: Theoretical Techniques Lecture 4: Discrete systems + Chaos Ilya Potapov Mathematics Department, TUT Room TD325 Discrete maps x n+1 = f(x n ) Discrete time steps. x 0

More information

Math Sec 4 CST Topic 7. Statistics. i.e: Add up all values and divide by the total number of values.

Math Sec 4 CST Topic 7. Statistics. i.e: Add up all values and divide by the total number of values. Measures of Central Tendency Statistics 1) Mean: The of all data values Mean= x = x 1+x 2 +x 3 + +x n n i.e: Add up all values and divide by the total number of values. 2) Mode: Most data value 3) Median:

More information

University of Alberta 2016

University of Alberta 2016 University of Alberta 2016 Equation Solving and Newton s Method Railroad track problem English Units Version: Somewhere in Alberta, there is a one mile stretch of rail with fixed ends over a flat bed.

More information

EXERCISES. Mathematica 6 Lab Number 6. α = π/5. a=sin[α] b=cos[α]

EXERCISES. Mathematica 6 Lab Number 6. α = π/5. a=sin[α] b=cos[α] EXERCISES Mathematica 6 Lab Number 6 Problem : River Meanders. It was apparently Einstein (926) who first discussed why rivers, in their progress across gently sloped alluvial plains, do not pursue straight

More information

Homework 2 Modeling complex systems, Stability analysis, Discrete-time dynamical systems, Deterministic chaos

Homework 2 Modeling complex systems, Stability analysis, Discrete-time dynamical systems, Deterministic chaos Homework 2 Modeling complex systems, Stability analysis, Discrete-time dynamical systems, Deterministic chaos (Max useful score: 100 - Available points: 125) 15-382: Collective Intelligence (Spring 2018)

More information

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

More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n. More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n. If there are points which, after many iterations of map then fixed point called an attractor. fixed point, If λ

More information

A Summary of Contour Integration

A Summary of Contour Integration A Summary of Contour Integration vs 0., 5//08 ' Niels Walet, University of Manchester In this document I will summarise some very simple results of contour integration. The Basics The key word linked to

More information

Fitting Data. Noisy Data

Fitting Data. Noisy Data 6_fitting_data.nb 1 Fitting Data Noisy Data Mathematica's Random function can be used to create "noisy" data. Each time the following cell is evaluated, a different picture is produced. e = 0.1; nums =

More information

2 n intervals in the attractor of the tent map

2 n intervals in the attractor of the tent map 2 n intervals in the attractor of the tent map Peter Barendse revised December 2010 Abstract In this paper we give a elementary proof explaining the phenomenon of band-splitting, first explained in [2,

More information

Alg2H Ch6: Investigating Exponential and Logarithmic Functions WK#14 Date:

Alg2H Ch6: Investigating Exponential and Logarithmic Functions WK#14 Date: Alg2H Ch6: Investigating Exponential and Logarithmic Functions WK#14 Date: Purpose: To investigate the behavior of exponential and logarithmic functions Investigations For investigations 1 and 2, enter

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION The method we used to sketch curves in Section 4.5 was a culmination of much of our study of differential calculus. The graph was the final

More information

TOPIC 3. Taylor polynomials. Mathematica code. Here is some basic mathematica code for plotting functions.

TOPIC 3. Taylor polynomials. Mathematica code. Here is some basic mathematica code for plotting functions. TOPIC 3 Taylor polynomials Main ideas. Linear approximating functions: Review Approximating polynomials Key formulas: P n (x) =a 0 + a (x x )+ + a n (x x ) n P n (x + x) =a 0 + a ( x)+ + a n ( x) n where

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

Example 1: Inverse Functions Show that the functions are inverse functions of each other (if they are inverses, )

Example 1: Inverse Functions Show that the functions are inverse functions of each other (if they are inverses, ) p332 Section 5.3: Inverse Functions By switching the x & y coordinates of an ordered pair, the inverse function can be formed. (The domain and range switch places) Denoted by f 1 Definition of Inverse

More information

Nonsmooth systems: synchronization, sliding and other open problems

Nonsmooth systems: synchronization, sliding and other open problems John Hogan Bristol Centre for Applied Nonlinear Mathematics, University of Bristol, England Nonsmooth systems: synchronization, sliding and other open problems 2 Nonsmooth Systems 3 What is a nonsmooth

More information

Solutions for B8b (Nonlinear Systems) Fake Past Exam (TT 10)

Solutions for B8b (Nonlinear Systems) Fake Past Exam (TT 10) Solutions for B8b (Nonlinear Systems) Fake Past Exam (TT 10) Mason A. Porter 15/05/2010 1 Question 1 i. (6 points) Define a saddle-node bifurcation and show that the first order system dx dt = r x e x

More information

Contraction Mappings Consider the equation

Contraction Mappings Consider the equation Contraction Mappings Consider the equation x = cos x. If we plot the graphs of y = cos x and y = x, we see that they intersect at a unique point for x 0.7. This point is called a fixed point of the function

More information

Accel Alg E. L. E. Notes Solving Quadratic Equations. Warm-up

Accel Alg E. L. E. Notes Solving Quadratic Equations. Warm-up Accel Alg E. L. E. Notes Solving Quadratic Equations Warm-up Solve for x. Factor. 1. 12x 36 = 0 2. x 2 8x Factor. Factor. 3. 2x 2 + 5x 7 4. x 2 121 Solving Quadratic Equations Methods: (1. By Inspection)

More information

Quantum Mechanics using Matrix Methods

Quantum Mechanics using Matrix Methods Quantum Mechanics using Matrix Methods Introduction and the simple harmonic oscillator In this notebook we study some problems in quantum mechanics using matrix methods. We know that we can solve quantum

More information

Lesson 9 Exploring Graphs of Quadratic Functions

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

More information

3 A Linear Perturbation Formula for Inverse Functions Set Up... 5

3 A Linear Perturbation Formula for Inverse Functions Set Up... 5 Bryce Terwilliger Advisor: Ian Abramson June 2, 2011 Contents 1 Abstract 1 2 Introduction 1 2.1 Asymptotic Relative Efficiency................... 2 2.2 A poissonization approach...................... 3

More information

MS Dynamical Systems. J.P. McCarthy

MS Dynamical Systems. J.P. McCarthy MS 30 - Dynamical Systems J.P. McCarthy January 4, 203 MS 30 Dynamical Systems Introduction Lecturer: J.P. McCarthy Office: Mathematics Research, Western Gateway Building Meetings by appointment via email

More information

2017, James Sethna, all rights reserved. This exercise was developed in collaboration with Christopher Myers.

2017, James Sethna, all rights reserved. This exercise was developed in collaboration with Christopher Myers. Invariant measures (Sethna, "Entropy, Order Parameters, and Complexity", ex. 4.3) 2017, James Sethna, all rights reserved. This exercise was developed in collaboration with Christopher Myers. Liouville's

More information

Lesson 1 Practice Problems

Lesson 1 Practice Problems Name: Date: Section 1.1: What is a Function? Lesson 1 1. The table below gives the distance D, in kilometers, of a GPS satellite from Earth t minutes after being launched. t = Time (in minutes) D = Distance

More information

2 One-dimensional models in discrete time

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

More information

Newton's method for complex polynomials

Newton's method for complex polynomials Newton's method for complex polynomials A preprint version of a Mathematical graphics column from Mathematica in Education and Research. Mark McClure mcmcclure@unca.edu Department of Mathematics University

More information

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section.

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. Chapter 3 Differentiation ü 3.1 The Derivative Students should read Sections 3.1-3.5 of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. ü 3.1.1 Slope of Tangent

More information

Section 6.1: Composite Functions

Section 6.1: Composite Functions Section 6.1: Composite Functions Def: Given two function f and g, the composite function, which we denote by f g and read as f composed with g, is defined by (f g)(x) = f(g(x)). In other words, the function

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

1.) Suppose the graph of f(x) looks like this (each tick mark denotes 1 unit). x y

1.) Suppose the graph of f(x) looks like this (each tick mark denotes 1 unit). x y College Algebra Summer 2014 Exam File Exam #1 1.) Suppose the graph of f(x) looks like this (each tick mark denotes 1 unit). Graph g(x) = -0.5 f(x + 1) - 3 2.) Consider the following table of values. x

More information

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

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

More information

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

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

More information

On Riddled Sets and Bifurcations of Chaotic Attractors

On Riddled Sets and Bifurcations of Chaotic Attractors Applied Mathematical Sciences, Vol. 1, 2007, no. 13, 603-614 On Riddled Sets and Bifurcations of Chaotic Attractors I. Djellit Department of Mathematics University of Annaba B.P. 12, 23000 Annaba, Algeria

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

Sample Mathematica code for the paper "Modeling a Diving Board"

Sample Mathematica code for the paper Modeling a Diving Board Sample Mathematica code for the paper "Modeling a Diving Board" Michael A. Karls and Brenda M. Skoczelas, Department of Mathematical Sciences, Ball State University, Muncie, IN 47306 Beam Data Original

More information

The connected locus for complex cubic iteration

The connected locus for complex cubic iteration The connected locus for complex cubic iteration A preprint version of a Mathematical graphics column from Mathematica in Education and Research. Mark McClure Department of Mathematics University of North

More information

ME 680- Spring Representation and Stability Concepts

ME 680- Spring Representation and Stability Concepts ME 680- Spring 014 Representation and Stability Concepts 1 3. Representation and stability concepts 3.1 Continuous time systems: Consider systems of the form x F(x), x n (1) where F : U Vis a mapping U,V

More information

Neuchatel #1, a talk at SSC Hearing, Friday September 4, 1998 Submitted to the Proceedings, Thomas Bernold, ed., Friday October 30, 1998

Neuchatel #1, a talk at SSC Hearing, Friday September 4, 1998 Submitted to the Proceedings, Thomas Bernold, ed., Friday October 30, 1998 MS##97.GST1 Abraham 1 Neuchatel #1, a talk at SSC Hearing, Friday September 4, 1998 Submitted to the Proceedings, Thomas Bernold, ed., Friday October 30, 1998 A Stairway to Chaos by Ralph H. Abraham Professor

More information