I was experimenting with the software geogebra, and playing with a couple of unusual trigonometric functions and I encountered a quite strange phenomena when I entered this input - $$f(\theta)=\cos(\cos(\cos(\cos(\cos(\cos(\cos(....(\theta)))))))))$$ Let's assume the number of cosines approach infinity, though my input was 10-20 cosines.
I asked the program to graph this function and surprisingly the graph was straight-lined, as in for any value of $\theta$, the function is a constant value.
I then created a program in GBD Online to recheck if this was actually correct or just a software error. The program iterated $f(\theta)$ for all values of $\theta$ from $1$ to $999$ . And again, surprisingly, the values approached the constant of $0.739085$
The specifics of the program is here.
The graph in question is shown in this image.
My questions for this post are -
- Why does the function approach a constant?
- Do all trigonometric functions approach a constant with infinite iterations?
- If not, why only cosine?
