mixedmath

Explorations in math and programming
David Lowry-Duda



Recently, a friend of mine, Chris, posed the following question to me:

Consider the sequence of functions, $ f_0 (x) = x, f_1 (x) = \sin (x), f_2 (x) = \sin{(\sin (x)) }.$ For what values $ x \in {\bf R}$ does the limit of this sequence exist, and what is that limit?

After a few moments, it is relatively easy to convince oneself that for all $ x $, this sequence converges to $ 0 $, but a complete proof seemed tedious. Chris then told me to consider the concept of fixed points and a simple solution would arise.

If such a sequence were to converge to a limit, then it could only do so at a fixed point of that sequence, i.e. a point $ x$ such that $ f_1 (x) = f_2 (x) = \cdots = f_n (x) = \cdots = L$, and in that case, the limit would be $ L $. What are the fixed points of the $ sin $ composition? Only $ 0 $! Then it takes only the simple exercise to see that the sequence does in fact have a limit for every x (one might split the cases for positive and negative angles, in which case one has a decreasing/increasing sequence that is bounded below/above for example).

A cute little exercise, I think.


Leave a comment

Info on how to comment

To make a comment, please send an email using the button below. Your email address won't be shared (unless you include it in the body of your comment). If you don't want your real name to be used next to your comment, please specify the name you would like to use. If you want your name to link to a particular url, include that as well.

bold, italics, and plain text are allowed in comments. A reasonable subset of markdown is supported, including lists, links, and fenced code blocks. In addition, math can be formatted using $(inline math)$ or $$(your display equation)$$.

Please use plaintext email when commenting. See Plaintext Email and Comments on this site for more. Note also that comments are expected to be open, considerate, and respectful.

Comment via email