Julia Sets and the Mandelbrot Set

Size: px
Start display at page:

Download "Julia Sets and the Mandelbrot Set"

Transcription

1 December 14, 2007

2 : Dynamical System s Example Dynamical System In general, a dynamical system is a rule or function that describes a point s position in space over time, where time can be modeled as a continuum or a set of discrete points. Here we restrict our attention to discrete dynamical systems where time steps correspond to the integers. Essentially, it describes a process of iteration.

3 s Example Dynamical System : Complex Iteration Suppose f (z) is a complex valued function, then given an initial point say z 0, we can define a discrete dynamical system via complex iteration as follows: z 1 = f (z 0 ) z 2 = f (z 1 ) z 3 = f (z 2 ). z n = f (z n 1 )

4 s Example Dynamical System : Complex Iteration (continued) Alternatively, we could define the sequence of values as: z 1 = f (z 0 ) z 2 = f (f (z 0 )) z 3 = f (f (f (z 0 ))). z n = f n (z 0 )

5 s: Orbit, Bounded Orbit s Example Dynamical System The sequence of points z 0, z 1, z 2, z 3... is called the orbit of z 0 under f. The orbit of z 0 under f is bounded if there exists an M such that f n (z 0 ) M, n Z Otherwise the orbit is unbounded.

6 s Example Dynamical System Example Dynamical System Consider f (z) = z 2 : z 0 < 1, maps of z 0 under f will spiral in to the origin. z 0 > 1, maps of z 0 under f will spiral out to infinity. z 0 = 1, maps of z 0 will never leave the unit circle, but small neighborhoods around z 0 will eventually be mapped to the entire complex plane minus the origin.

7 s Example Dynamical System Example Dynamical System (continued) Suppose we take a small wedge shaped neighborhood W around a point on the unit circle. Next, iteratively apply f to W : 1 K K1 K2

8 : Supersensitivity s Example Dynamical System As illustrated in the previous slide, eventually the polar angle of f n (W ) exceeds 2π and the region becomes an annulus. Also, it is clear that no matter how large a radius R one chooses, we can always exceed it with a finite number of iterations. This leads us to our next definition. The orbit of z 0 under f is supersensitive if any open ball about z 0, B(z 0, ε) has the property that f n (B(z 0, ε)) n=0 is all of C, with the exception of at most one point.

9 Examples Algorithms s: Filled Julia Set and Julia Set The filled Julia set of f is the set of points whose orbits are bounded. The Julia set of f is the boundary of the filled Julia set. In general, the Julia set of a function is the boundary between the set of z 0 values which have bounded orbits and the set of z 0 values which do not, i.e. it is the set of supersensitive points under f.

10 Examples Algorithms Examples of The unit circle is the Julia set of f (z) = z 2. In fact for any c C the quadratic polynomial of the form: f c (z) = z 2 + c defines a Julia set.

11 Examples Algorithms More Examples of These Julia sets were generated from quadratic polynomials.

12 Examples Algorithms Simplistic Algorithm An algorithm to generate the filled Julia set of a quadratic form. Choose a maximum number of iterations, N. Take a grid of points in the complex plane. For each point z on the grid compute the first N iterations of f i c (z). If f i c (z) > max{ c, 2} for some i < N, then color z white. else if f i c (z) max { c, 2} i N, then color z black. The elements you color white are the points that escape to infinity, while those that get colored black approximate the points in the filled Julia set. The larger your N and the denser your grid the better the picture you will get.

13 Examples Algorithms Backward Iteration Algorithm Choose any point z C Compute at least 10,000 points on the backward orbit of z. (Using the inverse of f c (z)) For each backward iteration, choose at random one of the possibe pre images of f c i.e. either the positive or negative root of ± z c = (f c (z)) 1. Plot all but the first 100 iterations. This algorthim works because the Julia set is made up of points whose orbits are supersenitive. As such we know that no matter how small a B(z 0, ε) for z 0 in the Julia set we take, the image under fc n covers C. Thus, when we go backward along the orbit of z C we must eventually reach a point arbitrarily close to the Julia set. After that we will stay very near that set.

14 Algorithm Other Mandelbrot Sets The Mandelbrot set is the set of all c C such that the filled Julia set, K c of z 2 + c, is connected. Here is a picture of the set made in Maple.

15 Algorithm Other Mandelbrot Sets Aside on Computation You might be wondering how Maple can determine whether or not the Julia set corresponding to a given c value is connected or not. The fact is that Maple can not do this per se. It turns out that there is an alternative definition which gives rise to an algorithm that allows us to compute the Mandelbrot set. The alternative definition is dependent on the following important theorem.

16 Algorithm Other Mandelbrot Sets Theorem: The Fundamental Dichotomy Let f c (z) = z 2 + c then either: The orbit of the critical point z = 0 escapes to infinity, in which case K c (the filled Julia set of f c ) consists of infinitely many disjoint components, or The orbit of 0 remains bounded, in which case K c is connected. This theorem allows us to redefine the Mandelbrot set in such a way that we can calculate it with a computer.

17 Algorithm Other Mandelbrot Sets Redefined The Mandelbrot set can also be defined: M = {c C : f n c (0), as n } In words, we are looking for all the complex values c for which the orbit of z = 0 under f c is bounded. We can do this because the Fundamental Dichotomy tells us that if fc n (0) stays bounded, its Julia set is connected, therefore implying c M. We can use this fact to design a nice algorithm to compute the Mandelbrot set...

18 Algorithm Other Mandelbrot Sets Algorithm for the Mandelbrot Set This is esentially the same as the previous algorithm for the Julia set, but now we fix z = 0 and vary c over the grid. Choose a maximum number of iterations, N. Take a grid of points in the complex plane. For each point c on the grid, compute the first N iterations of f i c (0). If f i c (0) > max { c, 2} for some i N, then color z white. If f i c (0) max { c, 2} i N, then color z black.

19 Algorithm Other Mandelbrot Sets A Closer Look It is clear that if a c value belongs to the Mandelbrot set, then its filled Julia set K c is a connected set. If a c value is not in the Mandelbrot set, then K c will be totally disconnected. Next, we will illustrate the connection between Julia sets and the Mandelbrot set using a program called Xfractint freely available for both Windows and Linux.

20 Algorithm Other Mandelbrot Sets Other Mandelbrot Sets Multibrots One could ask the question: When are the Julia sets of c values connected for functions with powers higher then 2? The set pictured below is generated over the parameter space of z 3 + c. These sets are also called Mandelbrot sets or sometimes Multibrots.

21 Algorithm Other Mandelbrot Sets Other Mandelbrot Sets Multibrots (continued)

22 Algorithm Other Mandelbrot Sets Other Mandelbrot Sets Multibrots (continued)

23 Algorithm Other Mandelbrot Sets Other Mandelbrot Sets Multibrots (continued)

24 Algorithm Other Mandelbrot Sets Other Mandelbrot Sets Multibrots (continued)

25 Algorithm Other Mandelbrot Sets Other Mandelbrot Sets Multibrots (continued)

26 Algorithm Other Mandelbrot Sets References Maple code used to generate images R. L. Devaney, A First Course in Chaotic Dynamical Systems Perseus Books, Cambridge Massachusetts, H. Peitgen, H. Jürgens, D. Saupe, Fractals for the Classroom Springer Verlag, J. E. Marsden, M. J. Hoffman, Basic Complex Analysis, 3rd ed. W. H. Freeman Co., New York, Wikipedia, Julia set Wikipedia, The Free Encyclopedia, 2007, Julia_set&oldid= Wikipedia, Mandelbrot set Wikipedia, The Free Encyclopedia, 2007, php?title=mandelbrot_set&oldid=

Julia Sets and the Mandelbrot Set

Julia Sets and the Mandelbrot Set Julia Sets and the Mandelbrot Set Julia sets are certain fractal sets in the complex plane that arise from the dynamics of complex polynomials. These notes give a brief introduction to Julia sets and explore

More information

Zoology of Fatou sets

Zoology of Fatou sets Math 207 - Spring 17 - François Monard 1 Lecture 20 - Introduction to complex dynamics - 3/3: Mandelbrot and friends Outline: Recall critical points and behavior of functions nearby. Motivate the proof

More information

MAT335H1F Lec0101 Burbulla

MAT335H1F Lec0101 Burbulla Fall 2011 Q 2 (x) = x 2 2 Q 2 has two repelling fixed points, p = 1 and p + = 2. Moreover, if I = [ p +, p + ] = [ 2, 2], it is easy to check that p I and Q 2 : I I. So for any seed x 0 I, the orbit of

More information

Introduction The Fibonacci numbers are traditionally described as a sequence F. = 0 and τ τ 1. =. To obtain the Fibonacci numbers as a

Introduction The Fibonacci numbers are traditionally described as a sequence F. = 0 and τ τ 1. =. To obtain the Fibonacci numbers as a Views of Fibonacci Dynamics Clifford A. Reiter Department of Mathematics, Lafayette College, Easton, PA 18042 USA Preprint: to appear in Computers & Graphics Abstract The Binet formula gives a natural

More information

If one wants to study iterations of functions or mappings,

If one wants to study iterations of functions or mappings, The Mandelbrot Set And Its Julia Sets If one wants to study iterations of functions or mappings, f n = f f, as n becomes arbitrarily large then Julia sets are an important tool. They show up as the boundaries

More information

Period Three, Chaos and Fractals

Period Three, Chaos and Fractals Imperial, May 2012 The Sarkovskii Theorem Let us motivate the so-called Sarkovskii ordering on N 3 5 7 9 2 3 2 5 8 4 2 1. Let f : [0, 1] [0, 1] be continuous and consider successive iterates x n+1 = f

More information

Julia Sets Converging to the Filled Basilica

Julia Sets Converging to the Filled Basilica Robert Thÿs Kozma Professor: Robert L. Devaney Young Mathematicians Conference Columbus OH, August 29, 2010 Outline 1. Introduction Basic concepts of dynamical systems 2. Theoretical Background Perturbations

More information

The Mandelbrot Set. Andrew Brown. April 14, 2008

The Mandelbrot Set. Andrew Brown. April 14, 2008 The Mandelbrot Set Andrew Brown April 14, 2008 The Mandelbrot Set and other Fractals are Cool But What are They? To understand Fractals, we must first understand some things about iterated polynomials

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

Hyperbolic Component Boundaries

Hyperbolic Component Boundaries Hyperbolic Component Boundaries John Milnor Stony Brook University Gyeongju, August 23, 2014 Revised version. The conjectures on page 16 were problematic, and have been corrected. The Problem Hyperbolic

More information

Fractals. Justin Stevens. Lecture 12. Justin Stevens Fractals (Lecture 12) 1 / 14

Fractals. Justin Stevens. Lecture 12. Justin Stevens Fractals (Lecture 12) 1 / 14 Fractals Lecture 12 Justin Stevens Justin Stevens Fractals (Lecture 12) 1 / 14 Outline 1 Fractals Koch Snowflake Hausdorff Dimension Sierpinski Triangle Mandelbrot Set Justin Stevens Fractals (Lecture

More information

CMSC 425: Lecture 12 Procedural Generation: Fractals

CMSC 425: Lecture 12 Procedural Generation: Fractals : Lecture 12 Procedural Generation: Fractals Reading: This material comes from classic computer-graphics books. Procedural Generation: One of the important issues in game development is how to generate

More information

JULIA SETS AND BIFURCATION DIAGRAMS FOR EXPONENTIAL MAPS

JULIA SETS AND BIFURCATION DIAGRAMS FOR EXPONENTIAL MAPS BULLETIN (New Series) OF THE AMERICAN MATHEMATICAL SOCIETY Volume 11, Number 1, July 1984 JULIA SETS AND BIFURCATION DIAGRAMS FOR EXPONENTIAL MAPS BY ROBERT L. DEVANEY ABSTRACT. We describe some of the

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

Singular Perturbations in the McMullen Domain

Singular Perturbations in the McMullen Domain Singular Perturbations in the McMullen Domain Robert L. Devaney Sebastian M. Marotta Department of Mathematics Boston University January 5, 2008 Abstract In this paper we study the dynamics of the family

More information

The dynamics of maps close to z 2 + c

The dynamics of maps close to z 2 + c 0.1 0.05 0.05 0.1 0.15 0.2 0.3 0.2 0.1 0.1 The dynamics of maps close to z 2 + c Bruce Peckham University of Minnesota Duluth Physics Seminar October 31, 2013 Β Overview General family to study: z z n

More information

Geometric Limits of Julia Sets of Maps z^n + exp(2πiθ) as n

Geometric Limits of Julia Sets of Maps z^n + exp(2πiθ) as n Butler University Digital Commons @ Butler University Scholarship and Professional Work - LAS College of Liberal Arts & Sciences 2015 Geometric Limits of Julia Sets of Maps z^n + exp(2πiθ) as n Scott R.

More information

Non Locally-Connected Julia Sets constructed by iterated tuning

Non Locally-Connected Julia Sets constructed by iterated tuning Non Locally-Connected Julia Sets constructed by iterated tuning John Milnor Stony Brook University Revised May 26, 2006 Notations: Every quadratic map f c (z) = z 2 + c has two fixed points, α and β, where

More information

Fractals. Part 6 : Julia and Mandelbrot sets, Martin Samuelčík Department of Applied Informatics

Fractals. Part 6 : Julia and Mandelbrot sets, Martin Samuelčík Department of Applied Informatics Fractals Part 6 : Julia and Mandelbrot sets, Martin Samuelčík Department of Applied Informatics Problem of initial points Newton method for computing root of function numerically Computing using iterations

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

Dynamics of Tangent. Robert L. Devaney Department of Mathematics Boston University Boston, Mass Linda Keen

Dynamics of Tangent. Robert L. Devaney Department of Mathematics Boston University Boston, Mass Linda Keen Dynamics of Tangent Robert L. Devaney Department of Mathematics Boston University Boston, Mass. 02215 Linda Keen Department of Mathematics Herbert H. Lehman College, CUNY Bronx, N.Y. 10468 Abstract We

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 26 (2): 863-872 (2018) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Computation of Antifractals - Tricorns and Multicorns and Their Complex Nature

More information

FINAL PROJECT TOPICS MATH 399, SPRING αx 0 x < α(1 x)

FINAL PROJECT TOPICS MATH 399, SPRING αx 0 x < α(1 x) FINAL PROJECT TOPICS MATH 399, SPRING 2011 MARIUS IONESCU If you pick any of the following topics feel free to discuss with me if you need any further background that we did not discuss in class. 1. Iterations

More information

Julia s two faces. The dichotomy theorem on Julia sets of quadratic polynomials. Rasila Hoek July 1, Bachelor thesis Supervisor: dr.

Julia s two faces. The dichotomy theorem on Julia sets of quadratic polynomials. Rasila Hoek July 1, Bachelor thesis Supervisor: dr. Julia s two faces The dichotomy theorem on Julia sets of quadratic polynomials Rasila Hoek July 1, 2013 Bachelor thesis Supervisor: dr. Han Peters Korteweg-de Vries Instituut voor Wiskunde Faculteit der

More information

Circular Saw Mandelbrot Set

Circular Saw Mandelbrot Set Circular Saw Mandelbrot Set MAMTA RANI 1, MANISH KUMAR 2 1 Faculty of Computer Systems & Software Engineering University Malaysia Pahang Lebuhraya Tun Razak, 26300 Gambang, Kuantan, Pahang Darul Makmur

More information

Dynamics of Superior Anti-fractals in a New Orbit. Mandeep Kumari and Renu Chugh 1.

Dynamics of Superior Anti-fractals in a New Orbit. Mandeep Kumari and Renu Chugh 1. International Journal of Advances in Mathematics Volume 2017, Number 6, Pages 60-67, 2017 eissn 2456-6098 c adv-math.com Dynamics of Superior Anti-fractals in a New Orbit Mandeep Kumari and Renu Chugh

More information

Fractals. Krzysztof Gdawiec.

Fractals. Krzysztof Gdawiec. Fractals Krzysztof Gdawiec kgdawiec@ux2.math.us.edu.pl 1 Introduction In the 1970 s Benoit Mandelbrot introduced to the world new field of mathematics. He named this field fractal geometry (fractus from

More information

CMSC 425: Lecture 11 Procedural Generation: Fractals and L-Systems

CMSC 425: Lecture 11 Procedural Generation: Fractals and L-Systems CMSC 425: Lecture 11 Procedural Generation: ractals and L-Systems Reading: The material on fractals comes from classic computer-graphics books. The material on L-Systems comes from Chapter 1 of The Algorithmic

More information

MAT335H1F Lec0101 Burbulla

MAT335H1F Lec0101 Burbulla Fall 2012 4.1 Graphical Analysis 4.2 Orbit Analysis Functional Iteration If F : R R, then we shall write F 2 (x) = (F F )(x) = F (F (x)) F 3 (x) = (F F 2 )(x) = F (F 2 (x)) = F (F (F (x))) F n (x) = (F

More information

Connectedness loci of complex polynomials: beyond the Mandelbrot set

Connectedness loci of complex polynomials: beyond the Mandelbrot set Connectedness loci of complex polynomials: beyond the Mandelbrot set Sabyasachi Mukherjee Stony Brook University TIFR, June 2016 Contents 1 Background 2 Antiholomorphic Dynamics 3 Main Theorems (joint

More information

Fractals: A Mathematical Framework

Fractals: A Mathematical Framework Fractals: A Mathematical Framework John E Hutchinson Department of Mathematics School of Mathematical Sciences Australian National University (e-mail: JohnHutchinson@anueduau) Abstract We survey some of

More information

Binary signals: a note on the prime period of a point

Binary signals: a note on the prime period of a point Binary signals: a note on the prime period of a point Serban E. Vlad Oradea City Hall Abstract The nice x : R! f0; 1g n functions from the asynchronous systems theory are called signals. The periodicity

More information

COMPLETELY INVARIANT JULIA SETS OF POLYNOMIAL SEMIGROUPS

COMPLETELY INVARIANT JULIA SETS OF POLYNOMIAL SEMIGROUPS Series Logo Volume 00, Number 00, Xxxx 19xx COMPLETELY INVARIANT JULIA SETS OF POLYNOMIAL SEMIGROUPS RICH STANKEWITZ Abstract. Let G be a semigroup of rational functions of degree at least two, under composition

More information

Period Three, Chaos and Fractals

Period Three, Chaos and Fractals Imperial, May 2012 Three Different Projects (A) Real one-dimensional dynamics: builds on analysis from the first year. (B) Complex dynamics: ask you to computer experiments and computer coding. (C) Complex

More information

Evolution of the McMullen Domain for Singularly Perturbed Rational Maps

Evolution of the McMullen Domain for Singularly Perturbed Rational Maps Volume 32, 2008 Pages 301 320 http://topology.auburn.edu/tp/ Evolution of the McMullen Domain for Singularly Perturbed Rational Maps by Robert L. Devaney and Sebastian M. Marotta Electronically published

More information

Roots, Ratios and Ramanujan

Roots, Ratios and Ramanujan Roots, Ratios and Ramanujan 2 + 2 + 2 +, 1 + 1+ 1 1 1+ 1 1+ 1+ 1 and Jon McCammond (U.C. Santa Barbara) 1 Outline I. Iteration II. Fractions III. Radicals IV. Fractals V. Conclusion 2 I. Iteration Bill

More information

UNIVERSITY OF TORONTO Faculty of Arts and Science DECEMBER 2011 EXAMINATIONS. MAT335H1F Solutions Chaos, Fractals and Dynamics Examiner: D.

UNIVERSITY OF TORONTO Faculty of Arts and Science DECEMBER 2011 EXAMINATIONS. MAT335H1F Solutions Chaos, Fractals and Dynamics Examiner: D. General Comments: UNIVERSITY OF TORONTO Faculty of Arts and Science DECEMBER 2011 EXAMINATIONS MAT335H1F Solutions Chaos, Fractals and Dynamics Examiner: D. Burbulla Duration - 3 hours Examination Aids:

More information

In this paper we consider complex analytic rational maps of the form. F λ (z) = z 2 + c + λ z 2

In this paper we consider complex analytic rational maps of the form. F λ (z) = z 2 + c + λ z 2 Rabbits, Basilicas, and Other Julia Sets Wrapped in Sierpinski Carpets Paul Blanchard, Robert L. Devaney, Antonio Garijo, Sebastian M. Marotta, Elizabeth D. Russell 1 Introduction In this paper we consider

More information

ONE DIMENSIONAL CHAOTIC DYNAMICAL SYSTEMS

ONE DIMENSIONAL CHAOTIC DYNAMICAL SYSTEMS Journal of Pure and Applied Mathematics: Advances and Applications Volume 0 Number 0 Pages 69-0 ONE DIMENSIONAL CHAOTIC DYNAMICAL SYSTEMS HENA RANI BISWAS Department of Mathematics University of Barisal

More information

THE MEAN-MEDIAN MAP MARC CHAMBERLAND AND MARIO MARTELLI

THE MEAN-MEDIAN MAP MARC CHAMBERLAND AND MARIO MARTELLI THE MEAN-MEDIAN MAP MARC CHAMBERLAND AND MARIO MARTELLI 1. Introduction In the last few decades mathematicians have discovered very simple functions which induce spectacularly intricate dynamics. For example,

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

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

INTRODUCTION TO FRACTAL GEOMETRY

INTRODUCTION TO FRACTAL GEOMETRY Every mathematical theory, however abstract, is inspired by some idea coming in our mind from the observation of nature, and has some application to our world, even if very unexpected ones and lying centuries

More information

Alternate Locations of Equilibrium Points and Poles in Complex Rational Differential Equations

Alternate Locations of Equilibrium Points and Poles in Complex Rational Differential Equations International Mathematical Forum, Vol. 9, 2014, no. 35, 1725-1739 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.410170 Alternate Locations of Equilibrium Points and Poles in Complex

More information

Dynamical invariants and parameter space structures for rational maps

Dynamical invariants and parameter space structures for rational maps Boston University OpenBU Theses & Dissertations http://open.bu.edu Boston University Theses & Dissertations 2014 Dynamical invariants and parameter space structures for rational maps Cuzzocreo, Daniel

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

INVESTIGATION OF CHAOTICITY OF THE GENERALIZED SHIFT MAP UNDER A NEW DEFINITION OF CHAOS AND COMPARE WITH SHIFT MAP

INVESTIGATION OF CHAOTICITY OF THE GENERALIZED SHIFT MAP UNDER A NEW DEFINITION OF CHAOS AND COMPARE WITH SHIFT MAP ISSN 2411-247X INVESTIGATION OF CHAOTICITY OF THE GENERALIZED SHIFT MAP UNDER A NEW DEFINITION OF CHAOS AND COMPARE WITH SHIFT MAP Hena Rani Biswas * Department of Mathematics, University of Barisal, Barisal

More information

Repeat tentative ideas from earlier - expand to better understand the term fractal.

Repeat tentative ideas from earlier - expand to better understand the term fractal. Fractals Clouds are not spheres, mountains are not cones, coastlines are not circles, and bark is not smooth, nor does lightning travel in a straight line. (Mandelbrot, 1983) Repeat tentative ideas from

More information

PHY411 Lecture notes Part 5

PHY411 Lecture notes Part 5 PHY411 Lecture notes Part 5 Alice Quillen January 27, 2016 Contents 0.1 Introduction.................................... 1 1 Symbolic Dynamics 2 1.1 The Shift map.................................. 3 1.2

More information

Siegel disk for complexified Hénon map

Siegel disk for complexified Hénon map Siegel disk for complexified Hénon map O.B. Isaeva, S.P. Kuznetsov arxiv:0804.4238v1 [nlin.cd] 26 Apr 2008 Institute of Radio-Engineering and Electronics of RAS, Saratov Branch, Zelenaya 38, Saratov, 410019,

More information

CONSEQUENCES OF POWER SERIES REPRESENTATION

CONSEQUENCES OF POWER SERIES REPRESENTATION CONSEQUENCES OF POWER SERIES REPRESENTATION 1. The Uniqueness Theorem Theorem 1.1 (Uniqueness). Let Ω C be a region, and consider two analytic functions f, g : Ω C. Suppose that S is a subset of Ω that

More information

CHAOTIC COMPUTATION ABRAHAM MILIOTIS

CHAOTIC COMPUTATION ABRAHAM MILIOTIS CHAOTIC COMPUTATION By ABRAHAM MILIOTIS A DISSERTATION PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY UNIVERSITY

More information

DYNAMICAL PROPERTIES AND STRUCTURE OF JULIA SETS OF POSTCRITICALLY BOUNDED POLYNOMIAL SEMIGROUPS

DYNAMICAL PROPERTIES AND STRUCTURE OF JULIA SETS OF POSTCRITICALLY BOUNDED POLYNOMIAL SEMIGROUPS DYNAMICAL PROPERTIES AND STRUCTURE OF JULIA SETS OF POSTCRITICALLY BOUNDED POLYNOMIAL SEMIGROUPS RICH STANKEWITZ AND HIROKI SUMI Abstract. We discuss the dynamic and structural properties of polynomial

More information

Convex Optimization CMU-10725

Convex Optimization CMU-10725 Convex Optimization CMU-10725 Newton Method Barnabás Póczos & Ryan Tibshirani Administrivia Scribing Projects HW1 solutions Feedback about lectures / solutions on blackboard 2 Books to read Boyd and Vandenberghe:

More information

Study of Cubic Julia Sets in NO

Study of Cubic Julia Sets in NO Volume I, Issue I, January 201 Study of Cubic Julia Sets in NO Ashish 1, Mamta Rani 2, Renu Chugh 1, Department of Mathematics, M. D. University, Rohta 124001, India. 1 armsc@gmail.com chughrenu@gmail.com

More information

DISCONNECTED JULIA SETS. Paul Blanchard. Boston University Department of Mathematics Boston, Massachusetts

DISCONNECTED JULIA SETS. Paul Blanchard. Boston University Department of Mathematics Boston, Massachusetts DISCONNECTED JULIA SETS Paul Blanchard Boston University Department of Mathematics Boston, Massachusetts INTRODUCTION The connectivity properties of the Julia set for a polynomial have an intimate relationship

More information

PAijpam.eu NEW JULIA AND MANDELBROT SETS FOR A NEW FASTER ITERATIVE PROCESS Mandeep Kumari 1, Ashish 2, Renu Chugh 3

PAijpam.eu NEW JULIA AND MANDELBROT SETS FOR A NEW FASTER ITERATIVE PROCESS Mandeep Kumari 1, Ashish 2, Renu Chugh 3 International Journal of Pure and Applied Mathematics Volume 107 No. 1 2016, 161-177 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v107i1.13

More information

ON QUADRATIC ORBITAL NETWORKS

ON QUADRATIC ORBITAL NETWORKS ON QUADRATIC ORBITAL NETWORKS OLIVER KNILL Abstract. These are some informal remarks on quadratic orbital networks over finite fields Z p. We discuss connectivity, Euler characteristic, number of cliques,

More information

The Dynamics of Two and Three Circle Inversion Daniel M. Look Indiana University of Pennsylvania

The Dynamics of Two and Three Circle Inversion Daniel M. Look Indiana University of Pennsylvania The Dynamics of Two and Three Circle Inversion Daniel M. Look Indiana University of Pennsylvania AMS Subject Classification: Primary: 37F10 Secondary: 51N05, 54D70 Key Words: Julia Set, Complex Dynamics,

More information

Complicated dynamics from simple functions

Complicated dynamics from simple functions Complicated dynamics from simple functions Math Outside the Box, Oct 18 2016 Randall Pyke rpyke@sfu.ca This presentation: www.sfu.ca/~rpyke Presentations Dynamics Discrete dynamical systems: Variables

More information

News on quadratic polynomials

News on quadratic polynomials Snapshots of modern mathematics from Oberwolfach 2/207 News on quadratic polynomials Lukas Pottmeyer Many problems in mathematics have remained unsolved because of missing links between mathematical disciplines,

More information

Julia sets in higher dimensions

Julia sets in higher dimensions Julia sets in higher dimensions Dan Nicks University of Nottingham June 2017 Overview Complex dynamics. Quasiregular maps on R d. Iteration of quasiregular maps. Complex dynamics The study of iteration

More information

Fixed point results for fractal generation in Noor orbit and s convexity

Fixed point results for fractal generation in Noor orbit and s convexity DOI 10.1186/s40064-016-3530-5 RESEARCH Open Access Fixed point results for fractal generation in Noor orbit and s convexity Sun Young Cho 1, Abdul Aziz Shahid, Waqas Nazeer 3* and Shin Min Kang 1* *Correspondence:

More information

Randomness and Computation

Randomness and Computation Randomness and Computation or, Randomized Algorithms Mary Cryan School of Informatics University of Edinburgh RC (2018/19) Lecture 11 slide 1 The Probabilistic Method The Probabilistic Method is a nonconstructive

More information

NOTIONS OF DIMENSION

NOTIONS OF DIMENSION NOTIONS OF DIENSION BENJAIN A. STEINHURST A quick overview of some basic notions of dimension for a summer REU program run at UConn in 200 with a view towards using dimension as a tool in attempting to

More information

Fractals and Fractal Dimensions

Fractals and Fractal Dimensions Fractals and Fractal Dimensions John A. Rock July 13th, 2009 begin with [0,1] remove 1 of length 1/3 remove 2 of length 1/9 remove 4 of length 1/27 remove 8 of length 1/81...................................

More information

MATH 614 Dynamical Systems and Chaos Lecture 3: Classification of fixed points.

MATH 614 Dynamical Systems and Chaos Lecture 3: Classification of fixed points. MATH 614 Dynamical Systems and Chaos Lecture 3: Classification of fixed points. Periodic points Definition. A point x X is called a fixed point of a map f : X X if f(x) = x. A point x X is called a periodic

More information

(Infinite) Series Series a n = a 1 + a 2 + a a n +...

(Infinite) Series Series a n = a 1 + a 2 + a a n +... (Infinite) Series Series a n = a 1 + a 2 + a 3 +... + a n +... What does it mean to add infinitely many terms? The sequence of partial sums S 1, S 2, S 3, S 4,...,S n,...,where nx S n = a i = a 1 + a 2

More information

Julia Sets: Fractal Basin Boundaries

Julia Sets: Fractal Basin Boundaries Chapter 13 Julia Sets: Fractal Basin Boundaries I must say that in 1980, whenever I told my friends that I was just starting with J. H. Hubbard a study of polynomials of degree 2 in one complex variable

More information

Counting Kneading Sequences. Vorrapan Chandee & Tian Tian Qiu

Counting Kneading Sequences. Vorrapan Chandee & Tian Tian Qiu CORNE UNIVERSITY MATHEMATICS DEPARTMENT SENIOR THESIS Counting Kneading Sequences A THESIS PRESENTED IN PARTIA FUFIMENT OF CRITERIA FOR HONORS IN MATHEMATICS Vorrapan Chandee & Tian Tian Qiu May 2004 BACHEOR

More information

On the periodic logistic equation

On the periodic logistic equation On the periodic logistic equation Ziyad AlSharawi a,1 and James Angelos a, a Central Michigan University, Mount Pleasant, MI 48858 Abstract We show that the p-periodic logistic equation x n+1 = µ n mod

More information

UNI 101z November 9, 2004 Population Dynamics and Chaos: A Descriptive Introduction Thomas Caraco Department of Biological Sciences 1.

UNI 101z November 9, 2004 Population Dynamics and Chaos: A Descriptive Introduction Thomas Caraco Department of Biological Sciences 1. UNI 101z November 9, 2004 Population Dynamics and Chaos: A Descriptive Introduction Thomas Caraco Department of Biological Sciences 1. PRELIMINARIES 1.1. Objectives I want to introduce some significant

More information

Riemann s zeta function, Newton s method, and holomorphic index

Riemann s zeta function, Newton s method, and holomorphic index Riemann s zeta function, Newton s method, and holomorphic index Tomoki Kawahira Nagoya University, Nagoya, JAPAN URL: http://math.nagoya-u.ac.jp/ kawahira Abstract. We apply some root finding algorithms

More information

Solutions: Problem Set 4 Math 201B, Winter 2007

Solutions: Problem Set 4 Math 201B, Winter 2007 Solutions: Problem Set 4 Math 2B, Winter 27 Problem. (a Define f : by { x /2 if < x

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

Quasiconformal Folding (or dessins d adolescents) Christopher J. Bishop Stony Brook

Quasiconformal Folding (or dessins d adolescents) Christopher J. Bishop Stony Brook Quasiconformal Folding (or dessins d adolescents) Christopher J. Bishop Stony Brook Workshop on Dynamics of Groups and Rational Maps IPAM, UCLA April 8-12, 2013 lecture slides available at www.math.sunysb.edu/~bishop/lectures

More information

Limits and Continuity

Limits and Continuity Limits and Continuity Philippe B. Laval Kennesaw State University January 2, 2005 Contents Abstract Notes and practice problems on its and continuity. Limits 2. Introduction... 2.2 Theory:... 2.2. GraphicalMethod...

More information

LINEAR CHAOS? Nathan S. Feldman

LINEAR CHAOS? Nathan S. Feldman LINEAR CHAOS? Nathan S. Feldman In this article we hope to convience the reader that the dynamics of linear operators can be fantastically complex and that linear dynamics exhibits the same beauty and

More information

Topology Proceedings. COPYRIGHT c by Topology Proceedings. All rights reserved.

Topology Proceedings. COPYRIGHT c by Topology Proceedings. All rights reserved. Topology Proceedings Web: http://topology.auburn.edu/tp/ Mail: Topology Proceedings Department of Mathematics & Statistics Auburn University, Alabama 36849, USA E-mail: topolog@auburn.edu ISSN: 0146-4124

More information

Introduction to Scientific Modeling CS 365, Fall 2011 Cellular Automata

Introduction to Scientific Modeling CS 365, Fall 2011 Cellular Automata Introduction to Scientific Modeling CS 365, Fall 2011 Cellular Automata Stephanie Forrest ME 214 http://cs.unm.edu/~forrest/cs365/ forrest@cs.unm.edu 505-277-7104 Reading Assignment! Mitchell Ch. 10" Wolfram

More information

The Geometry of Cubic Maps

The Geometry of Cubic Maps The Geometry of Cubic Maps John Milnor Stony Brook University (www.math.sunysb.edu) work with Araceli Bonifant and Jan Kiwi Conformal Dynamics and Hyperbolic Geometry CUNY Graduate Center, October 23,

More information

First Menu of Projects (for Project II)

First Menu of Projects (for Project II) First Menu of Projects (for Project II) A region with four walls. So far, our mechanics example has had very little interesting physics in it. Now we ask you to turn to some more interesting examples.

More information

19.1 The Square Root of Negative One. What is the square root of negative one? That is, is there any x such that. x 2 = 1? (19.1)

19.1 The Square Root of Negative One. What is the square root of negative one? That is, is there any x such that. x 2 = 1? (19.1) 86 Chapter 9 Complex Numbers In order to work our way to the Mandelbrot set, we ll need to put Julia sets aside for a moment and focus on complex numbers. In the subsequent chapter we will consider dynamical

More information

Recursion. Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry. Fall 2007

Recursion. Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry. Fall 2007 Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry Fall 2007 1 / 47 Computer Science & Engineering 235 to Discrete Mathematics Sections 7.1-7.2 of Rosen Recursive Algorithms 2 / 47 A recursive

More information

CS 372: Computational Geometry Lecture 14 Geometric Approximation Algorithms

CS 372: Computational Geometry Lecture 14 Geometric Approximation Algorithms CS 372: Computational Geometry Lecture 14 Geometric Approximation Algorithms Antoine Vigneron King Abdullah University of Science and Technology December 5, 2012 Antoine Vigneron (KAUST) CS 372 Lecture

More information

Math 1b Sequences and series summary

Math 1b Sequences and series summary Math b Sequences and series summary December 22, 2005 Sequences (Stewart p. 557) Notations for a sequence: or a, a 2, a 3,..., a n,... {a n }. The numbers a n are called the terms of the sequence.. Limit

More information

3.5 Continuity of a Function One Sided Continuity Intermediate Value Theorem... 23

3.5 Continuity of a Function One Sided Continuity Intermediate Value Theorem... 23 Chapter 3 Limit and Continuity Contents 3. Definition of Limit 3 3.2 Basic Limit Theorems 8 3.3 One sided Limit 4 3.4 Infinite Limit, Limit at infinity and Asymptotes 5 3.4. Infinite Limit and Vertical

More information

Visualizing complex analytic functions using domain coloring

Visualizing complex analytic functions using domain coloring Page 1 of 22 Visualizing complex analytic functions using domain coloring Hans Lundmark Department of Mathematics Linköping University, Sweden halun@mai.liu.se Important note: Do the math symbols in the

More information

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics Lecture 14: Fractals and fractal geometry, coastline paradox, spectral characteristics of dynamical systems, 1-D complex valued maps, Mandelbrot set and nonlinear dynamical systems, introduction to application

More information

Math 100 Sections E/F Fundamental Theorem of Algebra Extra Credit Due Monday, April 23

Math 100 Sections E/F Fundamental Theorem of Algebra Extra Credit Due Monday, April 23 Math 100 Sections E/F Fundamental Theorem of Algebra Extra Credit Due Monday, April 3 The fundamental theorem of algebra is given on p. 417 of the text. It says any polynomial has at least one complex

More information

Book Version of Seven Videos of the same theme. Book 2: Truth 2 of 7. (Short Version)

Book Version of Seven Videos of the same theme. Book 2: Truth 2 of 7. (Short Version) Book Version of Seven Videos of the same theme. Book 2: Truth 2 of 7 (Short Version) 1 This book is totally free, and must also be shared freely. His author is «She and He who speak about the TOTAL Universe».

More information

Math 354 Transition graphs and subshifts November 26, 2014

Math 354 Transition graphs and subshifts November 26, 2014 Math 54 Transition graphs and subshifts November 6, 04. Transition graphs Let I be a closed interval in the real line. Suppose F : I I is function. Let I 0, I,..., I N be N closed subintervals in I with

More information

4452 Mathematical Modeling Lecture 13: Chaos and Fractals

4452 Mathematical Modeling Lecture 13: Chaos and Fractals Math Modeling Lecture 13: Chaos and Fractals Page 1 442 Mathematical Modeling Lecture 13: Chaos and Fractals Introduction In our tetbook, the discussion on chaos and fractals covers less than 2 pages.

More information

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics.

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics. Lecture 15: Fractals and fractal geometry, coastline paradox, spectral characteristics of dynamical systems, 1-D complex valued maps, Mandelbrot set and nonlinear dynamical systems, introduction to application

More information

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

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

More information

Infinity Unit 2: Chaos! Dynamical Systems

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

More information

Indecomposable Continua and Misiurewicz Points in Exponential Dynamics

Indecomposable Continua and Misiurewicz Points in Exponential Dynamics Indecomposable Continua and Misiurewicz Points in Exponential Dynamics Robert L. Devaney Mathematics Department Boston University Boston, MA 02215, USA Xavier Jarque Dep. Mat. Aplicada i Anàlisi Universitat

More information

The Mandelbrot Set and the Farey Tree

The Mandelbrot Set and the Farey Tree The Mandelbrot Set and the Farey Tree Emily Allaway May 206 Contents Introduction 2 2 The Mandelbrot Set 2 2. Definitions of the Mandelbrot Set................ 2 2.2 The First Folk Theorem.....................

More information

Sequences and infinite series

Sequences and infinite series Sequences and infinite series D. DeTurck University of Pennsylvania March 29, 208 D. DeTurck Math 04 002 208A: Sequence and series / 54 Sequences The lists of numbers you generate using a numerical method

More information

Some Derivatives of Newton s Method

Some Derivatives of Newton s Method Some Derivatives of Newton s Method J. B. Thoo Mathematics Department Yuba College 088 N. Beale Road Marysville, CA 9590-7699 Submitted January 9, 00 Revised February 5, 00 Revised August 3, 00 Corrected

More information