26

Introduction Definition of a fractal Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle Fractals in nature Conclusion

Embed Size (px)

DESCRIPTION

The word "fractal" often has different connotations for laypeople than for mathematicians, where the layperson is more likely to be familiar with fractal art than a mathematical conception. The mathematical concept is difficult to define formally even for mathematicians, but key features can be understood with little mathematical background. The word "fractal" often has different connotations for laypeople than for mathematicians, where the layperson is more likely to be familiar with fractal art than a mathematical conception. The mathematical concept is difficult to define formally even for mathematicians, but key features can be understood with little mathematical background. Introduction

Citation preview

Page 1: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion
Page 2: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

Introduction Definition of a fractal Special fractals:*The Mandelbrot set* The Koch snowflake* Sierpiński triangle

Fractals in nature Conclusion Bibliography

Presentation outline

Page 3: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

The word "fractal" often has different connotations for laypeople than for mathematicians, where the layperson is more likely to be familiar with fractal art than a mathematical conception. The mathematical concept is difficult to define formally even for mathematicians, but key features can be understood with little mathematical background.

Introduction

Page 4: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

 

Definition of a self-similarity

Page 5: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

A fractal is a never-ending pattern. Fractals are infinitely complex patterns that are self-similar across different scales. They are created by repeating a simple process over and over in an ongoing feedback loop. Nature is full of fractals, for instance: trees, rivers, coastlines, mountains, clouds, seashells, hurricanes, etc. Abstract fractals – such as the Mandelbrot Set – can be generated by a computer calculating a simple equation over and over.

Definition of a fractal

Page 6: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

Benoit Mandelbrot was the first person to extensively study and fully appreciate the importance of this beautiful and complex mathematical object.

Definition of a fractal

Page 7: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

I. The Mandelbrot set II. The Koch snowflakeIII. The Sierpiński triangle

Special fractals

Page 8: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

 

The Mandelbrot set

Page 9: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

The Mandelbrot set

Page 10: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

The Koch snowflake is a remarkable geometric shape first studied by the Swedish mathematician Helge von Koch in the early 1900s.

The Koch snowflake

Page 11: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

START. Start with a solid equilateral triangle of arbitrary size.(For simplicity we will assume that the sides of the triangle are of lenght 1)

The Koch snowflake

Page 12: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

STEP 1. Procedure: Attach in the middle of each side an equilateral triangle, with sides of length one third of the previous side. When we are done, the result is a „star of David” with 12 sides, each of lenght 1/3

The Koch snowflake

Page 13: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

STEP 2. For each of the 12 sides of the star of David in Step 1, repeat procedure: in the middle of each side attach an equilateral triangle (with dimesions one third of the dimensions of side). The resulting shape has 48 sides, each of lenght 1/9.

The Koch snowflake

Page 14: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

STEP 3,4, etc. Continue repeating procedure ad infinitum

The Koch snowflake

Page 15: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

The Koch snowflake

Page 16: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

The constructionSTART: Start with an arbitrary solid

triangle ABC

The Sierpiński triangle

Page 17: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

STEP 1. Procedure: Remove the triangle whose vertices are the midpoints of the sides of triangle. We’ll call this triangle the middle triangle. This leaves a white triangular hole in the orginal solid triangle, and three solid triangles, each of which is a half-scale version of the orginal.

The Sierpiński triangle

Page 18: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

Wacław Sierpiński was a Polish mathematician. He was known for outstanding contributions to set theory number theory, theory of functions and topology

The Sierpiński triangle

Page 19: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

STEP 2. For each of the solid triangles in the previous step, repeat procedure. This leaves us with 9 solid triangles (all similar to the original ABC) and 4 triangular white holes.

The Sierpiński triangle

Page 20: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

STEP 3, 4, etc. Continue repeating procedure on every solid triangle, ad infinitum.

The Sierpiński triangle

Page 21: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

The Sierpiński triangle

Page 22: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

The Cantor set is a prototype of a fractal. It is self-similar, because it is equal to two copies of itself, if each copy is shrunk by a factor of 3 and translated.

Curiosity

Page 23: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

Fractals are the kind of shapes we see in nature.

Fractals in nature

Page 24: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

Natural objects also tend to be ’roughly’ self-similar appearing more or less the same at different scales of measurement.

Fractals in nature

Page 25: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

I. P.Tannenbaum, R. Arnold „Excursions in modern mathematics”

II. M.Batty, P Longley „Fractal Cities”

III. http://ecademy.agnesscott.edu/~lriddle/ifs/ksnow/ksnow.htm

IV. http://pl.wikipedia.org/wiki/Trójkąt_Sierpińskiego

V. https://www.youtube.com/watch?v=uZD-KXOp9Xs

Bibliography

Page 26: Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion

Thank you for your

attention !!!