Is it possible to find the nth term of this recursive sequence?

76 Views Asked by At

I have the following sequence: $$x_n= y - sgn(x_{n-1}) \cdot |b\cdot x_{n-1} - c|^{0.5}$$ $$x_1=0$$ Is there a way to find $x_n$ without knowing $x_{n-1}$?