Iterated Function Sequences Accumulation: Help

In summary, the problem asks for the points on which the sequence (A1 COMPOSITE A2)n accumulates, given three contractions A0, A1, and A2 that generate the Sierpinski right triangle. The solution involves writing the n-th iteration of A1 and A2 in terms of the initial point <x0, y0>, and increasing n to observe the accumulation of points.
  • #1
aridneptune
5
0

Homework Statement


We are given three contractions which generate the Sierpinski right triangle:

A0 = [tex]\frac{1}{2}[/tex] <x , y>

A1 = [tex]\frac{1}{2}[/tex] <x-1 , y> + <1 , 0>

A2 = [tex]\frac{1}{2}[/tex] <x , y-1> + <0 , 1>

We are asked to find the points on which the sequence

(A2[tex]\circ[/tex]A1)n(<x0 , y0>) ) -- that's (A1 COMPOSITE A2)n

accumulates.

The Attempt at a Solution



Not quite sure how to approach this problem at all. I've figured that A1n takes any <x , y> to <1 , 0>, and that A2n takes any <x, y> to <0, 1>. So my first instinct was to say that iterating A2 n times on an n-iteration of A1 would just converge to <0 , 1>. However, I'm fairly sure this is incorrect. But how can this system accumulate on >1 point?

Any ideas/help would be greatly appreciated!
 
Last edited:
Physics news on Phys.org
  • #2
my first thought is to write the n-th iterators in terms of <x0,y0>, where the n-th iteration of A1 with be the initial point for the n-th iteration of A2.
 
  • #3
Sorry -- correction it's (A1 COMPOSITE A2)n (fixed above). Increasing n increases both applications of A1 and of A2.
 

FAQ: Iterated Function Sequences Accumulation: Help

What is an iterated function sequence?

An iterated function sequence is a sequence of functions that are repeatedly applied to an initial input. The output of each function becomes the input for the next function, creating a chain of transformations.

What is the purpose of accumulating iterated function sequences?

The purpose of accumulating iterated function sequences is to observe how the output changes as the number of iterations increases. This can help identify patterns and understand the behavior of the sequence.

What are some common examples of iterated function sequences?

Some common examples of iterated function sequences include the logistic map, the Mandelbrot set, and the Sierpiński triangle. These sequences have applications in chaos theory, fractal geometry, and other mathematical fields.

How can iterated function sequences be visualized?

Iterated function sequences can be visualized using graphs and plots. The x-axis represents the iterations and the y-axis represents the output values. This can help in identifying any patterns or trends in the sequence.

What are some challenges in working with iterated function sequences?

One of the main challenges in working with iterated function sequences is determining whether the sequence will converge or diverge. This can be difficult to predict and may require advanced mathematical techniques. Additionally, the accuracy of the results can be affected by rounding errors and computer limitations.

Similar threads

Replies
12
Views
1K
Replies
9
Views
1K
Replies
1
Views
1K
Replies
40
Views
1K
Replies
7
Views
2K
Replies
8
Views
1K
Back
Top