home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / fractal112 / !Fractal / Help / Bifurcate < prev    next >
Text File  |  1996-10-09  |  2KB  |  42 lines

  1. Bifurcate
  2. ---------
  3. !Fractal would not be complete without bifurcation diagrams, one of the
  4. original manifestations of chaos. They were originally discovered from a
  5. very simple equation to describe animal populations:
  6.  
  7.     New Population = Growth Rate * Old Population * ( 1 - Old Population)
  8.  
  9. where population is a value between 0 and 1. With growth rates < 200% a
  10. single line results, over 200% it splits (bifurcates) into 2, then 4, then
  11. becomes chaotic. In the plot the x-axis is the growth rate, the y-axis is
  12. the population.
  13.  
  14. Bifurcate plots points, the colours of which are set from the main Plot
  15. Options dialogue box in the Effects menu. For best results set Initial
  16. Colour=0 and Plot Type to 'Subtract' so that where multiple points are
  17. plotted at the same pixel, the colour is decremented.
  18.  
  19. The data values for Bifurcate are:
  20.  
  21. Growth Rate: value at x0.
  22. Pop. Size  : value at y0.
  23. Rate Range : add to x0 to give growth rate at far right.
  24. Pop. Range : add to y0 to give population at top of screen.
  25. Init Popn. : The inital value of the population used in the equation.
  26. Max Gen.   : Number of generations to calculate for each growth rate.
  27. Min Gen.   : Number of generations before plotting.
  28.  
  29. The Min Gen value is used as a low filter to let the population stabilise
  30. before plotting, whilst the Max Gen is the total number of generations to
  31. calculate before moving onto the next growth rate.
  32.  
  33. You can zoom in to examine the chaotic patterns, which often reveal detail.
  34. Increase Max Gen as you zoom in to see the range of population values.
  35. !Fractal switches from fast 32 bit to full floating point calculations as
  36. you zoom in.
  37.  
  38. There are many formulae that lead to bifurcation diagrams. There are several
  39. to choose from the menu - the 'R' in the equation is the growth rate.
  40. Mitchel Feigenbaum discovered that the ratios of lengths of adjacent areas
  41. of bifurcation were always 4.6692..., a constant that is now named afer him.
  42.