Let me please try to prove the raised induction part of the problem as$\colon$
Prove $X_n=\alpha^n+\beta\sum_{k=0}^{n-1}{\alpha^k}$ for all $n\ge 0$.
We start by reformulating the problem so that we have$\colon$
Prove $\sum_{k=0}^{n-1}{\alpha^k}=\frac{X_n-\alpha^n}{\beta}$
We proceed by proof as$\colon$
- Induction basis$\colon$ In case $n=1$,
$\sum_{k=0}^{n-1}{\alpha^k}=\sum_{k=0}^{0}{\alpha^k}=\alpha^0=1$.
- Induction hypothesis: we assume in case $n\ge 0$,
$\sum_{k=0}^{n-1}{\alpha^k}=\frac{X_n-\alpha^n}{\beta}$
holds true.
- Induction step: we need to show:
$\sum_{k=0}^{n}{\alpha^k}=\frac{X_n-\alpha^n}{\beta}$
holds also true. In this direction, we take the left hand side of the latter equation and expand it as:
$\sum_{k=0}^{n}{\alpha^k}=\sum_{k=0}^{n-1}{\alpha^k}+\sum_{k=n}^{n}{\alpha^k}$
or further as:
$\sum_{k=0}^{n}{\alpha^k}=\underbrace{\frac{X_n-\alpha^n}{\beta}}_{\sum_{k=0}^{n-1}{\alpha^k}}+\sum_{k=n}^{n}{\alpha^k}$
or,
$\sum_{k=0}^{n}{\alpha^k}-\sum_{k=n}^{n}{\alpha^k}=\frac{X_n-\alpha^n}{\beta}$
that could be simplified as:
$\sum_{k=0}^{n-1}{\alpha^k}=\frac{X_n-\alpha^n}{\beta}$
A final re-arrangement leads us to:
$X_n=\alpha^n+\beta\sum_{k=0}^{n-1}{\alpha^k}$
that is true based on our induction hypothesis.
Hint: Can you identify the limit, assuming it exists?– Did Jun 25 '18 at 17:24