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)$$