Suppose I have a Tent Transformation which is defined by:
\begin{align*}T(x)=\begin{cases}3x&\text{if $x\le\dfrac12$,}\\3(1-x)&\text{if $x\ge\dfrac12$.}\end{cases}\end{align*}
After noticing that $T(x)$ is continuous, although not differentiable at $x=\frac12$, if we let s $\in$ $\mathbb{R}$, we can then iterate over $T(x)$.
Like such:
$$ s, T(s), T(T(s)), T(T(T(s)))...$$
Well, in any case, I have been playing around with this problem and plugging in different values for $s$, and well... I'm not sure how to go about the following question.
After finding the pattern through the iterations, use this pattern to find all the points that remain bounded after infinitely many iterations.
EDIT: For which real numbers $s$ is this sequence bounded, and for which real numbers $s$ does this sequence diverge?
Since it says infinitely many iterations am I suppose to find
$$ \lim_{s\to \infty} Z(s), $$ with $Z(s)$ being some recursive function used to iterate over $T(s)$.
I'm not sure. Am I going about this completely wrong ?
Also, how would I graph for example $$y=T^2(x)$$ or $$y=T^3(x)$$
If $0\le x\le1/3$ or $2/3\le x\le1$, then $0\le T(x)\le1$; if $1/3<x<2/3$, then $T(x)>1$. Let's think now about $T^2(x)$. When $0\le x\le1$, since $t(x)$ varies between $0$ and $1$, $T^2(x)$ wiill be a tent over the interval $[0,1/3]$. Similarly on $[2/3,1]$. On $(1/3,2/3)$ $T^2$ is negative. So, the graph of $T^2$ has two tents on the extremens and an inverted tent under the $x$ axis in the middle. Iterating the argument, we see that the graph of $T^3$ will have $4$ tents over the intervals $[0,1/9]$, $[2/9,1/3]$, $[6/9,6/9]$ and $[8/9,1]$, and it will be below the $x$-axis on the complement of those intervals. In general, $T^n$ will have $2^{n-1}$ tents over intervals of length $3^{-n+1}$.
It is also easy to see that if $x$ $T^k(x)<0$, then $T^n(x)\to-\infty$ as $n\to\infty$. It follows that the set of $x$ for which $T^n(x)$ remains bounded is the intersection of those intervals, which is Cantor's middle third set.