It is given that $I_0=0$ and $S_0=0$ $$I_n=I_{n-1}+1$$ $$S_n=3S_{n-1}+5I_n$$ How to come up with a formula for $S_n$?
2026-04-07 06:30:39.1775543439
How to find a formula of this generating sequence?
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint
Taking into account Daniel Littlewood's comment, you have $$S_n=3S_{n-1}+5 n$$ Let us suppose that $S_n=T_n+\alpha+\beta n$ and replace. So $$T_n+\alpha+\beta n=3\big(T_{n-1}+\alpha+\beta (n-1)\big)+5n$$ Now expand the rhs $$T_n+\alpha+\beta n=3T_{n-1}+3\alpha+3\beta n - 3\beta+5n=3T_{n-1}+3(\alpha-\beta)+(3\beta+5)n$$ So, this gives us two equations $$\alpha=3(\alpha-\beta)$$ $$\beta=3\beta+5$$
I am sure that you can take from here.