Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

15.5: Complex Recursive Sequences

( \newcommand{\kernel}{\mathrm{null}\,}\)

We will now explore recursively defined sequences of complex numbers.

Recursive Sequence

A recursive relationship is a formula which relates the next value, zn+1, in a sequence to the previous value, zn. In addition to the formula, we need an initial value, z0.

The sequence of values produced is the recursive sequence.

Example 15

Given the recursive relationship zn+1=zn+2,z0=4, generate several terms of the
recursive sequence.

Solution

We are given the starting value, z0=4. The recursive formula holds for any value of n, so
if n=0, then zn+1=zn+2 would tell us z0+1=z0+2, or more simply, z1=z0+2

Notice this defines z1 in terms of the known z0, so we can compute the value:
z1=z0+2=4+2=6

Now letting n=1, the formula tells us z1+1=z1+2, or z2=z1+2. Again, the formula gives the next value in the sequence in terms of the previous value.

(z_{2}=z_{1}+2=6+2=8\)

Continuing,

z3=z2+2=8+2=10

z4=z3+2=10+2=12

The previous example generated a basic linear sequence of real numbers. The same process can be used with complex numbers.

Example 16

Given the recursive relationship zn+1=zni+(1i),z0=4, generate several terms of the
recursive sequence.

Solution

We are given z0=4. Using the recursive formula:

z1=z0i+(1i)=4i+(1i)=1+3i

z2=z1i+(1i)=(1+3i)i+(1i)=i+3i2+(1i)=i3+(1i)=2

z3=z2i+(1i)=(2)i+(1i)=2i+(1i)=13i

z4=z3i+(1i)=(13i)i+(1i)=i3i2+(1i)=i+3+(1i)=4

z5=z4i+(1i)=4i+(1i)=1+3i

Notice this sequence is exhibiting an interesting pattern – it began to repeat itself.

Mandelbrot Set

The Mandelbrot Set is a set of numbers defined based on recursive sequences

Mandelbrot Set

For any complex number c, define the sequence zn+1=z2n+c,z0=0

If this sequence always stays close to the origin (within 2 units), then the number c is part of the Mandelbrot Set. If the sequence gets far from the origin, then the number c is not part of the set.

Example 17

Determine if c=1+i is part of the Mandelbrot set.

Solution

We start with z0=0. We continue, omitting some detail of the calculations

z1=z20+1+i=0+1+i=1+i

z2=z21+1+i=(1+i)2+1+i=1+3i

z3=z22+1+i=(1+3i)2+1+i=7+7i

z4=z23+1+i=(7+7i)2+1+i=197i

We can already see that these values are getting quite large. It does not appear that c=1+i is part of the Mandelbrot set.

Example 18

Determine if c=0.5i is part of the Mandelbrot set.

Solution

We start with z0=0. We continue, omitting some detail of the calculations

z1=z20+0.5i=0+0.5i=0.5i

z2=z21+0.5i=(0.5i)2+0.5i=0.25+0.5i

z3=z22+0.5i=(0.25+0.5i)2+0.5i=0.1875+0.25i

z4=z23+0.5i=(0.1875+0.25i)2+0.5i=0.02734+0.40625i

While not definitive with this few iterations, it does appear that this value is remaining small, suggesting that 0.5i is part of the Mandelbrot set.

Try it Now 5

Determine if c=0.4+0.3i is part of the Mandelbrot set.

Answer

z1=z20+0.4+0.3i=0+0.4+0.3i=0.4+0.3i

z2=z21+0.4+0.3i=(0.4+0.3i)2+0.4+0.3i=0.47+0.54i

z3=z22+0.5i=(0.25+0.5i)2+0.5i=0.1875+0.25i

z4=z23+0.5i=(0.1875+0.25i)2+0.5i=0.02734+0.40625i

clipboard_ed4d262f8e62c4ae64b87e18c256770bc.pngIf all complex numbers are tested, and we plot each number that is in the Mandelbrot set on the complex plane, we obtain the shape to the right[1].

The boundary of this shape exhibits quasi-self-similarity, in that portions look very similar to the whole.

In addition to coloring the Mandelbrot set itself black, it is common to the color the points in the complex plane surrounding the set. To create a meaningful coloring, often people count the number of iterations of the recursive sequence that are required for a point to get further than 2 units away from the origin. For example, using c=1+i above, the sequence was distance 2 from the origin after only two recursions.

For some other numbers, it may take tens or hundreds of iterations for the sequence to get far from the origin. Numbers that get big fast are colored one shade, while colors that are slow to grow are colored another shade. For example, in the image below[2], light blue is used for numbers that get large quickly, while darker shades are used for numbers that grow more slowly. Greens, reds, and purples can be seen when we zoom in – those are used for numbers that grow very slowly.

clipboard_effebf3c2326419d73ecdad66e1b38474.png

The Mandelbrot set, for having such a simple definition, exhibits immense complexity. Zooming in on other portions of the set yields fascinating swirling shapes.

clipboard_ef04205ce7af9e8e310324e0282465045.png


[1] en.Wikipedia.org/wiki/File:Mandelset_hires.png

[2] This series was generated using Scott’s Mandelbrot Set Explorer


This page titled 15.5: Complex Recursive Sequences is shared under a CC BY-SA 3.0 license and was authored, remixed, and/or curated by David Lippman (The OpenTextBookStore) via source content that was edited to the style and standards of the LibreTexts platform.

  • Was this article helpful?

Support Center

How can we help?