I am trying to solve the following problem however I am stuck. I tried to apply trigonometric identity but I am not finding anything useful.
2026-04-05 23:08:53.1775430533
Find exact solution for $x_{n+1}$ = $4x_n(1-x_n)$ by setting $x_n =\sin^{2}\theta_n$ and then simplify
71 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Rewrite the equation $x_{n+1}$ = $4x_n(1-x_n)$ as
$$(2x_n-1)^2=1-x_{n+1}\tag 1$$
and substitute $x_n = \sin^2\theta_n$ into (1) to get
$$(2\sin^2\theta_n-1)^2= 1-\sin^2\theta_{n+1}$$
Simplify to obtain
$$\cos^2 2\theta_n =\cos^2\theta_{n+1}\tag 2$$
which leads to one simple solution,
$$2\theta_n=\theta_{n+1}\implies \theta_n=2^n\alpha$$
Thus, $x_n=\sin^2(2^n\alpha)$.
Edit: As commented by @Andrei, the general solutions to (2) is quite involved, which can be obtained by factorizing (2)
$$\sin(\theta_{n+1}-2\theta_n)\sin(\theta_{n+1}+2\theta_n)=0$$
Then, $\sin(\theta_{n+1}-2\theta_n)=0$ leads to $\theta_{n+1}=2\theta_n+k\pi$ and $\sin(\theta_{n+1}+2\theta_n)=0$ leads to $\theta_{n+1}=-2\theta_n+k\pi$.