Step 1: Set up the fixed-point equation.
If the limit \(L=\lim_{n\to\infty}x_n\) exists, then taking the limit of both sides of the recurrence gives
\[L = \frac{a+bL}{b+cL}\]
Step 2: Clear the fraction and simplify.
\[L(b+cL) = a+bL \implies bL + cL^2 = a+bL \implies cL^2 = a \implies L^2 = \frac{a}{c}\]
Step 3: Pick the correct sign.
Starting from \(x_1=2>0\) and with \(a,b,c\) all positive, every term \(x_{n+1}=\frac{a+bx_n}{b+cx_n}\) stays positive, since both numerator and denominator are positive whenever \(x_n\) is. So the limit L must be nonnegative, giving
\[L = \sqrt{\frac{a}{c}}\]
Step 4: Conclusion.
\[\boxed{\sqrt{\frac{a}{c}}}\]