610 likes | 901 Views
Bruce Wayne Fractals. What is a Fractal?. According to Benoit Mandelbrot … “A fractal is by definition is a set for which the Hausdorff-Besicovitch dimension strictly exceeds the topological dimension.” So … the concept of dimension is very important as we are learning about fractals.
E N D
According to Benoit Mandelbrot … “A fractal is by definition is a set for which the Hausdorff-Besicovitch dimension strictly exceeds the topological dimension.” So … the concept of dimension is very important as we are learning about fractals.
Fractals in Nature “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." -- Benoit Mandelbrot
Advanced Synthetic Aperture Radar image of a large glacial lake in Finland.
Important Characteristics of Fractals • They are recursive; that is, the process of their creation gets repeated indefinitely; • They are self-similar; that is, copies of the entire fractal may be found, in reduced form, within the fractal.
Ways to Create Geometric Fractals • use a base shape and replace it with a recurring motif shape (we did this when we created the Koch Triangle for homework, the initial triangle was the base and the shape that we replaced each side with was the motif) • play the chaos game • method of successive removals
Introducing XAOS Software Let’s look at this really neat fractal software and keep in mind those ideas about recursion and self-similarity.
Let’s Play … The Chaos Game
Dimension 1 dimensional 2 dimensional 3 dimensional
Dimension Definition (1) A measure of spatial extent, especially width, height, or length. (2) The least number of independent coordinates required to specify uniquely the points in a space.
Dimension Definition The first formal definition was stated by Dutch mathematician L E J Brouwer (1881-1966) in 1913. “A (solid) cube has the topological dimension of three because in any decomposition of the cube into smaller bricks there always are points that belong to at least four (3+1) bricks.”
Definition Self-similarity Dimension D = log ( number of pieces ) log ( magnification factor )
Easy example: What is the self-similarity dimension of a cube that has a length = 3, a width = 3, and a height = 3 ? We can break the cube up into 27 smaller cubes, or "pieces". Also, if we take one of the smaller cubes and "magnify" the sides by 3, we end up with a cube that is the same size as the original. Hence, the "magnification factor" is 3. Self-similarity dimension = log( number of pieces ) log( magnification factor ) Self-similarity dimension = log (27) = log(3)3 = 3 log(3) = 3 log (3) log(3) log(3)
What is the fractal dimension of the Koch Snowflake ? Self-similarity dimension = log( number of pieces ) log( magnification factor )
What is the fractal dimension of the Koch Snowflake ? Self-similarity dimension = log(4) = 1.26 log(3)
What would the "self-similarity dimension" be for the Koch Island Fractal ?
Self-similarity dimension = log ( number of pieces ) log ( magnification factor ) Self-similarity dimension = log (8) = log(2)3 = 3 log(2) = 1.5 log(4) log(2)2 = 2 log(2) What is the area of the Koch Island fractal ? What is the perimeter of the Koch Island fractal ?
Logo Programming It is not just for the kids. Big kids can have fun with it as well !!!
Stage 0 1 2 3 4 n Length • Now that you have experimented with creating the Hat Curve Fractal, it’s time to make your own. • Go to FILE, then DOCUMENTOPTIONS. • Choose the ADDPAGE tab, then BLANK PAGE. • Click on OK. • Use the same procedure as you did for the Hat Curve Fractal to create your own. • Start with a horizontal line segment. • Decide upon a rule to use. Creativity counts here! For example, two rules you have seen are to replace the middle third of the segment with a triangle or with a square. Type your rule on your page with a text box. • After you have created your fractal, copy and fill in the table below on sketchpad. Pick some convenient starting length for your segment (other than 1).