An Introduction to Fractals

Size: px
Start display at page:

Download "An Introduction to Fractals"

Transcription

1 An Introduction to Fractals Sarah Hardy December 10, 2018 Abstract Fractals can be defined as an infinitely complex pattern that is self-similar, that is contains replicas of itself of varying sizes, across different scales. Analyzing the definitions of a fractal unveil the ways in which these shapes differ from the average and therefore introduce interesting concepts. Fractals as they appear in nature and as they can be produced mathematically are complex patterns that often result from simple iterative equations. In this paper, we will define simple fractals and extend these ideas to create more complex forms such as random fractals and the Mandelbrot set. 1 Introduction Although the term fractal may not be universally well known, everyone has most certainly observed fractals without realizing it. From tree branches to mountain ranges, rivers to Romanesco broccoli, fractals exist in many forms throughout nature. (a) A tree [1] (b) Romanesco broccoli [2] Figure 1: Two examples of natural fractals Formally, a fractal is an infinitely complex pattern that is self-similar across many scales [3]. This self-similarity is necessary to make fractals unique and define them apart from other shapes in nature and mathematics. We can think of a self-similar object as one that contains replicas of itself of various sizes [4]. Consider one of the natural fractals listed above such as the tree branch. If you were to break off a branch from a tree, it looks like a smaller version of a tree, with limbs branching off from each other. If you were again to break off one of these branches, you would again see what looks like a smaller version of the whole tree branch. While in nature, the smaller branches you see will not be the exact same shape as the whole initial branch, the shapes that make up the branch mimic that of the overall and thus we see this idea of self-similarity. 1

2 Not only can fractals be found in nature, but they can be produced mathematically. Mathematical fractals can be exactly self-similar at different scales, however, as we explore mathematical fractals, we will see that this is not always the case and these imperfect examples give us a more interesting topic of exploration. 2 Defining Fractals With self-similarity in mind, we can explore how to create simple fractals to deepen our definition then expand these ideas in an attempt to model natural phenomena. 2.1 Iterative Methods The complex shapes of fractals can be created quite easily by the simple idea of iteration. An iterative function begins with an initial condition x 0 and a function f. The output of f(x 0 ) = x 1, the first iteration, is put back into the function as f(x 1 ) = x 2 for the second iteration and so on for a given number of iterations or indefinitely. We can see this applied geometrically in an example of a fractal snowflake: Figure 2: A fractal snowflake defined at iterations n=0,1,2,3 where the function is to create 4 copies of the object and place one at each corner [4]. As we can see in this example, a complex object is created by a very simple process. The resulting shape is indeed a fractal by our definition of self-similarity. Zooming in to any one section of the fractal snowflake will look exactly like the whole object. Similar methods of iteration can be used with different shapes or functions to create unique fractals. We will expand upon this idea of fractal creation via iterative functions as we explore the Mandelbrot set. 2.2 Self-Similarity Dimension Shapes are often defined by their size in various ways including length and area. If we want to instruct someone to draw a square, for example, we can ask them to draw a square of area 1 in 2 or with sides of length 1 in. Similarly, a person has an average size, measured by your height for example. However, a shape that is infinitely self-similar doesn t have the usual definition of an average size. To understand this concept, consider if you lived in a fractal world such as our fractal snowflake from Figure 2, and you were shrunk. In the real world, if you were suddenly shrunk, you would be able to tell based off the average size of the objects around you. Your dog would be bigger than you, your bed would be too tall for you to get into, and everything 2

3 around you would appear larger than usual. On the other hand, if you were shrunk in our fractal world, you would have no way of knowing by how much your size had changed, if at all. The same shape would still appear in scales larger and smaller than you and thus you would have no concept of how much your size had changed. As this example demonstrates, the idea of average size is not useful when defining a fractal. Thus, we must define a different form of measurement to classify fractals. Although the average size of a fractal is not a useful measurement, we find that comparing the scale of different iterations of a fractal gives insight into what makes the fractal shape unique. The self-similarity dimension defines how many small self-similar pieces of an object fit within a larger piece. To find the self-similarity dimension, D, we can solve the simple equation: (number of small copies) = (magnification factor) D. The origins of this equation can be traced back to simple known dimensions. First, consider a line segment. If you magnify this line segment by 3, you now have 3 small copies of the line segment and a magnification factor of 3, and therefore the new figure has dimension 1. Similarly, if you start with a square and magnify it by 3, the length and width of the square will be three times its original size, however you can now fit 9 of the original sized squares in the new square. Thus, the dimension is 2, as we would expect for a square. Now that we see this equation holds for basic 1 and 2 dimensional objects (and you can easily prove it holds for a cube as well), we can consider how it will work for a fractal. Once again, consider our fractal snowflake in Figure 2. Each successive iteration of the snowflake has height and width that is 3 times the size of the original object and contains 5 small copies of the shape. Thus, every element of the fractal snowflake is made up of 5 smaller elements that look like the element itself but scaled down by 3. Plugging this into our equation, we can solve 5 = 3 D to get D = We can interpret this value to mean the fractal snowflake is somewhere between a one and a two-dimensional object. To expand our definition of a fractal, we can compare this self-similarity dimension to the topological dimension. The topological dimension of an object is the more intuitive notion of dimension where a point is 0- dimensional, a line is 1-dimensional, etc. The snowflake, for instance, has topological dimension of 1. If you were to zoom out on the fractal, it would appear to be a pattern of lines, therefore existing in one dimension. Thus, the self-similarity dimension, 1.46, is greater than the topological dimension, 1. This relationship (self-similiarity dimension > topological dimension) proves to be true for all fractals and is often included in the formal definition of these geometric shapes. The self-similarity dimension can be calculated with the method described above for mathematically created fractals that are exactly self-similar over different scales, however a different process called the Box-Counting Method [4] is used to calculate the dimension for more complex fractals, such as random (Section 3.1) or natural fractals, that are not exactly self-similar. Yet, the concept of dimension still holds true and is extremely important in defining all fractals. 3 More Complex Fractals And Applications With a background of fractals and how they are defined, we can look at more complex fractals that give an interesting insight into how these geometric shapes prove to be useful. 3.1 Random Fractals As we continue our exploration into fractals, it s important to consider how this geometric shape can be useful in a real-world application. Unfortunately, fractals that appear in the real world are usually not perfectly self-similar like the fractal snowflake we ve been considering. However, we can still utilize the simple iterative functions that create fractals to model natural phenomena by introducing the concept of randomness. Consider the Koch Curve, a classic iterative fractal in Figure 3 (a). With every iteration, the pattern is curved upwards. However, consider if we added randomness such that we curve upwards with a probability of 50% and downwards with a probability of 50%. This can be modeled by a simple statistical equation that produces a much more random shape such as in Figure 3 (b). The addition of randomness allows the curve to 3

4 model a more realistic situation that may be found in nature, such as the crack in a sidewalk or a coastline. (a) Classic Koch curve without randomness (b) Koch curve with randomness Figure 3: A comparison of the Koch curve with and without randomness [4] It s important to note that random fractals, like fractals found in nature, are not exactly self-similar. However, since the shape is made of smaller parts that have the same statistical properties as the whole, these shapes are considered statistically self-similar, and therefore still fractals by definition. The measurement of dimension is equally important in characterizing random fractals as it is for perfectly self-similar fractals, however, as previously mentioned, will need to be calculated with a slightly more advanced method than that introduced in the previous section. 3.2 Julia Sets and the Mandelbrot Set The Mandelbrot set, like random fractals, is a complex application of fractal ideas that proves to be an interesting area of study within this subject. Before introducing the Mandelbrot set, we must first define a Julia set. A Julia set is a set of conditions for a function f which, when iterated, do not go to infinity. For a simple example, consider the equation f(x) = x 2. When iterated, this function converges for initial conditions, x 0, of absolute value less than 1. Any x 0 > 1 will fly off to infinity when iterated. Thus, the Julia set for this function is [ 1, 1] since all numbers between 1 and 1, including the end points, will not go to infinity when iterated. When graphed on a complex plane, the Julia set for f(x) = x 2 is a simple circle with radius 1. The graph, however, will become more interesting when we consider more complicated equations of the form f(x) = x 2 + c where c is any complex number. In Section 2.1, we explored iterative functions and their use in defining fractals. Thus it shouldn t be surprising that in graphing the Julia sets of functions of the format f(x) = x 2 + c, we can produce complex fractals. In analyzing these fractals, it was discovered that there are two categories into which the graphs fall: connected or disconnected. It turns out that whether or not the graph is connected is dependent on if x 0 = 0 is included in the Julia set. If 0 is in the Julia set, then the graph will be connected, otherwise the fractal is disconnected. From this distinction arises another fractal: the Mandelbrot set. The Mandelbrot set is the collection of values of c such that f(x) = x 2 + c produces a connected set. Graphing the points of the Mandelbrot set on a complex plane, we find that 4

5 (a) The entire Mandelbrot set on the (b) An example of how the Mandelbrot set complex plane [6]. can be colored [7] Figure 4: Two images of the Mandelbrot set. this graph is also a fractal (Figure 4). Zooming in on various sections of the Mandelbrot set graph reveals infinitely complex patterns with interesting connections to the related Julia set [4]. The Mandelbrot set is often graphed with different colors (Figure 4 (b)) used to identify the rate at which certain values outside the set fly off to infinity. This creates more interesting and artistic images that demonstrate the complexity of the set, as well as look aesthetically pleasing to the viewer. Not only is the Mandelbrot set a beautiful mathematical set used in art and graphic design, but it provides a prime example of how simple rules can produce infinitely complex results. This is perhaps the most important reason for the study of fractals. These complex shapes, produced by simple rules, allow us to model complicated shapes that would seem otherwise too complex to reproduce without an understanding of fractals. 3.3 Applications of Fractals The applications of fractals can be seen in various fields of study from computer science to medicine. As mentioned, random fractals can be used to model coastlines, for example, which is useful for ecologists to mimic natural landscapes and thus form conclusions about natural habitat patterns [8]. Besides conducting important research that resulted in the discovery of the Mandelbrot set, Benoit Mandelbrot analyzed how computer produced random fractals can be used to represent patterns in nature such as mountain ranges [9]. Video games and movie animation alike produce fractal landscapes using the dimension of a random fractal. Fractals are also commonly used in image compression [10], geology and geophysics to model earthquakes, physiology and medicine in tissue imaging, and more. 4 Presentation Reflection and Comments For both this paper and my in class presentation, my main source of research was [4]. As this is a fairly large textbook, I pieced together the sections of information which I found most useful and hoped would be the most interesting to present. Overall, the comments from the class were favorable and I received very positive feedback on the material that was presented. Reflecting on my presentation, some classmates mentioned they would have liked further detail on the applications of fractals since I simply give an overview of many different applications. While I agree there are many interesting applications of fractals that would be fun to learn about in greater detail, my main motivation in giving this presentation was for the audience to understand fractals on a fundamental level and explore their creation and appearances in mathematics. I chose to center my research on the pure mathematics of this topic as I find the connections between iterative equations and fractal shape, as well as the phenomena of the fractals that appear when 5

6 graphing the Julia sets and Mandelbrot set, truly fascinating. Whereas the central mathematics I presented may not be about the direct applications of fractals, I think this deep understanding of fractals is necessary before one can dive into applying them to real world situations. Throughout this paper and my presentation, I nod to the applications of fractals and the adjustments that must be made to apply them to various situations. I hope this has sparked the interest of the audience to continue with their own research into the application that most speaks to them. Our class contains a variety of students who study math along with different topics such as psychology, computer science, economics, physics, etc. Some students noted they were interested in learning more about image compression, while others were more interested in the connection to fractal landscapes in computer imaging. Another student noted the connection to a TV show, Numb3ers, which comments on how fractals can be used to identify a forged comic book [11]. A separate presentation could dive deeply into any of these topics once the ground work of basic fractals is laid out. I encourage the audience of this paper or of my in-class presentation to choose a fractal application that most appeals to them and do some quick research. I have provided some sources in my reference list below but also note there are hundreds of sources on fractal applications that are just as interesting as the essays I have listed. In a course that holds the title mathematical connections, I think it s important to recognize the many connections a simple topic can have outside of pure mathematics even without going into extreme detail about each connection. This course has opened my eyes to the many discrete ways in which mathematics appears in our world. Even without a thorough knowledge of each of the mathematical connections, I appreciate the opportunity to hear about vastly different topics that spark my interest and desire to continue more detailed research on my own time. For me, learning the basic concepts of fractals reflected the overarching themes I have found throughout this course. Fractals are complex shapes and patterns that can be boiled down to a simple equation through elementary mathematics and I have found throughout this course that there are so many other things in life that can be similarly simplified with math. Thus, the study of fractals can truly force us to look at the world through a new mathematical lens that can apply to many other situations as we have analyzed throughout this course. References [1] Tree image. COLOURBOX jpg [2] Romanesco Broccoli image. Broccoli.jpg/220px- Fractal Broccoli.jpg [3] Fractal Foundation What Are Fractals?. [4] David P. Feldman, Chaos and Fractals: An Elementary Introduction. Oxford University Press, bf-4e48-b4ff-ea4a92fa8aef %40sessionmgr4010&vid=0&format=EB [5] Fractal Tree image /wp-content/uploads/2014/12/ch08 04.png [6] Mandelbrot Set graph. wayne/mandel/mandel-bw.jpg [7] Colored Mandelbrot Set graph. [8] George Sugihara, Robert M. May, Applications of Fractals in Ecology. Trends in Ecology & Evolution 5 : 3, 1990, [9] Benoit B. Mandelbrot, Fractals and the Geometry of Nature. pdfs/encyclopediabritannica.pdf 6

7 [10] Lester Thomas, Farzin Deravi, Region-Based Fractal Image Compression Using Heuristic Search. IEE Transations on Image Processing 4 : 6, 1995, [11] Numb3rs 409: Graphic numb3rs/baker/409.html 7

Clouds, biological growth, and coastlines are

Clouds, biological growth, and coastlines are L A B 11 KOCH SNOWFLAKE Fractals Clouds, biological growth, and coastlines are examples of real-life phenomena that seem too complex to be described using typical mathematical functions or relationships.

More information

Session 27: Fractals - Handout

Session 27: Fractals - Handout Session 27: Fractals - Handout 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 (1924-2010)

More information

Mathematics 350 Section 6.3 Introduction to Fractals

Mathematics 350 Section 6.3 Introduction to Fractals Mathematics 350 Section 6.3 Introduction to Fractals A fractal is generally "a rough or fragmented geometric shape that is self-similar, which means it can be split into parts, each of which is (at least

More information

Discrete Dynamical Systems: A Pathway for Students to Become Enchanted with Mathematics

Discrete Dynamical Systems: A Pathway for Students to Become Enchanted with Mathematics Discrete Dynamical Systems: A Pathway for Students to Become Enchanted with Mathematics Robert L. Devaney, Professor Department of Mathematics Boston University Boston, MA 02215 USA bob@bu.edu Abstract.

More information

Fractal Geometry. Prof. Thomas Bäck Fractal Geometry 1. Natural Computing Group

Fractal Geometry. Prof. Thomas Bäck Fractal Geometry 1. Natural Computing Group Fractal Geometry Prof. Thomas Bäck Fractal Geometry 1 Contents Introduction The Fractal Geometry of Nature - Self-Similarity - Some Pioneering Fractals - Dimension and Fractal Dimension Scope of Fractal

More information

Fractals: Self-Similarity and Fractal Dimension Math 198, Spring 2013

Fractals: Self-Similarity and Fractal Dimension Math 198, Spring 2013 Fractals: Self-Similarity and Fractal Dimension Math 198, Spring 2013 Background Fractal geometry is one of the most important developments in mathematics in the second half of the 20th century. Fractals

More information

Fractal Geometry. LIACS Natural Computing Group Leiden University

Fractal Geometry. LIACS Natural Computing Group Leiden University Fractal Geometry Contents Introduction The Fractal Geometry of Nature Self-Similarity Some Pioneering Fractals Dimension and Fractal Dimension Cellular Automata Particle Systems Scope of Fractal Geometry

More information

Fractal Coding. CS 6723 Image Processing Fall 2013

Fractal Coding. CS 6723 Image Processing Fall 2013 Fractal Coding CS 6723 Image Processing Fall 2013 Fractals and Image Processing The word Fractal less than 30 years by one of the history s most creative mathematician Benoit Mandelbrot Other contributors:

More information

Section 9.5. Tessellations. Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Section 9.5. Tessellations. Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 9.5 Tessellations What You Will Learn Tessellations 9.5-2 Tessellations A tessellation (or tiling) is a pattern consisting of the repeated use of the same geometric figures to entirely cover a

More information

Exploring Fractals through Geometry and Algebra. Kelly Deckelman Ben Eggleston Laura Mckenzie Patricia Parker-Davis Deanna Voss

Exploring Fractals through Geometry and Algebra. Kelly Deckelman Ben Eggleston Laura Mckenzie Patricia Parker-Davis Deanna Voss Exploring Fractals through Geometry and Algebra Kelly Deckelman Ben Eggleston Laura Mckenzie Patricia Parker-Davis Deanna Voss Learning Objective and skills practiced Students will: Learn the three criteria

More information

Fractals. Materials. Pencil Paper Grid made of triangles

Fractals. Materials. Pencil Paper Grid made of triangles Fractals Overview: Fractals are new on the mathematics scene, however they are in your life every day. Cell phones use fractal antennas, doctors study fractal-based blood flow diagrams to search for cancerous

More information

Chapter 12: Fractal Geometry The Koch Snowflake and Self-Similarity

Chapter 12: Fractal Geometry The Koch Snowflake and Self-Similarity Chapter 12: Fractal Geometry 12.1 The Koch Snowflake and Self-Similarity Geometric Fractal Our first example of a geometric fractal is a shape known as the Koch snowflake, named after the Swedish mathematician

More information

Lecture 3: Some Strange Properties of Fractal Curves

Lecture 3: Some Strange Properties of Fractal Curves Lecture 3: Some Strange Properties of Fractal Curves I have been a stranger in a strange land. Exodus 2:22 1. Fractal Strangeness Fractals have a look and feel that is very different from ordinary curves.

More information

Some geometries to describe nature

Some geometries to describe nature Some geometries to describe nature Christiane Rousseau Since ancient times, the development of mathematics has been inspired, at least in part, by the need to provide models in other sciences, and that

More information

Math 32, August 20: Review & Parametric Equations

Math 32, August 20: Review & Parametric Equations Math 3, August 0: Review & Parametric Equations Section 1: Review This course will continue the development of the Calculus tools started in Math 30 and Math 31. The primary difference between this course

More information

CSC 470 Computer Graphics. Fractals

CSC 470 Computer Graphics. Fractals CSC 47 Computer Graphics Fractals 1 This Week Approaches to Infinity Fractals and Self-Similarity Similarity Iterative Function Systems Lindenmayer Systems Curves Natural Images (trees, landscapes..) Introduction

More information

Koch-Like Fractal Images

Koch-Like Fractal Images Bridges Finland Conference Proceedings Koch-Like Fractal Images Vincent J. Matsko Department of Mathematics University of San Francisco vince.matsko@gmail.com Abstract The Koch snowflake is defined by

More information

ARi. Amalgamated Research Inc. What are fractals?

ARi. Amalgamated Research Inc. What are fractals? ARi www.arifractal.com What are fractals? Amalgamated Research Inc. A key characteristic of fractals is self-similarity. This means that similar structure is observed at many scales. Figure 1 illustrates

More information

Fractals and the Chaos Game

Fractals and the Chaos Game Math: Outside the box! Fractals and the Chaos Game Monday February 23, 2009 3:30-4:20 IRMACS theatre, ASB 10900 Randall Pyke Senior Lecturer Department of Mathematics, SFU A Game. Is this a random walk?

More information

Appreciation for Fractals. Alicia Oleksy

Appreciation for Fractals. Alicia Oleksy Appreciation for Fractals Alicia Oleksy Introduction Conrad Schools of Science (CSS) is a magnet school geared towards science and mathematics serving students in grades 6-12. We are considered as an urban

More information

Dr. Julia, meet Dr. Mandelbrot

Dr. Julia, meet Dr. Mandelbrot Early in the 20 th century, the French mathematician Gaston Maurice Julia (1893-1978), after losing his nose fighting in World War I, devised an iterative mathematical formula, using the arithmetic of

More information

Gentle Introduction to Fractals

Gentle Introduction to Fractals Gentle Introduction to Fractals www.nclab.com Contents 1 Fractals Basics 1 1.1 Concept................................................ 1 1.2 History................................................ 2 1.3

More information

Fractal Dimension and the Cantor Set

Fractal Dimension and the Cantor Set Fractal Dimension and the Cantor Set Shailesh A Shirali Shailesh Shirali is Director of Sahyadri School (KFI), Pune, and also Head of the Community Mathematics Centre in Rishi Valley School (AP). He has

More information

Fractals & Iterative Function Systems

Fractals & Iterative Function Systems CS 543: Computer Graphics Fractals & Iterative Function Systems Robert W. Lindeman Associate Professor Department of Computer Science Worcester Polytechnic Institute gogo@wpi.edu (with lots of help from

More information

Folding the Dragon Curve Fractal

Folding the Dragon Curve Fractal Bridges 2017 Conference Proceedings Folding the Dragon Curve Fractal Natalija Budinski School "Petro Kuzmjak" Rusinska 63, 25233 Ruski Krstur, SERBIA nbudinski@yahoo.com Miroslav Novta Schneider Electric

More information

Fixed Point Iterative Techniques An Application to Fractals

Fixed Point Iterative Techniques An Application to Fractals Fixed Point Iterative Techniques An Application to Fractals Narayan Partap 1 and Prof. Renu Chugh 2 1 Amity Institute of Applied Sciences, Amity University, Noida, India 2 Department of Mathematics, M.D.

More information

MAADHYAM. Nurturing Gifted Minds. Printed Under Gifted Education Abhiyaan An Initiative By The Office Of Principal Scientific Advisor To The

MAADHYAM. Nurturing Gifted Minds. Printed Under Gifted Education Abhiyaan An Initiative By The Office Of Principal Scientific Advisor To The MAADHYAM Nurturing Gifted Minds Printed Under Gifted Education Abhiyaan An Initiative By The Office Of Principal Scientific Advisor To The 1 Government Of India INTRODUCTION TO FRACTALS When you see a

More information

Planting the Seeds Exploring Cubic Functions

Planting the Seeds Exploring Cubic Functions 295 Planting the Seeds Exploring Cubic Functions 4.1 LEARNING GOALS In this lesson, you will: Represent cubic functions using words, tables, equations, and graphs. Interpret the key characteristics of

More information

n! = 1 * 2 * 3 * 4 * * (n-1) * n

n! = 1 * 2 * 3 * 4 * * (n-1) * n The Beauty and Joy of Computing 1 Lab Exercise 9: Problem self-similarity and recursion Objectives By completing this lab exercise, you should learn to Recognize simple self-similar problems which are

More information

FRACTALS ROCK: Investigating The Fractal Tree

FRACTALS ROCK: Investigating The Fractal Tree FRACTALS ROCK: Investigating The Fractal Tree Keyword: Fractal (Fractal Tree) Macros Fractals: A figure generated by repeating a special sequence of steps infinitely often. Fractals often exhibit self-similarity

More information

A simple problem that has a solution that is far deeper than expected!

A simple problem that has a solution that is far deeper than expected! The Water, Gas, Electricity Problem A simple problem that has a solution that is far deeper than expected! Consider the diagram below of three houses and three utilities: water, gas, and electricity. Each

More information

CS 543: Computer Graphics Lecture 3 (Part I): Fractals. Emmanuel Agu

CS 543: Computer Graphics Lecture 3 (Part I): Fractals. Emmanuel Agu CS 543: Computer Graphics Lecture 3 (Part I: Fractals Emmanuel Agu What are Fractals? Mathematical expressions Approach infinity in organized way Utilizes recursion on computers Popularized by Benoit Mandelbrot

More information

Fun with Fractals and Functions. CHAMP at University of Houston March 2, 2015 Houston, Texas

Fun with Fractals and Functions. CHAMP at University of Houston March 2, 2015 Houston, Texas Fun with Fractals and Functions CHAMP at University of Houston March 2, 2015 Houston, Texas Alice Fisher afisher@rice.edu Director of Technology Applications & Integration at Rice University School Mathematics

More information

<The von Koch Snowflake Investigation> properties of fractals is self-similarity. It means that we can magnify them many times and after every

<The von Koch Snowflake Investigation> properties of fractals is self-similarity. It means that we can magnify them many times and after every Jiwon MYP 5 Math Ewa Puzanowska 18th of Oct 2012 About Fractal... In geometry, a fractal is a shape made up of parts that are the same shape as itself and are of

More information

Chapel Hill Math Circle: Symmetry and Fractals

Chapel Hill Math Circle: Symmetry and Fractals Chapel Hill Math Circle: Symmetry and Fractals 10/7/17 1 Introduction This worksheet will explore symmetry. To mathematicians, a symmetry of an object is, roughly speaking, a transformation that does not

More information

Mathematics Curriculum

Mathematics Curriculum 6 G R A D E Mathematics Curriculum GRADE 6 5 Table of Contents 1... 1 Topic A: Area of Triangles, Quadrilaterals, and Polygons (6.G.A.1)... 11 Lesson 1: The Area of Parallelograms Through Rectangle Facts...

More information

A Shattered Perfection: Crafting a Virtual Sculpture

A Shattered Perfection: Crafting a Virtual Sculpture A Shattered Perfection: Crafting a Virtual Sculpture Robert J. Krawczyk College of Architecture, Illinois Institute of Technology, USA krawczyk@iit.edu Abstract In the development of a digital sculpture

More information

Computer Graphics 4731 Lecture 5: Fractals. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Computer Graphics 4731 Lecture 5: Fractals. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI) Computer Graphics 4731 Lecture 5: Fractals Prof Emmanuel Agu Computer Science Dept. Worcester Polytechnic Institute (WPI What are Fractals? Mathematical expressions to generate pretty pictures Evaluate

More information

Mathematics Background

Mathematics Background Finding Area and Distance Students work in this Unit develops a fundamentally important relationship connecting geometry and algebra: the Pythagorean Theorem. The presentation of ideas in the Unit reflects

More information

Scope and Sequence for the New Jersey Core Curriculum Content Standards

Scope and Sequence for the New Jersey Core Curriculum Content Standards Scope and Sequence for the New Jersey Core Curriculum Content Standards The following chart provides an overview of where within Prentice Hall Course 3 Mathematics each of the Cumulative Progress Indicators

More information

Mathematics Mathematics Applied mathematics Mathematics

Mathematics Mathematics Applied mathematics Mathematics Mathematics Mathematics is the mother of science. It applies the principles of physics and natural sciences for analysis, design, manufacturing and maintenance of systems. Mathematicians seek out patterns

More information

A Discussion of Julia and Mandelbrot Sets. In this paper we will examine the definitions of a Julia Set and the Mandelbrot Set, its

A Discussion of Julia and Mandelbrot Sets. In this paper we will examine the definitions of a Julia Set and the Mandelbrot Set, its Annika Awbrey Emily Clerc 4/30/14 A Discussion of Julia and Mandelbrot Sets In this paper we will examine the definitions of a Julia Set and the Mandelbrot Set, its characteristics, and the images that

More information

Scientific Calculation and Visualization

Scientific Calculation and Visualization Scientific Calculation and Visualization Topic Iteration Method for Fractal 2 Classical Electrodynamics Contents A First Look at Quantum Physics. Fractals.2 History of Fractal.3 Iteration Method for Fractal.4

More information

Copyright 2009 Pearson Education, Inc. Chapter 9 Section 7 - Slide 1 AND

Copyright 2009 Pearson Education, Inc. Chapter 9 Section 7 - Slide 1 AND Copyright 2009 Pearson Education, Inc. Chapter 9 Section 7 - Slide 1 AND Chapter 9 Geometry Copyright 2009 Pearson Education, Inc. Chapter 9 Section 7 - Slide 2 WHAT YOU WILL LEARN Transformational geometry,

More information

Computer Graphics (CS 543) Lecture 2c: Fractals. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Computer Graphics (CS 543) Lecture 2c: Fractals. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI) Computer Graphics (CS 543 Lecture c: Fractals Prof Emmanuel Agu Computer Science Dept. Worcester Polytechnic Institute (WPI What are Fractals? Mathematical expressions to generate pretty pictures Evaluate

More information

Exploring the Effect of Direction on Vector-Based Fractals

Exploring the Effect of Direction on Vector-Based Fractals BRIDGES Mathematical Connections in Art, Music, and Science Exploring the Effect of Direction on Vector-Based Fractals Magdy Ibrahim and Robert J. Krawczyk College of Architecture Dlinois Institute of

More information

Hopalong Fractals. Linear complex. Quadratic complex

Hopalong Fractals. Linear complex. Quadratic complex Hopalong Fractals Hopalong fractals are created by iterating a more or less simple formula in x and y over and over again. In general three types of behaviour can be distinguished. Often the series will

More information

1

1 Zeros&asymptotes Example 1 In an early version of this activity I began with a sequence of simple examples (parabolas and cubics) working gradually up to the main idea. But now I think the best strategy

More information

Chapter 1. Math review. 1.1 Some sets

Chapter 1. Math review. 1.1 Some sets Chapter 1 Math review This book assumes that you understood precalculus when you took it. So you used to know how to do things like factoring polynomials, solving high school geometry problems, using trigonometric

More information

Second Edition. Concept Builders. Jana Kohout

Second Edition. Concept Builders. Jana Kohout Second Edition Concept Builders Jana Kohout First published in Australia as an online resource in 016. Edited and printed in 017. Jana Kohout 017 Reproduction and Communication for educational purposes

More information

Fractal Analysis. By: Mahnaz EtehadTavakol

Fractal Analysis. By: Mahnaz EtehadTavakol Fractal Analysis By: Mahnaz EtehadTavakol A fractal a non-regular geometric shape can be split into parts which posses self similarity Naturally Occurring Fractal A special type of broccoli, this cruciferous

More information

Geometry Scope & Sequence - Charles A. Dana Center, March 2006

Geometry Scope & Sequence - Charles A. Dana Center, March 2006 Geometric structure (3.5 weeks) Using inductive reasoning and conjectures Terms, notation, and representation 0.5 weeks G.2 (Geometric structure. The student analyzes geometric relationships in order to

More information

Koch Snowflake Go Figure The Koch Snowflake is a fractal based on a very simple rule.

Koch Snowflake Go Figure  The Koch Snowflake is a fractal based on a very simple rule. Koch Snowflake The Koch Snowflake is a fractal based on a very simple rule. The Rule: Whenever you see a straight line, like the one on the left, divide it in thirds and build an equilateral triangle (one

More information

The Argentinian author, Jorge Luis Borges, often wrote about his

The Argentinian author, Jorge Luis Borges, often wrote about his Of Art and Math Self-Similarity You have wakened not out of sleep, but into a prior dream, and that dream lies within another, and so on, to infinity, which is the number of grains of sand. The path that

More information

There we are; that's got the 3D screen and mouse sorted out.

There we are; that's got the 3D screen and mouse sorted out. Introduction to 3D To all intents and purposes, the world we live in is three dimensional. Therefore, if we want to construct a realistic computer model of it, the model should be three dimensional as

More information

Curvature Berkeley Math Circle January 08, 2013

Curvature Berkeley Math Circle January 08, 2013 Curvature Berkeley Math Circle January 08, 2013 Linda Green linda@marinmathcircle.org Parts of this handout are taken from Geometry and the Imagination by John Conway, Peter Doyle, Jane Gilman, and Bill

More information

Generation of 3D Fractal Images for Mandelbrot and Julia Sets

Generation of 3D Fractal Images for Mandelbrot and Julia Sets 178 Generation of 3D Fractal Images for Mandelbrot and Julia Sets Bulusu Rama #, Jibitesh Mishra * # Department of Computer Science and Engineering, MLR Institute of Technology Hyderabad, India 1 rama_bulusu@yahoo.com

More information

6 Mathematics Curriculum

6 Mathematics Curriculum New York State Common Core 6 Mathematics Curriculum GRADE GRADE 6 MODULE 5 Table of Contents 1 Area, Surface Area, and Volume Problems... 3 Topic A: Area of Triangles, Quadrilaterals, and Polygons (6.G.A.1)...

More information

How to print a Hypercube

How to print a Hypercube How to print a Hypercube Henry Segerman One of the things that mathematics is about, perhaps the thing that mathematics is about, is trying to make things easier to understand. John von Neumann once said

More information

Fractals in Nature and Mathematics: From Simplicity to Complexity

Fractals in Nature and Mathematics: From Simplicity to Complexity Fractals in Nature and Mathematics: From Simplicity to Complexity Dr. R. L. Herman, UNCW Mathematics & Physics Fractals in Nature and Mathematics R. L. Herman OLLI STEM Society, Oct 13, 2017 1/41 Outline

More information

Direct Variations DIRECT AND INVERSE VARIATIONS 19. Name

Direct Variations DIRECT AND INVERSE VARIATIONS 19. Name DIRECT AND INVERSE VARIATIONS 19 Direct Variations Name Of the many relationships that two variables can have, one category is called a direct variation. Use the description and example of direct variation

More information

CS 106 Winter 2016 Craig S. Kaplan. Module 07 Recursion and fractals Topics. Recursion as an extension of hierarchical modelling Simple fractals

CS 106 Winter 2016 Craig S. Kaplan. Module 07 Recursion and fractals Topics. Recursion as an extension of hierarchical modelling Simple fractals CS 106 Winter 2016 Craig S. Kaplan Module 07 Recursion and fractals Topics Recursion as an extension of hierarchical modelling Simple fractals Readings Learning Processing, Section 13.11 Nature of Code,

More information

Planar Graphs and Surfaces. Graphs 2 1/58

Planar Graphs and Surfaces. Graphs 2 1/58 Planar Graphs and Surfaces Graphs 2 1/58 Last time we discussed the Four Color Theorem, which says that any map can be colored with at most 4 colors and not have two regions that share a border having

More information

View Frustum Culling with Octree

View Frustum Culling with Octree View Frustum Culling with Octree Raka Mahesa 13508074 Program Studi Teknik Informatika Sekolah Teknik Elektro dan Informatika Institut Teknologi Bandung, Jl. Ganesha 10 Bandung 40132, Indonesia if18074@itb.ac.id

More information

Fractals and L- Systems

Fractals and L- Systems Fractals and L- Systems Sanyam Gupta January 26, 2018 1 Lindenmayer systems Have you ever wondered, how to formulate a mathematical equation for the plant in your verandah or garden? The nature produces

More information

Geometry and Geometrical Patterns in Nature

Geometry and Geometrical Patterns in Nature Vol. 3 No. 1 Jan. - June 2015 The Signage ISSN 2455-0051 Geometry and Geometrical Patterns in Nature Mr. Dori Lal Assistant Professor (Pedagogy of Mathematics) TT&NFE (IASE), Faculty of Education, Jamia

More information

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph :

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph : Name Direct Variations There are many relationships that two variables can have. One of these relationships is called a direct variation. Use the description and example of direct variation to help you

More information

Fractals Week 10, Lecture 19

Fractals Week 10, Lecture 19 CS 430/536 Computer Graphics I Fractals Week 0, Lecture 9 David Breen, William Regli and Maim Peysakhov Geometric and Intelligent Computing Laboratory Department of Computer Science Dreel University http://gicl.cs.dreel.edu

More information

Fractals: a way to represent natural objects

Fractals: a way to represent natural objects Fractals: a way to represent natural objects In spatial information systems there are two kinds of entity to model: natural earth features like terrain and coastlines; human-made objects like buildings

More information

THE H FRACTAL SELF-SIMILARITY DIMENSION CALCULATION OF PARDIS TECHNOLOGY PARK IN TEHRAN (IRAN)

THE H FRACTAL SELF-SIMILARITY DIMENSION CALCULATION OF PARDIS TECHNOLOGY PARK IN TEHRAN (IRAN) THE H FRACTAL SELF-SIMILARITY DIMENSION CALCULATION OF PARDIS TECHNOLOGY PARK IN TEHRAN (IRAN) * Saeid Rahmatabadi, Shabnam Akbari Namdar and Maryam Singery Department of Architecture, College of Art and

More information

Lesson 2: Analyzing a Data Set

Lesson 2: Analyzing a Data Set Student Outcomes Students recognize linear, quadratic, and exponential functions when presented as a data set or sequence, and formulate a model based on the data. Lesson Notes This lesson asks students

More information

Chapter 12 Notes: Optics

Chapter 12 Notes: Optics Chapter 12 Notes: Optics How can the paths traveled by light rays be rearranged in order to form images? In this chapter we will consider just one form of electromagnetic wave: visible light. We will be

More information

Hanoi, Counting and Sierpinski s triangle Infinite complexity in finite area

Hanoi, Counting and Sierpinski s triangle Infinite complexity in finite area Hanoi, Counting and Sierpinski s triangle Infinite complexity in finite area Math Circle December 5, 2017 1. Per usual we are going to be watching a video today, but we aren t going to be watching it right

More information

Procedural Flower Generation

Procedural Flower Generation Procedural Flower Generation Suryaveer Singh Lodha and Jeremy Williams University of California - Berkeley As our final project for the course - Solid Modeling, we have developed a procedural generator

More information

Fractals and Multi-Layer Coloring Algorithms

Fractals and Multi-Layer Coloring Algorithms Fractals and Multi-Layer Coloring Algorithms Javier Barrallo and Santiago Sanchez Mathematics, Physics and Computer Science The University of the Basque Country School of Architecture. Plaza Onati, 2.

More information

4 Visualization and. Approximation

4 Visualization and. Approximation 4 Visualization and Approximation b A slope field for the differential equation y tan(x + y) tan(x) tan(y). It is not always possible to write down an explicit formula for the solution to a differential

More information

Equations and Functions, Variables and Expressions

Equations and Functions, Variables and Expressions Equations and Functions, Variables and Expressions Equations and functions are ubiquitous components of mathematical language. Success in mathematics beyond basic arithmetic depends on having a solid working

More information

Cellular Automata. Nicholas Geis. January 22, 2015

Cellular Automata. Nicholas Geis. January 22, 2015 Cellular Automata Nicholas Geis January 22, 2015 In Stephen Wolfram s book, A New Kind of Science, he postulates that the world as we know it and all its complexities is just a simple Sequential Dynamical

More information

Reading 1 : Introduction

Reading 1 : Introduction CS/Math 240: Introduction to Discrete Mathematics Fall 2015 Instructors: Beck Hasti and Gautam Prakriya Reading 1 : Introduction Welcome to CS 240, an introduction to discrete mathematics. This reading

More information

Mathematics Numbers: Percentages. Science and Mathematics Education Research Group

Mathematics Numbers: Percentages. Science and Mathematics Education Research Group F FA ACULTY C U L T Y OF O F EDUCATION E D U C A T I O N Department of Curriculum and Pedagogy Mathematics Numbers: Percentages Science and Mathematics Education Research Group Supported by UBC Teaching

More information

Complexity is around us. Part one: the chaos game

Complexity is around us. Part one: the chaos game Complexity is around us. Part one: the chaos game Dawid Lubiszewski Complex phenomena like structures or processes are intriguing scientists around the world. There are many reasons why complexity is a

More information

Beautiful Repetitions

Beautiful Repetitions Beautiful Repetitions 5-minute introduction to Iterations & Fractals Gaurish Korpal (gaurish4math.wordpress.com) National Institute of Science Education and Research, Bhubaneswar March 28, 2015 Gaurish

More information

Images of some fractals

Images of some fractals Fun with Fractals Dr. Bori Mazzag Redwood Empire Mathematics Tournament March 25, 2006 Images of some fractals What are fractals, anyway? Important aspects of fractals: Self-similarity What are fractals,

More information

Mathematics Background

Mathematics Background Measurement All measurements are approximations. In their work in this Unit, students explore ways to find measures for two and three dimensional figures. Even using exact formulas depends on how students

More information

Snowflake Numbers. A look at the Collatz Conjecture in a recreational manner. By Sir Charles W. Shults III

Snowflake Numbers. A look at the Collatz Conjecture in a recreational manner. By Sir Charles W. Shults III Snowflake Numbers A look at the Collatz Conjecture in a recreational manner By Sir Charles W. Shults III For many people, mathematics is something dry and of little interest. I ran across the mention of

More information

Randolph High School Math League Page 1. Similar Figures

Randolph High School Math League Page 1. Similar Figures Randolph High School Math League 2014-2015 Page 1 1 Introduction Similar Figures Similar triangles are fundamentals of geometry. Without them, it would be very difficult in many configurations to convert

More information

Michael Greenberg. September 13, 2004

Michael Greenberg. September 13, 2004 Finite Geometries for Those with a Finite Patience for Mathematics Michael Greenberg September 13, 2004 1 Introduction 1.1 Objective When my friends ask me what I ve been studying this past summer and

More information

Self-Similar Snowflakes with Optional Fractal Extension

Self-Similar Snowflakes with Optional Fractal Extension Self-Similar Snowflakes with Optional Fractal Extension Elizabeth Untiedt Mathematics OBJECTIVE, BACKGROUND INFORMATION, & REFERENCES Standards Met: Algebra: Represent, describe, and analyze patterns and

More information

Filling Space with Random Line Segments

Filling Space with Random Line Segments Filling Space with Random Line Segments John Shier Abstract. The use of a nonintersecting random search algorithm with objects having zero width ("measure zero") is explored. The line length in the units

More information

Fractals. Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna.

Fractals. Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna. Fractals Moreno Marzolla Dip. di Informatica Scienza e Ingegneria (DISI) Università di Bologna http://www.moreno.marzolla.name/ 2 Geometric Objects Man-made objects are geometrically simple (e.g., rectangles,

More information

FRACTALS The term fractal was coined by mathematician Benoit Mandelbrot A fractal object, unlike a circle or any regular object, has complexity at all scales Natural Fractal Objects Natural fractals

More information

MIAMI-DADE COUNTY PUBLIC SCHOOLS District Pacing Guide GEOMETRY HONORS Course Code:

MIAMI-DADE COUNTY PUBLIC SCHOOLS District Pacing Guide GEOMETRY HONORS Course Code: Topic II: Transformations in the Plane Pacing Date(s) Traditional 14 09/15/14-10/03/14 Block 07 09/15/14-10/03/14 MATHEMATICS FLORIDA STANDARDS & MATHEMATICAL PRACTICE (MP) MATHEMATICAL PRACTICE (MP) ESSENTIAL

More information

Animations involving numbers

Animations involving numbers 136 Chapter 8 Animations involving numbers 8.1 Model and view The examples of Chapter 6 all compute the next picture in the animation from the previous picture. This turns out to be a rather restrictive

More information

A Review of Fractals Properties: Mathematical Approach

A Review of Fractals Properties: Mathematical Approach Science Journal of Applied Mathematics and Statistics 2017; 5(3): 98-105 http://www.sciencepublishinggroup.com/j/sjams doi: 10.11648/j.sjams.20170503.11 ISSN: 2376-9491 (Print); ISSN: 2376-9513 (Online)

More information

On Fractal Colouring Algorithms

On Fractal Colouring Algorithms 5 10 July 2004, Antalya, Turkey Dynamical Systems and Applications, Proceedings, pp. 706 711 On Fractal Colouring Algorithms Nergiz Yaz Department of Mathematics, Faculty of Sciences Ankara University,

More information

THE FOURTH SPATIAL DIMENSION

THE FOURTH SPATIAL DIMENSION THE FOURTH SPATIAL DIMENSION Have you seen a film, where the actor is sitting on a couch, the camera is behind him, and he puts a cigarette to his lips, puffs, expels the smoke, then the camera focuses

More information

1: Introduction to Object (1)

1: Introduction to Object (1) 1: Introduction to Object (1) 김동원 2003.01.20 Overview (1) The progress of abstraction Smalltalk Class & Object Interface The hidden implementation Reusing the implementation Inheritance: Reusing the interface

More information

FRACTALS. Week 13 Laboratory for Introduction to Programming and Algorithms Uwe R. Zimmer based on a lab by James Barker. Pre-Laboratory Checklist

FRACTALS. Week 13 Laboratory for Introduction to Programming and Algorithms Uwe R. Zimmer based on a lab by James Barker. Pre-Laboratory Checklist FRACTALS Week 13 Laboratory for Introduction to Programming and Algorithms Uwe R. Zimmer based on a lab by James Barker Pre-Laboratory Checklist vvskills: You can handle any recursive, or higher order

More information

Three Types of Probability

Three Types of Probability CHAPTER Three Types of Probability This article is not so much about particular problems or problem solving tactics as it is about labels. If you think about it, labels are a big key to the way we organize

More information

pagina 1 van 5 Location: Food for Thought > The Particle > Unification into a fractal dimension Blaze Labs Research Menu Home Food for Thought EHD Thrusters New Energy Research Experiments Links Contact

More information