Reiji's Explorationsin Sound & Structure

March 23, 2026

Real-Time Observation of the Correspondence Between the Mandelbrot Set, Julia Sets, and Point Orbits

Overview:
This work implements, on Desmos, a system that allows the real-time observation of Julia sets corresponding to individual points in the Mandelbrot set, together with the iterative point orbits on both sides, all within a single screen.

In this implementation, moving a parameter point on the Mandelbrot-set side immediately redraws the corresponding Julia set. In addition, arbitrary point orbits can be displayed simultaneously on both the Mandelbrot-set side and the Julia-set side. This makes it possible to observe, without switching views, the correspondence between the Mandelbrot set as a parameter space and the Julia set as a dynamical space in a continuous and interactive way.

A key feature of this implementation is that it makes it possible to observe, in real time and on the same screen, the periodic structure inside the Mandelbrot set and the branching tendencies that appear in the corresponding Julia sets, together with the associated point orbits. For example, points in the main cardioid show convergent orbital behavior, and the corresponding Julia sets tend to appear as relatively unified shapes. By contrast, points in the period-2 component show orbits that alternate between two values, and the corresponding Julia sets tend to exhibit structures suggestive of two-way branching. Likewise, points in period-3 components show an increase in orbital branching, and the corresponding Julia sets also display tendencies toward three-way branching.

In addition, for points belonging to small self-similar components that appear under magnification, the Julia sets also reveal hierarchical and self-similar structures. This makes it possible to visually and intuitively investigate how local periodic structures and branching behaviors in the Mandelbrot set are reflected as tendencies in the shapes of the corresponding Julia sets.

Note: All content on this page is originally explained by Reiji in Japanese. The English version is translated by AI and structured by a parent, with Reiji's final approval.

Reiji's Words and Ideas

Formulas and Variables

Full view showing the Mandelbrot set on the left and the corresponding Julia set on the right, with red, blue, and green pointers and orbits

Full View of the Real-Time Observation Screen for the Mandelbrot Set and the Corresponding Julia Set

This is the full display, with the Mandelbrot set on the left and the corresponding Julia set on the right. The red pointer indicates the parameter point on the Mandelbrot side that determines the Julia set, the blue orbit shows the iterative trajectory on the Mandelbrot side, and the green orbit shows the iterative trajectory on the Julia side. This arrangement allows the position of a point in parameter space, its periodic behavior, and the shape of the resulting Julia set to be compared continuously on a single screen.

Julia set corresponding to a point in the main cardioid of the Mandelbrot set

Julia Set Corresponding to the Main Cardioid

This image shows the Julia set corresponding to a point placed in the largest main cardioid of the Mandelbrot set. On the Mandelbrot side, the orbit shows convergent behavior toward a single value, while the corresponding Julia set appears relatively unified and has few branches. This provides a visual example of the correspondence between convergent dynamics in the main cardioid and a compact Julia-set shape.

A Julia set with a two-way branching tendency corresponding to a period-2 component in the Mandelbrot set

A Two-Branching Julia Set Corresponding to a Period-2 Component

This image shows the case where the pointer is placed in the component to the left of the main cardioid, corresponding to period-2 behavior. On the Mandelbrot side, the orbit appears to alternate between two values, and the corresponding Julia set also shows a structure that seems to split into two directions. This gives a clear example of the relationship between a period-2 orbit structure and a two-branching tendency in the Julia set.

A Julia set with a three-way branching tendency corresponding to a period-3 component in the Mandelbrot set

A Three-Way Branching Julia Set Corresponding to a Period-3 Component

This image shows the case where the pointer is placed in one of the small circular components attached above or below the main cardioid. On the Mandelbrot side, the orbit appears to cycle among three points, and the corresponding Julia set also shows a structure suggestive of three-way branching. This is an example in which period-3 dynamics and branching tendencies in the Julia set can be visually compared.

A Julia set showing hierarchical branching corresponding to a small satellite attached to the period-2 component

A Hierarchical Branching Structure Corresponding to a Small Satellite of the Period-2 Component

This image shows the case where the pointer is placed in a smaller circular component attached to the period-2 component. On the Mandelbrot side, the orbit first splits into two and then branches further. The corresponding Julia set shows not just a simple two-way split, but a hierarchical structure in which additional branching appears within the original branching pattern.

A complex Julia set corresponding to a small self-similar Mandelbrot component that appears detached under magnification

A Complex Julia Set Corresponding to a Small Self-Similar Mandelbrot Component

This image shows the case where the pointer is placed on a small Mandelbrot component that appears like a detached island under magnification. Although it looks visually separate, lowering the iteration count reveals that it remains connected to the main body by very thin structures. The corresponding Julia set exhibits a more complex and hierarchical branching structure, including self-similar internal patterns.

Output Link Mandelbrot–Julia Real-Time Explorer — Desmos Graph
Application Used

Desmos Graphing Calculator

(https://www.desmos.com/calculator)

AI Assistant’s Notes and Inferences

One of the major strengths of this implementation is that it treats the Mandelbrot set as a parameter space and the Julia set as a dynamical space, while allowing their relationship to be followed in real time on the same screen. Rather than simply rendering fractal figures, it also visualizes point orbits, making it possible to focus not only on the shapes themselves but also on the underlying differences in iterative dynamics.

  • The observation is centered not merely on visual complexity, but on structural distinctions such as convergence, period-2 behavior, period-3 behavior, hierarchical branching, and self-similarity.
  • This suggests an empirical attempt to organize the relationship between local structures in the Mandelbrot set and shape changes in the corresponding Julia sets.
  • Reiji appears to be interested not only in the visual appearance of fractals, but also in how changes in parameters alter the dynamics, and how those differences in dynamics emerge as differences in form.
  • In particular, the observation that small circular regions attached to the period-2 component produce Julia sets that first split into two and then branch further suggests an interest in the relationship between hierarchical periodic structures and shape changes.
  • By noticing self-similar structures inside Julia sets corresponding to small Mandelbrot components, he seems to be focusing not just on individual figures, but on the recursiveness of structure itself — how generative rules reappear in different locations and scales.

In summary, this implementation makes it possible to observe, in real time and on a single screen, the periodic structures within the Mandelbrot set and the branching tendencies that appear in the corresponding Julia sets, together with the associated point orbits.