1

Is there any way to get the recursive formula of the form $r_n=\alpha r_{n-1}+\beta$ to single formula as a function of $n$. I've seen results that find single formula as function of $n$ for geometric series and such but can't seem to find any literature or results for this type.

Kamster
  • 1,970
  • 16
  • 18

1 Answers1

0

Hint: If $\alpha \ne 1$, ${r_n}=\alpha {r_{n-1}}+\beta \Rightarrow {r_n}+\frac{\beta }{\alpha -1}=\alpha \left( {r_{n-1}}+\frac{\beta }{\alpha -1} \right)$.

Eclipse Sun
  • 9,338
  • 21
  • 44