I have a map which I have to show is a conjugate to the Logistic Map ( $x_{n+1} = rx_n(1-x_n)$ ). The map in question is as follows.
$x_n = \sin^2(\pi\theta_n)$
$\theta_{n+1} = N^n\theta_0$ mod $1$
$\theta_0 = \pi^{-1}\arcsin(\sqrt{x_0})$
My idea for proving this is to plot this map and show the symbolic dynamics rather than finding some crazy transform. The problem is I'm having trouble deciphering the map. What is $N$? And how do I know what $x_0$ is?
Thanks