Quadratic iteration is used to generate the Mandelbrot set and Julia sets. An image of Mandelbrot set is shown below.
Consider the following quadratic iteration
Given an initial value of
This can be done in the TI-84 by storing the initial value in the variable Z and storing the constant in the variable C.
New values can be generated by applying the iterative rule shown above. Applying this operation repeatedly generates a sequence of values.
The second iteration leads to
This is done in the TI-84 by assigning the expression Z²+C to the variable Z.
While the third iteration leads to the following value:
Completing these calculations by hands is tedious and error prone. The process can be simplified greatly using a program in the TI-84.
Below is a video demonstrating how to write a program for doing quadratic iteration in the TI-84.