Fractals. Justin Stevens. Lecture 12. Justin Stevens Fractals (Lecture 12) 1 / 14

Similar documents
Mathematical Modelling Lecture 14 Fractals

Patterns in Nature 8 Fractals. Stephan Matthiesen

LAMC Intermediate Group October 18, Recursive Functions and Fractals

Fractals and Dimension

Snowflakes. Insight into the mathematical world. The coastline paradox. Koch s snowflake

Chapter 8. Fractals. 8.1 Introduction

Fractal Geometry Time Escape Algorithms and Fractal Dimension

CMSC 425: Lecture 12 Procedural Generation: Fractals

INTRODUCTION TO FRACTAL GEOMETRY

Julia Sets and the Mandelbrot Set

Computing Recursive Functions

Fractal Geometry and Programming

Julia Sets Converging to the Filled Basilica

Fractals. R. J. Renka 11/14/2016. Department of Computer Science & Engineering University of North Texas. R. J. Renka Fractals

CMSC 425: Lecture 11 Procedural Generation: Fractals and L-Systems

Take a line segment of length one unit and divide it into N equal old length. Take a square (dimension 2) of area one square unit and divide

Repeat tentative ideas from earlier - expand to better understand the term fractal.

An Investigation of Fractals and Fractal Dimension. Student: Ian Friesen Advisor: Dr. Andrew J. Dean

Fractals: How long is a piece of string?

CCGPS Frameworks Student Edition. Mathematics. Accelerated CCGPS Analytic Geometry B / Advanced Algebra Unit 6: Polynomial Functions

The importance of beings fractal

2002 Mu Alpha Theta National Tournament Mu Level Individual Test

AN INTRODUCTION TO FRACTALS AND COMPLEXITY

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics.

AN INTRODUCTION TO FRACTALS AND COMPLEXITY

University School of Nashville. Sixth Grade Math. Self-Guided Challenge Curriculum. Unit 2. Fractals

Department of Computer Sciences Graphics Fall 2005 (Lecture 8) Fractals

Algebra 2 End of Course Review

Contents. Counting Methods and Induction

Fractals. Krzysztof Gdawiec.

Hyperbolic Component Boundaries

Hausdorff Measure. Jimmy Briggs and Tim Tyree. December 3, 2016

Fractal dimension and Julia sets

Julia Sets and the Mandelbrot Set

Fantastic Mathematical Beasts and Where to Find Them. Mike Naylor

What means dimension?

A6-1 Sequences. Pre-requisites: A4-9 (Supernatural Powers), C5-3 (Velocity Numerically) Estimated Time: 3 hours. Summary Learn Solve Revise Answers

Intermittency, Fractals, and β-model

The God Equa,on. Otherwise Known as MANDELBROT SET

D - E - F - G (1967 Jr.) Given that then find the number of real solutions ( ) of this equation.

Pascal s Triangle Introduction!

Self-similar Fractals: Projections, Sections and Percolation

r=1 Our discussion will not apply to negative values of r, since we make frequent use of the fact that for all non-negative numbers x and t

CK-12 Geometry: Midsegments of a Triangle

Appendix G: Mathematical Induction

2 Problem Set 2 Graphical Analysis

Area. HS PUMP. Spring 2009 CSUN Math. NSF Grant Measuring Aera A Candel

Unconventional Space-filling Curves

The spectral decimation of the Laplacian on the Sierpinski gasket

Mandelbrot and dimensionality. Benoit B Mandelbrot aka Snezana Lawrence

12.1 Arithmetic Progression Geometric Progression General things about sequences

FRACTALS LINDENMAYER SYSTEMS. November 22, 2013 Rolf Pfeifer Rudolf M. Füchslin

The Mandelbrot Set and the Farey Tree

Select / Special Topics in Classical Mechanics. P. C. Deshmukh

AN EXPLORATION OF FRACTAL DIMENSION. Dolav Cohen. B.S., California State University, Chico, 2010 A REPORT

Fractals: A Mathematical Framework

Algebra II Learning Targets

NOTES ON BARNSLEY FERN

Fractals, Dynamical Systems and Chaos. MATH225 - Field 2008

Sequence. A list of numbers written in a definite order.

TSP Water Project Report Snowflakes and Fractals

Recursive Definitions. Recursive Definition A definition is called recursive if the object is defined in terms of itself.

Another Algorithm for Computing π Attributable to Archimedes: Avoiding Cancellation Errors

USING THE RANDOM ITERATION ALGORITHM TO CREATE FRACTALS

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial,

If one wants to study iterations of functions or mappings,

Recursive Definitions. Recursive Definition A definition is called recursive if the object is defined in terms of itself.

Connectedness loci of complex polynomials: beyond the Mandelbrot set

Line Simplification. Bin Jiang

Area Formulas. Linear

Review of Power Series

6.6 Investigate Proportionality

An Introduction to Self Similar Structures

3.9 My Irrational and Imaginary Friends A Solidify Understanding Task

Fractal Structures for Electronics Applications

Decimation Technique on Sierpinski Gasket in External Magnetic Field

GEOMETRY OF BINOMIAL COEFFICIENTS. STEPHEN WOLFRAM The Institute jor Advanced Study, Princeton NJ 08540

Apollonian Circumcircles of IFS Fractals

REFERENCE Limits of Polynomial Sequences Clark Kimberling Fibonacci Quarterly, , pp Outline of Talk

Examensarbete. Fractals and Computer Graphics. Meritxell Joanpere Salvadó

Third Edition Kenneth Falconer

Algebra II Crosswalk. Red font indicates a passage that is not addressed in the compared sets of standards.

RMT 2014 Power Round February 15, 2014

Oh No! More on Fractals. The Koch Family of Curves. Unary and Binary. Homework #1 is due today at 11:59pm Give yourself sufficient time to make PDF

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words.

3) What is the sum of the measures of all of the interior angles of the triangle?

MA131 - Analysis 1. Workbook 4 Sequences III

GAUSS S CIRCLE PROBLEM

BUILT YOU. ACT Pathway. for

Roots, Ratios and Ramanujan

CHAPTER 1 POLYNOMIALS

Dynamics and time series: theory and applications. Stefano Marmi Scuola Normale Superiore Lecture 5, Feb 12, 2009

Introduction to Chaotic Dynamics and Fractals

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS

Chapter 2: Introduction to Fractals. Topics

2017 Michigan Mathematics Prize Competition Solutions

Expectations over Fractal Sets

Transcription:

Fractals Lecture 12 Justin Stevens Justin Stevens Fractals (Lecture 12) 1 / 14

Outline 1 Fractals Koch Snowflake Hausdorff Dimension Sierpinski Triangle Mandelbrot Set Justin Stevens Fractals (Lecture 12) 2 / 14

Koch Snowflake Definition Definition. The Koch snowflake can be constructed by starting with an equilateral triangle, then recursively altering each line segment as follows: Justin Stevens Fractals (Lecture 12) 3 / 14

Koch Snowflake Definition Definition. The Koch snowflake can be constructed by starting with an equilateral triangle, then recursively altering each line segment as follows: Divide the line segment into three segments of equal length. Justin Stevens Fractals (Lecture 12) 3 / 14

Koch Snowflake Definition Definition. The Koch snowflake can be constructed by starting with an equilateral triangle, then recursively altering each line segment as follows: Divide the line segment into three segments of equal length. Draw an equilateral triangle that has the middle segment from the previous step as its base and points outward. Justin Stevens Fractals (Lecture 12) 3 / 14

Koch Snowflake Definition Definition. The Koch snowflake can be constructed by starting with an equilateral triangle, then recursively altering each line segment as follows: Divide the line segment into three segments of equal length. Draw an equilateral triangle that has the middle segment from the previous step as its base and points outward. Remove the line segment that is the base of the new triangle. Justin Stevens Fractals (Lecture 12) 3 / 14

Koch Snowflake Images Figure 1: The Koch snowflake is one of the earliest discovered fractal curves. It is based on a 1904 paper titled On a continuous curve without tangets, constructible from elementary geometry" by the Swedish mathematician Helge von Koch. Justin Stevens Fractals (Lecture 12) 4 / 14

Perimeter of the Koch Snowflake The number of sides of the Koch snowflakes increases by a factor of 4 each time, hence after j iterations, the number of sides is N j = 4 N j 1 = 3 4 j. Justin Stevens Fractals (Lecture 12) 5 / 14

Perimeter of the Koch Snowflake The number of sides of the Koch snowflakes increases by a factor of 4 each time, hence after j iterations, the number of sides is N j = 4 N j 1 = 3 4 j. If the original equilateral triangle has side length S 0 = s, after j iterations, S j = S j 1 /3 = s/3 j. Justin Stevens Fractals (Lecture 12) 5 / 14

Perimeter of the Koch Snowflake The number of sides of the Koch snowflakes increases by a factor of 4 each time, hence after j iterations, the number of sides is N j = 4 N j 1 = 3 4 j. If the original equilateral triangle has side length S 0 = s, after j iterations, S j = S j 1 /3 = s/3 j. Thus the perimeter of the snowflake is given by ( ) 4 j P j = N j S j = 3s. 3 Justin Stevens Fractals (Lecture 12) 5 / 14

Perimeter of the Koch Snowflake The number of sides of the Koch snowflakes increases by a factor of 4 each time, hence after j iterations, the number of sides is N j = 4 N j 1 = 3 4 j. If the original equilateral triangle has side length S 0 = s, after j iterations, S j = S j 1 /3 = s/3 j. Thus the perimeter of the snowflake is given by ( ) 4 j P j = N j S j = 3s. 3 As the number of iterations tends to infinity, the limit of the perimeter is: ( ) 4 n lim P n = lim 3s =. n n 3 Justin Stevens Fractals (Lecture 12) 5 / 14

Perimeter of the Koch Snowflake The number of sides of the Koch snowflakes increases by a factor of 4 each time, hence after j iterations, the number of sides is N j = 4 N j 1 = 3 4 j. If the original equilateral triangle has side length S 0 = s, after j iterations, S j = S j 1 /3 = s/3 j. Thus the perimeter of the snowflake is given by ( ) 4 j P j = N j S j = 3s. 3 As the number of iterations tends to infinity, the limit of the perimeter is: ( ) 4 n lim P n = lim 3s =. n n 3 Hence the Koch curve has an infinite perimeter. Justin Stevens Fractals (Lecture 12) 5 / 14

Area of the Koch Snowflake In each iteration a new triangle is added on each side of the previous iteration, so the number of new triangles added in iteration j is T j = N j 1 = 3 4 j 1 = 3/4 4 j. Justin Stevens Fractals (Lecture 12) 6 / 14

Area of the Koch Snowflake In each iteration a new triangle is added on each side of the previous iteration, so the number of new triangles added in iteration j is T j = N j 1 = 3 4 j 1 = 3/4 4 j. If a 0 is the area of the original triangle, then the area of each triangle is a j = a j 1 9 = a 0 9 n. Justin Stevens Fractals (Lecture 12) 6 / 14

Area of the Koch Snowflake In each iteration a new triangle is added on each side of the previous iteration, so the number of new triangles added in iteration j is T j = N j 1 = 3 4 j 1 = 3/4 4 j. If a 0 is the area of the original triangle, then the area of each triangle is a j = a j 1 9 = a 0 9 n. Therefore, the total area of the snowflake after n iterations is A n = a 0 1 + 3 n ( ) 4 j 4 9 j=1 Justin Stevens Fractals (Lecture 12) 6 / 14

Area of the Koch Snowflake In each iteration a new triangle is added on each side of the previous iteration, so the number of new triangles added in iteration j is T j = N j 1 = 3 4 j 1 = 3/4 4 j. If a 0 is the area of the original triangle, then the area of each triangle is a j = a j 1 9 = a 0 9 n. Therefore, the total area of the snowflake after n iterations is A n = a 0 1 + 3 n ( ) 4 j 4 9 As n, this is an infinite geometric series with first term 1/3: ( A n = a 0 1 + 1/3 ) = 8/5 a 0. 1 4/9 j=1 Justin Stevens Fractals (Lecture 12) 6 / 14

Hausdorff Dimension Definition. The Hausdorff dimension measures the roughness of a metric space. If S is the scaling factor and N is the mass-scaling factor, then N = S D D = log S (N) = log N log S. Justin Stevens Fractals (Lecture 12) 7 / 14

Hausdorff Dimension of Koch Snowflake Figure 2: 3Blue1Brown Justin Stevens Fractals (Lecture 12) 8 / 14

Sierpinski Triangle Definition. The Sierpinski triangle starts with an equilateral triangle and recursively divides each triangle into four smaller congruent equilateral triangles and removes the central one. Justin Stevens Fractals (Lecture 12) 9 / 14

Sierpinski Triangle Definition. The Sierpinski triangle starts with an equilateral triangle and recursively divides each triangle into four smaller congruent equilateral triangles and removes the central one. The first five iterations are: Justin Stevens Fractals (Lecture 12) 9 / 14

Sierpinski Triangle Definition. The Sierpinski triangle starts with an equilateral triangle and recursively divides each triangle into four smaller congruent equilateral triangles and removes the central one. The first five iterations are: The Hausdorff Dimensino is given by 2 D = 3 D = log 2 3 1.585. Justin Stevens Fractals (Lecture 12) 9 / 14

Pascal s Triangle Mod 2 Figure 3: Take Pascal s triangle with 2 n rows and color the even numbers white and the odd numbers black Justin Stevens Fractals (Lecture 12) 10 / 14

How Long is the Coast of Britain? How Long Is the Coast of Britain? Statistical Self-Similarity and Fractional Dimension" is a 1967 paper by Benoit Mandelbrot. Figure 4: If the coastline of Great Britain is measured using units 100 km long, then the length of the coastline is approximately 2, 800 km. With 50 km units, the total length is approximately 3, 400 km, approximately 600 km longer. Justin Stevens Fractals (Lecture 12) 11 / 14

Mandelbrot Definition The Mandelbrot set is a family of complex quadratic polynomials given by where c is a complex number. P c : z z 2 + c, Justin Stevens Fractals (Lecture 12) 12 / 14

Mandelbrot Definition The Mandelbrot set is a family of complex quadratic polynomials given by P c : z z 2 + c, where c is a complex number. For each c, one considers the behavior of (0, P c (0), P c (P c (0)), P c (P c (P c (0))), ) obtained by iterating P c (z) starting at critical point z = 0. Justin Stevens Fractals (Lecture 12) 12 / 14

Mandelbrot Definition The Mandelbrot set is a family of complex quadratic polynomials given by P c : z z 2 + c, where c is a complex number. For each c, one considers the behavior of (0, P c (0), P c (P c (0)), P c (P c (P c (0))), ) obtained by iterating P c (z) starting at critical point z = 0. This either escapes to infinity or stays within a disk of some finite radius. Justin Stevens Fractals (Lecture 12) 12 / 14

Mandelbrot Definition The Mandelbrot set is a family of complex quadratic polynomials given by P c : z z 2 + c, where c is a complex number. For each c, one considers the behavior of (0, P c (0), P c (P c (0)), P c (P c (P c (0))), ) obtained by iterating P c (z) starting at critical point z = 0. This either escapes to infinity or stays within a disk of some finite radius. The Mandelbrot set is defined as the set of all points c such that the above sequence does not escape to infinity. Specifically, P n c (0) 2 for all n 0. Justin Stevens Fractals (Lecture 12) 12 / 14

First Mandelbrot Set Figure 5: The Justin first Stevenspublished picture of the Mandelbrot Fractals (Lecture set, 12) by Robert 13 / 14 W. Brooks

Modern Mandelbrot Set Justin Stevens Fractals (Lecture 12) 14 / 14