1 / 17

Infinities 6

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

keagan
Download Presentation

Infinities 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Infinities 6 Iteration Number, Algebra and Geometry

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

  3. Iteratively defined sequences e.g.

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

  5. x1=2 x3=1.67 x0=1 x2=1.5

  6. Try solving:

  7. 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.

  8. 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?

  9. 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 http://www.ph.biu.ac.il/~rapaport/java-apps/lsys.html

  10. What is the Mandelbrot set? The locus of points, C, for which the series Zn+1 = Zn * Zn + C, Z0 = (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.

  11. 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.

  12. 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 . . . .

  13. 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.

More Related