How Do You Construct an IFS for a Complex Fractal Pattern?

  • Thread starter Thread starter Deadstar
  • Start date Start date
  • Tags Tags
    Function System
Deadstar
Messages
99
Reaction score
0
Write down an IFS converging to the subset S of the unit square illustrated below.

[PLAIN]http://img707.imageshack.us/img707/2876/unledwcq.png

I have two ways I see this though.

First way is as a collection of crossed diagonal lines where at each iteration 5 new crosses are made.

2nd way is as a knots and crosses grid where at each iteration 5 new knots and crosses grids are created in the corners and centre of the old one (with the old one being deleted, although I think that's standard in IFS depending on the fractal...)

Which one, if any is correct?(also, I have this IFS software which I have just this minute figured out how it works so I'm testing a few things...)
 
Last edited by a moderator:
Physics news on Phys.org
Ok after a bit of playing around I get...

z/3,
z/3 + 2/3,
z/3 + 1/3 + i/3,
z/3 + 2i/3,
z/3 + 2i/3 + 2i/3

I think I've finally got the hang of this... It's more a shrinking of boxes than a drawing of lines...
 
Deadstar said:
Ok after a bit of playing around I get...

z/3,
z/3 + 2/3,
z/3 + 1/3 + i/3,
z/3 + 2i/3,
z/3 + 2i/3 + 2i/3

Sounds good, but you probably made a typo in the last equation, it should be z/3+2/3+2i/3
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top