I am struggling to solve this recurrence equation,
$$a_{n}(1-sa_{n-1}^{2})+sa_{n-1}^2-a_{n-1}=0$$
where the parameter $s\in[0,1]$ and the initial condition $a_{0} > 0$ is close to 1. I have graphed it in matlab and it decreases really fast even if $a_{0} = 0.9$. Any idea on how to solve this will be much appreciated. Thanks!
Note: if $a_{0}=1$, then $a_{n}=1, \forall n$.