I'm having trouble approaching this problem. The $+3$ at the end is throwing me off because this makes this non homogeneous I believe. Any suggestions?
$$a_n=2a_{n-1}+3$$ for $$n\ge1, a_0 = 1$$
for the characteristic equation $i$ have, $x^2−2x−3$?
Therefore, the roots would be $3$ and $-1$?
Hint:
$1)$ Solve the recurrence $a_n=2a_{n-1}$ like usual. The solution will be called $b_n$. Think about a geometric sequence here.
$2)$ Take a particular solution $p$ of $a_n=2a_{n-1}+3$. Think about some constant.
$3)$ Your general solution will be $a_n=b_n+p$