CITS4403 Computational Modelling Fractals. A fractal is a mathematical set that typically displays self-similar patterns. Fractals may be exactly the.

Slides:



Advertisements
Similar presentations
Finding Gold In The Forest …A Connection Between Fractal Trees, Topology, and The Golden Ratio.
Advertisements

Making sense of a complex world Chris Budd. Many natural (and human!) systems appear complex and hard to understand National Electricity Grid.
Fractal Euclidean RockCrystal Single planet Large-scale distribution of galaxies.
10.2 Diffusion and Cellular Automata. Simulating Motion: Cellular Automata If all we have to work with is a grid of cells (spreadsheet), how can we simulate.
Overarching Goal: Understand that computer models require the merging of mathematics and science. 1.Understand how computational reasoning can be infused.
CITS4403 Computational Modelling Game of Life. One of the first cellular automata to be studied, and probably the most popular of all time, is a 2-D CA.
Volume of Rectangular Prisms
Fractals everywhere ST PAUL’S GEOMETRY MASTERCLASS II.
Cellular Automata, Part 2. What is the relationship between the dynamics of cellular automata and their ability to compute?
GOAL: UNDERSTAND CAUSAL AND INFLUENCE NETWORKS IN COMPLEX ADAPTIVE SYSTEMS IN ORDER TO CONTROL THEM.
Is It Live, or Is It Fractal? Bergren Forum September 3, 2009 Addison Frey, Presenter.
Fractals Jennifer Trinh Benoît Mandelbrot, “father of fractal geometry”
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.
Fractals Complex Adaptive Systems Professor Melanie Moses March
Properties of Matter O’Connor/chapter 4. Physical vs Chemical Property Property A property that describes the behavior of a substance without reference.
Multifractals in Real World
Admin stuff. Questionnaire Name Math courses taken so far General academic trend (major) General interests What about Chaos interests you the most?
Approaches To Infinity. Fractals Self Similarity – They appear the same at every scale, no matter how much enlarged.
A New Kind of Science in a Nutshell David Sehnal QIPL at FI MU.
Nawaf M Albadia Introduction. Components. Behavior & Characteristics. Classes & Rules. Grid Dimensions. Evolving Cellular Automata using Genetic.
Modelling and Simulation 2008 A brief introduction to self-similar fractals.
Applied Mathematics Complex Systems Fractals Fractal by Zhixuan Li.
"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,
Newton Fractals. Newton’s method Need initial guess and derivative Quadratic convergence – Proof via taylor’s theorem x_n+1 = x_n – f(x_n)/f(x_n) Derivation.
Mandelbrot Set the Who Is Mandelbrot?  Benoit Mandelbrot –Mandelbrot was born in Poland in He studied mathematics in France under Gaston Julia.
Absorbing Phase Transitions
Model Construction 김 성 남. Contents What is Modeling? Model Construction - Interactive modeling tools - Scanning tools - Computer vision -
Fractals Basic Concept Entities are composed of features that are reproduced at different scales. And whole entities can be described as a sum of smaller.
Fractals Siobhán Rafferty.
How and why things crackle We expect that there ought to be a simple, underlying reason that earthquakes occur on all different sizes. The very small earthquake.
Math Session: - Measurement - Dimensional Analysis SC155: Introduction to Chemistry Freddie Arocho-Perez.
Monte Carlo Methods Versatile methods for analyzing the behavior of some activity, plan or process that involves uncertainty.
Centre for Advanced Spatial Analysis (CASA), UCL, 1-19 Torrington Place, London WC1E 6BT, UK web Talk.
Introduction to Lattice Simulations. Cellular Automata What are Cellular Automata or CA? A cellular automata is a discrete model used to study a range.
Fractals. In colloquial usage, a fractal is "a rough or fragmented geometric shape that can be subdivided in parts, each of which is (at least approximately)
Cellular Automata Martijn van den Heuvel Models of Computation June 21st, 2011.
Fractals smooth surfaces and regular shapes - Euclidean-geometry methods -object shapes were described with equations natural objects - have irregular.
The Science of Complexity J. C. Sprott Department of Physics University of Wisconsin - Madison Presented to the First National Conference on Complexity.
Strategies and Rubrics for Teaching Chaos and Complex Systems Theories as Elaborating, Self-Organizing, and Fractionating Evolutionary Systems Fichter,
Euclidean Dimension = E
WORKSHOP “Fractal patterns…” Morahalom, May, 2009 Fractal patterns in geology, and their application in mathematical modelling of reservoir properties.
David Chan TCM and what can you do with it in class?
{ Fractals, iterations and the Sierpinski Triangle an iterative approach Central Arizona College Science Night at San Tan Campus.
Introduction to Chaos by: Saeed Heidary 29 Feb 2013.
Self-Similarity Some examples. Self-Similarity in the Koch Curve Fractals usually possess what is called self-similarity across scales. That is, as one.
“It’s the “It’s the SYSTEM !” SYSTEM !” Complex Earth Systems
CS851 – Biological Computing February 6, 2003 Nathanael Paul Randomness in Cellular Automata.
Game Programming, Math and the Real World Rolf Lakaemper, CIS, Temple University.
Introduction to Models Lecture 8 February 22, 2005.
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.
Janine Bolliger Swiss Federal Research Institute WSL/FNP,
Percolation Percolation is a purely geometric problem which exhibits a phase transition consider a 2 dimensional lattice where the sites are occupied with.
Fractals Cassi Blum.
1 A Case Study: Percolation Percolation. Pour liquid on top of some porous material. Will liquid reach the bottom? Applications. [ chemistry, materials.
Digital Media Dr. Jim Rowan ITEC 2110 Vector Graphics II.
Modelagem Dinâmica com TerraME Aula 5 – Building simple models with TerraME Tiago Garcia de Senna Carneiro (UFOP) Gilberto Câmara (INPE)
Making sense of a complex world
Fractals and L-Systems
L – Modeling and Simulating Social Systems with MATLAB
Pedro Ribeiro de Andrade Münster, 2013
Dimension Review Many of the geometric structures generated by chaotic map or differential dynamic systems are extremely complex. Fractal : hard to define.
Computer Graphics Lecture 40 Fractals Taqdees A. Siddiqi edu
UNIT SELF-TEST QUESTIONS
Lecture 16: Earth-Mover Distance
S.K.H. Bishop Mok Sau Tseng Secondary School
A Computational Approach to Percolation Theory
Dr. Jim Rowan ITEC 2110 Vector Graphics II
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?
Cellular Automata (CA) Overview
Presentation transcript:

CITS4403 Computational Modelling Fractals

A fractal is a mathematical set that typically displays self-similar patterns. Fractals may be exactly the same at every scale, or they may be nearly the same at different scales.

Where fractals come from… Fractals are closely linked to complexity theory. Self similarity and patterns that are independent of scale have been studied since the 17 th century. More recent studies of complex systems have found that simple equations for describing weather, cellular automata, agent interactions has a similarly fractal nature.

Complex Systems and Fractals Complex systems and fractals have some common properties. They can be simple to specify, but hard to predict. They are studied via computer simulations. They frequently have the scale free property. Treating complex systems as fractal allows us to use the Fractal Dimension to “quantify” complexity.

Fractal Dimension To understand fractals, we have to start with dimensions. The dimension of a space is the number of coordinates we need to specify a point in a space. A number line takes one coordinate, a Euclidean plane takes 2, a solid takes 3, etc. A fractal, such as the Koch Snowflake is approximated by a line, but at its limit it has a fuzzy, infinite border, more like an area….

Fractal Dimension We can describe non-integer dimensions by examining what happens to the shape under scaling. Image we switch from Metric to Imperial. Going from centimeters to inches, we multiply every length by 2.5, every area by 6.25 (2.5*2.5) and every volume by and so on. By examining the properties of fractals under scaling we can assign them a fractal dimension. The Koch Snowflake has infinite length, but we can examine what happens when it is approximated at a scale:

Box Counting Complexity To compute the box-counting dimension, we divide the space into a grid where the size of each cell is ε. Then we count N(ε), the number of cells that contain at least one element of S. As ε gets smaller, N(ε) gets bigger. For many objects the relationship has the form: Taking the log of both sides and rearranging yields:

Fractal Dimension of CAs To investigate the behavior of fractal dimension, we’ll apply it to cellular automata. Box-counting for CAs is simple; we just count the number of “on” cells in each time step and add them up.

Fractal Dimension of CAs In some cases (Type 1) the CA is very predicable, and in these cases has an integer dimension, but in others (Type 2,3,4) we see fractional dimensions:

Other Complex Systems In 1990 Bak, Chen and Tang proposed a cellular automaton that is an abstract model of a forest fire. Each cell is in one of three states: empty, occupied by a tree, or on fire. The rules of the CA are: 1.An empty cell becomes occupied with probability p. 2.A cell with a tree burns if any of its neighbors is on fire. 3.A cell with a tree spontaneously burns, with probability f, even if none of its neighbors is on fire. 4.A cell with a burning tree becomes an empty cell in the next time step. Percolation is a process in which a fluid flows through a semi-porous material. Examples include oil in rock formations, water in paper, and hydrogen gas in micropores. Percolation models are also used to study systems that are not literally percolation, including epidemics and networks of electrical resistors. Seehttp://en.wikipedia.org/wiki/Percolation_theory. Percolation processes often exhibit a phase change; that is, an abrupt transition from one behavior (low flow) to another (high flow) with a small change in a continuous parameter (like the porosity of the material). This transition is sometimes called a “tipping point.”

Mandlebrot and Julia Sets These classic fractals are the result of applying iterated complex functions, and examining the boundary of the convergent set:

Philosophy of Science?? Does fractal dimension give us a measure of complexity? Discuss this claim… Does fractal complexity allow non- determinsim and free will to exist within a deterministic universe?