Iterated Function Sequences Accumulation: Help

  • Thread starter Thread starter aridneptune
  • Start date Start date
  • Tags Tags
    Function Sequences
aridneptune
Messages
4
Reaction score
0

Homework Statement


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

A0 = \frac{1}{2} <x , y>

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

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

We are asked to find the points on which the sequence

(A2\circA1)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
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.
 
Sorry -- correction it's (A1 COMPOSITE A2)n (fixed above). Increasing n increases both applications of A1 and of A2.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top