How do i find formula for the recurrence relation :$x_{n+1}= x^2_{n}-x^2_{n-1}$ with :$x_{-1}=0,x_{0}=\frac{3}{4}$?

88 Views Asked by At

How do i find formula for the recurrence relation according to the below

initial conditions:

$x_{n+1}= x^2_{n}-x^2_{n-1}$ with :=$x_{-1}=0,x_{0}=\frac{3}{4}$ ?

Note:$n=0,1,2\cdots$

Thank you for any help