Consider the following equation: $$x_{n+1} = ax_n + b$$
Under which circumstances is there a fixed point solution? Under which circumstances is there a period 2 solution?
So for the first question I just rewrote it to $x=ax+b$ and I got $ x = \dfrac{b}{1-a}$. So my answer was there exists a fixed point for $ a \neq 1$.
I did something similar for the second solution, and I ended up with $x = \dfrac{ab+a}{1-a^2}$, so there exists a period 2 solution for $ a \neq 1$ and $a \neq -1$. (and I believe $\dfrac{b}{1-a} \neq \dfrac{ab+a}{1-a^2}$, but I'm not sure and I wouldn't know how to write that concisely).
Is this correct, or am I missing something here which would make the problem more extensive?