Perturbed quadratic maps.

Java does not seem to be supported on this machine.

This applet was created by Yakov Shapiro in a project supervised by Kresimir Josic and Robert L. Devaney.


How to use this applet

Zooming in or out

You can change the zoom either "by hand" or with a mouse.

To zoom "by hand":

  1. Enter the coordinates of the desired rectangular region in the text fields labeled "Lower left corner" and "Upper right corner" under the z-screen or E-screen.
  2. Press the "Redraw" button.

To zoom in with a mouse on a rectangular region in either of the screens:

  1. Position the mouse at one corner of the desired region.
  2. Press the left mouse button and drag the cursor to the opposite corner of the region without releasing the button.
  3. Release the left mouse button. A white rectangle on the screen will show the chosen region, and the region's coordinates will also show in the text fields marked "Lower left corner" and "Upper right corner".
  4. If you want to change the region, simply repeat the process.
  5. Press the "Redraw" button.

Note that zooming out can only be performed "by hand". Here is a good rule of thumb for zooming out: for reasonably small values of parameters the square |x|<2, |y|<2 will contain the entire fractal in the z-plane, while the square |x|<1, |y|<1 will contain the fractal in the E-plane.

You can also click the "Restore defaults" button to return to the default zoom. However, this will also restore the default values of the function parameters.

Changing the parameters of the iterated function:

  1. Enter the desired values of parameters in the corresponding text fields.
  2. Press the "Redraw" button.
Note that the fractal on the right-hand screen is always calculated for D=0, no matter what the entered value of D is. Calculation of that fractal for non-zero D is not supported for technical reasons.

Viewing the orbit of a point

To view the orbit of a point, you should first select that point. That can be done either by clicking it once on the z-screen, or by entering its coordinates in the text fields marked "Iterate point". Note that the selected point is not displayed on the z-screen.

Once the point has been selected, enter the desired number of iterations and press the "Iterate" button. The iterates of the selected point will be displayed as white squares on the z-screen. Also, a list of their coordinates will appear under the "Iterate" button.

The iteration process stops if one of the iterates is larger than 100 in absolute value. (For all reasonable values of the parameters, that means that the orbit escapes to infinity).

You can also double-click a point on the z-screen to view its orbit. Double-clicking a point works the same way as clicking it once and pressing the "Iterate" button.

Choosing a value of E from the E-screen

You can select a value of E from the E-screen by clicking it once. Its coordinates will show in the text area marked "E=", and the point will be marked by a white square on the E-screen. The z-fractal is not recalculated for that value of E, unless you press the "Redraw" button or double-click that value.

Preparing and displaying animations

The applet allows you to watch how the z-fractal depends on the changes of E. To do that, you should define a path in the E-plane; the applet will then display the change in the z-fractal as E travels along the chosen path. Follow these guidelines to define a path:

  1. The path is always a polyline, and it cannot contain more than nine segments. The values of E connected by the path are displayed on the E-screen, and also shown in the list marked "Sequence of E-s for animation."
  2. To add a value at the end of the list, either select it on the E-plane or enter it in the text field for E, and then press the "Add current E" button. (If you enter the value in the text field, it will not show on the E-plane until you press the button).
  3. To remove a value, select it in the list by clicking once on it, and click the "Remove" button.
To produce an animation for the chosen path (which has to contain at least one segment), click the "Animate" button. The applet will make eight frames for each segment, so the calculation can take a while, especially if you are running the applet on a slow machine. The progress will be displayed under the "Animate" button. Once all frames are completed, they are displayed one by one at the rate of three frames per second.

To replay the animation, click the "Animate" button. If you have not changed zoom in the z-plane, and have not edited the path since the last animation, the applet will start displaying the frames immediately, so you do not have to wait.

The golden rule

The golden rule is: this applet is not an idiot-proof program. Given enough skill and patience, one can easily make it crush. If that is not your goal, do not torture it with indigestible input. That is, do not enter letters, Roman numbers, arithmetic operations etc. in the text fields, and do not enter non-integer numbers in the field for the number of iterations. Also, do not click buttons, change entries, etc. while the applet is computing the frames for animation: such actions can also cause it to become unstable. Finally, some problems have been observed with this applet when the system is restoring from "Stand by" mode. So, if your computer has just awakened and the applet does not work, it is best to re-start the applet (just by reloading the page containing it).