Girish Mahajan (Editor)

Tinkerbell map

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Tinkerbell map

The Tinkerbell map is a discrete-time dynamical system given by:

x n + 1 = x n 2 y n 2 + a x n + b y n y n + 1 = 2 x n y n + c x n + d y n

Some commonly used values of a, b, c, and d are

  • a = 0.9 , b = 0.6013 , c = 2.0 , d = 0.50
  • a = 0.3 , b = 0.6000 , c = 2.0 , d = 0.27
  • Like all chaotic maps, the Tinkerbell Map has also been shown to have periods; after a certain number of mapping iterations any given point shown in the map to the right will find itself once again at its starting location.

    The origin of the name is uncertain; however, the graphical picture of the system (as shown to the right) shows a similarity to the movement of Tinker Bell over Cinderella Castle, as shown at the beginning of all films produced by Disney.

    Source code

    The Java source code that was used to generate the Tinkerbell Map displayed above:

    References

    Tinkerbell map Wikipedia


    Similar Topics