There is also an alternative approach to analyzing trajectories which we refer to as the operational approach. Recall the functions R and R0 from the Introduction chapter.
These were defined for the natural number domain and odd number range. Now, we will introduce their brute versions, which take a real number input instead and output a real number. The x parameter that was well-defined in the prior functions, is now given explicitly; and it does not respect whether the resulting number is an integer or not; hence the name "brute".
Brute Reduced Collatz function R:R×N→R is defined as:
R(n,x)=2x3n+1
Brute Reduced Collatz Initializer function R0:R×N→R is defined as:
R0(n,x)=2xn
Since x is given explicitly, we can give "wrong" parameters and end up with non-integer results. That is what makes these functions imprecise.
Imprecise Trajectories
For an ECF {p0,p1,…,pm}, consider the imprecise trajectory starting from some number n:
If the cell contains 1, then the corresponding column ρ actually represents the ECF that is of the Collatz sequence of n. That is awesome, because you can immediately learn the sequence just by looking at the table.
There are many ways we can analyze the table, see the following links: