SlideShare une entreprise Scribd logo
1  sur  29
Télécharger pour lire hors ligne
Fractals and the Mandelbrot set
Nicholas Tomlin
Brown University
MATH 1040
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 1 / 1
The Mandelbrot set
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 2 / 1
What is a fractal?
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
What is a fractal?
An iterated pattern that displays some level of self-similarity:
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
What is a fractal?
An iterated pattern that displays some level of self-similarity:
Koch curve
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
What is a fractal?
An iterated pattern that displays some level of self-similarity:
Koch curve
Sierpinski triangle
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
What is a fractal?
An iterated pattern that displays some level of self-similarity:
Koch curve
Sierpinski triangle
Julia and Mandelbrot sets
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
What is a fractal?
An iterated pattern that displays some level of self-similarity:
Koch curve
Sierpinski triangle
Julia and Mandelbrot sets
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
What is a fractal?
Definition (Fractal)
An object whose Hausdor↵ dimension exceeds its topological dimension.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 4 / 1
What is a fractal?
Definition (Fractal)
An object whose Hausdor↵ dimension exceeds its topological dimension.
Note that the above definition does not account for space-filling fractals,
such as the Hilbert curve.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 4 / 1
What is a fractal?
Definition (Fractal)
An object whose Hausdor↵ dimension exceeds its topological dimension.
Note that the above definition does not account for space-filling fractals,
such as the Hilbert curve.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 4 / 1
Hausdor↵ dimension
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 5 / 1
Hausdor↵ dimension
Hausdor↵ dimension is a measure of the local size of a space with respect
to distance between points. It is conjectured that Hausdor↵ dimension is
equivalent to Minkowski-Bouligand dimension for strictly self-similar
fractals.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 5 / 1
Hausdor↵ dimension
Hausdor↵ dimension is a measure of the local size of a space with respect
to distance between points. It is conjectured that Hausdor↵ dimension is
equivalent to Minkowski-Bouligand dimension for strictly self-similar
fractals.
Definition (Minkowski-Bouligand dimension)
If a self-similar set of size 1 can be divided into N congruent sets of size ✏,
then the Minkowski-Bouligand dimension
D =
log(N)
log(1/✏)
.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 5 / 1
Hausdor↵ dimension
Examples of Hausdor↵ dimension:
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
Hausdor↵ dimension
Examples of Hausdor↵ dimension:
1 The Hausdor↵ dimension of a line is 1
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
Hausdor↵ dimension
Examples of Hausdor↵ dimension:
1 The Hausdor↵ dimension of a line is 1
2 The Hausdor↵ dimension of a square is 2
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
Hausdor↵ dimension
Examples of Hausdor↵ dimension:
1 The Hausdor↵ dimension of a line is 1
2 The Hausdor↵ dimension of a square is 2
3 The Hausdor↵ dimension of a cube is 3
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
Hausdor↵ dimension
Examples of Hausdor↵ dimension:
1 The Hausdor↵ dimension of a line is 1
2 The Hausdor↵ dimension of a square is 2
3 The Hausdor↵ dimension of a cube is 3
This makes sense, because we can divide a line into 2 congruent segments
each of length 1/2. Then the Hausdor↵ dimension D = log(2)
log(2) = 1 is the
same as the topological dimension. Equality holds because the straight
line is not a fractal.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
Proving the Sierpinski triangle is a fractal
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 7 / 1
Proving the Sierpinski triangle is a fractal
We can divide the Sierpinski triangle
into 3 congruent sets each of size
1/2, so the Hausdor↵ dimension is
D =
log(3)
log(2)
⇡ 1.585
which is greater than the
topological dimension 1. Hence the
Sierpinski triangle is a fractal.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 7 / 1
The Mandelbrot set
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 8 / 1
The Mandelbrot set
Definition (Mandelbrot set)
The set of complex numbers S such that 8c 2 S, the sequence defined by
zn+1 = z2
n + c
z0 = 0
is bounded as n ! 1.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 8 / 1
The Mandelbrot set
Definition (Mandelbrot set)
The set of complex numbers S such that 8c 2 S, the sequence defined by
zn+1 = z2
n + c
z0 = 0
is bounded as n ! 1.
For example, c = 1 produces the sequence 1, 0, 1, 0, 1, 0, . . . which
is bounded. Therefore 1 is a member of the Mandelbrot set.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 8 / 1
The Mandelbrot set
Red = z5, Yellow = z8, Green = z12
Light Blue = z15, Dark Blue = z25, Black = z100.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 9 / 1
The Mandelbrot set
Theorem (Shishikura)
The Mandelbrot set and its border have Hausdor↵ dimension 2.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 10 / 1
The Mandelbrot set
Theorem (Shishikura)
The Mandelbrot set and its border have Hausdor↵ dimension 2.
Since the Mandelbrot set has
topological dimension 2, the set
itself is not a fractal. However, the
border of the Mandelbrot set has
topological dimension 1 and
Hausdor↵ dimension 2, so the
border of the Mandelbrot set is a
fractal.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 10 / 1
The Mandelbrot set
Theorem (Shishikura)
The Mandelbrot set and its border have Hausdor↵ dimension 2.
Since the Mandelbrot set has
topological dimension 2, the set
itself is not a fractal. However, the
border of the Mandelbrot set has
topological dimension 1 and
Hausdor↵ dimension 2, so the
border of the Mandelbrot set is a
fractal.
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 10 / 1
The Mandelbrot set
Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 11 / 1

Contenu connexe

Tendances

First Introduction to Fractals
First Introduction to FractalsFirst Introduction to Fractals
First Introduction to FractalsPlusOrMinusZero
 
Fractals in nature and science dfs
Fractals in nature and science dfsFractals in nature and science dfs
Fractals in nature and science dfsFarhana Shaheen
 
Fractal geometry
Fractal geometryFractal geometry
Fractal geometryarathyan
 
Fractals And Chaos Theory
Fractals And Chaos TheoryFractals And Chaos Theory
Fractals And Chaos TheoryFNian
 
Secrets of fractals dfs-yuc
Secrets of fractals dfs-yucSecrets of fractals dfs-yuc
Secrets of fractals dfs-yucFarhana Shaheen
 
Channel estimation - F. Ling
Channel estimation - F. LingChannel estimation - F. Ling
Channel estimation - F. LingFuyun Ling
 
Robots in The Chemical Industry
Robots in The Chemical IndustryRobots in The Chemical Industry
Robots in The Chemical Industryjournal ijrtem
 
Green Networks
Green NetworksGreen Networks
Green NetworksNeenu Ks
 
Kmeans initialization
Kmeans initializationKmeans initialization
Kmeans initializationdjempol
 
Hierarchical clustering and topology for psychometric validation
Hierarchical clustering and topology for psychometric validationHierarchical clustering and topology for psychometric validation
Hierarchical clustering and topology for psychometric validationColleen Farrelly
 
Rate distortion theory
Rate distortion theoryRate distortion theory
Rate distortion theorysamusk
 

Tendances (20)

First Introduction to Fractals
First Introduction to FractalsFirst Introduction to Fractals
First Introduction to Fractals
 
Fractals in nature and science dfs
Fractals in nature and science dfsFractals in nature and science dfs
Fractals in nature and science dfs
 
Fractal geometry
Fractal geometryFractal geometry
Fractal geometry
 
Fractals
Fractals Fractals
Fractals
 
Fractal Theory
Fractal TheoryFractal Theory
Fractal Theory
 
Fractals
FractalsFractals
Fractals
 
Fractals: An Introduction
Fractals: An IntroductionFractals: An Introduction
Fractals: An Introduction
 
Fractals in physics
Fractals in physicsFractals in physics
Fractals in physics
 
Fractals And Chaos Theory
Fractals And Chaos TheoryFractals And Chaos Theory
Fractals And Chaos Theory
 
Secrets of fractals dfs-yuc
Secrets of fractals dfs-yucSecrets of fractals dfs-yuc
Secrets of fractals dfs-yuc
 
Fractals
FractalsFractals
Fractals
 
Channel estimation - F. Ling
Channel estimation - F. LingChannel estimation - F. Ling
Channel estimation - F. Ling
 
Robots in The Chemical Industry
Robots in The Chemical IndustryRobots in The Chemical Industry
Robots in The Chemical Industry
 
Decision tree and random forest
Decision tree and random forestDecision tree and random forest
Decision tree and random forest
 
Presentation on K-Means Clustering
Presentation on K-Means ClusteringPresentation on K-Means Clustering
Presentation on K-Means Clustering
 
Green Networks
Green NetworksGreen Networks
Green Networks
 
Fractals a research
Fractals a researchFractals a research
Fractals a research
 
Kmeans initialization
Kmeans initializationKmeans initialization
Kmeans initialization
 
Hierarchical clustering and topology for psychometric validation
Hierarchical clustering and topology for psychometric validationHierarchical clustering and topology for psychometric validation
Hierarchical clustering and topology for psychometric validation
 
Rate distortion theory
Rate distortion theoryRate distortion theory
Rate distortion theory
 

Similaire à Mandelbrot

Similaire à Mandelbrot (16)

Hidden dimensions in nature
Hidden dimensions in natureHidden dimensions in nature
Hidden dimensions in nature
 
hidden dimension in nature
hidden dimension in naturehidden dimension in nature
hidden dimension in nature
 
HIDDEN DIMENSIONS IN NATURE
HIDDEN DIMENSIONS IN NATUREHIDDEN DIMENSIONS IN NATURE
HIDDEN DIMENSIONS IN NATURE
 
Cmb part1
Cmb part1Cmb part1
Cmb part1
 
Paper
PaperPaper
Paper
 
Introduction to Cosmology
Introduction to CosmologyIntroduction to Cosmology
Introduction to Cosmology
 
Presentation
PresentationPresentation
Presentation
 
Gabor Frames for Quasicrystals and K-theory
Gabor Frames for Quasicrystals and K-theoryGabor Frames for Quasicrystals and K-theory
Gabor Frames for Quasicrystals and K-theory
 
Copy of solid state fff 2013
Copy of solid state fff 2013Copy of solid state fff 2013
Copy of solid state fff 2013
 
2 Brownian motion.ppt
2 Brownian motion.ppt2 Brownian motion.ppt
2 Brownian motion.ppt
 
Presentation1
Presentation1Presentation1
Presentation1
 
Separation Axioms
Separation AxiomsSeparation Axioms
Separation Axioms
 
mathstat.pdf
mathstat.pdfmathstat.pdf
mathstat.pdf
 
Volume_7_avrami
Volume_7_avramiVolume_7_avrami
Volume_7_avrami
 
Cmb part2
Cmb part2Cmb part2
Cmb part2
 
Crystallography_CE-19.pdf
Crystallography_CE-19.pdfCrystallography_CE-19.pdf
Crystallography_CE-19.pdf
 

Mandelbrot

  • 1. Fractals and the Mandelbrot set Nicholas Tomlin Brown University MATH 1040 Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 1 / 1
  • 2. The Mandelbrot set Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 2 / 1
  • 3. What is a fractal? Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
  • 4. What is a fractal? An iterated pattern that displays some level of self-similarity: Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
  • 5. What is a fractal? An iterated pattern that displays some level of self-similarity: Koch curve Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
  • 6. What is a fractal? An iterated pattern that displays some level of self-similarity: Koch curve Sierpinski triangle Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
  • 7. What is a fractal? An iterated pattern that displays some level of self-similarity: Koch curve Sierpinski triangle Julia and Mandelbrot sets Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
  • 8. What is a fractal? An iterated pattern that displays some level of self-similarity: Koch curve Sierpinski triangle Julia and Mandelbrot sets Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 3 / 1
  • 9. What is a fractal? Definition (Fractal) An object whose Hausdor↵ dimension exceeds its topological dimension. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 4 / 1
  • 10. What is a fractal? Definition (Fractal) An object whose Hausdor↵ dimension exceeds its topological dimension. Note that the above definition does not account for space-filling fractals, such as the Hilbert curve. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 4 / 1
  • 11. What is a fractal? Definition (Fractal) An object whose Hausdor↵ dimension exceeds its topological dimension. Note that the above definition does not account for space-filling fractals, such as the Hilbert curve. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 4 / 1
  • 12. Hausdor↵ dimension Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 5 / 1
  • 13. Hausdor↵ dimension Hausdor↵ dimension is a measure of the local size of a space with respect to distance between points. It is conjectured that Hausdor↵ dimension is equivalent to Minkowski-Bouligand dimension for strictly self-similar fractals. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 5 / 1
  • 14. Hausdor↵ dimension Hausdor↵ dimension is a measure of the local size of a space with respect to distance between points. It is conjectured that Hausdor↵ dimension is equivalent to Minkowski-Bouligand dimension for strictly self-similar fractals. Definition (Minkowski-Bouligand dimension) If a self-similar set of size 1 can be divided into N congruent sets of size ✏, then the Minkowski-Bouligand dimension D = log(N) log(1/✏) . Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 5 / 1
  • 15. Hausdor↵ dimension Examples of Hausdor↵ dimension: Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
  • 16. Hausdor↵ dimension Examples of Hausdor↵ dimension: 1 The Hausdor↵ dimension of a line is 1 Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
  • 17. Hausdor↵ dimension Examples of Hausdor↵ dimension: 1 The Hausdor↵ dimension of a line is 1 2 The Hausdor↵ dimension of a square is 2 Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
  • 18. Hausdor↵ dimension Examples of Hausdor↵ dimension: 1 The Hausdor↵ dimension of a line is 1 2 The Hausdor↵ dimension of a square is 2 3 The Hausdor↵ dimension of a cube is 3 Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
  • 19. Hausdor↵ dimension Examples of Hausdor↵ dimension: 1 The Hausdor↵ dimension of a line is 1 2 The Hausdor↵ dimension of a square is 2 3 The Hausdor↵ dimension of a cube is 3 This makes sense, because we can divide a line into 2 congruent segments each of length 1/2. Then the Hausdor↵ dimension D = log(2) log(2) = 1 is the same as the topological dimension. Equality holds because the straight line is not a fractal. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 6 / 1
  • 20. Proving the Sierpinski triangle is a fractal Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 7 / 1
  • 21. Proving the Sierpinski triangle is a fractal We can divide the Sierpinski triangle into 3 congruent sets each of size 1/2, so the Hausdor↵ dimension is D = log(3) log(2) ⇡ 1.585 which is greater than the topological dimension 1. Hence the Sierpinski triangle is a fractal. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 7 / 1
  • 22. The Mandelbrot set Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 8 / 1
  • 23. The Mandelbrot set Definition (Mandelbrot set) The set of complex numbers S such that 8c 2 S, the sequence defined by zn+1 = z2 n + c z0 = 0 is bounded as n ! 1. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 8 / 1
  • 24. The Mandelbrot set Definition (Mandelbrot set) The set of complex numbers S such that 8c 2 S, the sequence defined by zn+1 = z2 n + c z0 = 0 is bounded as n ! 1. For example, c = 1 produces the sequence 1, 0, 1, 0, 1, 0, . . . which is bounded. Therefore 1 is a member of the Mandelbrot set. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 8 / 1
  • 25. The Mandelbrot set Red = z5, Yellow = z8, Green = z12 Light Blue = z15, Dark Blue = z25, Black = z100. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 9 / 1
  • 26. The Mandelbrot set Theorem (Shishikura) The Mandelbrot set and its border have Hausdor↵ dimension 2. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 10 / 1
  • 27. The Mandelbrot set Theorem (Shishikura) The Mandelbrot set and its border have Hausdor↵ dimension 2. Since the Mandelbrot set has topological dimension 2, the set itself is not a fractal. However, the border of the Mandelbrot set has topological dimension 1 and Hausdor↵ dimension 2, so the border of the Mandelbrot set is a fractal. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 10 / 1
  • 28. The Mandelbrot set Theorem (Shishikura) The Mandelbrot set and its border have Hausdor↵ dimension 2. Since the Mandelbrot set has topological dimension 2, the set itself is not a fractal. However, the border of the Mandelbrot set has topological dimension 1 and Hausdor↵ dimension 2, so the border of the Mandelbrot set is a fractal. Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 10 / 1
  • 29. The Mandelbrot set Nicholas Tomlin (Brown University) Fractals and the Mandelbrot set MATH 1040 11 / 1