The logistic difference equation is given by $x_{n+1}=Cx_n(1-x_n)$. I'm supposed to show that when $C>3$, the logistic difference equation has a $2$-cycle.
Letting $f(x)=Cx(1-x)$, if $\{x_0,x_1\}$ is our $2$-cycle we have that $x_{1}=f(x_0)$. Thus, if this is a $2$-cycle, we want to find values of $C$ so that $f^2(x_0)=x_0.$
So what we want is some value of $C$ so that $$f(f(x_0))=Cf(x_0)(1-f(x_0))=C(Cx_0(1-x_0))(1-(Cx_0(1-x_0))) = x_0.$$
My thinking is that, after some manipulation, I should be able to show that this equality can only hold when $C>3$, but actually performing the manipulation which shows that is proving to be a bit of a challenge.
Any thoughts would be greatly appreciated.
Thanks in advance!