Fractals in nature.

Slides:



Advertisements
Similar presentations
Iteration, the Julia Set, and the Mandelbrot Set.
Advertisements

1 Fractal Dust and Schottky Dancing Fractal Dust and nSchottky Dancing University of Utah GSAC Colloquium Josh Thompson.
Complex Dynamics and Crazy Mathematics Dynamics of three very different families of complex functions: 1.Polynomials (z 2 + c) 2. Entire maps ( exp(z))
FIELD DAY TOK: Mathematics and Imagination
FRACTALS. WHAT ARE FRACTALS? Fractals are geometric figures, just like rectangles, circles, and squares, but fractals have special properties that those.
Jochen Triesch, UC San Diego, 1 Rendering of the Mandelbrot set: perhaps the most famous fractal Fractals.
Chapter 9: Recursive Methods and Fractals E. Angel and D. Shreiner: Interactive Computer Graphics 6E © Addison-Wesley Mohan Sridharan Based on Slides.
Structures in the Dynamical Plane Dynamics of the family of complex maps Paul Blanchard Toni Garijo Matt Holzer Dan Look Sebastian Marotta Mark Morabito.
Fractals Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts Director, Arts Technology Center University of New.
Dynamic Classification of Escape Time Sierpinski Curve Julia Sets Dynamics of the family of complex maps Paul Blanchard Toni Garijo Matt Holzer U. Hoomiforgot.
The infinitely complex… Fractals Jennifer Chubb Dean’s Seminar November 14, 2006 Sides available at
Course Website: Computer Graphics 11: 3D Object Representations – Octrees & Fractals.
One way to give someone directions is to tell them to go three blocks East and five blocks South. Another way to give directions is to point and say “Go.
CS 4731: Computer Graphics Lecture 5: Fractals Emmanuel Agu.
Connecting Algebra with the Coordinate Plane.
CS4395: Computer Graphics 1 Fractals Mohan Sridharan Based on slides created by Edward Angel.
Fractals Joceline Lega Department of Mathematics University of Arizona.
10.1 Polar Coordinates. x y OriginPole Polar axis.
Integration in polar coordinates involves finding not the area underneath a curve but, rather, the area of a sector bounded by a curve. Consider the region.
Approaches To Infinity. Fractals Self Similarity – They appear the same at every scale, no matter how much enlarged.
Mandelbrot Fractals Betsey Davis MathScience Innovation Center.
HONR 300/CMSC 491 Computation, Complexity, and Emergence Mandelbrot & Julia Sets Prof. Marie desJardins February 22, 2012 Based on slides prepared by Nathaniel.
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
Structured Chaos: Using Mata and Stata to Draw Fractals
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
Fractals. Similar Figures Same shape Corresponding angles are congruent Corresponding sides are proportional.
MA Day 39 – March 1, 2013 Section 12.4: Double Integrals in Polar Coordinates.
Chapter 9 Geometry © 2008 Pearson Addison-Wesley. All rights reserved.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 10 Geometry.
Dynamics of the family of complex maps Paul Blanchard Toni Garijo Matt Holzer U. Hoomiforgot Dan Look Sebastian Marotta with: (why the case n = 2 is )
Fractals Siobhán Rafferty.
Excel quad iteration M-set iterator Movie maker 75.
Ch 9 Infinity page 1CSC 367 Fractals (9.2) Self similar curves appear identical at every level of detail often created by recursively drawing lines.
Dynamics of the family of complex maps Paul Blanchard Toni Garijo Matt Holzer Robert Kozma Dan Look Sebastian Marotta Mark Morabito with: Monica Moreno.
Fractals Douglas reeves.
Fractal Dimension and Applications in Landscape Ecology Jiquan Chen University of Toledo Feb. 21, 2005 The Euclidean dimension of a point is zero, of a.
David Chan TCM and what can you do with it in class?
Fractal Project Mariellen Hemmerling. Fractals “A fractal is "a rough or fragmented geometric shape that can be split into parts, each of which is (at.
DECIMALS A decimal number is a number with a decimal point in it, like these Definition:1. A linear array of digits that represents a real number, every.
Computer Graphics Through OpenGL: From Theory to Experiments, Second Edition Appendix A.
Exponential Dynamics and (Crazy) Topology Cantor bouquetsIndecomposable continua.
Governor’s School for the Sciences Mathematics Day 4.
Dynamical Systems 4 Deterministic chaos, fractals Ing. Jaroslav Jíra, CSc.
CSE 423 Computer Graphics | MUSHFIQUR ROUF CSE423:
Fractals! Fractals are these crazy objects which stretch our understanding of shape and space, moving into the weird world of infinity. We will look at.
Fractals! Bullock Math Academy March 22, 2014 Brian Shelburne
Fractals Ed Angel Professor Emeritus of Computer Science
Topological Structures in the Julia Sets of Rational Maps Dynamics of the family of complex maps Paul Blanchard Mark Morabito Toni Garijo Monica Moreno.
Double Integrals in Polar Coordinates. Sometimes equations and regions are expressed more simply in polar rather than rectangular coordinates. Recall:
Fractals. What do we mean by dimension? Consider what happens when you divide a line segment in two on a figure. How many smaller versions do you get?
Management in complexity The exploration of a new paradigm Complexity theory and the Quantum Interpretation Walter Baets, PhD, HDR Associate Dean for Innovation.
Complexity Leadership Dynamical Systems & Leadership Jim Hazy July 19, 2007.
Fractals Rule! Some Background Information Helpful to People Wanting to Understand Fractal Geometry.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
9.3 - Circles Objectives: Write an equation for a circle given sufficient information. Given an equation of a circle, graph it and label the radius and.
Fractals and L-Systems
HONR 300/CMSC 491 Computation, Complexity, and Emergence
Cantor and Sierpinski, Julia and Fatou;
Computer Graphics Lecture 40 Fractals Taqdees A. Siddiqi edu
Fractals Project Natalie Rowe.
The Polar Coordinate System
ITERATIVE DYNAMIC SYSTEMS THROUGH THE MANDELBROT AND JULIA SETS
Including Complex Dynamics in Complex Analysis Courses
Chapter 5 Curves and Fractals.
FRACTALS.
S.K.H. Bishop Mok Sau Tseng Secondary School
The Fractal Geometry of the Mandelbrot Set.
9.3 ROTATIONS.
The Polar Coordinate System
The Graph of an Equation Objective: 1. Sketch graphs of equations 2. Find x- and y-intercepts of graphs of equations 3. Find equations of and sketch graphs.
Presentation transcript:

Fractals in nature

A fractal fern

A fractal tree

How to grow a digital tree?

A fractal is an object with a fractional dimension!

0.6039

Other example of fractal: Koch’s snowflake D=log4/log3=1.261

Self-similarity in Koch’s curve

Two “classic” examples of fractal: the Julia set and the Mandelbrot set

How to create a Julia set? Consider the map f: z --> z^2 + c where z = x + iy = (x, y) and c = a + ib = (a, b) is a parameter in the mapping. It is equivalent to the two-dimensional map (Polar coordinate) r eiθ--> r^2 e2iθ+ c

This map of the complex numbers is equivalent to 3 successive transformations on the complex plane. Stretch points inside the unit circle towards the origin. Stretch points outside towards infinity Cut along the positive x-axis. Wrap the plane around itself once by doubling every angle. Shift the plane over so the origin lies on (a, b).

For other values of c we need a computer to find out the fixed points Despite all this stretching, twisting, and shifting there is always a set of points that transforms into itself. Such sets are called the Julia sets (after the French mathematician Gaston Julia who discovered them in the 1910s.) The Julia set for c = (0, 0) is easy to find: the set is the unit circle. For other values of c we need a computer to find out the fixed points

Examples of the Julia set on z plane

A Julia set is either totally connected or totally disconnected!

Self-similarity of the Julia set

An artistic visualization of the Julia set

Whether a Julia set is connected or not depends on the parameter c. Plot the Julia sets for all parameter values c. If the value of c makes the Julia set connected, then we say this c belongs to the Mandelbrot set. We can plot the Mandelbrot set on the c plane. (Note: the Julia set is defined on the z plane) Examine the Julia set to determine whether it is connected or not takes a long time. Luckily, we need to study only one point in the z plane: the origin If the origin never escapes to infinity then it is either a part of the Julia set or is trapped inside it. In both cases, the Julia set is connected. (Mandelbrot) (Note: If the origin is part of the set, the set is dendritic (branch-like). If it is trapped inside the set, the set is topologically equivalent to a circle.)

Mandelbrot set on the c plane (x,y)=(-2,0) (x,y)=(1/4,0) (x,y)=(-3/4,0) (x,y)=(0,0)

the bifurcation diagram! Mandelbrot set and the bifurcation diagram! 3 4 5 4 2 1 3 8

The first computer print-out of the Mandelbrot set All the ”islands” in the set are connected!!

The fascinating “universe” of the Mandelbrot set

The end

“Bulbs” with different periods

Period 3 3

Period 4 4

Period 5 5

Period 7 7

You can find thousands of artistic fractals on the web, for example...

etc...