The Mandelbrot set of the zeta function



2013/9/28
[List]
Published 2013/7/21

I would like to show an animation of the Mandelbrot set of the zeta function. The interior of the Mandelbrot group is originally black, but here we are drawing the value of the complex number in color.

The Mandelbrot set of the zeta function
The Mandelbrot set of the zeta function

The Mandelbrot set

The Mandelbrot set is a set that does not diverge to infinity in the following recurrence formula.

F (z ) = z 2
zk+1 = F (zk ) + c
z0 = 0

I modified the page to draw the Mandelbrot set of Mr. Kostas Symeonidis based on GPLv3 and made the following page by adding animation capabilities.


The panoramic view of the Mandelbrot set

([Iterations]=64)

If you make a rectangle by dragging the mouse, you can expand its area. [Iterations] is the number of iterations of the calculation. Number of iterations of the initial state is 16. When you press the [Start] button to display the animation of the number of iterations increasing. You can observe the Mandelbrot Set is configured to correspond to the number of iterations increases.

When you expand the Mandelbrot set near the origin, you can see the following image.


The Mandelbrot set near the origin

([Iterations]=64)

We can see the spiral of the Mandelbrot set on the following page.


The Mandelbrot set

([Iterations]=256)

You will descend to the location of the image with the animation from the bird's eye view of the Mandelbrot set.


The Mandelbrot set of exponential

The Mandelbrot set was configured with the following recurrence formula.

F (z ) = z 2
zk+1 = F (zk ) + c
z0 = 0

Is it possible to configure the set by the following recurrence formula of the exponential?

F (z ) = ez
zk+1 = F (zk ) + c
z0 = 0

We can configure the set by the above recurrence formula. We can confirm it on the following page.


The panoramic view of the Mandelbrot set of exponential

([Iterations]=4)

Number of iterations of the initial state is 4. When you press the [Start] button to display the animation of the number of iterations increasing.

When you expand the Mandelbrot set near the origin, you can see the following image.


The Mandelbrot set of exponential near the origin

([Iterations]=64)

We can see the spiral of the Mandelbrot set of exponential on the following page. Please note that the page needs long calculation time.


The Mandelbrot set of exponential

([Iterations]=256)

The zeta function

The zeta function is the function expressed by the following series.

We can confirm the graph on the following page.

The graph of the zeta function
The graph of the zeta function

([Term number]=16)

I used Canvas and Web Workers of the JavaScript to draw the screen. [Term number] is the number of terms of the calculating formula. Number of terms of the initial state is 16. When you press the [Start] button to display the animation of the number of terms increasing. You can observe the zeros are configured to correspond to the number of terms increases.

Description:

The Mandelbrot set of the zeta function

The Mandelbrot set was configured with the following recurrence formula.

F (z ) = z 2
zk+1 = F (zk ) + c
z0 = 0

Is it possible to configure the set by the following recurrence formula of the zeta function?

F (z ) = ζ (z )
zk+1 = F (zk ) + c
z0 = 0

We can configure the set by the above recurrence formula. We can confirm it on the following page.


The panoramic view of the Mandelbrot set of the zeta function

([Iterations]=4,[Term number]=16)

When you press the [Start] button of [Iterations] to display the animation of the number of iterations increasing. When you press the [Start] button of [Term number] to display the animation of the number of terms increasing.

J. C. Woon of Cambridge University introduced the Mandelbrot set of the zeta function in 1998.

When you expand the Mandelbrot set near the point of zero, you can see the following image. Please note that the page needs long calculation time.


The Mandelbrot set of the zeta function near the point of zero

([Iterations]=64,[Term number]=8)

We can see the spiral of The Mandelbrot set of the zeta function on the following page. Please note that the page needs very long calculation time.

The Mandelbrot set of the zeta function
The Mandelbrot set of the zeta function

([Iterations]=256,[Term number]=8)

The above picture looks like a flower.

Comparison of the Mandelbrot sets

Each Mandelbrot set includes a similar image as shown in the following table.

Comparison of the Mandelbrot sets
F (z) z 2 ez ζ(z )
Panoramic
view
Origin
/zero
Spiral

I guess the following reasons.

Physical meaning

What is the physical meaning of the set?

One point of the Mandelbrot set will converge or diverge to infinity. On the other hand, the universe retracts or expands endlessly. One point of the Mandelbrot set might correspond to a certain universe.

The calculating formulas

The following calculating formula does not have good convergence.

So we use the following calculating formulas.

We confirm the arithmetic precision of each calculating formula on the following page.

Arithmetic precision of calculating formula

I explain these formulas in the following sections.

Asymptotic expansion of the zeta function

Euler introduced the asymptotic expansion of the zeta function by Euler-Maclaurin formula. When you press the button [ζ_AE] you can confirm it on the page of the graph.

Here, Bk is the Bernoulli numbers. We use the Bernoulli polynomials Bk(1) as the Bernoulli numbers on this page. The variable q of the above formula is the number of terms ([Term number]). In addition, we calculate in r = q. We use the following formula in the domain with the number of terms more of 14 and more and the real part of s of -10 and less because a calculation error is large.

The above calculating formula is the functional equation that mathematician Riemann showed in his paper in 1859. It is called "Riemann functional equation."

Knopp-Hasse's calculating formula

Knopp conjectured the following calculating formula around 1930. The formula was proved by Hasse in 1930. When you press the button [ζ_KH] you can confirm it in the page of the graph.

We use the Riemann functional equation in the domain with the number of terms of 27 and more and the real part of s of -7 and less because a calculation error is large.

Peter Borwein's calculating formula

Peter Borwein published the following calculating formula in 2000. When you press the button [ζ_PB] you can confirm it in the page of the graph.


We use the Riemann functional equation in the domain with the number of terms of 32 and more and the real part of s of -7 and less because a calculation error is large.

An operational method

Basic operation

Applied operation

Other operation

Compliant browsers


Related Articles:
Home >  Quantum mechanics


©2013, xseek-qm.net


Sponsored Link

Quantum: Einstein, Bohr, and the Great Debate about the Nature of Reality (Manjit Kumar)(2011/5/9) Something Deeply Hidden : Quantum Worlds and the Emergence of Spacetime (Sean Carroll)(2019/9/10) QED: The Strange Theory of Light and Matter (Richard P. Feynman)(2014/10/26)