Report Tool or Give Us Suggestions

Generate Asymmetric Cantor Set

Generate and visualize asymmetric Cantor sets by defining custom left and right partition ratios.

L ading . . .

What is an Asymmetric Cantor Set?

An Asymmetric Cantor Set is a beautiful variation of the classic ternary Cantor set. While the standard Cantor set recursively removes the exact middle third of every segment, leaving two symmetric segments of equal length $1/3$, an asymmetric Cantor set relaxes this symmetry. Instead, it allows the kept left interval (with ratio $a$) and the kept right interval (with ratio $b$) to have different lengths.

This construction results in an asymmetrical fractal dust. Despite the imbalance between the left and right divisions, the set retains many of the mind-bending properties of the classic Cantor set: it is totally disconnected, nowhere dense, and contains uncountably many points.

Mathematical Formulation & Dimensions

Let us start with the unit interval $I_0 = [0, 1]$. At each step, a segment $[x, y]$ of length $L = y - x$ is replaced by two sub-segments:

  • A left sub-segment $[x, x + a \cdot L]$ of length $a \cdot L$
  • A right sub-segment $[y - b \cdot L, y]$ of length $b \cdot L$

where $a > 0$, $b > 0$, and $a + b \le 1.0$. The deleted middle interval (the gap) has a length ratio of $1 - a - b$.

To compute the Hausdorff fractal dimension $D$ of the resulting asymmetric Cantor set, we solve the Moran equation: $$a^D + b^D = 1$$

For example, if we set the left kept ratio to $a = 0.3$ and the right kept ratio to $b = 0.4$, we find the dimension $D$ by solving: $$0.3^D + 0.4^D = 1 \implies D \approx 0.5843$$ This is slightly smaller than the standard Cantor set dimension of $\approx 0.6309$.

Properties and Characteristics

Exploring asymmetric Cantor dusts reveals how small adjustments to the left and right kept ratios affect the density and look of the fractal:

  • Lebesgue Measure: If $a + b < 1$, the total length (measure) of the remaining set at iteration infinity is exactly $0$. If $a + b = 1$, the remaining set is the entire continuous interval, meaning no points are actually removed!
  • Self-Similarity: Although it is asymmetric, the set is still self-similar: the left portion of the set is a miniature copy of the entire set scaled by $a$, and the right portion is a miniature copy scaled by $b$.
  • Interactive Visualizer: Use our high-DPI canvas to watch the asymmetrical divisions take place level-by-level, and inspect the exact coordinates in the output editor below.

Frequently Asked Questions

How do we solve the Moran equation $a^D + b^D = 1$ for the fractal dimension?

Because $a^D + b^D = 1$ is a transcendental equation when $a \neq b$, it cannot generally be solved using simple algebraic manipulation. Instead, we use numerical methods (such as the Newton-Raphson method or bisection method) to find the unique positive real number $D$ that satisfies the equation.

What happens if the sum of the ratios $a + b$ is exactly $1.0$?

If $a + b = 1$, the middle gap length ratio $1 - a - b$ is exactly $0$. This means no intervals are deleted at any step. The resulting set is simply the entire solid interval $[0, 1]$, and its Hausdorff dimension is $1.0$.

Are asymmetric Cantor sets still homeomorphically equivalent to standard Cantor sets?

Yes! In general topology, any non-empty, compact, totally disconnected, perfect metric space is homeomorphic to the standard Cantor ternary set. As long as $a > 0$, $b > 0$, and $a + b < 1$, the resulting asymmetric Cantor set satisfies all of these topological properties.

What practical applications do asymmetric Cantor sets have?

Asymmetric Cantor sets are widely used in physics and dynamical systems to model chaotic attractors, multi-fractal measures, and non-uniform distributions of matter. They provide a more realistic model than symmetric sets for complex physical processes like turbulence, fluid mixing, and financial market volatility.

logo OnlineMiniTools

OnlineMiniTools.com is your ultimate destination for a wide range of web-based tools, all available for free.

Feel free to reach out with any suggestions or improvements for any tool at admin@onlineminitools.com. We value your feedback and are continuously striving to enhance the tool's functionality.

© 2026 OnlineMiniTools . All rights reserved.

Hosted on Hostinger

v1.10.0