Golden Ratio in Collatz-like sequences

In summary, the conversation discusses a sequence generated by applying different mathematical functions to a positive integer. The sequence repeats itself after a certain number of steps and the length of the sequence varies depending on the values of the integer and the decimal number used in the functions. The conversation also mentions the potential relation of this sequence to the Collatz conjecture and the possibility of further research in this area.
  • #1
MrDries
1
0
TL;DR Summary
Generating sequences similar to those in the Collatz conjecture
Consider the following:
We start with a positive integer: x
If x is even, do
x/2
If is odd, do
Floor function( x * y)
with y being some decimal number between 1 and 2

And repeat until a loop is reached. If 1 is reached, the next number will be 1 as well. So we reach a loop too.

An example:
x = 667
y = 1.003
x is odd, so we do: Floor Function( 667 * 1.003) = Floor Function( 669.001) = 669

And now we repeat with the new input of x being 669.
Thus we get a sequence, which goes as follows:
667 669 671 673 675 677 679 681 683 685 687 689 691 693 695 697 699 701 703 705 707 709 711 713 715 717 719 721 723 725 727 729 731 733 735 737 739 741 743 745 747 749 751 753 755 757 759 761 763 765 767 769 771 773 775 777 779 781 783 785 787 789 791 793 795 797 799 801 803 805 807 809 811 813 815 817 819 821 823 825 827 829 831 833 835 837 839 841 843 845 847 849 851 853 855 857 859 861 863 865 867 869 871 873 875 877 879 881 883 885 887 889 891 893 895 897 899 901 903 905 907 909 911 913 915 917 919 921 923 925 927 929 931 933 935 937 939 941 943 945 947 949 951 953 955 957 959 961 963 965 967 969 971 973 975 977 979 981 983 985 987 989 991 993 995 997 999 1001 1004 502 251 251

The sequence starts to repeat at 251, so it is stopped right there. The length of this sequence, as shown, is 172.

Can we find a longer one? Using values of x = 1 to 999 and values of y = 1.001 to 1.999, longer sequences can be found. A program running in Visual Basic on an ancient laptop, saved a sequence every time it found a new record, starting at y = 1.001.

Several new records were found along the way, for example: x = 449 and y = 1.618, gives a sequence length of 447. It ends in a loop of length 83.

A record length was found at x = 931 and y = 1.800. Length of the sequence was 20,092. Why so long and why at exactly 1.8? I have no idea. I hope Visual Basic is handling the huge numbers in this sequence correctly though.

Anyhow, the 1.618 caught my idea. It reminded me of the Golden Ratio. I thought it might be a fluke. But to be sure I ran the program again, now checking the value of y between 1.61800 and 1.61900, value of x from 1 to 999. Where would it find the longest sequence now?

Well, at y = 1.61803 and x = 637. The length of the sequence: 2,085. It forms a loop of length 1,235. Repeating the number 60,373.

Now, the Golden Ratio is approximately 1.6180339887498948482045868343656
So the program is further approximating the Golden Ratio in a most inefficient way. And for a totally unknown reason. I have no idea what's going on.

This process continues, at least for as far as I've tested it. Using values y = 1.61803390 to y = 1.61803400, the longest sequence was at y = 1.61803399 and x = 819. The length of the sequence? 26,560. It ends at 891,939. A number it had passed already, 13,415 steps before. Thereby creating a loop.

I have no idea why this happens. It also happens when doing the Ceiling Function. It didn't work while rounding numbers. At least, that's what I found.

Is this known in the math community?
 
Mathematics news on Phys.org
  • #2
I'm afraid we cannot discuss any arbitrary sequence and obey our rule not to discuss personal theories at the same time. Apart from rules, it is also senseless since anyone can come up with their own sequence. If you are really interested in generalizations of the Collatz problem, it would be a good start there:
https://en.wikipedia.org/wiki/Collatz_conjecture#Extensions_to_larger_domains
 
  • Like
Likes topsquark and berkeman

1. What is the Golden Ratio in Collatz-like sequences?

The Golden Ratio in Collatz-like sequences refers to the ratio between consecutive terms in a sequence obtained by repeatedly applying the Collatz conjecture to a starting number. This ratio has been found to converge to the Golden Ratio, approximately 1.618, as the number of terms in the sequence increases.

2. How is the Golden Ratio related to the Collatz conjecture?

The Golden Ratio is related to the Collatz conjecture through the behavior of the sequence obtained by repeatedly applying the conjecture. As the number of terms in the sequence increases, the ratio between consecutive terms approaches the Golden Ratio, indicating a connection between the two mathematical concepts.

3. Is the Golden Ratio present in all Collatz-like sequences?

No, the Golden Ratio is not present in all Collatz-like sequences. The ratio between consecutive terms in these sequences can converge to other values, such as 1 or 2, depending on the starting number. However, the presence of the Golden Ratio in certain sequences has been observed and studied by mathematicians.

4. What is the significance of the Golden Ratio in Collatz-like sequences?

The significance of the Golden Ratio in Collatz-like sequences lies in its connection to the Collatz conjecture, a long-standing unsolved problem in mathematics. The presence of the Golden Ratio in these sequences may provide insights and clues towards understanding the behavior of the conjecture and potentially proving its validity.

5. How is the Golden Ratio in Collatz-like sequences relevant to other areas of science?

The Golden Ratio in Collatz-like sequences has been studied in various areas of science, such as number theory, chaos theory, and computer science. Its presence in these sequences may have implications and applications in these fields, providing a deeper understanding of the underlying patterns and structures in natural phenomena.

Similar threads

  • General Math
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
14
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
18
Views
11K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
4K
  • Introductory Physics Homework Help
Replies
9
Views
2K
  • Special and General Relativity
2
Replies
42
Views
4K
  • Computing and Technology
Replies
11
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
4K
Back
Top