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.

Slides:



Advertisements
Similar presentations
1 Line replacement approach Koch Star (Snowflake) Area replacement approach Sierpenski Triangle Iterated Function System approach Heighway Dragon CSE
Advertisements

40S Applied Math Mr. Knight – Killarney School Slide 1 Unit: Sequences Lesson: SEQ-L3 Drawing Fractal Patterns Drawing Fractal Patterns Learning Outcome.
Fractals everywhere ST PAUL’S GEOMETRY MASTERCLASS II.
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.
Fractals Jennifer Trinh Benoît Mandelbrot, “father of fractal geometry”
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
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.
Multifractals in Real World
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,
8-2 Warm Up Problem of the Day Lesson Presentation
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.
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-
How complex ~ Developed by Andrew Derer ~ MathScience Innovation Center, Richmond, VA.
6-2 Warm Up Problem of the Day Lesson Presentation
Triangle Town Hi, I’m Elke. Pleased to be your guide through Triangle Town. Don’t ever worry about getting lost. I’ll stay with you the whole time.
Ananth Dandibhotla, William Chen, Alden Ford, William Gulian Chapter 6 Proportions and Similarity.
Fractals Siobhán Rafferty.
Infinities 6 Iteration Number, Algebra and Geometry.
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.
Strategies and Rubrics for Teaching Chaos and Complex Systems Theories as Elaborating, Self-Organizing, and Fractionating Evolutionary Systems Fichter,
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
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.
Imagine you were playing around with Apophysis when some other GHP Math student student came up behind you and said “Gee that’s pretty! What is that a.
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.
What is Volume?. What is Volume? Volume is the amount of space inside an object.
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
 Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion.
Fractals. Dimensions Traditional Informal Definition: The dimension of a set is the number of perpendicular direction pairs you can move and stay within.
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?
Fractals.
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.
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.
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.
Stage 3: Artist What do you remember from the last class?
Theory of nonlinear dynamic systems Practice 9
Fractals.
Iterative Mathematics
THE AREA OF A CIRCLE An introduction to approximating the area of a circle.
Fractals Project Natalie Rowe.
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
Name the shape below. rectangle rhombus square triangle A B C D
Area of a Circular Segment
Surface Area of a Prism.
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
FRACTALS.
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
Value to Make Ratios Equal
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.
Can you work out the next shape in the pattern?
Surprising Connections in Math: From the Golden Ratio to Fractals
Presentation transcript:

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 middle third, and continue indefinitely.

To calculate the fractal / Hausdorff / capacity / box-counting dimension, we see how many boxes (circles) of diameter 1/r^n we need to cover the set (in this case, we will use r = 3, since it fits nicely).

D = Lim(log(N r )/log(1/r)) = log(2) / log(3) rNrNr 11 1/32 1/3^22^2 1/3^32^3 1/3^n2^n

The Koch snowflake: We start with an equilateral triangle. We duplicate the middle third of each side, forming a smaller equilateral triangle. We repeat the process.

To calculate the fractal / Hausdorff / capacity / box-counting dimension, we again see how many boxes (circles) of diameter (again)1/3^n we need to cover the set.

D = Lim(log(N r )/log(1/r)) = log(4) / log(3) rNrNr 13 1/33 * 4 1/3^23 * 4^2 1/3^33 * 4^3 1/3^n3 * 4^n

The Sierpinski carpet: We start with a square. We remove the middle square with side one third. For each of the remaining squares of side one third, remove the central square. We repeat the process.

D = Lim(log(N r )/log(1/r)) = log(8) / log(3) rNrNr 11 1/38 1/3^28^2 1/3^38^3 1/3^n8^n

The Sierpinski gasket: we do a similar process with an equilateral triangle, removing a central triangle. (Note: we could also do a similar thing taking cubes out of a larger cube -- the Sierpinski sponge -- but it’s hard to draw :-)

D = Lim(log(N r )/log(1/r)) = log(3) / log(2) rNrNr 11 1/23 1/2^23^2 1/2^33^3 1/2^n3^n

We can also remove other shapes.

D = Lim(log(N r )/log(1/r)) = log(4) / log(4) = 1 rNrNr 11 1/44 1/4^24^2 1/4^34^3 1/4^n4^n

D = Lim(log(N r )/log(1/r)) = log(3) / log(3) = 1 rNrNr 11 1/33 1/3^23^2 1/3^33^3 1/3^n3^n