I am wondering if this sequence is a Cauchy one or not?
$X_{n+1}=\beta+\underbrace{k\cdot\sqrt{d}}_{\alpha}\cdot X_n$.
Here, $\beta=1$, $\alpha\in (0,+\infty)$, $X_0=1$, $k\in (0,1)$ and $d\in(0,+\infty)$.
I understand that it is defined over $\mathbb{R}$ as a Banach space. Hence, my ultimate goal is to see if the sequence is convergent.
You should always try writing a few terms of the sequence out: \begin{align*} X_{0} & =1\\ X_{1} & =\beta+\alpha X_{0}=\alpha^{\phantom{1}}+\beta(1)\\ X_{2} & =\beta+\alpha X_{1}=\alpha^{2}+\beta(1+\alpha)\\ X_{3} & =\beta+\alpha X_{2}=\alpha^{3}+\beta(1+\alpha+\alpha^{2})\\ \text{etc.} \end{align*} The above suggests $$ X_{n}=\alpha^{n}+\beta\sum_{k=0}^{n-1}\alpha^{k} $$ (you can prove this by induction).
Now, the summation (from $k=0$ to $n-1$) is a geometric series, which has a closed form solution. If you plug that in, then you will have an expression for $X_{n}$ whose limit you can take.