Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Periodicity
We consider the doubling map on the circle :
Some example applications:
Here we plot the function over the interval (0,1):
As a remark, we can get rid of those vertical lines (which arise because Sage doesn't realize that the function is not continuous) using the exclude parameter:
Recall that a fixed point of is a value so that . Zero is a fixed point:
A periodic point of is a point so that for some . The least period (or prime period) of is the smallest such . We say has period if .
The number has least period two, since the following output shows that and .
A cobweb plot is a useful way to visualize an orbit of a map . It involves several things:
The graph of the function .
The diagonal (the graph of the identity map)
The orbit. The orbit is visualized as the sequence of points (the cobweb path)
The following function draws a cobweb plot of the orbit of , connecting to by a cobweb path:
Here is the cobweb plot of 1/3:
The point has period :
Here is another phenomenon. The point is pre-periodic or eventually periodic. This means that there is a so that is periodic. For , this is one since , and above we showed that is period :
Lets compute the least period of 73/103:
Exercise: Think about why if is a fraction, then it must be either periodic or eventually periodic under . Under what conditions is it periodic? When is it eventually periodic?