Consider the tent function $f_2$ given by:
$$f_2 = \begin{cases} 2x, & 0\leq x\leq \frac{1}{2} \\ 2-2x, & \frac{1}{2} < x \leq 1 \end{cases}$$ How do I find the periodic points of this map? (I need to prove that they are dense in $[0,1]$, but for now I'm just interested in finding the actual set.) More generally, are there any useful techniques for finding periodic points? Turning directly to the definition doesn't seem very useful, so where should I start looking when I try to tackle a problem like this one?
Edit: A periodic point is a point $x$ such that $f^n(x)=x$, where $f^n$ denotes the $n$th iterate of $f$; that is, the composition of $f$ with itself $n$ times.
Indeed the are dense.
The best way to see this is to draw the graph of $f^n$: $$ f^{n}(x)=\left\{ \begin{array}{ccc} 2^nx & \text{if} & x\in\big[0,\tfrac{1}{2^n}\big], \\ 1-2^nx\big(x-\tfrac{1}{2^n}\big) & \text{if} & x\in\big[\tfrac{1}{2^n},\tfrac{2}{2^n}\big], \\ 2^n\big(x-\tfrac{2}{2^n}\big) & \text{if} & x\in\big[\tfrac{2}{2^n},\tfrac{3}{2^n}\big], \\ & \vdots & \\ 1-2^nx\big(x-\tfrac{2^n-1}{2^n}\big) & \text{if} & x\in\big[\tfrac{2^n-1}{2^n},1\big], \end{array} \right. $$ So the line $y=x$ intersects the graph of $f^n$ at $2^n$ points, and hence $f^n$ has $2^n$ fixed points, one in each interval of the form $\big[\frac{k-1}{2^n},\frac{k}{2^n}\big]$.
See the graph of $f^3$ which has 8 fixed points.