HONR 300/CMSC 491 Fractals (Flake, Ch. 5)

Slides:



Advertisements
Similar presentations
Fractals with a Special Look at Sierpinskis Triangle By Carolyn Costello.
Advertisements

FRACTAL DIMENSION OF BIOFILM IMAGES
1 Line replacement approach Koch Star (Snowflake) Area replacement approach Sierpenski Triangle Iterated Function System approach Heighway Dragon CSE
By Thomas Bowditch. A fractal is generally, "a rough or fragmented geometric shape that can be subdivided in parts, each of which is (at least approximately)
40S Applied Math Mr. Knight – Killarney School Slide 1 Unit: Sequences Lesson: SEQ-L3 Drawing Fractal Patterns Drawing Fractal Patterns Learning Outcome.
Chaos, Communication and Consciousness Module PH19510 Lecture 15 Fractals.
Fractals everywhere ST PAUL’S GEOMETRY MASTERCLASS II.
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.
Fractals Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts Director, Arts Technology Center University of New.
Homework discussion Read pages 388 – 391 Page 400: 49 – 52, 72.
The infinitely complex… Fractals Jennifer Chubb Dean’s Seminar November 14, 2006 Sides available at
Linear Fractal Mountains 2 step recursive process: –Subdivide chain by creating edge midpoints –Randomly perturb midpoint positions Gen 0: Gen 1: Gen 2:
The Wonderful World of Fractals
Fractals Complex Adaptive Systems Professor Melanie Moses March
Holt Geometry 12-Ext Using Patterns to Generate Fractals 12-Ext Using Patterns to Generate Fractals Holt Geometry Lesson Presentation Lesson Presentation.
CS4395: Computer Graphics 1 Fractals Mohan Sridharan Based on slides created by Edward Angel.
Fractals.
Approaches To Infinity. Fractals Self Similarity – They appear the same at every scale, no matter how much enlarged.
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,
1. Find the perimeter of a rectangle with side lengths 12 ft and 20 ft. 3. Find the area of a parallelogram with height 9 in. and base length 15 in. 2.
6-2 Warm Up Problem of the Day Lesson Presentation
Chapter 9: Geometry.
Structured Chaos: Using Mata and Stata to Draw Fractals
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
Fractals Nicole MacFarlane December 1 st, What are Fractals? Fractals are never- ending patterns. Many objects in nature have what is called a ‘self-
The Chaos Game.
6-2 Warm Up Problem of the Day Lesson Presentation
Infinities 6 Iteration Number, Algebra and Geometry.
SPSU, Fall 08, CS6353 Alice In Wonderland! Richard Gharaat.
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? Consider.
Mathematics Numbers: Percentages Science and Mathematics Education Research Group Supported by UBC Teaching and Learning Enhancement Fund Department.
6-2 Warm Up Problem of the Day Lesson Presentation
Some Fractals and Fractal Dimensions. The Cantor set: we take a line segment, and remove the middle third. For each remaining piece, we again remove the.
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.
HONR 300/CMSC 491 Chaos (Flake, Ch. 8) Prof. Marie desJardins, March 2, Chaos 3/2/11.
{ Fractals, iterations and the Sierpinski Triangle an iterative approach Central Arizona College Science Night at San Tan Campus.
Koch Curve How to draw a Koch curve.. Start with a line segment (STAGE 0) *Divide the line into thirds *In the middle third produce an equilateral triangle.
Section 6.1 Images Viewing a Gallery of Fractals. Look for patterns.
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
 Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion.
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?
Area & Perimeter An Introduction. AREA The amount of space inside a 2-dimensional object. Measured in square units cm 2, m 2, mm 2 Example: 1 cm 2 cm.
Creating a Hat Curve Fractal Objectives: 1.To create a Hat Curve fractal on Geometer’s Sketchpad using iteration. 2.To find the length of the Hat Curve.
HONR 300/CMSC 491 Chaos (Flake, Ch. 10; Mitchell, Ch. 2) Prof. Marie desJardins, March 1, Chaos 3/1/16.
Chapter 9: Geometry. 9.1: Points, Lines, Planes and Angles 9.2: Curves, Polygons and Circles 9.3: Triangles (Pythagoras’ Theorem) 9.4: Perimeter, Area.
A Primer on Chaos and Fractals Bruce Kessler Western Kentucky University as a prelude to Arcadia at Lipscomb University.
Development of structure. Additional literature Prusinkiewicz P, Lindenmayer A., 1990, The algorithmic beauty of plants, Springer Korvin G., 1992, Fractal.
1 What did we learn before?. 2 line and segment generation.
Fractals and L-Systems
Theory of nonlinear dynamic systems Practice 9
12-1A Fractals What are fractals? Who is Benoit Mandlebrot?
Fractals.
Fractals Project Natalie Rowe.
An introduction to Fractals
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
Fun with Sierpinski Pyramids
S.K.H. Bishop Mok Sau Tseng Secondary School
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
The Wonderful World of Fractals
Modeling with Geometry
Infinity and Beyond! A prelude to Infinite Sequences and Series (Ch 12)
Infinity and Beyond! A prelude to Infinite Sequences and Series (Ch 12)
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?
Warm Up Problem of the Day Lesson Presentation Lesson Quizzes.
Presentation transcript:

HONR 300/CMSC 491 Fractals (Flake, Ch. 5) Prof. Marie desJardins, February 15, 2012 Fractals 2/15/12

Happy Valentine’s Day! Fractals 2/15/12

Key Ideas Self-similarity Fractal constructions Fractal widths/lengths Cantor set Koch curve Peano curve Fractal widths/lengths Recurrence relations Closed-form solutions Fractal dimensions Fractals in nature Fractals 2/15/12

Cantor Sets Construction and properties (activity!) Description of points in Cantor set Standard Cantor set: “middle third” removal Variation: “middle half” Distance between pairs of end points at iteration i = ? Width of set at iteration i = ? Fractals 2/15/12

Fractional dimensions D = log N / log(1/a) N is the length of the curve in units of size a Cantor set: D = ? Koch curve: D = ? Peano curve: D = ? Standard Cantor: D = ? Middle-half Cantor: D = ? Fractals 2/15/12

Hilbert Curve Another space-filling curve Images: mathworld.com(T,L), donrelyea.com(R) Fractals 2/15/12

Koch Snowflake Same as the Koch curve but starts with an equilateral triangle Images: ccs.neu.edu(L), commons.wikimedia.org(R) Fractals 2/15/12

Sierpinski Triangle Generate by subdividing an equilateral triangle Amazingly, you can also construct the Sierpinski triangle with the Chaos Game: Mark the three vertices of an equilateral triangle Mark a random point inside the triangle (p) Pick one of the three vertices at random (v) Mark the point halfway between p and v Repeat until bored This process can be used with any polygon to generate a similar fractal http://www.shodor.org/interactivate/activities/TheChaosGame/ Images: curvebank.calstatela.edu(L), egge.net(R) Fractals 2/15/12

Mandelbrot and Julia Sets ...about which, more soon!! Images: salvolavis.com(L), geometrian.com, nedprod.com, commons.wikimedia.org Fractals 2/15/12

Fractals in Nature Coming up soon!! Fractals 2/15/12