Variations on a Theme By Sierpinski Presentation to IUP Pete Vanden Bosch 22 Oct 2014.

Slides:



Advertisements
Similar presentations
40S Applied Math Mr. Knight – Killarney School Slide 1 Unit: Sequences Lesson: SEQ-L3 Drawing Fractal Patterns Drawing Fractal Patterns Learning Outcome.
Advertisements

Mathematical induction Isaac Fung. Announcement ► Homework 1 released ► Due on 6 Oct 2008 (in class)
Train DEPOT PROBLEM USING PERMUTATION GRAPHS
Fractals everywhere ST PAUL’S GEOMETRY MASTERCLASS II.
Homework discussion Read pages 388 – 391 Page 400: 49 – 52, 72.
The Wonderful World of Fractals
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
Pascal’s Triangle By: Brittany Thomas.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
Governor’s School for the Sciences Mathematics Day 9.
Triangle Town Hi, I’m Elke. Pleased to be your guide through Triangle Town. Don’t ever worry about getting lost. I’ll stay with you the whole time.
Chapter 15 Recursion.
CS 6825: Binary Image Processing – binary blob metrics
Fractals Douglas reeves.
Fractals. Most people don’t think of mathematics as beautiful but when you show them pictures of fractals…
Mathematics Numbers: Percentages Science and Mathematics Education Research Group Supported by UBC Teaching and Learning Enhancement Fund Department.
{ Fractals, iterations and the Sierpinski Triangle an iterative approach Central Arizona College Science Night at San Tan Campus.
GEOMETRY CONSTRUCTIONS CREATING PERFECT SHAPES WITHOUT NUMBERS.
1 GEM2505M Frederick H. Willeboordse Taming Chaos.
Today we will be learning to make and describe 2-D shapes.
Fractals! Bullock Math Academy March 22, 2014 Brian Shelburne
© Copyright 2012 by Pearson Education, Inc. All Rights Reserved. 1 Chapter 15 Recursion.
 Introduction  Definition of a fractal  Special fractals: * The Mandelbrot set * The Koch snowflake * Sierpiński triangle  Fractals in nature  Conclusion.
Fractals. What do we mean by dimension? Consider what happens when you divide a line segment in two on a figure. How many smaller versions do you get?
Fractals What are fractals? Who is Benoit Mandlebrot? How can you recognize a fractal pattern? Who is Waclaw Sierpinski?
What is an Isosceles Triangle? A triangle with at least two congruent sides.
A Primer on Chaos and Fractals Bruce Kessler Western Kentucky University as a prelude to Arcadia at Lipscomb University.
Development of structure. Additional literature Prusinkiewicz P, Lindenmayer A., 1990, The algorithmic beauty of plants, Springer Korvin G., 1992, Fractal.
Chapter 18 Recursion CS1: Java Programming Colorado State University
Chapter 14 Recursion.
Chapter 1 Logic and Proof.
Symbolic Logic Pratibha Sinha.
GeoGebra in Primary and Lower Secondary School Classrooms
Data Structures.
Excursions in Modern Mathematics Sixth Edition
12-1A Fractals What are fractals? Who is Benoit Mandlebrot?
Geometry Constructions
Çizge Algoritmaları.
Fractals.
Iterative Mathematics
Iterative Mathematics
How Many Ways Can 945 Be Written as the Difference of Squares?
CS 1321.
Fractals Project Natalie Rowe.
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
C ODEBREAKER Class discussion.
Symbolic Logic Pratibha Sinha.
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
Craig Schroeder October 26, 2004
Midpoint Displacement for Terrain
Fun with Sierpinski Pyramids
S.K.H. Bishop Mok Sau Tseng Secondary School
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
Modeling with Geometry
P1 Chapter 10 :: Trigonometric Identities & Equations
Counting Techniques and Some Other Math Team Strategies
Intermediate & Advanced Ceramics Portfolio 1st Semester 2018
Fractals What do we mean by dimension? Consider what happens when you divide a line segment in two on a figure. How many smaller versions do you get?
G13 Reflection and symmetry
9.4 Special Right Triangles
Hamiltonicity below Dirac’s condition
The Selection Problem.
EX 9B- PERFECT SQUARE AND DIFFERENCE OF TWO SQUARES.
Instructor: Aaron Roth
An exercise on recursion
Lecture 23 NP-Hard Problems
Surprising Connections in Math: From the Golden Ratio to Fractals
Presentation transcript:

Variations on a Theme By Sierpinski Presentation to IUP Pete Vanden Bosch 22 Oct 2014

Overview Background Construction of Sierpinski Four alternative constructions – Each more astonishing than the last Variations Connection to random walks Proof

Waclaw Sierpinski , Polish mathematician known for contributions to set and number theory The Gasket

Usual Algorithm for Construction (More of a deduction than a construction) 1.Start with a solid equilateral triangle. Call it the current set. 2.For each triangle in the current set, connect its midpoints. Remove the triangle defined by these midpoints. 3.This creates new solid triangles. Replace the current set with these triangles. 4.Return to step 2.

Construction (Deconstruction?) #1 This link This link is a more impressive demo

Construction #2 Hard to implement previous algorithm. Easier: 1.Construct an equilateral triangle. 2.Copy the entire construction twice and rearrange the three sets so their “vertices” are connected. 3.Resize if desired. 4.Return to step 2.

Construction #2 Without Resizing

Construction #3: Bitwise AND Algorithm Label points in a square by binary fractions. “Color in” each point if the bitwise AND of x and y is TRUE.

Construction #4: “Color in” the odd numbers of a Pascal Triangle

Construction #4: Pascal Triangle

Construction #5: Stochastic 1.Designate the vertices of an equilateral triangle (target vertices), and also designate an arbitrary starting point inside the triangle. 2.Pick one of the target vertices at random and travel halfway to it, placing a point. 3.Starting at that new point, return to step 2. Again, Wikipedia has a better animation than I can hope to produceanimation This is the construction we’ll focus on today

How Might We Revise This Algorithm to Create Other Fractals? Stochastic Algorithm: 1.Designate the vertices of an equilateral triangle (target vertices), and also designate an arbitrary starting point inside the triangle. 2.Pick one of the target vertices at random and travel halfway to it, placing a point. 3.Starting at that new point, return to step 2.

Is it a Fractal? Original algorithm with v = 4, 5, and 6. Clearly not space-filling, but not obvious we have a fractal, either.

Is It a Fractal? In these four, v=5, and f is set to 0.4, 0.5, 0.6, and 0.7.

Is It a Fractal? Here, v=8, and f is set to 1.2, 1.3, 1.4, and 1.5.

What? For each of these, v = 8 and f=2. The only difference is the random number seed.

Symmetry?

Why Not Perfect Symmetry?

Equivalence of Stochastic and Bitwise Algorithms x y x y

Parting Thoughts Implementing an idea leads to new ideas. – Can’t play without a playground Mathematical play is important to developing solid analysts. Fractals may be far more plentiful than we can detect. – Being plentiful makes it harder to find them!

Reference Peitgen, H.-O., Jürgens, H., Saupe, D., Maletsky, E., Perciante, T. Fractals for the Classroom: Strategic Activities, Vol. 1. (Berlin: Springer, 1991).

BACKUP

Closer Look at the Bitwise Algorithm