CHAOS THEORY.

Slides:



Advertisements
Similar presentations
This Time Whitespace and Input/Output revisited The Programming cycle Boolean Operators The “if” control structure LAB –Write a program that takes an integer.
Advertisements

Point Estimation Notes of STAT 6205 by Dr. Fan.
Choi 2012 Arithmetic Sequence A sequence like 2, 5, 8, 11,…, where the difference between consecutive terms is a constant, is called an arithmetic sequence.
Exponential and Logarithmic Functions and Equations
Introduction to C++ Programming. A Simple Program: Print a Line of Text // My First C++ Program #include int main( ) { cout
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
Introduction to chaotic dynamics
1 Chaos in Population Dynamics Understanding chaos in the logistic model How does chaos emerge in deterministic models of population growth? What are the.
CSCI/CMPE 4341 Topic: Programming in Python Chapter 3: Control Structures (Part 1) – Exercises 1 Xiang Lian The University of Texas – Pan American Edinburg,
OBJECTIVES: FIND EQUATIONS OF POPULATION THAT OBEY THE LAW OF UNINHIBITED GROWTH AND DECAY USE LOGISTIC MODELS Exponential Growth and Decay; Logistic Models.
Copyright © 2007 Pearson Education, Inc. Slide 8-1 Geometric Sequences  1, 2, 4, 8, 16 … is an example of a geometric sequence with first term 1 and each.
 What are the next three terms in each sequence?  17, 20, 23, 26, _____, _____, _____  9, 4, -1, -6, _____, _____, _____  500, 600, 700, 800, _____,
4.7 Arithmetic Sequences A sequence is a set of numbers in a specific order. The numbers in the sequence are called terms. If the difference between successive.
Renormalization and chaos in the logistic map. Logistic map Many features of non-Hamiltonian chaos can be seen in this simple map (and other similar one.
10/2/2015Electronic Chaos Fall Steven Wright and Amanda Baldwin Special Thanks to Mr. Dan Brunski.
What are two types of Sequences?
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
Complexity: Ch. 2 Complexity in Systems 1. Dynamical Systems Merely means systems that evolve with time not intrinsically interesting in our context What.
Chapter 5 Populations 5-1 How Populations Grow page 119
Copyright © 2007 Pearson Education, Inc. Slide , 2, 4, 8, 16 … is an example of a geometric sequence with first term 1 and each subsequent term is.
Arithmetic and Geometric Sequences Finding the nth Term 2,4,6,8,10,…
CHAPTER Continuity Series Definition: Given a series   n=1 a n = a 1 + a 2 + a 3 + …, let s n denote its nth partial sum: s n =  n i=1 a i = a.
Agenda Lecture Content:  Recurrence Relations  Solving Recurrence Relations  Iteration  Linear homogenous recurrence relation of order k with constant.
Simple nonlinear systems. Nonlinear growth of bugs and the logistic map x i+1 =μx i (1-x i )
1 Recursive algorithms Recursive solution: solve a smaller version of the problem and combine the smaller solutions. Example: to find the largest element.
Regression Modeling Applications in Land use and Transport.
Discrete Dynamic Systems. What is a Dynamical System?
CPSC 233 Tutorial 5 February 9 th /10 th, Java Classes Each Java class contains a set of instance variables and methods Instance Variables: Type.
ADD To get next term Have a common difference Arithmetic Sequences Geometric Sequences MULTIPLY to get next term Have a common ratio.
Activity 2-9: The Logistic Map and Chaos
Linear Programming.
Applications of 1st Order Differential Equations
Applied Discrete Mathematics Week 2: Functions and Sequences
Sequences and Series IB standard
11.2 Arithmetic Sequences.
Chapter 4 C Program Control Part I
Sequences.
Finding the n th term (generating formula)
Functions as Data Eric Roberts CS 106B March 13, 2013.
Evolution and Populations How Populations Change
Data Mining Lecture 11.
Exponential Functions
Introduction to chaotic dynamics
Sum and Difference Formulas
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Matlab review Matlab is a numerical analysis system
Functions can be written in different ways y = 2x + 3 f(x) 2x + 3
Exponential Growth and Decay; Logistic Models
14 Partial Derivatives.
11.3 – Geometric Sequences.
Geometric sequences.
Factors that Change the Environment
9.3 Geometric Sequences and Series
Chapter 2: Java Fundamentals
Formulas for Linear Functions
Introduction to chaotic dynamics
Copyright © Cengage Learning. All rights reserved.
Geometric sequences.
Copyright © Cengage Learning. All rights reserved.
Warmup Solve 3 sin θ - 2 cos 2 θ =0 for all values of θ if θ is measured in degrees. A 30° + 360°k, 120°+ 360°k B 30°+360°k, 150° +360°k C 150° + 360°k,
The nth term, Un Example If we are given a formula for Un (th nth term) where find the first five terms of the sequence Un = 3n + 1.
The Logistic Map and Chaos
Geometric Sequences and series
Equations Reducible to Quadratic
Copyright © Cengage Learning. All rights reserved.
Warmup Solve 3 sin θ - 2 cos 2 θ =0 for all values of θ if θ is measured in degrees. A 30° + 360°k, 120°+ 360°k B 30°+360°k, 150° +360°k C 150° + 360°k,
Finding the nth term Example
Random numbers What does it mean for a number to be random?
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

CHAOS THEORY

Consider a population of organisms for which there is a constant supply of food and limited space, and no predators. Many insect populations in the temperate zones fit this description at certain times in their history.(考慮一生物族群,在固定的食物供給及有限空間中,沒有掠食者,在特定區域的許多種類昆蟲的族群適合這樣的描述。)

In order to model the populations in successive generations, let   denote the population of the nth generation, and adjust the numbers so that the capacity of the environment equals to 1, which means that .

One formula, called logistic equation, has gained widespread fame:  where the parameter  indicates the rate of   which the populations grow.

In general,  If      , then  has a -cycle for       (Period-doubling bifurcation) It is known, but difficult to prove, that  for     and that the sequence  has a limit  given by

Feigenbaum number The number is sometimes called the Feigenbaum number for the quadric family, named after the physicist Mitchell Feigenbaum, who in the mid-1970,s had found a very precise value for it. Let ,       for

Feigenbaum found that the sequence converges to a number we will denote   , where What is astonishing is that this constant   seems to be universal. It is referred to as Feigenbaum constant, because Feigenbaum was the first to discover it and its universality.

Exercise Period-doubling bifurcation Pitchfork bifurcation

Basic ABC 1. 按 Esc 鍵 2. 同時按 Alt 及 f 鍵 3. 選擇 Open 開啟舊檔或選擇 New 建立新檔 4. 編輯檔案 5. 同時按 Alt 及 r 鍵執行程式 6. 同時按 Alt 及 f 鍵 7. 選擇 Save 儲存舊檔或選擇 Save As 儲存成新檔 8. 同時按 Alt 及 f 鍵 9. 選擇 Exit 結束

Basic ABC 整數 -32768 ……..+32767 實數 10E-38 …….10E+38 變數 ABC123 函數 INT( ), SIN( ), COS( ) 運算 + , - , * , / , MOD , ^ 常用指令 PRINT (WRITE) INPUT (READ) IF condition THEN statement IF condition THEN statement END IF IF condition THEN statement ELSE statement GOTO 110 110 statement

Basic ABC 範例: 求 IF x>=0 THEN absx=x ELSE absx=-x FOR I= TO STEP statement NEXT I FOR Y=1973 TO 1988 STEP 1 PRINT Y, “ “ NEXT Y PSET (X,Y)

Basic ABC 範例 logistic map REM logistic map OPEN "d:\chaos\chaos.dat" FOR OUTPUT AS #1 CLS SCREEN 11 x = .123 FOR i = 1 TO 600 b = 1 + i * .005 FOR j = 1 TO 200 x = b * x * (1 - x) IF j > 90 THEN PSET (INT(b * 200) - 200, 480 - INT(x * 400) - 30) PRINT #1, b, x END IF NEXT j NEXT i CLOSE #1

EXCELL EXCELL程式