$f(x) = \begin{cases} \mu x &\text{ for } 0\leq x\leq 0.5 \\ \mu(1 - x) &\text{ for } 0.5 < x \leq 1 \end{cases}$
I am to find the orbits of period 2.
By using google I found an example I tried to follow, which is located here.
First, I find the fixed points of $f(x)$, which I denote by $x^*$: $$x^* = \begin{cases} 0 &\text{ for } 0\leq x\leq 0.5 \\ \frac{\mu}{\mu + 1} &\text{ for } 0.5 < x \leq 1 \end{cases}$$
Second, I find $f^2(x)=f(f(x))$: $$f^2(x) = \begin{cases} \mu ^2 x &\text{for $0 \leq x \leq 0.5$ } \\ \mu - \mu^2 + \mu^2x &\text{for $0.5 < x \leq 1$} \end{cases}$$
Third, I find fixed points $f^2(x)$: $$x^* = \begin{cases} 0 &\text{for $0 \leq x \leq 0.5$ } \\ \frac{\mu}{\mu + 1} &\text{for $0.5 < x \leq 1$} \end{cases}$$ Which are the same as in $f(x)$
I think that the fixed point $x^* = 0$ has an orbit of period $1 $ (correct me if I am wrong). So does that leave $x^* = \frac{\mu}{\mu + 1}$ to have an orbit of period $2$?