A Random Walk

Random

Random walks can be found throughout nature in many different contexts. For example they been used in ecology, economics, psychology, computer science, physics, chemistry, and biology. Above is an example of a (simple) random walk I created. There is 8 directions to this walk and 1000000 points.

The random walk above is an example of a Markov process, that means that the next step only depends on the present step. Such processes have “no memory”.

Random walks are closely related to Brownian motion, which is the physical phenomenon of minute particles diffusing in a fluid.

Random walks are examples of discrete fractals. They show self-similarity on large scales (such as in the picture above), but on the smaller scales the discrete nature of the grid becomes apparent. See the picture below.

random2

Here we have another random walk generated in exactly the same way as the previous one, but not just 1000 points. One can consider this as a “zoom in” on the random walk with a million points. The finite step size is apparent and the resemblance to genuine fractals is far less clear.

Links

Wikipedia

MathWorld