Is there an exact solution (or can we get bounds on) the recurrence $$x_{n+1}=\frac{C x_n}{1-x_n},$$ where $C\in(0,1)$ and $x_0\in[0,1-C)$?
I can quickly show that the solution degreases to $0$ as $n\rightarrow \infty$, but the best I can do it's to bound $x_{n+1}\geq C x_n \geq ... \geq C^{n}x_0$ and $x_{n+1}\leq \frac{C}{1-x_0}x_n\leq \left(\frac{C}{1-x_0}\right)^nx_0$, but I don't know a whole lot about difference equations and better bounds or an exact solution would be useful for a problem i'm working on