What are the practical applications of sets converging to repeating values?

  • Context: Graduate 
  • Thread starter Thread starter ktoz
  • Start date Start date
  • Tags Tags
    Converging Sets
Click For Summary
SUMMARY

The discussion centers on the concept of "attracting cycles" in the context of generating the Mandelbrot set. The user describes their experience with a function that converges to sets of repeating values, specifically noting relationships among terms in the set. They inquire about the terminology for these cycles and their practical applications. The response confirms that these cycles are indeed called "attracting cycles" and highlights their behavior, such as bifurcation, when parameters are adjusted.

PREREQUISITES
  • Understanding of fractals and the Mandelbrot set
  • Familiarity with mathematical functions and convergence
  • Knowledge of iterative processes in programming
  • Basic concepts of computer language design
NEXT STEPS
  • Research "attracting cycles" in dynamical systems
  • Explore the concept of bifurcation in mathematical functions
  • Investigate the design principles of loopless programming languages
  • Learn about the implications of poly-convergents in computational theory
USEFUL FOR

Mathematicians, computer scientists, and software developers interested in fractals, dynamical systems, and innovative programming language design.

ktoz
Messages
170
Reaction score
12
Back in the fractal craze, I wrote a simple application to generate the Mandelbrot set, and after way too many wasted hours, I noticed that the generating function frequently converged to sets of repeating values rather than single values. For example, for a 5 value convergent, the terms of the set are related by:

f(x1) = f(x0)
f(x2) = f(x1)
f(x4) = f(x3)
f(x0) = f(x4)

I have two questions related to this:
- Do sets of values that are related by these types of loops, have a name?
- Do these types of convergents have any practical applications?

Reason I ask is that I'm playing around with ideas for a "loopless" computer language and have come up with a few formulas that can eliminate iteration in specialized cases but these "poly-convergents" have always interested me as a potential way to directly calculate more complex states. Problem is though, I don't know what they're called.

Thanks for any info
 
Mathematics news on Phys.org
It's called an "attracting cycle".

As you adjust the parameters, you can watch the cycle "bifuricate"; e.g. you can watch a fixed point split into a two-cycle.
 
Hurkyl said:
It's called an "attracting cycle".

Thanks Hurky
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 29 ·
Replies
29
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
1
Views
2K