Descriptive Numbers: Find 10-Digit Number with f Function Cycle of Length 3+

  • MHB
  • Thread starter magneto1
  • Start date
  • Tags
    Numbers
In summary, the f function cycle is a mathematical algorithm that can be applied to any number to produce a cycle of numbers. By finding a cycle with a length of 3 or more, a unique 10-digit number can be identified. "Descriptive Numbers" refer to numbers that can be described using a specific mathematical property or pattern, and the 10-digit number we are trying to find has a specific pattern defined by the f function cycle. It is possible to find multiple 10-digit numbers with the same f function cycle, but the algorithm used ensures they are unique. This method can also be applied to numbers with any number of digits, but the length of the cycle may vary. This information can be useful in various fields of science
  • #1
magneto1
102
0
I ran into an interesting problem while working on a problem set. Given a $10$-digit number $n$ (for our purpose, we will allow $n$ to have leading $0$'s, so you can treat this as a string of $10$-digits). Define a function $f$ that maps $n$ to another $10$-digit number $m$ written in its decimal form $\overline{m_0m_1\dotso m_9}$ where the digit $m_i$ is the number of digit $i$ in $n$.

E.g. $n = 1,890,091,000$. This number has $5$ zeroes, $2$ ones,
$1$ eight, and $1$ nine. So, $f(n) = 5,200,000,012$.

Suppose we iterate this indefinitely (and we can do that quickly using some Mathematica code). From some initial investigation, two possibilities occur.

(a) We will come to a $t$ where $f(t) = t$. This happens when $t = 6,210,001,000$.

or (b) We will come to a $t$ where $f(t) = f(f(t))$. This happens when $t = 6,300,000,100$ or $t=7,101,001,000$.

Since the number of $10$-digit integers is finite, $f \circ f \circ \dotso$ has to form a cycle. From above, there is a cycle of length $1$ and length $2$. Is there any $10$-digit $n$ where repeatedly applying $f$ will lead to a cycle whose length $\geq 3$?
 
Last edited:
Mathematics news on Phys.org
  • #2

Thank you for sharing your interesting problem with us. I find this problem intriguing and I would like to offer some insights and explanations.

Firstly, it is important to note that the function $f$ you have defined is a type of permutation function, where the digits of the input number are rearranged according to their frequency. This type of function is commonly studied in mathematics and has many interesting properties.

Now, let us consider the two possibilities you have mentioned. In case (a), where we eventually reach a fixed point $t$ such that $f(t)=t$, this means that the digits of $t$ are already in their correct frequency, so applying $f$ again will not change the number. This is why we get a cycle of length $1$.

In case (b), where we eventually reach a number $t$ such that $f(t)=f(f(t))$, this means that $f(t)$ is the same as $t$ but with its digits rearranged. So, applying $f$ again will give us the same number $t$. This is why we get a cycle of length $2$.

Now, to answer your question about whether there exists a $10$-digit number $n$ where repeatedly applying $f$ will lead to a cycle of length $\geq 3$, the answer is no. This is because the maximum possible length of a cycle in this scenario is $10$, and we have already exhausted all the possible cycles of length $1$ and $2$.

To understand this further, let us consider the case where $n$ is a $10$-digit number with all distinct digits. In this case, the function $f$ will simply rearrange the digits of $n$, and it is easy to see that we will eventually reach a cycle of length $10$. This means that for any other $10$-digit number $n$, we will either reach a cycle of length $1$ or $2$, or we will eventually reach a cycle of length $10$.

In conclusion, while it is possible to have cycles of length $1$ or $2$ when repeatedly applying the function $f$, it is not possible to have a cycle of length $\geq 3$ for any $10$-digit number $n$. I hope this helps to clarify your doubts.
 

1. How is the "f function cycle" used to find a 10-digit number?

The f function cycle is a mathematical algorithm that can be applied to any number. When the algorithm is repeatedly applied, it produces a cycle of numbers. By finding a cycle with a length of 3 or more, we can identify a unique 10-digit number that satisfies the conditions.

2. What does "Descriptive Numbers" refer to in this context?

Descriptive Numbers are numbers that can be described using a specific mathematical property or pattern. In this case, the 10-digit number we are trying to find has a specific pattern defined by the f function cycle.

3. Is it possible to find multiple 10-digit numbers that satisfy the conditions?

Yes, it is possible to find multiple 10-digit numbers that have the same f function cycle of length 3 or more. However, the algorithm used to find these numbers ensures that they are unique and cannot be found through other methods.

4. Can this method be applied to numbers with more or less than 10 digits?

Yes, the same method can be applied to numbers with any number of digits. However, the length of the f function cycle may vary depending on the number of digits. For example, a 5-digit number may have a cycle of length 2, while a 20-digit number may have a cycle of length 4 or more.

5. How is this information useful in the field of science?

The concept of descriptive numbers and finding unique numbers through mathematical patterns can have applications in various fields of science, such as cryptography, computer science, and data analysis. It can also be used in problem-solving and to understand the underlying patterns and properties of numbers.

Similar threads

Replies
4
Views
421
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
2K
  • Electrical Engineering
Replies
4
Views
839
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
960
  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
906
Replies
1
Views
1K
Replies
11
Views
1K
Back
Top