Solve the recurrence relation $$a_n = 2a_{n−1} + 3 · 2^{n}, a_{0} = 5 $$.
Can someone help me understand this question with a simple step? I don't need a high level solution, any basic step will be appreciated. Thank you.
Solve the recurrence relation $$a_n = 2a_{n−1} + 3 · 2^{n}, a_{0} = 5 $$.
Can someone help me understand this question with a simple step? I don't need a high level solution, any basic step will be appreciated. Thank you.
On
Hint: divide by $\,2^n\,$, then $\dfrac{a_n}{2^n} = \dfrac{a_{n−1}}{2^{n-1}} + 3\,$, which shows that $\,\dfrac{a_n}{2^n}\,$ is an arithmetic progression.