Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 1998 / Problems / Day 2, P9

IMC 1998 · Day 2 · P9

Let 0<c<10 < c < 1 and f(x)={xcfor x[0,c],1x1cfor x[c,1].f(x) = \begin{cases} \dfrac{x}{c} & \text{for } x \in [0, c], \\[2mm] \dfrac{1-x}{1-c} & \text{for } x \in [c, 1]. \end{cases} We say that pp is an nn-periodic point if f(f(fn(p)))=p\underbrace{f(f(\dots f}_{n}(p))) = p and nn is the smallest number with this property. Prove that for every n1n \ge 1 the set of nn-periodic points is non-empty and finite.

Solution (official)

Let fn(x)=f(f(fn(x)))f_n(x) = \underbrace{f(f(\dots f}_{n}(x))). It is easy to see that fn(x)f_n(x) is a picewise monotone function and its graph contains 2n2^n linear segments; one endpoint is always on {(x,y):0x1, y=0}\{(x,y) : 0 \le x \le 1,\ y = 0\}, the other is on {(x,y):0x1, y=1}\{(x,y) : 0 \le x \le 1,\ y = 1\}. Thus the graph of the identity function intersects each segment once, so the number of points for which fn(x)=xf_n(x) = x is 2n2^n.

Since for each nn-periodic points we have fn(x)=xf_n(x) = x, the number of nn-periodic points is finite.

A point xx is nn-periodic if fn(x)=xf_n(x) = x but fk(x)xf_k(x) \ne x for k=1,,n1k = 1, \dots, n-1. But as we saw before fk(x)=xf_k(x) = x holds only at 2k2^k points, so there are at most 21+22++2n1=2n22^1 + 2^2 + \dots + 2^{n-1} = 2^n - 2 points xx for which fk(x)=xf_k(x) = x for at least one k{1,2,,n1}k \in \{1, 2, \dots, n-1\}. Therefore at least two of the 2n2^n points for which fn(x)=xf_n(x) = x are nn-periodic points.

Similar problems