If you start calculating the Collatz function from an integer of the form $2^k-1$, you will reach $3^k-1$ after $2k$ steps. So, it is possible to pick a starting value that continuously zig-zags upwards for a period of time that can be easily defined. Has this property been used in trying to find divergent trajectories?
One could say something like that when the starting value grows exponentially, the longest possible continuously growing sub-sequence expands linearly. Well.. you get the point
Note that $2^k-1$ is odd for each $k\in\mathbb N$, and the Collatz function applied to this gives $\frac{3(2^k-1)+1}{2}=\frac{3\cdot 2^k-2}{2}=3\cdot 2^{k-1}-1$. This is again odd, and a similar calculation shows that the next step is $3^2\cdot 2^{k-2}-1$. Continuing this process leads to $3^n\cdot 2^{k-n}-1$ after $n$ steps which will end up in $3^k-1$ after $n=k$ steps.