Presentation is loading. Please wait.

Presentation is loading. Please wait.

Iterative Mathematics

Similar presentations


Presentation on theme: "Iterative Mathematics"— Presentation transcript:

1 Iterative Mathematics
Introduction

2 Iterative Math T. Serino Iteration is the repeated application of a function or process in which the output of each step is used as the input for the next iteration. (This process is also known as recursion) Although iteration in its basic form will not be used to make mathematical decisions, more complex applications play an important role in decision making research. We will touch on iteration because it is the basis of some of the most exciting and most recent research in mathematics. Any function that has the same type of mathematical object for both its argument (input) and result (output) can be iterated. Iterations can be done on numbers, functions, and geometric figures.

3 Iterative Math T. Serino To “iterate” means to repeat; iteration is a repetition of an operation. A nice illustration of an iteration of numbers is the famous Fibonacci sequence. This sequence is named after Leonardo of Pisa, also known as Fibonacci. He was one of the most distinguished mathematicians of the Middle Ages. He is also credited with introducing the Hindu-Arabic number system into Europe.

4 Iterative Math Every iteration has a starting point and a rule.
T. Serino Every iteration has a starting point and a rule. The Fibonacci sequence starts with the numbers 0 and 1. The rule for the Fibonacci sequence is: to generate the next term in the sequence, add the previous two terms.

5 Iterative Math So, starting with 0, 1….
T. Serino So, starting with 0, 1…. The Rule The sequence expands to 0, 1, 1 The Rule The sequence expands to 0, 1, 1, 2 The Rule The sequence expands to 0, 1, 1, 2, 3 The next iteration yields 0, 1, 1, 2, 3, 5

6 Iterative Math So given the first 7 numbers of the Fibonacci sequence,
T. Serino So given the first 7 numbers of the Fibonacci sequence, 0, 1, 1, 2, 3, 5, 8, … Expand the sequence to include the first 12 numbers. (5 additional numbers) This recursive sequence will grow infinitely as it expands (diverges). Some recursive sequences settle at a specific number (converge).

7 Iterative Math In Nature
T. Serino In Nature In the middle of the 19th century, mathematicians found strong similarities between this sequence and many natural phenomena. The numbers appear in many seed arrangements of plants and petal counts of many flowers. Fibonacci numbers are also observed in the structure of pinecones and pineapples.

8 Iterative Math T. Serino We can also see Fibonacci numbers in a shallow diagonal of Pascal’s Triangle.

9 Iterative Math Iterating a function
T. Serino Iterating a function While iterating a function, we pick a starting value as the input and use the function as the rule. Often the idea is to test a function to see if it expands indefinitely (or diverges) or if it settles on a specific number (or converges).

10 Iterative Math Next, let’s iterate a function.
T. Serino Next, let’s iterate a function. Here’s an example of a very simple iteration of the function . Pick a number, say 0, and put it in for x. (Zero would be considered the input of the function.)

11 Iterative Math With zero as an input value of we get:
T. Serino With zero as an input value of we get: 5 is the output value, which we will use as out next input value for the function.

12 Iterative Math With 5 as the next input value of we get:
T. Serino With 5 as the next input value of we get: Now is the output value, which we will use as out next input value for the function.

13 Iterative Math T. Serino With 7.5 as the next input value a calculator may start to become useful. Now is the output value, which we will use as out next input value for the function.

14 Iterative Math With 8.75 as the next input value of we get:
T. Serino With 8.75 as the next input value of we get: and so on, and so on…. As the iterations continue, can you guess what will happen to the output value? What if we started somewhere other than zero?

15 Iterative Math T. Serino Geometric iterations can be used to describe many structures we see in nature. Let’s look at a fractal tree for example. We will start with one vertical branch (or trunk). The rule for the fractal tree will be wordy, but it in general, it is a simple rule.

16 Iterative Math The Rule:
T. Serino The Rule: Copy each branch twice and reduce the length and thickness of each copy by a factor of 2. 1. Rotate one of the new branches 45 degrees and the other -45 degrees. 2. Attach the two smaller branches to the top of the existent branch(s) 3.

17 Iterative Math The first iteration would look like this.
T. Serino The first iteration would look like this. For the second iteration, we will take both of the top branches and follow the rule for each branch. Then we will continue to apply the rules to all of the top branches over and over.

18 Iterative Math Eventually this tree will fill in.
T. Serino Eventually this tree will fill in. Notice that a leaf has the same structure. As the branches get smaller and smaller, they begin to resemble the veins of a leaf. Although this fractal tree uses a very simple rule, we can see that the structure resembles a real tree.

19 Iterative Math T. Serino The fractal tree was drawn using a simple recursive formula (iteration rule). Because such complex figures can be constructed based on such a simple rule, recursion is now used in graphic design that we see every day. One specific example is the recent improvement in the graphics that we see in animated films. Recursion makes it possible to compress data so that small changes in data can not only construct complex figures, but can animate figures so that their movement seems realistic. Like a fern blowing in the wind.

20 athematical M D ecision aking


Download ppt "Iterative Mathematics"

Similar presentations


Ads by Google