Let the sequence $A_{n+1}$: $$A_{n+1}=\frac{A_n+\lambda}{1+A_n}, n=0,1,2\dots, \lambda>0 $$
Supose $A_0=a_0>0.$
Let the sequence $B_{n}$:
$$B_{n}=\frac{1}{A_n+\sqrt \lambda} $$
Check $\{B_n\}^\infty _{n=0}$ is the explicit form of the following recursive sequence:
$$\left \{ B_0 = b_0 \atop B_{n+1} = rB_n+b, n=0,1,2\dots \right. $$ for some $b_0,r,b$ that depends of $a_0$ and $\lambda$
I am not sure how solve this problem, I tried to use induction but it doesn't works well, so can you help me with this please?
$$B_{n+1} = \frac 1{A_{n+1} + \sqrt \lambda } = \frac 1{\frac{A_n+\lambda}{1+A_n} + \sqrt \lambda} = \frac{1+A_n}{ A_n + \lambda + (1+A_n)\sqrt \lambda} = \frac{1+A_n}{A_n(1+\sqrt \lambda) + \sqrt \lambda (1+\sqrt \lambda)} = \frac{1+A_n}{(A_n+\sqrt \lambda)(1+\sqrt\lambda)} = B_n\frac{\frac {1}{B_n} - \sqrt\lambda+1}{1+\sqrt\lambda} = \frac{1-\sqrt \lambda}{1+\sqrt\lambda} B_n + \frac1{1+\sqrt\lambda}$$