Infinities 6 Iteration Number, Algebra and Geometry.

Slides:



Advertisements
Similar presentations
Fractals with a Special Look at Sierpinskis Triangle By Carolyn Costello.
Advertisements

Solving Inequalities.
Iteration, the Julia Set, and the Mandelbrot Set.
40S Applied Math Mr. Knight – Killarney School Slide 1 Unit: Sequences Lesson: SEQ-L3 Drawing Fractal Patterns Drawing Fractal Patterns Learning Outcome.
1.3 Use Midpoint and Distance Formulas
( ) EXAMPLE 3 Solve ax2 + bx + c = 0 when a = 1
The Wonderful World of Fractals
Holt Geometry 12-Ext Using Patterns to Generate Fractals 12-Ext Using Patterns to Generate Fractals Holt Geometry Lesson Presentation Lesson Presentation.
Notes, part 4 Arclength, sequences, and improper integrals.
EXAMPLE 1 Solve quadratic equations Solve the equation. a. 2x 2 = 8 SOLUTION a. 2x 2 = 8 Write original equation. x 2 = 4 Divide each side by 2. x = ±
Solving Inequalities Pages Solving Inequalities ● Solving inequalities follows the same procedures as solving equations. ● There are a few.
Chapter 2: Equations and Inequalities 2.4: Other Types of Equations
"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."(Mandelbrot,
 Solving inequalities follows the same procedures as solving equations.  There are a few special things to consider with inequalities: ◦ We need to.
Solving Equations Containing To solve an equation with a radical expression, you need to isolate the variable on one side of the equation. Factored out.
Solve a radical equation
1. Find the perimeter of a rectangle with side lengths 12 ft and 20 ft. 3. Find the area of a parallelogram with height 9 in. and base length 15 in. 2.
6-2 Warm Up Problem of the Day Lesson Presentation
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
© 2004 Pearson Addison-Wesley. All rights reserved October 27, 2006 Recursion (part 2) ComS 207: Programming I (in Java) Iowa State University, FALL 2006.
Fractals Nicole MacFarlane December 1 st, What are Fractals? Fractals are never- ending patterns. Many objects in nature have what is called a ‘self-
How complex ~ Developed by Andrew Derer ~ MathScience Innovation Center, Richmond, VA.
Introduction Introduction: Mandelbrot Set. Fractal Geometry ~*Beautiful Mathematics*~ FRACTAL GEOMETRY Ms. Luxton.
6-2 Warm Up Problem of the Day Lesson Presentation
1.3 Distance and Midpoints
Introduction This chapter gives you several methods which can be used to solve complicated equations to given levels of accuracy These are similar to.
Fractals Siobhán Rafferty.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Java Software Solutions Foundations of Program Design Sixth Edition by Lewis.
Week 11 Similar figures, Solutions, Solve, Square root, Sum, Term.
Fractals Douglas reeves.
SOLVING SYSTEMS ALGEBRAICALLY SECTION 3-2. SOLVING BY SUBSTITUTION 1) 3x + 4y = 12 STEP 1 : SOLVE ONE EQUATION FOR ONE OF THE VARIABLES 2) 2x + y = 10.
Strategies and Rubrics for Teaching Chaos and Complex Systems Theories as Elaborating, Self-Organizing, and Fractionating Evolutionary Systems Fichter,
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? Consider.
6-2 Warm Up Problem of the Day Lesson Presentation
FRACTALS FRACTALS The Geometry of Nature ϕ π Σ Π ξ ρ τ ω ψ Ξ Ω μ ε γ λ η ζ θ β α By Michael Duong.
Effects of Changing Dimensions Proportionally 9-5 Holt Geometry.
Koch Curve How to draw a Koch curve.. Start with a line segment (STAGE 0) *Divide the line into thirds *In the middle third produce an equilateral triangle.
Fractals! Bullock Math Academy March 22, 2014 Brian Shelburne
Solving Equations. What are we going to do if we have non-zero values for a, b and c but can't factor the left hand side? This will not factor so we will.
Section 9-2 Graphing Circles 1 General form for a circle Represents the center of the circle Represents a point on the circle Represents the radius of.
Objectives: 1.Be able to solve a system of equations by using the substitution method. 2.Be able to solve a system of equations by using the elimination.
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?
Fractal Art. What is Fractal Art? A fractal is a geometric shape that has self similarity, that is it can be split into pieces that are approximate reduced.
Fractals.
Fractals Lesson 6-6.
Warm Up Find the area of each figure. Give exact answers, using  if necessary. 1. a square in which s = 4 m 2. a circle in which r = 2 ft 3. ABC with.
Tower of Hanoi problem: Move the pile of rings from one peg to another
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
Solve a quadratic equation
Radicals.
Solving Equations Containing
Recursion (part 2) October 26, 2007 ComS 207: Programming I (in Java)
SECTION 9-3 : SOLVING QUADRATIC EQUATIONS
Solving Equations Containing
Solving Problems Involving Geometry
Square and Cube Roots.
S.K.H. Bishop Mok Sau Tseng Secondary School
HONR 300/CMSC 491 Fractals (Flake, Ch. 5)
The Wonderful World of Fractals
Solving Equations Containing
Modeling with Geometry
Tower of Hanoi problem: Move the pile of rings from one peg to another
You can find the roots of some quadratic equations by factoring and applying the Zero Product Property. Functions have zeros or x-intercepts. Equations.
Objective Solve quadratic equations by using square roots.
Quantitative Reasoning
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?
Warm Up #3 Find the exact value. 2. –√ √49 ANSWER –12 7 ANSWER
Recursion (part 2) March 22, 2006 ComS 207: Programming I (in Java)
Tower of Hanoi problem: Move the pile of rings from one peg to another
Solving Equations Containing
Presentation transcript:

Infinities 6 Iteration Number, Algebra and Geometry

Iteration = Repetition of a procedure applied to the result of a previous application. sequences approximation iterative reasoning generation of fractals

Iteratively defined sequences e.g.

Iterative solution of equations Graph and make a first approximation of the root. Graph and make a first approximation of the root.

x 0 =1 x 1 =2 x 2 =1.5 x 3 =1.67

Try solving:

Calculating square roots without a calculator (Babylonian method) Make a first approximation to the root. Divide this into the number. Find the mean of the quotient and your first approximation; use this as the second approximation.

Towers of Hanoi Move the tower from one peg to another. You may move only one ring at a time. A ring may not be placed on top of a ring of a smaller size. What is the smallest number of moves?

Fractal = A geometric pattern exhibiting self- similarity in that small details of its structure viewed at any scale repeat elements of the overall pattern. - often generated by iterative processes

What is the Mandelbrot set? The locus of points, C, for which the series Zn+1 = Zn * Zn + C, Z 0 = (0,0) is bounded by a circle of radius two, centered on the origin. Multiply Z by itself. Add C. The answer is the new value for Z. Repeat until the absolute value of Z is greater than two. If abs(Z) ever exceeds two, then it will head off towards infinity which means that the point C is not in the Mandelbrot set. These points are typically assigned a colour based on how many iterations were done before abs(Z) exceeded two. If abs(Z) doesn't exceed two after a large number of iterations, then we assume that C is in the Mandelbrot set. These points are typically coloured black.

The Koch snowflake is constructed as follows. Start with a line segment. Divide it into 3 equal parts. Erase the middle part and substitute it by the top part of an equilateral triangle. Now, repeat this procedure for each of the 4 segments of this second stage.

Sierpinska’s Carpet Start with a square of carpet of side 3 units long. (Make your units quite large.) It can be divided into 9 1-unit squares. Remove the middle square. What is the area of the hole? What is the area of the carpet? What is the perimeter of the hole? What is the perimeter of the carpet? Repeat the process for each of the smaller squares left in the carpet. (i.e. remove the middle) Consider the same questions. Repeat....

Chaos Game Randomly choose a corner of the triangle by throwing the die. Starting from the last point marked, mark the next point 1/2 of the way towards the corner you have selected. Continue the process.