Dynamics

The Ulam-Collatz system

Here is a dynamical system that has two rules: 1) if a number is even, divide it by 2; 2) if a number is odd, multiply by 3 then add one. It can be represented mathematically like this:

T x = n 2 if n is even 3 n + 1 if n is odd

First, choose a number, n. If n is even, divide it by 2. If n is odd, multiply it by three and then add one. Continue analyzing n until you find a loop that will not let you progress. Does the orbit always end up at the number one? Click on the sketch to the right to see an example of this system if 3 is the starting number.

It is said that this dynamical system has eaten away many hours of productivity at Los Alamos where mathematicians look for orbitz that do not lead back to one. Others have said that "Math is not ready for this" because there are no easy ways to solve these kinds of problems. It has not yet been proven whether all orbitz lead back to one or not, although as far as we know no one has ever ended up with any number besides one.


This page is based on a lecture by Oliver Knill, Harvard University, on 23 April, 2012.

References:     Lecture Handout     Lecture Worksheet